archived stringclasses 2 values | author stringlengths 3 20 | author_fullname stringlengths 4 12 ⌀ | body stringlengths 0 22.5k | comment_type stringclasses 1 value | controversiality stringclasses 2 values | created_utc stringlengths 10 10 | edited stringlengths 4 12 | gilded stringclasses 7 values | id stringlengths 1 7 | link_id stringlengths 7 10 | locked stringclasses 2 values | name stringlengths 4 10 ⌀ | parent_id stringlengths 5 10 | permalink stringlengths 41 91 ⌀ | retrieved_on stringlengths 10 10 ⌀ | score stringlengths 1 4 | subreddit_id stringclasses 1 value | subreddit_name_prefixed stringclasses 1 value | subreddit_type stringclasses 1 value | total_awards_received stringclasses 19 values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
False | holaboo | t2_dqvn9 | Lol I've done some recruiting myself and definitely agree with the lying problem part for India... | null | 0 | 1544465739 | False | 0 | ebicon0 | t3_a4n8jv | null | null | t1_ebgd9ir | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebicon0/ | 1547437986 | 1 | t5_2fwo | r/programming | public | null |
False | Sonrilol | t2_846rt | You could always delombok and turn it into actual code though? We pretty much only use it for builder/constructors, getters/setters, and val so maybe I've not been exposed to downsides because of that, but I can not really think of any time I've gone and thought "oh gee, I really wish we weren't using lombok". | null | 1 | 1545705510 | False | 0 | echwutl | t3_a956qz | null | null | t1_echlmc8 | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/echwutl/ | 1548038204 | 2 | t5_2fwo | r/programming | public | null |
False | Vadoff | t2_4j4me | For their Mountain View location (not an office branch). Yes, it's usually something like 125k base + 40k stock + 23k bonus.
If you don't have any colleagues who work at google, you can check out [paysa.com](https://paysa.com), levels.fyi, glassdoor, blind app, or just search "google L3 salary" to learn more. L3 are fresh grad hires (aka junior devs with little to no professional experience). | null | 0 | 1544465756 | 1544466624 | 0 | ebicphh | t3_a4n8jv | null | null | t1_ebhzepy | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebicphh/ | 1547437996 | 2 | t5_2fwo | r/programming | public | null |
False | irish_throwaway_1 | t2_fqmvy | Not if you don't use auto incremented IDs... | null | 0 | 1545705880 | False | 0 | echx7ft | t3_a8vpy4 | null | null | t1_ecgjyi2 | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/echx7ft/ | 1548038359 | 1 | t5_2fwo | r/programming | public | null |
False | ryantwopointo | t2_5n496 | Certainly the US doesn’t generate all the top talent, but it seems to be the agreed upon spot for any top talent to make a career. Not sure why, but that’s just how it is. Like you’re example for the inventor of C++ Bjorn Stroustrup.. the Danes are definitely just as likely to produce talent but once he made it big he moved to the US. He’s now a professor in NY. | null | 0 | 1544465785 | False | 0 | ebicqwd | t3_a4n8jv | null | null | t1_ebi5ftp | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebicqwd/ | 1547438014 | 1 | t5_2fwo | r/programming | public | null |
False | irish_throwaway_1 | t2_fqmvy | Unit tests should never connect to a real DB - even narrowly using an in memory one is a gray area for some. For most things, you're using test doubles, but I find it better not to try to mock an entire DB. Typically I'm using an ORM that abstracts the difference between databases, so the same code paths are excercised through my code, which is all I'm testing (it's up to the ORM framework to test the abstraction of different databases). | null | 0 | 1545706094 | 1546016150 | 0 | echxem5 | t3_a8vpy4 | null | null | t1_ecgvixn | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/echxem5/ | 1548038477 | 2 | t5_2fwo | r/programming | public | null |
False | Kruzdah | t2_qg8vz4c | Very interesting. The fact that you can save up at least 1K per month after paying everything is exactly what I'm looking for. Thanks for the info, very helpful. | null | 0 | 1544465806 | False | 0 | ebicrz1 | t3_a4n8jv | null | null | t1_ebi9i14 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebicrz1/ | 1547438028 | 1 | t5_2fwo | r/programming | public | null |
False | incomingstick | t2_10o61p | Blaze it | null | 1 | 1545706189 | False | 0 | echxhpd | t3_a95jxj | null | null | t3_a95jxj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/echxhpd/ | 1548038515 | 0 | t5_2fwo | r/programming | public | null |
False | zeroone | t2_3782z | CastlevaniaBot runs within [Nintaco](https://nintaco.com/) and it taps into the emulator via [its API](https://nintaco.com/api.html). The API enables it to simulate gamepad input, pressing and releasing buttons as required, including multikey combos such as pressing right and jump at the same time. | null | 0 | 1544465810 | False | 0 | ebics5s | t3_a4vzev | null | null | t1_ebi7nq0 | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebics5s/ | 1547438029 | 19 | t5_2fwo | r/programming | public | null |
False | cephalopodAscendant | t2_f8hs0 | The lack of syntax highlighting in the web editor is definitely not a deal-breaker by any means, but it's one more small annoyance on top of all of the other criticisms of the language. It also seems like the author brought it up as a good example of Rob Pike's dismissive, almost belligerent attitude towards feedback regarding the language and its tooling. | null | 0 | 1545706255 | False | 0 | echxk3p | t3_a8rptf | null | null | t1_ecdnvf7 | /r/programming/comments/a8rptf/i_do_not_like_go/echxk3p/ | 1548038545 | 3 | t5_2fwo | r/programming | public | null |
False | Paradox | t2_1t9b | At a company I've worked at, they switched to squashing all merges. IMO its awful. All those carefully worded commit messages you get in your PR are blown away into a near-useless merge commit message.
I agree that anything on the historic/master branch needs to make sense, and "wip" or "fix" commits don't belong, squashing everything down into a single commit is the wrong medicine. Instead, before merging, require people to `git reset` and create incremental commits based around logical groupings. You may only need one commit. You may need 40. But they should be _good_ | null | 0 | 1544465894 | False | 0 | ebicw9h | t3_a4uynu | null | null | t3_a4uynu | /r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebicw9h/ | 1547438080 | 28 | t5_2fwo | r/programming | public | null |
False | Treyzania | t2_8vzbi | >What just abstracting the code does, on the other hand, is make it a little more set in stone, harder to review and repurpose.
The whole point of abstracting is to make it *easier* to repurpose and to decrease the amount of review you need to do.
>"if you think you are tough enough to abstract me, prove it by writing a code generator."
You know what some of the most concise code generators are? Generics. | null | 0 | 1545706331 | False | 0 | echxmwo | t3_a8rptf | null | null | t1_ecfgpmy | /r/programming/comments/a8rptf/i_do_not_like_go/echxmwo/ | 1548038580 | 3 | t5_2fwo | r/programming | public | null |
False | CivBEWasPrettyBad | t2_deou65d | It's not average for sure, but it's not exceptional for the Bay Area either. I don't know how much experience you have, but you seem to be at above average pay (400 tc) unless you're at 10+ years of experience. | null | 0 | 1544465997 | False | 0 | ebid1db | t3_a4n8jv | null | null | t1_ebhiczn | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebid1db/ | 1547438144 | 1 | t5_2fwo | r/programming | public | null |
False | UnderwaterTelephone | t2_9s1um | Seriously. I am so confused when people talk about Arch constantly breaking. After using it on all of my personal computers for the last 7 years only time I can even remember a problem after updating is when a network card stopped working for a minor kernel version, but I also have the LTS kernel installed so I just rebooted. | null | 0 | 1545706428 | False | 0 | echxqdk | t3_a95jxj | null | null | t1_echgdvk | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/echxqdk/ | 1548038622 | 7 | t5_2fwo | r/programming | public | null |
False | supercyberlurker | t2_wg1d4 | I don't stop thinking about code after work.
I stop thinking about work code and start thinking about home code.
Then I go to sleep, wake up and think about work code.. | null | 0 | 1544466073 | False | 0 | ebid593 | t3_a4wu3y | null | null | t3_a4wu3y | /r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebid593/ | 1547438191 | 3 | t5_2fwo | r/programming | public | null |
False | Dentosal | t2_u51mk | How about Rust?
rustup target add i686-pc-windows-msvc
cargo build --target=i686-pc-windows-msvc
| null | 0 | 1545707464 | False | 0 | echypp0 | t3_a8rptf | null | null | t1_ece00wx | /r/programming/comments/a8rptf/i_do_not_like_go/echypp0/ | 1548039087 | 1 | t5_2fwo | r/programming | public | null |
False | Axxhelairon | t2_5it0s | maybe the technical implementation of TAS tools in an emulator could be arduous but he's right, TASes are just a series of manually entered inputs played on a specific frame, there's nothing interesting about how that works, it's just grinding away by manual human labor
the intrigue of TAS comes from doing inputs not possible in real time and how quickly entering inputs can completely fuck up a game but how they're done, technically, is really boring | null | 0 | 1544466120 | False | 0 | ebid7nb | t3_a4vzev | null | null | t1_ebi5ev6 | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebid7nb/ | 1547438221 | 9 | t5_2fwo | r/programming | public | null |
False | Dentosal | t2_u51mk | > For example, if your alternative to Go would be a dynamically typed language (such as Python) then you have no right to complain about lack of generics because dynamically typed languages don't support them either; everything is just `interface {}`.
Python supports generics both through reflection `assert isinstance(var, TypeName)` and using `mypy`, which provides full compile-time typechecker.
| null | 0 | 1545707784 | False | 0 | echz0ek | t3_a8rptf | null | null | t1_ecdkmka | /r/programming/comments/a8rptf/i_do_not_like_go/echz0ek/ | 1548039220 | 1 | t5_2fwo | r/programming | public | null |
False | want_to_want | t2_3fxw1 | > The fact that "disabling the totality checker for a bit is safe" is the axiom you need
This part is unclear to me. If the functions passed as arguments to `anySatisfy` and `allSatisfy` are also allowed to use that new axiom in their totality proofs, are you sure that doesn't lead to partiality? | null | 0 | 1544466186 | 1544466388 | 0 | ebidaxw | t3_a4tlvc | null | null | t1_ebibln4 | /r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebidaxw/ | 1547438262 | 1 | t5_2fwo | r/programming | public | null |
False | Hrothen | t2_6gtqz | That is the iff symbol. | null | 0 | 1545708078 | False | 0 | echzaa9 | t3_a9atre | null | null | t3_a9atre | /r/programming/comments/a9atre/c_spaceship_operator_and_nontype_template/echzaa9/ | 1548039342 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544466252 | 1544638899 | 0 | ebide88 | t3_a4n8jv | null | null | t1_ebi5fwv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebide88/ | 1547438303 | 7 | t5_2fwo | r/programming | public | null |
False | house_monkey | t2_li4ve | Nice. | null | 0 | 1545708449 | False | 0 | echzn7g | t3_a95jxj | null | null | t1_echc1bm | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/echzn7g/ | 1548039500 | -1 | t5_2fwo | r/programming | public | null |
False | matthieum | t2_5ij2c | I would say the bigger effect is all the bugs that were lurking in the use of `noalias`, etc... which C-based languages using TBAA did not exercise.
I would also think that analyses & optimizations based on `noalias` likely underwent less tuning/research and that there are probably lower hanging fruits there for further refinements. | null | 0 | 1544466302 | False | 0 | ebidgry | t3_a4ufwz | null | null | t1_ebhlxtq | /r/programming/comments/a4ufwz/typebased_alias_analysis/ebidgry/ | 1547438334 | 5 | t5_2fwo | r/programming | public | null |
False | fruit_cup | t2_nqgyy | People don't think it be like that but it do | null | 0 | 1545708503 | False | 0 | echzp0s | t3_a9anx2 | null | null | t1_echs4ak | /r/programming/comments/a9anx2/programming_be_like/echzp0s/ | 1548039523 | 1 | t5_2fwo | r/programming | public | null |
False | m50d | t2_6q02y | What's the value of scanning through commit history? The main thing history is useful for is bisection, and when you're bisecting the most important thing is getting to a small code change. If a commit is so big that it needs a summary, that's not a sign to write a better commit message, it's a sign to break up that commit into smaller ones. | null | 1 | 1544466312 | False | 0 | ebidhbo | t3_a4uynu | null | null | t1_ebibkfq | /r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebidhbo/ | 1547438341 | -1 | t5_2fwo | r/programming | public | null |
False | cerealcable | t2_b8jnz | Somehow my cars stereo started working through the update to Android Pie. I have had numerous phones and just gave up on expecting the Bluetooth to work reliably, somehow though, NOW it works. I haven't even bothered updating firmware or anything. Now I sure as hell am never updating anything ever again!!! | null | 0 | 1545708641 | False | 0 | echztkj | t3_a95jxj | null | null | t1_echpo6u | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/echztkj/ | 1548039609 | 22 | t5_2fwo | r/programming | public | null |
False | st3dy | t2_f5cye | eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee | null | 0 | 1544466371 | False | 0 | ebidkau | t3_a4y8e7 | null | null | t3_a4y8e7 | /r/programming/comments/a4y8e7/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee/ebidkau/ | 1547438405 | -3 | t5_2fwo | r/programming | public | null |
False | cthutu | t2_pmsuw | I prefer [coder.com](https://coder.com) with the VS Code integration and real Linux box. | null | 0 | 1545709722 | False | 0 | eci0u2v | t3_a9857l | null | null | t3_a9857l | /r/programming/comments/a9857l/show_reddit_techie_delights_online_compiler_and/eci0u2v/ | 1548040060 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | No. There is zero justification for why they are taking that much, especially when they don't have a retail storefront to maintain. I'm not saying Amazon shouldn't get anything, but the idea that that they not only get that huge cut for "expenses", but also get a cut of how much that guy makes is flat out unconscionable. | null | 0 | 1544466385 | False | 0 | ebidky3 | t3_a4m0rb | null | null | t1_ebgcsop | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebidky3/ | 1547438412 | -3 | t5_2fwo | r/programming | public | null |
False | earthboundkid | t2_1w5x | If you feed a list of prior project commits into itself can it predict its own development? | null | 0 | 1545710183 | False | 0 | eci1aq5 | t3_a9445o | null | null | t1_ecg9azk | /r/programming/comments/a9445o/ergonomic_ndarrays_and_deep_learning_in_a/eci1aq5/ | 1548040294 | 2 | t5_2fwo | r/programming | public | null |
False | ethelward | t2_h74iw | YMMV, but for me it feels faster (I mapped it on <space space>) than leaving the keyboard, grabbing the mouse, clicking and going back to the keyboard.
Unfortunately, I don't have any objective measurement to give you :/ | null | 0 | 1544466424 | False | 0 | ebidmuc | t3_a4nztn | null | null | t1_ebicngj | /r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebidmuc/ | 1547438436 | 1 | t5_2fwo | r/programming | public | null |
False | ElBroet | t2_15g5qn | Emacs be like | null | 0 | 1545710227 | False | 0 | eci1cb9 | t3_a9anx2 | null | null | t3_a9anx2 | /r/programming/comments/a9anx2/programming_be_like/eci1cb9/ | 1548040314 | 1 | t5_2fwo | r/programming | public | null |
False | jollybrick | t2_1tznbpf4 | Honestly thought it was satire | null | 0 | 1544466451 | False | 0 | ebido75 | t3_a4wu3y | null | null | t1_ebi9f1k | /r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebido75/ | 1547438453 | 2 | t5_2fwo | r/programming | public | null |
False | fuck_bottom_text | t2_2rc5hwua | qbasic was the first language I learned in high school | null | 0 | 1545710337 | False | 0 | eci1g73 | t3_a90xot | null | null | t1_ecfrs8o | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/eci1g73/ | 1548040362 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | >Based on what personal experience do you “flat out not believe me”?
10 years of native development. | null | 0 | 1544466472 | False | 0 | ebidp5t | t3_a45jvw | null | null | t1_ebgyroq | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebidp5t/ | 1547438465 | 1 | t5_2fwo | r/programming | public | null |
False | grauenwolf | t2_570j | LOL
"Orders of magnitude slower" is still in the milliseconds per test range.
Last time I tested MySQL with my ORM, I was getting an average of 7.57 ms per test. And a given test may have dozens of database calls. | null | 0 | 1545710972 | False | 0 | eci22dg | t3_a8zgcm | null | null | t1_echahy9 | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/eci22dg/ | 1548040636 | 1 | t5_2fwo | r/programming | public | null |
False | jollybrick | t2_1tznbpf4 | And yes by the way, I DO have a Rick and Morty tattoo | null | 0 | 1544466493 | False | 0 | ebidq9c | t3_a4wu3y | null | null | t1_ebic6bg | /r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebidq9c/ | 1547438478 | 8 | t5_2fwo | r/programming | public | null |
False | ump200iq | t2_2kw571u6 | Is anyone running this kernel on Ubuntu 18.04 LTS
their latest mainline release is 4.19
[https://kernel.ubuntu.com/\~kernel-ppa/mainline/'v4.19-rc1'/](https://kernel.ubuntu.com/~kernel-ppa/mainline/'v4.19-rc1'/)
&#x200B; | null | 0 | 1545711022 | False | 0 | eci245o | t3_a95jxj | null | null | t3_a95jxj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci245o/ | 1548040657 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544466502 | 1545958618 | 0 | ebidqph | t3_a4uynu | null | null | t1_ebib1a6 | /r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebidqph/ | 1547438484 | 3 | t5_2fwo | r/programming | public | null |
False | FreshRepresentative | t2_21k2lgkl | Heh. | null | 0 | 1545711310 | False | 0 | eci2eo9 | t3_a95jxj | null | null | t3_a95jxj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci2eo9/ | 1548040817 | -3 | t5_2fwo | r/programming | public | null |
False | treerabbit23 | t2_c9arw | The author sets their own portion of the price.
Your reading comprehension is shit. | null | 0 | 1544466509 | False | 0 | ebidr1j | t3_a4m0rb | null | null | t1_ebidky3 | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebidr1j/ | 1547438488 | 1 | t5_2fwo | r/programming | public | null |
False | MentalMachine | t2_biq50 | So var just shortens down code line length, or am I missing something? | null | 0 | 1545711361 | False | 0 | eci2gfe | t3_a956qz | null | null | t1_echhvjs | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/eci2gfe/ | 1548040839 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | I have absolutely zero interest in learning JavaScript or working with it. | null | 0 | 1544466518 | False | 0 | ebidrgg | t3_a45jvw | null | null | t1_ebgz4z4 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebidrgg/ | 1547438493 | 0 | t5_2fwo | r/programming | public | null |
False | Silbern_ | t2_12m23g | For traditional monolithic servers, yeah, a stable OS is important. However, there have been some really interesting experiments with using lots of mini servers and a strong load balancing setup, combined with bleeding edge software, to get setups that are very scalable and can adapt and change really quickly. Netflix used to (and as far as I know, still does) run FreeBSD-CURRENT (basically arch but more cutting edge and with less testing) and their media servers this way, letting them test FreeBSD extensively with relatively little risk, since if any individual server crashed or failed, the stream could be seamlessly transferred over to another. Really interesting stuff! :) | null | 0 | 1545711733 | False | 0 | eci2tb3 | t3_a95jxj | null | null | t1_echeunj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci2tb3/ | 1548040998 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | >Of course they have.
Really? Where's my native Slack app, then? Oh, there isn't one, and my company mandates the use of Slack? Wow, such choice. | null | 0 | 1544466584 | False | 0 | ebidupl | t3_a45jvw | null | null | t1_ebhxix6 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebidupl/ | 1547438533 | 2 | t5_2fwo | r/programming | public | null |
False | nilukush | t2_agkst | Thanks for sharing | null | 0 | 1545712029 | False | 0 | eci32y8 | t3_a97r74 | null | null | t3_a97r74 | /r/programming/comments/a97r74/5_things_i_wont_tell_you_about_algorithms_part_i/eci32y8/ | 1548041117 | 0 | t5_2fwo | r/programming | public | null |
False | Funcod | t2_1jmykrzv | You got a point there. | null | 0 | 1544466623 | False | 0 | ebidwk4 | t3_a4oi4w | null | null | t1_ebic2cu | /r/programming/comments/a4oi4w/git_v2200_released/ebidwk4/ | 1547438556 | 0 | t5_2fwo | r/programming | public | null |
False | Shogger | t2_5ykzq | It lets you interactively substitute your own arguments in for a given example on TLDR. | null | 0 | 1545712347 | False | 0 | eci3dhj | t3_a925ho | null | null | t1_ecfy3li | /r/programming/comments/a925ho/need_some_help_while_compiling_or_testing_on_cli/eci3dhj/ | 1548041246 | 3 | t5_2fwo | r/programming | public | null |
False | rabidllamaofdoom | t2_ihf49 | I have Vs. Castlevania. There's a dip switch to let you toggle between easy and hard. | null | 0 | 1544466632 | False | 0 | ebidx1f | t3_a4vzev | null | null | t1_ebi8bxb | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebidx1f/ | 1547438562 | 21 | t5_2fwo | r/programming | public | null |
False | watsreddit | t2_9acf4 | >Windows works consistently and smooth, everything does the right thing.
Like its glacial search functionality?
| null | 0 | 1545712684 | False | 0 | eci3oes | t3_a95jxj | null | null | t1_echicqm | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci3oes/ | 1548041411 | -1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | They set what they want to receive on top of the expenses that Amazon charges. And Amazon takes a cut of that, as well.
Your reading comprehension is shit. | null | 0 | 1544466637 | False | 0 | ebidxat | t3_a4m0rb | null | null | t1_ebidr1j | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebidxat/ | 1547438566 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545712715 | 1545938113 | 0 | eci3pgl | t3_a95jxj | null | null | t1_echqgyi | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci3pgl/ | 1548041424 | 3 | t5_2fwo | r/programming | public | null |
False | kamekaze1024 | t2_zvokghi | Plot twist, I haven't even learned to crawl | null | 1 | 1544466646 | False | 0 | ebidxp3 | t3_a4vzev | null | null | t1_ebi7j5g | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebidxp3/ | 1547438571 | 3 | t5_2fwo | r/programming | public | null |
False | ghillisuit95 | t2_78alt | Is that something common with mathematicians? | null | 0 | 1545713084 | False | 0 | eci40zo | t3_a9atre | null | null | t1_echzaa9 | /r/programming/comments/a9atre/c_spaceship_operator_and_nontype_template/eci40zo/ | 1548041567 | 1 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | kenm called. He said you took his approach, but is irritated because he feels like you bastardized it | null | 0 | 1544466666 | False | 0 | ebidymw | t3_a4tznm | null | null | t1_ebhnnd8 | /r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebidymw/ | 1547438583 | 3 | t5_2fwo | r/programming | public | null |
False | nikanjX | t2_4kg4n | [https://bugs.openjdk.java.net/browse/JDK-8215030A](https://bugs.openjdk.java.net/browse/JDK-8215030A) | null | 0 | 1545713569 | False | 0 | eci4ghn | t3_a8kwz8 | null | null | t1_ecbw14p | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/eci4ghn/ | 1548041758 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544466683 | False | 0 | ebidzhy | t3_a4vzev | null | null | t1_ebi3yis | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebidzhy/ | 1547438593 | 1 | t5_2fwo | r/programming | public | null |
False | neuk_mijn_oogkas | t2_2032avqr | I never said it had anything to do with sex? Maybe you should read my post?
I said becoming a leader is just a function of joining the project early and sharing the philosophy of the early developers, not being particularly good at leadership anonimity has nothing to do with it—my post doesn't even mention sex. | null | 0 | 1545713675 | False | 0 | eci4jpp | t3_a97kyr | null | null | t1_echhhcp | /r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/eci4jpp/ | 1548041799 | -5 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544466735 | False | 0 | ebie23t | t3_a4n8jv | null | null | t1_ebi4uxg | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebie23t/ | 1547438627 | 1 | t5_2fwo | r/programming | public | null |
False | khedoros | t2_63drl | I remember using it in some computer science classes about logic, using the "↔" symbol, and I suppose <=> could just be seen as an easier way to type that. | null | 0 | 1545713927 | False | 0 | eci4r8y | t3_a9atre | null | null | t1_eci40zo | /r/programming/comments/a9atre/c_spaceship_operator_and_nontype_template/eci4r8y/ | 1548041892 | 3 | t5_2fwo | r/programming | public | null |
False | ThirdEncounter | t2_1ud6zgq | Read relevant tutorials. Study the source code of related open source projects. This is the advice I was given in the 90s when I wanted to make games and had no idea where to start. It's still relevant today. | null | 0 | 1544466738 | False | 0 | ebie283 | t3_a4vzev | null | null | t1_ebi4tvq | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebie283/ | 1547438629 | 6 | t5_2fwo | r/programming | public | null |
False | neuk_mijn_oogkas | t2_2032avqr | > Of course you can. Just file the paperwork, and voila! You've got a business!
A bank is not going to loan money to someone who already has huge debts at the moment paying off.
> You sure can
Yeah if you want them all to fail; it turns out time is a resource that no one can loan you.
> You mean it isn't all 100% luck, you actually have to work at the business?
I never said it was all luck; I said it was 10% skill and 90% luck quite explicitly.
But in the end of the day no matter how good you are you won't make it without the die rolling in your favour. That's the general thing with success. There's a few exceptions like sports, if you're a good enouch chess player and suddenly book strong results at tournaments and start giving GM's a match you will make it but apart from that in business or showbusiness skill is like 10% of the journey, the rest is luck. | null | 0 | 1545714217 | False | 0 | eci50r6 | t3_a97kyr | null | null | t1_eche6mb | /r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/eci50r6/ | 1548042037 | 1 | t5_2fwo | r/programming | public | null |
False | cheese_is_available | t2_ixzpt | This is true, but I think the real point is that money is not what is really important. Developer in Europe do not have money problem. You can't buy as much electronics or travel than a bay area developer but I would not want to go there just for the money. Being close to family and friend, not fucking up the planet by over-consuming is more important to me than being able to have a new gadget every month, or traveling everywhere by plane, or living in a castle after retirement. | null | 0 | 1544466761 | False | 0 | ebie3em | t3_a4n8jv | null | null | t1_ebgwtt2 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebie3em/ | 1547438643 | 1 | t5_2fwo | r/programming | public | null |
False | morganmachine91 | t2_ge28w | Yeah, the one issue I had was when an update messed with the compatibility between i3wm and a font package I was using. I just had to manually update the font package lol. | null | 0 | 1545714282 | False | 0 | eci52vc | t3_a95jxj | null | null | t1_echxqdk | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci52vc/ | 1548042063 | 1 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | I'm honestly wondering how the source of all this was hoping to profit. Probably short selling major companies | null | 0 | 1544466776 | False | 0 | ebie43v | t3_a4tznm | null | null | t1_ebhnmqn | /r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebie43v/ | 1547438651 | 4 | t5_2fwo | r/programming | public | null |
False | PE002 | t2_2uqtuozd | The source code is available at the following address: [https://github.com/PardDev](https://github.com/PardDev) | null | 0 | 1545714387 | False | 0 | eci56bm | t3_a9c74o | null | null | t3_a9c74o | /r/programming/comments/a9c74o/3d_game_tutorial_in_c_from_scratch_1_creating_a/eci56bm/ | 1548042106 | 1 | t5_2fwo | r/programming | public | null |
False | m50d | t2_6q02y | > You'd need a runtime check here, even if you were able to do all kinds of fancy static analysis.
Not if the language falls back to arbitrary-precision integers. Python does that, and I think so do Idris naturals. | null | 0 | 1544466782 | False | 0 | ebie4eq | t3_a4ufwz | null | null | t1_ebi86gk | /r/programming/comments/a4ufwz/typebased_alias_analysis/ebie4eq/ | 1547438655 | 1 | t5_2fwo | r/programming | public | null |
False | neuk_mijn_oogkas | t2_2032avqr | So... it isn't the case that almost all free software projects are just led by the person who founded it?
I mean for crying out loud Trump actually _led_ s in was the actual top dog of the Trump Organization, a company they inherited that has 23 000 employees—what manner of coincidence that Trump is the most capable man to lead it. Of course not.
Leadership is not handed out to the best man for the job; it's based on completely different things; important decisions in this world are absolutely not taken by the men most capable of taking them. | null | 0 | 1545714412 | False | 0 | eci572o | t3_a97kyr | null | null | t1_echdpz8 | /r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/eci572o/ | 1548042116 | -1 | t5_2fwo | r/programming | public | null |
False | sigi234 | t2_q7u3o | I don't mind working in Munich Germany with my 30 days holiday (real, and also taking them like 3-4 weeks at once) with a smaller salary as in the usa. I'm also not sure about work life balance but 40h mean 40h. | null | 0 | 1544466854 | False | 0 | ebie81i | t3_a4n8jv | null | null | t3_a4n8jv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebie81i/ | 1547438700 | 2 | t5_2fwo | r/programming | public | null |
False | noahdvs | t2_s8tf8 | My original point is that throwing money and people at a general problem isn't necessarily going to result in generally better quality. Better quality isn't necessarily even going to translate into significantly better market share. Having a figurehead isn't necessarily going to result in a direction that is better for most people. I don't want to deal with a Steve Jobs for the Linux world and I'm happy to not have him, even if the result is less consistency, simplicity or compatibility. | null | 0 | 1545714581 | False | 0 | eci5cc8 | t3_a95jxj | null | null | t1_echfle5 | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci5cc8/ | 1548042180 | 2 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | >angled high contrast photo of random on-screen code
wew lad | null | 0 | 1544466874 | False | 0 | ebie90u | t3_a4tznm | null | null | t3_a4tznm | /r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebie90u/ | 1547438712 | 15 | t5_2fwo | r/programming | public | null |
False | bernaferrari | t2_aaf2o | Why? | null | 1 | 1545714679 | False | 0 | eci5fl2 | t3_a95jxj | null | null | t1_ecgq6wj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci5fl2/ | 1548042221 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544466917 | False | 0 | ebieb80 | t3_a4n8jv | null | null | t1_ebi8qn4 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebieb80/ | 1547438739 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545714750 | False | 0 | eci5huq | t3_a95jxj | null | null | t1_ecgyhu0 | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci5huq/ | 1548042249 | 1 | t5_2fwo | r/programming | public | null |
False | Daneel_Trevize | t2_dxefp | Then they chose a known to be poor medium to deliver it via. | null | 0 | 1544466929 | False | 0 | ebiebu8 | t3_a4wu3y | null | null | t1_ebido75 | /r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebiebu8/ | 1547438747 | -2 | t5_2fwo | r/programming | public | null |
False | gnus-migrate | t2_nvuy8 | Nope, that's it. It can shorten some fairly nasty type signatures, but I think the person responding to me is making it out to be a bigger deal than it actually is. | null | 0 | 1545714951 | False | 0 | eci5o68 | t3_a956qz | null | null | t1_eci2gfe | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/eci5o68/ | 1548042327 | 4 | t5_2fwo | r/programming | public | null |
False | zeroone | t2_3782z | Nice. I'll have to try out Hard. If I had to guess, it's probably NES Difficult Mode with enemy attacks doing even more damage. I forgot to mention that they give you half the time to complete the levels. You really need to keep moving in Vs. | null | 0 | 1544466983 | False | 0 | ebieeg4 | t3_a4vzev | null | null | t1_ebidx1f | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebieeg4/ | 1547438779 | 12 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | No shit? | null | 0 | 1545715129 | False | 0 | eci5tu0 | t3_a99tqb | null | null | t3_a99tqb | /r/programming/comments/a99tqb/the_imposters_handbook_is_10_off_for_24_hours/eci5tu0/ | 1548042397 | 0 | t5_2fwo | r/programming | public | null |
False | SudoWizard | t2_2ieie3gm | Wasn’t expecting such good documentation | null | 0 | 1544467061 | False | 0 | ebieihy | t3_a4vzev | null | null | t3_a4vzev | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebieihy/ | 1547438830 | 8 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | good on you for pointing that out! I want to upvote all your posts. go kick some more moral ass. you're a real fighter and a leader, champ 👍 | null | 0 | 1545715802 | False | 0 | eci6eri | t3_a8vd2a | null | null | t1_ecf26sz | /r/programming/comments/a8vd2a/templeos_programmer_terry_davis_demonstrating_why/eci6eri/ | 1548042685 | 2 | t5_2fwo | r/programming | public | null |
False | peterwilli | t2_dwi1a | I read Windows United Arab Emirates at first. | null | 0 | 1544467095 | False | 0 | ebiek7f | t3_a4uo6y | null | null | t3_a4uo6y | /r/programming/comments/a4uo6y/winuae_410_released_winuae_is_open_source_amiga/ebiek7f/ | 1547438851 | 1 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | >Dude, he's fucking dead.
"but he ruined my suit"
| null | 0 | 1545715908 | False | 0 | eci6i06 | t3_a8vd2a | null | null | t1_ecebs14 | /r/programming/comments/a8vd2a/templeos_programmer_terry_davis_demonstrating_why/eci6i06/ | 1548042726 | 0 | t5_2fwo | r/programming | public | null |
False | dexx4d | t2_4bmbf | It's depressing as a Canadian, and one of the reasons why software devs are going from Vancouver to Seattle while software companies are going from Seattle to Vancouver. | null | 0 | 1544467122 | False | 0 | ebieljj | t3_a4n8jv | null | null | t1_ebhb8lc | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebieljj/ | 1547438868 | 1 | t5_2fwo | r/programming | public | null |
False | fungussa | t2_3wv64 | Go stands as almost unique amongst programming languages, in that it was designed from the ground up to solve day-to-day engineering issues, and it wasn't created to fulfill some theoretical ideal.
&nbsp;
The creators of the language took a highly disciplined approach, and thereby limited features to what was deemed as essential. It was created to provide a means by which large teams could be highly productive and efficient.
&nbsp;
As an example, that's why they've spent so much effort in creating a compiler that can compile as fast as many dynamic language runtimes take to start up.
The language only has 25 keywords, and one can read the entire specification in a single sitting, with developers being able to get up to speed quickly compare to other languages. (the language, for example, only has one loop construct) | null | 0 | 1545716025 | False | 0 | eci6lm4 | t3_a8rptf | null | null | t1_echq9le | /r/programming/comments/a8rptf/i_do_not_like_go/eci6lm4/ | 1548042769 | 0 | t5_2fwo | r/programming | public | null |
False | TCPisBetterThanUDP | t2_1se9jpc4 | True that, Citadel does have an office in NYC as well. The only downside of
Chicago over NYC is that NYC has better pizza(pissed of Chicagoans in 3,2,1...) | null | 0 | 1544467210 | False | 0 | ebiepub | t3_a4n8jv | null | null | t1_ebieb80 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiepub/ | 1547438921 | 3 | t5_2fwo | r/programming | public | null |
False | PostFunktionalist | t2_7gb6o | I love i3-gaps but my desktop workflow is mouse-heavy and I feel like using a tiling WM for that is Less Than Ideal | null | 0 | 1545716187 | False | 0 | eci6qkg | t3_a95jxj | null | null | t1_ecgp1vt | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci6qkg/ | 1548042831 | 1 | t5_2fwo | r/programming | public | null |
False | pheonixblade9 | t2_4zcgr | And that kind of software is maybe 20% of the demand for engineers. | null | 0 | 1544467221 | False | 0 | ebieqf9 | t3_a4n8jv | null | null | t1_ebi9bx7 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebieqf9/ | 1547438928 | 0 | t5_2fwo | r/programming | public | null |
False | ase1590 | t2_6qlj4 | I'm just happy that speck crypto algorithm was removed.
The whole thing behind that was weird and shifty. | null | 0 | 1545716750 | False | 0 | eci77th | t3_a95jxj | null | null | t3_a95jxj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci77th/ | 1548043044 | 3 | t5_2fwo | r/programming | public | null |
False | pheonixblade9 | t2_4zcgr | Google (lol) him 😁 | null | 0 | 1544467242 | False | 0 | ebiergz | t3_a4n8jv | null | null | t1_ebi0q8s | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiergz/ | 1547438941 | 2 | t5_2fwo | r/programming | public | null |
False | ase1590 | t2_6qlj4 | Not in this one.
Speck is removed though. | null | 0 | 1545716802 | False | 0 | eci79eo | t3_a95jxj | null | null | t1_echs9qt | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci79eo/ | 1548043064 | 4 | t5_2fwo | r/programming | public | null |
False | rabidllamaofdoom | t2_ihf49 | I always played on easy because I'm not very good. Unfortunately I don't remember the differences off the top of my head to verify. Half time is crazy though. I can't imagine getting good enough | null | 0 | 1544467277 | False | 0 | ebiet7z | t3_a4vzev | null | null | t1_ebieeg4 | /r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebiet7z/ | 1547438963 | 3 | t5_2fwo | r/programming | public | null |
False | whizzythorne | t2_sxfgplh | Arch user here without an anime background, am i doing something wrong? | null | 0 | 1545716962 | False | 0 | eci7e8e | t3_a95jxj | null | null | t1_ech1j55 | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci7e8e/ | 1548043124 | 3 | t5_2fwo | r/programming | public | null |
False | b00n | t2_45hus | Big 4 don't pay the best. There's a fair few which pay better. | null | 0 | 1544467358 | False | 0 | ebiexay | t3_a4n8jv | null | null | t1_ebgv3tn | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiexay/ | 1547439040 | 1 | t5_2fwo | r/programming | public | null |
False | gnus-migrate | t2_nvuy8 | I looked at F# and liked it quite a bit as well, and it's sad that the JVM doesn't have a well supported equivalent.
As for var, I don't really see how it's a game changer. It makes lambdas a bit nicer to use but that's pretty much it. | null | 0 | 1545717013 | False | 0 | eci7fqb | t3_a956qz | null | null | t1_echhvjs | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/eci7fqb/ | 1548043142 | 1 | t5_2fwo | r/programming | public | null |
False | steveklabnik1 | t2_d7udf | Ah, that's fair. You can imagine an analogous situation for parsing some other form of data that only has a limited range, or checking that it’s only digits, etc. | null | 0 | 1544467359 | 1544475454 | 0 | ebiexck | t3_a4ufwz | null | null | t1_ebie4eq | /r/programming/comments/a4ufwz/typebased_alias_analysis/ebiexck/ | 1547439040 | 1 | t5_2fwo | r/programming | public | null |
False | texasbruce | t2_n65xdt3 | This title is underwhelming. The biggest change in C-+2a is Concept, not some operator | null | 0 | 1545717672 | False | 0 | eci7yka | t3_a9atre | null | null | t3_a9atre | /r/programming/comments/a9atre/c_spaceship_operator_and_nontype_template/eci7yka/ | 1548043403 | 2 | t5_2fwo | r/programming | public | null |
False | snowe2010 | t2_53c7i | Docker on Linux is terrible though. So many issues. | null | 0 | 1544467392 | False | 0 | ebieyzs | t3_a4eakz | null | null | t1_ebevz91 | /r/programming/comments/a4eakz/accidentally_from_macos_to_windows_and_wsl/ebieyzs/ | 1547439061 | 0 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545717872 | False | 0 | eci844b | t3_a9ckgo | null | null | t3_a9ckgo | /r/programming/comments/a9ckgo/3d_game_tutorial_in_c_from_scratch_1_creating_a/eci844b/ | 1548043471 | 1 | t5_2fwo | r/programming | public | null |
False | CJKay93 | t2_ilr9v | The only one I can think of is Bloomberg an even they are way off that mark. | null | 0 | 1544467443 | False | 0 | ebif1ik | t3_a4n8jv | null | null | t1_ebiexay | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebif1ik/ | 1547439092 | 1 | t5_2fwo | r/programming | public | null |
False | pp19_bizon | t2_eouxu1n | I feel attacked.
-- Manjaro user | null | 0 | 1545718257 | False | 0 | eci8ewd | t3_a95jxj | null | null | t1_ech2lny | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/eci8ewd/ | 1548043610 | 1 | t5_2fwo | r/programming | public | null |
Subsets and Splits
Filtered Reddit Uplifting News
The query retrieves specific news articles by their link IDs, providing a basic overview of those particular entries without deeper analysis or insights.
Recent Programming Comments
Returns a limited set of programming records from 2020 to 2023, providing basic filtering with minimal analytical value.