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 | grauenwolf | t2_570j | It's incoherent because it means, in a modern sense, do whatever you want.
Originally it was hyper inheritance where you never added new methods without adding a new sub class to put them in.
Now it means nothing. No one can point to code and objectively say it does or doesn't follow OCP. | null | 0 | 1544570724 | False | 0 | eblh6nc | t3_a56am1 | null | null | t1_ebktj5y | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/eblh6nc/ | 1547491806 | 4 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545855298 | 1545958356 | 0 | eclvkrs | t3_a956qz | null | null | t1_ecla3e5 | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/eclvkrs/ | 1548104957 | 1 | t5_2fwo | r/programming | public | null |
False | xiata | t2_4c2y0 | If it doesn’t match the platform, it automatically loses some good standing, even if it might be technically better. The user has to learn a different behavior for *your* app when your app could have conformed with expectations.
It’s like if your app is better in every way, but uses CTRL modifiers instead of Command ... | null | 0 | 1544570776 | 1544571095 | 0 | eblh8vl | t3_a45jvw | null | null | t1_ebc7jhm | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/eblh8vl/ | 1547491834 | 1 | t5_2fwo | r/programming | public | null |
False | myringotomy | t2_9f1cg | Why don't more people use freepascal? It compiles fast, it runs fast, it's a more friendly language than go. It has a nice ide. It runs on windows. | null | 0 | 1545855574 | False | 0 | eclvy96 | t3_a9om4e | null | null | t3_a9om4e | /r/programming/comments/a9om4e/theres_an_llvmbased_code_generator_in_the_works/eclvy96/ | 1548105154 | 9 | t5_2fwo | r/programming | public | null |
False | 28inch_not_monitor | t2_xuehs | No, Australian laws are not enforced outside of Australia. If you break other nations laws you are subject to their laws. However we do have some laws that basically mean if you return to Australia we can prosecute you for actions you took overseas. This as far as I know is only targeted towards child porn and sex traf... | null | 0 | 1544570802 | False | 0 | eblh9yw | t3_a57th7 | null | null | t1_ebkk5s3 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblh9yw/ | 1547491847 | 5 | t5_2fwo | r/programming | public | null |
False | jlrobins_ssc | t2_38vct | Been coding webserver-side python for 15+ years, never needed to to do:
elementwise_sum = [sum(pair) for pair in zip(list_a, list_b)]
Anyone have a real use-case for that one?
I recommend making a specific section on uses of `zip` and `itertools.zip_longest` | null | 0 | 1545855652 | 1545856111 | 0 | eclw21y | t3_a9o4zd | null | null | t3_a9o4zd | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclw21y/ | 1548105200 | 2 | t5_2fwo | r/programming | public | null |
False | billrobertson42 | t2_36drg | Relative to what? | null | 0 | 1544570839 | False | 0 | eblhbk0 | t3_a4k3gu | null | null | t1_ebk1jdx | /r/programming/comments/a4k3gu/almost_hotswap_for_java/eblhbk0/ | 1547491866 | 1 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | Wow. That should go in /r/ChoosingBeggars | null | 0 | 1545855753 | False | 0 | eclw6uy | t3_a9njuu | null | null | t1_eclmfdg | /r/programming/comments/a9njuu/micro_intuitive_terminalbased_text_editor/eclw6uy/ | 1548105260 | 7 | t5_2fwo | r/programming | public | null |
False | senj | t2_3wc5u | '80s *VT200* technology.
Which is a significant step forward from '80s CPM/DOS technology | null | 0 | 1544570866 | False | 0 | eblhcps | t3_a57gmy | null | null | t1_ebl72ia | /r/programming/comments/a57gmy/new_experimental_windows_console_features/eblhcps/ | 1547491880 | 41 | t5_2fwo | r/programming | public | null |
False | Ksevio | t2_8ug4b | If I deploy a server, I'm writing code with a dependency on the server. | null | 0 | 1545855889 | False | 0 | eclwdbc | t3_a9hs3u | null | null | t1_ecjikn9 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eclwdbc/ | 1548105340 | 1 | t5_2fwo | r/programming | public | null |
False | swordglowsblue | t2_2nrkh5d0 | Thanks! Not going to lie, I actually kind of did a double take when I saw your name. I've followed your blog for a while, actually, and your work on Wren and Magpie (along with Crafting Interpreters, of course) has been really helpful and inspiring in my own endeavors into making programming languages. | null | 0 | 1544570970 | False | 0 | eblhh3a | t3_a55qhp | null | null | t1_eblgyyu | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblhh3a/ | 1547491935 | 4 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545855943 | 1545958354 | 0 | eclwg0e | t3_a9o4zd | null | null | t1_eclefrj | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclwg0e/ | 1548105373 | 2 | t5_2fwo | r/programming | public | null |
False | munificent | t2_331sn | > I don't know if that's what the proposal says.
Well... I sit next to the author, so I have a fairly good insight into his thinking. He's taking for granted that efficient interop is necessary because in practice everyone needs that. | null | 0 | 1544570994 | False | 0 | eblhi4h | t3_a55qhp | null | null | t1_eblgszl | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblhi4h/ | 1547491947 | 4 | t5_2fwo | r/programming | public | null |
False | craigerator | t2_735mi | How to spam subreddit with irrelevant video. | null | 0 | 1545855986 | False | 0 | eclwi15 | t3_a9qbwl | null | null | t3_a9qbwl | /r/programming/comments/a9qbwl/how_to_recovery_deleted_phone_number/eclwi15/ | 1548105398 | 1 | t5_2fwo | r/programming | public | null |
False | munificent | t2_331sn | Thank you! :D | null | 0 | 1544571028 | False | 0 | eblhjld | t3_a55qhp | null | null | t1_eblhh3a | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblhjld/ | 1547491965 | 3 | t5_2fwo | r/programming | public | null |
False | pure_x01 | t2_3h5id | What programming languages did you use for this? Java ;-) | null | 0 | 1545856023 | False | 0 | eclwjwv | t3_a9npfu | null | null | t3_a9npfu | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclwjwv/ | 1548105422 | 3 | t5_2fwo | r/programming | public | null |
False | grauenwolf | t2_570j | Because we're tired of repeating the same things over and over again.
It's far easier to say "Yea SOLID. All four should be SOLID" than to actually talk about what that means in real terms and the many, many problems with the concept.
And when it comes right down to it, nobody actually uses SOLID. Either they try a... | null | 0 | 1544571044 | False | 0 | eblhk8r | t3_a56am1 | null | null | t1_ebkcwxo | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/eblhk8r/ | 1547491974 | 2 | t5_2fwo | r/programming | public | null |
False | SCHKN | t2_1kyqpkiq | Don’t you have a sense of incompletion then? | null | 0 | 1545856032 | False | 0 | eclwkdm | t3_a9iso8 | null | null | t1_eclvfpu | /r/programming/comments/a9iso8/5_proven_ways_to_finish_your_side_project/eclwkdm/ | 1548105427 | 2 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | > I terribly regret not having to convince members
> of W3C CSS WG at that time.
This is the biggest mistake - to assume that the W3C is an authority on anything.
With Google offering the de-facto solo browser dominating the www, who actually needs a standards body to begin with? | null | 0 | 1544571234 | False | 0 | eblhs89 | t3_a5b649 | null | null | t3_a5b649 | /r/programming/comments/a5b649/css_10_years_of_flexboxing/eblhs89/ | 1547492072 | -11 | t5_2fwo | r/programming | public | null |
False | blakeman8192 | t2_7qc5f | I use SpaceVim on my development box, and SSH into it from my android tablet for easy and portable development (through bluetooth keyboard). Thank you for all your hard work, this project is awesome! | null | 0 | 1545856077 | False | 0 | eclwmk6 | t3_a9fg8h | null | null | t3_a9fg8h | /r/programming/comments/a9fg8h/spacevim_release_v100/eclwmk6/ | 1548105454 | 1 | t5_2fwo | r/programming | public | null |
False | teatime22 | t2_rtuiz | The co founder of Atlassian spoke against it so it could be fair to assume they are working on a statement. | null | 0 | 1544571234 | False | 0 | eblhs9k | t3_a57th7 | null | null | t1_ebl8z69 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblhs9k/ | 1547492073 | 36 | t5_2fwo | r/programming | public | null |
False | Nathanfenner | t2_11qyfu | It is different.
Rather than actually placing the "cities" in physical space for the slime mold to seek out, they instead place the slime mold in the center of a disk with channels sticking off in all directions.
Each channel corresponds to an edge in the city graph. A computer (which watches the slime mold) controls... | null | 0 | 1545856268 | 1545858757 | 0 | eclww99 | t3_a9qz9q | null | null | t1_eclu4ev | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/eclww99/ | 1548105603 | 55 | t5_2fwo | r/programming | public | null |
False | nbktdis | t2_ar0v3 | There is a large concern over at /r/australia about this legislation.
Personally, I can't see how it would work in practice.
There are also all sorts of questions - for example:
1. What if you code a backdoor as per the legislation and get fired for it? Will Fair Work say you were fired unfairly? How does compensati... | null | 0 | 1544571246 | False | 0 | eblhsrt | t3_a57th7 | null | null | t3_a57th7 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblhsrt/ | 1547492078 | 92 | t5_2fwo | r/programming | public | null |
False | Sotriuj | t2_6a9a1 | Not really. I work on side projects during my free time, so I think grinding a side project to completion will burn me out of doing anything at all. So I just keep at it while I'm having fun. | null | 0 | 1545856269 | False | 0 | eclwwao | t3_a9iso8 | null | null | t1_eclwkdm | /r/programming/comments/a9iso8/5_proven_ways_to_finish_your_side_project/eclwwao/ | 1548105603 | 7 | t5_2fwo | r/programming | public | null |
False | MeikTranel | t2_2d9ev72c | They just put the ref on a commit that was recommitted with another parent. The old commits aren't deleted or altered. Only when you're the only branch and cleanup unreachable commits. | null | 0 | 1544571309 | False | 0 | eblhvdy | t3_a550fu | null | null | t1_ebk21qm | /r/programming/comments/a550fu/microsoft_announces_aiassisted_intellicode_for/eblhvdy/ | 1547492111 | 1 | t5_2fwo | r/programming | public | null |
False | papertowelroll17 | t2_ywfyrs | Hmm, okay. If you are going to run a one-man show you can use whatever process works for you, obviously. Staying in close contact with the client sounds like quality product management, but I consider that a different discipline than writing software and somewhat orthogonal to this article.
My experience working in so... | null | 0 | 1545856411 | False | 0 | eclx3el | t3_a9q0uh | null | null | t1_ecltrkl | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclx3el/ | 1548105691 | 9 | t5_2fwo | r/programming | public | null |
False | ObscureCulturalMeme | t2_gs28j | So, how does this affect [the Legion of the Bouncy Castle](http://bouncycastle.org)?
| null | 0 | 1544571314 | False | 0 | eblhvl0 | t3_a57th7 | null | null | t3_a57th7 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblhvl0/ | 1547492114 | 11 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | What a terrible advice.
> Every line of code written comes at a price: maintenance.
And you just as well have orthogonal goals, such as features or "interfaceability".
> The problem with code re-use is that it gets in the way
> of changing your mind later on.
You have that with EVERY CODE THAT YOU WRITE.
... | null | 1 | 1545856590 | False | 0 | eclxc4u | t3_a9q0uh | null | null | t3_a9q0uh | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclxc4u/ | 1548105803 | -9 | t5_2fwo | r/programming | public | null |
False | defunkydrummer | t2_m6xbhrx | > Relative to what?
A lot of dynamism to the Java world relative to Java language.
Constrained by the JVM relative to Common Lisp. (Clojure is a Lisp-like language.)
There's a limit in what Clojure can achieve, because it needs to conform to the limitations of the JVM, and the JVM originally was thought for a ve... | null | 0 | 1544571327 | False | 0 | eblhw4i | t3_a4k3gu | null | null | t1_eblhbk0 | /r/programming/comments/a4k3gu/almost_hotswap_for_java/eblhw4i/ | 1547492120 | 1 | t5_2fwo | r/programming | public | null |
False | KillTheIdols | t2_6dvyp | Booo, don't support this proprietary garbage. Use (or wait for) open source alternatives. | null | 0 | 1545856593 | False | 0 | eclxcaz | t3_a9npfu | null | null | t3_a9npfu | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclxcaz/ | 1548105805 | -5 | t5_2fwo | r/programming | public | null |
False | ponybau5 | t2_6yptu | Dont forget sites that have to use js to load *everything* | null | 0 | 1544571345 | False | 0 | eblhwwu | t3_a55xbm | null | null | t1_ebkjkqy | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblhwwu/ | 1547492130 | 6 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | Java is a terrible example for literally everything - except for IDEs. The IDEs actually make the monster that is Java slightly less terrible. And I say this as someone who does not use any IDE (well, actually, linux + ruby is my IDE sort of; I refer to the big integrated ones such as eclipse etc...). | null | 0 | 1545856682 | False | 0 | eclxgg1 | t3_a9q0uh | null | null | t1_eclk9p3 | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclxgg1/ | 1548105856 | -18 | t5_2fwo | r/programming | public | null |
False | devlambda | t2_16hiwp | > Is there anything I missed?
No idea, but you can read up on Eiffel's "Void-safety" [here](https://www.eiffel.org/doc/eiffel/Void-safety-_Background%2C_definition%2C_and_tools), if that's a part of Eiffel that you are unfamiliar with. | null | 0 | 1544571364 | False | 0 | eblhxnq | t3_a55qhp | null | null | t1_eblgvbv | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblhxnq/ | 1547492139 | 4 | t5_2fwo | r/programming | public | null |
False | eastafri | t2_7071g | The D programming language has a well thought out range feature and i find it a bit surprising that the author fails to mention that this is a feature "stolen" from D. Most of C++ features and concepts in C++17 and now C++20 have been largely borrowed from D. | null | 0 | 1545856692 | False | 0 | eclxgym | t3_a9q4iu | null | null | t3_a9q4iu | /r/programming/comments/a9q4iu/ranges_code_quality_and_the_future_of_c/eclxgym/ | 1548105862 | -13 | t5_2fwo | r/programming | public | null |
False | 13steinj | t2_i487l | Better question for you, what makes you stick to Jira rather than anything else?
E: asking legitimate questions give downvotes? If he says that Jira is better (and I'm not saying it isn't), I want to know why. I personally don't use Jira so I wouldn't know. | null | 0 | 1544571440 | 1544583236 | 0 | ebli0zk | t3_a57th7 | null | null | t1_eble8tl | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebli0zk/ | 1547492180 | -4 | t5_2fwo | r/programming | public | null |
False | pure_x01 | t2_3h5id | Management consulting firms solves an actual problem you say? | null | 0 | 1545856698 | False | 0 | eclxh8t | t3_a9qpu2 | null | null | t3_a9qpu2 | /r/programming/comments/a9qpu2/an_amoeba_just_found_an_entirely_new_way_to_solve/eclxh8t/ | 1548105866 | 1 | t5_2fwo | r/programming | public | null |
False | IsLoveTheTruth | t2_plkklda | If we’re nitpicking, your last section title includes AFTER-MATCH, but you might have meant aftermath? | null | 0 | 1544571501 | False | 0 | ebli3ll | t3_a55xbm | null | null | t1_ebl0k1e | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebli3ll/ | 1547492212 | 5 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | Why the term "higher" calling?
For "higher" you need a reference. How can any atheist agree to this term? And mind you - the real atheists are people who do not declare themselves as such (for reasons which are difficult to explain in just a few sentences; but it has something to do with using a definition that is alr... | null | 0 | 1545856786 | False | 0 | eclxli4 | t3_a9ry6h | null | null | t3_a9ry6h | /r/programming/comments/a9ry6h/extech_worker_finds_higher_calling_than_coding/eclxli4/ | 1548105920 | 1 | t5_2fwo | r/programming | public | null |
False | grauenwolf | t2_570j | Let me summarize SOLID for you.
SRP: Anemic objects with very low cohesion because the functionality is too widely spread. Usually ignored "when appropriate", but I have seen "one method per class" projects.
OCP: Inheritance run amuck. Usually ignored in favor of some overgeneralized nonsense about code being flexibl... | null | 1 | 1544571501 | False | 0 | ebli3lt | t3_a56am1 | null | null | t3_a56am1 | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/ebli3lt/ | 1547492212 | 3 | t5_2fwo | r/programming | public | null |
False | WalterBright | t2_1zosa | Here's [mine](https://github.com/DigitalMars/dmc/blob/master/src/CORE16/DOUBLE.ASM) | null | 0 | 1545856862 | False | 0 | eclxp2z | t3_a9oey4 | null | null | t1_eclixn7 | /r/programming/comments/a9oey4/do_developers_understand_ieee_floating_point/eclxp2z/ | 1548105963 | 6 | t5_2fwo | r/programming | public | null |
False | grauenwolf | t2_570j | LSP is vital to making code understandable. | null | 0 | 1544571627 | False | 0 | ebli8xl | t3_a56am1 | null | null | t1_ebkrgyv | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/ebli8xl/ | 1547492279 | 2 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | How is keeping the client, the end user of the product, in the planning and development process a 'different discipline'? Sort of contradictory to your previous complaint about requirements changing all of the time. Maybe you should start considering it a part of your discipline rather than someone else's job.
'You... | null | 1 | 1545856892 | False | 0 | eclxqgn | t3_a9q0uh | null | null | t1_eclx3el | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclxqgn/ | 1548105981 | 2 | t5_2fwo | r/programming | public | null |
False | WalksOnLego | t2_l3jyngb | How would government departments contact the developer without anyone else knowing?
They are going to have to ask someone, to know who to ask, to know who to ask. Half the time even managers here don't know who is responsible for what.
i.e. if a government agency wants to install a back door any number of people are... | null | 0 | 1544571752 | False | 0 | eblie6f | t3_a57th7 | null | null | t1_eblcvhm | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblie6f/ | 1547492345 | 11 | t5_2fwo | r/programming | public | null |
False | m0dev | t2_sxtkd | With microservices you can at least isolate the ugliness to single services (and not spread it across boundaries) :D | null | 0 | 1545856989 | False | 0 | eclxuz1 | t3_a9n1x4 | null | null | t1_eclpcvl | /r/programming/comments/a9n1x4/microservices_at_spotify/eclxuz1/ | 1548106037 | 0 | t5_2fwo | r/programming | public | null |
False | wredue | t2_1rbubxg4 | PS3 was also the era of PSN being down for a month due to intrusion.
I can’t remember if it was related or not, but they also had an injection attack on some service around this time. | null | 0 | 1544571832 | False | 0 | eblihjr | t3_a585nb | null | null | t1_eblbqbh | /r/programming/comments/a585nb/cryptography_failure_leads_to_easy_hacking_for/eblihjr/ | 1547492415 | 12 | t5_2fwo | r/programming | public | null |
False | kevinlamonte | t2_wdiz1 | > * Ctrl+Arrow -> Move your cursor one word's length
> * Ctrl+Backspace -> Delete a word
For a long time, it was impossible to distinguish Alt+Arrow / Ctrl+Arrow and plain arrows in the terminal, and for most hardware terminals it still isn't. However, xterm defines key sequences for these, and they can b... | null | 0 | 1545857252 | False | 0 | ecly7i9 | t3_a9njuu | null | null | t1_eclgb3j | /r/programming/comments/a9njuu/micro_intuitive_terminalbased_text_editor/ecly7i9/ | 1548106215 | 3 | t5_2fwo | r/programming | public | null |
False | ProgrammingandPorn | t2_2ot4kyfk | Did we all just collectively forget how absolutely abhorrent web1.0 was? | null | 0 | 1544571858 | False | 0 | ebliiov | t3_a55xbm | null | null | t1_ebkljck | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebliiov/ | 1547492428 | 1 | t5_2fwo | r/programming | public | null |
False | alikenar | t2_125par4o | Haha! I doubt you can run JVM on this system. But you are welcome to try ;-)
​
Its all in ANSI C. | null | 0 | 1545857294 | False | 0 | ecly9mq | t3_a9npfu | null | null | t1_eclwjwv | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecly9mq/ | 1548106242 | 11 | t5_2fwo | r/programming | public | null |
False | billrobertson42 | t2_36drg | Thanks for explaining. Would you mind giving an example of one of these cases? e.g. something that can't be achieved in Clojure but can be in CL? i.e. What am I missing? | null | 0 | 1544571860 | False | 0 | ebliirr | t3_a4k3gu | null | null | t1_eblhw4i | /r/programming/comments/a4k3gu/almost_hotswap_for_java/ebliirr/ | 1547492429 | 2 | t5_2fwo | r/programming | public | null |
False | Yikings-654points | t2_xjafcf4 | What! How far away from coffeeshop are you. Tech hipsters work from coffeeshop doing cool stuffs. | null | 0 | 1545857307 | False | 0 | eclyaa9 | t3_a9npfu | null | null | t1_ecl4tmo | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclyaa9/ | 1548106250 | 1 | t5_2fwo | r/programming | public | null |
False | 13steinj | t2_i487l | Wooosh.
That's the paradox of the argument.
If the argument is "Windows should make a front end for Linux", that makes no sense because they are a company and are profitable without it.
If the argument is "they don't need to because we have Wine", it makes no sense because Wine isn't actually as good as people on Li... | null | 0 | 1544571868 | False | 0 | eblij3k | t3_a57gmy | null | null | t1_ebl9201 | /r/programming/comments/a57gmy/new_experimental_windows_console_features/eblij3k/ | 1547492434 | 9 | t5_2fwo | r/programming | public | null |
False | larikang | t2_ec9hb | The way I read this is that we often waste time over-engineering code hoping that it will be easier to reuse, but often we have to completely change how it works instead. In that case it's better to have something hacky but with limited scope and impact rather than something sprawling and sophisticated. | null | 0 | 1545857330 | False | 0 | eclybe9 | t3_a9q0uh | null | null | t1_eclxc4u | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclybe9/ | 1548106264 | 15 | t5_2fwo | r/programming | public | null |
False | inmatarian | t2_1elfr | zip doesn't respect your .gitignore file | null | 0 | 1544571992 | False | 0 | eblioj6 | t3_a59gw5 | null | null | t1_ebl4l8a | /r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/eblioj6/ | 1547492501 | 7 | t5_2fwo | r/programming | public | null |
False | writoflaw | t2_dize0ae | help out a noob... can someone confirm that this is applicable to python3? (it looks like it but wanted to be sure) | null | 0 | 1545857391 | False | 0 | eclyed9 | t3_a9o4zd | null | null | t3_a9o4zd | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclyed9/ | 1548106300 | 2 | t5_2fwo | r/programming | public | null |
False | munificent | t2_331sn | This is great, thank you.
There's nothing in there that we haven't seen in other languages (who maybe got it from Eiffel first), but there's a lot that confirms what we're already thinking. | null | 0 | 1544572014 | False | 0 | eblipks | t3_a55qhp | null | null | t1_eblhxnq | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/eblipks/ | 1547492514 | 4 | t5_2fwo | r/programming | public | null |
False | Yikings-654points | t2_xjafcf4 | Boo, Communist. | null | 0 | 1545857397 | False | 0 | eclyepm | t3_a9npfu | null | null | t1_eclxcaz | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclyepm/ | 1548106305 | -6 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | No one uses SOLID? Every time you use dependency injection you use the D part of it. Every time you encapsulate common functionality in a service you use the S part of it. I'm not going to into all of them but saying they aren't used is ridiculous. They're principles, not code samples. | null | 0 | 1544572057 | False | 0 | eblirof | t3_a56am1 | null | null | t1_eblhk8r | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/eblirof/ | 1547492540 | 0 | t5_2fwo | r/programming | public | null |
False | alikenar | t2_125par4o | ​
Thank you! We have metrics for RPi here [https://github.com/Picovoice/rhino#metrics](https://github.com/Picovoice/rhino#metrics)
​
The system uses about 150 KB now. The CPU has 512 KB but we don't use all of it. | null | 0 | 1545857403 | False | 0 | eclyf06 | t3_a9npfu | null | null | t1_ecloa0t | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclyf06/ | 1548106309 | 4 | t5_2fwo | r/programming | public | null |
False | 414RequestURITooLong | t2_9ag29 | So... would you consider a law that forbids public officials from selling state secrets (or your private information, or...) to be "illegal"? Is attorney-client privilege "illegal"? What about HIPAA? The GDPR? | null | 0 | 1544572062 | False | 0 | eblirw3 | t3_a57th7 | null | null | t1_ebl7jyb | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblirw3/ | 1547492542 | 22 | t5_2fwo | r/programming | public | null |
False | alikenar | t2_125par4o | Agreed. Its mostly caring for what you do and owning it. | null | 0 | 1545857448 | False | 0 | eclyh7f | t3_a9npfu | null | null | t1_eclerww | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclyh7f/ | 1548106335 | 7 | t5_2fwo | r/programming | public | null |
False | lebogglez | t2_kicp1 | I had this funny problem when I demonstrated my website to friends.
I optimized every nook and cranny out of it (e.g. going for XHTML5 instead of HTML5 because that parses faster) and got the load time down to 16ms. When some of my friends clicked a link they were confused: why does it not load the next page? What the... | null | 0 | 1544572062 | False | 0 | eblirwd | t3_a55xbm | null | null | t1_ebldhw4 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblirwd/ | 1547492542 | 9 | t5_2fwo | r/programming | public | null |
False | ookami125 | t2_krilh | [https://royalsocietypublishing.org/doi/full/10.1098/rsos.180396#d3e370](https://royalsocietypublishing.org/doi/full/10.1098/rsos.180396#d3e370)
That link has pseudo code and some fortran90 code I got it to run but hell if I know how to read the results. | null | 0 | 1545857507 | False | 0 | eclyk79 | t3_a9qpu2 | null | null | t3_a9qpu2 | /r/programming/comments/a9qpu2/an_amoeba_just_found_an_entirely_new_way_to_solve/eclyk79/ | 1548106372 | 2 | t5_2fwo | r/programming | public | null |
False | krazykanuck | t2_3gwx7 | TL;DR: a group got a hold of an internal SEGA tool and was able to use the libraries in that tool to expose and conquer the Dreamcast security. Actually a bit of a let down. | null | 0 | 1544572083 | False | 0 | ebliswm | t3_a55xbm | null | null | t3_a55xbm | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebliswm/ | 1547492555 | 5 | t5_2fwo | r/programming | public | null |
False | HomeBrewingCoder | t2_149sqrr2 | It's a known garbage collector issue. Recommended resolution is caching images. This is an invalid resolution in our use case as this would require upwards of 64 GB ram per vendor, where currently our Java API supports the required behavior on a t3 large on AWS.
There are mitigation mechanisms, but those decrease l... | null | 0 | 1545857723 | 1545858110 | 0 | eclyurq | t3_a9ossx | null | null | t1_eclezpn | /r/programming/comments/a9ossx/java_versus_c_net_core_fastest_programs/eclyurq/ | 1548106502 | 0 | t5_2fwo | r/programming | public | null |
False | sarmatron | t2_3sr8d | lmao this is like a prime example of how you're not supposed to use the downvote button.
You don't downvote someone because you don't like their opinion, you downvote them if their comments are deleterious to the conversation. | null | 0 | 1544572094 | False | 0 | eblite1 | t3_a57th7 | null | null | t1_ebl7ui5 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblite1/ | 1547492561 | -2 | t5_2fwo | r/programming | public | null |
False | theoldboy | t2_5n3yf | It's even more fun when different compilers have different default settings. [GCC will use fused-multiply-add operations](https://stackoverflow.com/questions/43352510/difference-in-gcc-ffp-contract-options) if supported and allowed by the language standard (default `fp-contract=fast`) whereas Clang won't (default `fp-c... | null | 0 | 1545857755 | 1545871104 | 0 | eclywaw | t3_a9oey4 | null | null | t3_a9oey4 | /r/programming/comments/a9oey4/do_developers_understand_ieee_floating_point/eclywaw/ | 1548106521 | 8 | t5_2fwo | r/programming | public | null |
False | hamstergeddon_ | t2_18ag5eh5 | There’s zero modification required for the Dreamcast tho. Mod chips were readily available for PS1/2, but there was a financial and skill (soldering) barrier to entry. For Dreamcast if you had a CD burner, you had pirated games. | null | 0 | 1544572177 | False | 0 | eblixb7 | t3_a55xbm | null | null | t1_ebkrjih | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblixb7/ | 1547492609 | 11 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545857756 | False | 0 | eclywdc | t3_a9n1x4 | null | null | t3_a9n1x4 | /r/programming/comments/a9n1x4/microservices_at_spotify/eclywdc/ | 1548106522 | 5 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | DI in SOLID actually stands for Dependency Inversion, you have that the other way around. Dependency Injection is the actual implementation of it, and it encompasses multiple different strategies.
Also, there's nothing vague in ISP. It's the simplest principle. Don't use large interfaces that force their implementors ... | null | 0 | 1544572196 | False | 0 | ebliy8b | t3_a56am1 | null | null | t1_ebli3lt | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/ebliy8b/ | 1547492620 | 5 | t5_2fwo | r/programming | public | null |
False | dandv-google | t2_1rp46lrh | Interesting, can you expand on that? Is there a crbug report? | null | 0 | 1545857846 | False | 0 | eclz0lm | t3_9x7d6p | null | null | t1_e9qeqg3 | /r/programming/comments/9x7d6p/chrome_os_ready_for_web_development_chrome_dev/eclz0lm/ | 1548106575 | 1 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | In particular, we got Java generics and not C++ templates :)
We don't have reified generics, but the trade off is that it's backwards compatible and we don't have to generate bytecode for every type that uses it. | null | 0 | 1544572213 | False | 0 | ebliz1u | t3_a5969k | null | null | t1_eblc79i | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebliz1u/ | 1547492631 | 5 | t5_2fwo | r/programming | public | null |
False | pizzaburek | t2_o6hb7 | It's pure Python 3 ;) | null | 0 | 1545857847 | False | 0 | eclz0os | t3_a9o4zd | null | null | t1_eclyed9 | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclz0os/ | 1548106576 | 2 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | I think people would be annoyed if Java didn't have the four places where it has type inference now. :) | null | 0 | 1544572302 | False | 0 | eblj35q | t3_a5969k | null | null | t1_ebl678g | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblj35q/ | 1547492681 | 1 | t5_2fwo | r/programming | public | null |
False | Overload175 | t2_8rjbio | Even Guido thinks the syntax looks awkward iirc | null | 0 | 1545857887 | False | 0 | eclz2jn | t3_a9o4zd | null | null | t1_eclllcz | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/eclz2jn/ | 1548106600 | 4 | t5_2fwo | r/programming | public | null |
False | 13steinj | t2_i487l | They're different things though. A request pull just prints to stdout the actual request, [example](https://cdn-images-1.medium.com/max/2000/0*CNwMDUy4Aqg_kAgX)
A pull request is Github specific and basically formalizes the request into a page on Github that can be discusses, and rejected/accepted. When accepted it is... | null | 0 | 1544572324 | False | 0 | eblj47p | t3_a52jc5 | null | null | t1_ebl03tt | /r/programming/comments/a52jc5/the_architecture_and_history_of_git_a_distributed/eblj47p/ | 1547492695 | 3 | t5_2fwo | r/programming | public | null |
False | Methmo | t2_14gjw3 | Eh, looking at his username I think you're wasting your breath.
https://en.wikipedia.org/wiki/Dekulakization | null | 0 | 1545857899 | 1546078670 | 0 | eclz339 | t3_a9hs3u | null | null | t1_ecle2pz | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eclz339/ | 1548106607 | 2 | t5_2fwo | r/programming | public | null |
False | StormStrikePhoenix | t2_or27e0t | You're looking at it backwards; Baseball is mostly popular in the U.S. and almost nowhere else. | null | 0 | 1544572333 | False | 0 | eblj4lm | t3_a3t3rg | null | null | t1_ebbs6x4 | /r/programming/comments/a3t3rg/goodbye_edgehtml_the_mozilla_blog/eblj4lm/ | 1547492699 | 1 | t5_2fwo | r/programming | public | null |
False | Eirenarch | t2_46hjd | I'd be interested in a link if you keep it. However it sounds like tech empower wouldn't hit this issue unless they design completely different set of tests. | null | 0 | 1545857920 | False | 0 | eclz41y | t3_a9ossx | null | null | t1_eclyurq | /r/programming/comments/a9ossx/java_versus_c_net_core_fastest_programs/eclz41y/ | 1548106618 | 3 | t5_2fwo | r/programming | public | null |
False | CarlSagan79 | t2_69xwf | Don't you come in here spouting your reason and logic!
Seriously. Unit testing seems to be the only way so many people think to test software. How about dogfooding and seeing what you find? Then understanding your software so well you know where unit testing actually applies. Often times it's much less frequently than... | null | 1 | 1544572337 | False | 0 | eblj4tb | t3_a56m8z | null | null | t1_ebk6qhu | /r/programming/comments/a56m8z/unit_testing_antipatterns_full_list/eblj4tb/ | 1547492701 | 1 | t5_2fwo | r/programming | public | null |
False | mattgen88 | t2_4jm3y | If you deploy a server, are you not responsible for keeping it up to date with patches for security updates? Additionally, there are owners of software in distros, called package maintainers. They are responsible for owning packages, ensuring that code is updated/patched before accepting into the distro, and reviewing ... | null | 0 | 1545857995 | False | 0 | eclz7no | t3_a9hs3u | null | null | t1_eclwdbc | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/eclz7no/ | 1548106663 | 1 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | > Yes, because we all know that this is the only possible kind of type inference that exists in the universe.
Java has type inference in four different situations.... | null | 0 | 1544572350 | False | 0 | eblj5ec | t3_a5969k | null | null | t1_ebl3vx9 | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblj5ec/ | 1547492709 | 2 | t5_2fwo | r/programming | public | null |
False | KillTheIdols | t2_6dvyp | This is a programming subreddit, not a "sell your product" subreddit. In other subs, sure, but it completely defeats the purpose of this subreddit (i.e. actual programming). | null | 1 | 1545858003 | False | 0 | eclz80s | t3_a9npfu | null | null | t1_eclyepm | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclz80s/ | 1548106668 | 3 | t5_2fwo | r/programming | public | null |
False | PristineTransition | t2_1a5ki4uq | I don’t see you writing a browser. | null | 1 | 1544572395 | False | 0 | eblj7hc | t3_a5bwkl | null | null | t1_eblgb8f | /r/programming/comments/a5bwkl/firefox_developer_edition/eblj7hc/ | 1547492735 | 6 | t5_2fwo | r/programming | public | null |
False | Clitaurius | t2_qewtrrk | My life | null | 0 | 1545858015 | False | 0 | eclz8n1 | t3_a9q0uh | null | null | t1_eclrswp | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclz8n1/ | 1548106676 | 8 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | I agree that we do things differently these days than they did when OOP was all the hype. They tried too much architecture to predict change when in reality the root of the problem was the whole development process (waterfall and all). The principle is less relevant today but still good advice as a general programming ... | null | 0 | 1544572523 | False | 0 | ebljdfl | t3_a56am1 | null | null | t1_eblh6nc | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/ebljdfl/ | 1547492808 | 1 | t5_2fwo | r/programming | public | null |
False | c0d3n4m35 | t2_har3k | Awesome, thanks! | null | 0 | 1545858022 | False | 0 | eclz905 | t3_a9npfu | null | null | t1_ecl9wzm | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclz905/ | 1548106680 | 1 | t5_2fwo | r/programming | public | null |
False | niicoland | t2_ei4qd | xhamster too! | null | 0 | 1544572637 | False | 0 | ebljijw | t3_a55xbm | null | null | t1_eblga7s | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebljijw/ | 1547492872 | -7 | t5_2fwo | r/programming | public | null |
False | Yikings-654points | t2_xjafcf4 | Yup forgot about that. But going I to the details of 512 KB ram usage is still nerdy , it brings up alot of questions like how, what runtime etc | null | 0 | 1545858186 | False | 0 | eclzgty | t3_a9npfu | null | null | t1_eclz80s | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclzgty/ | 1548106805 | 2 | t5_2fwo | r/programming | public | null |
False | 13steinj | t2_i487l | So, I brought this up previously, but the main points that reddit used to jump on me and send me to downvote hell were:
* air gapped machine, as a prerequisite
* tarballs require constant decompression, changes, recompression, and so on
* these bundles act like a fully featured remote. This allows you to do a variet... | null | 0 | 1544572668 | False | 0 | ebljjvq | t3_a59gw5 | null | null | t1_ebl5t1o | /r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/ebljjvq/ | 1547492888 | 4 | t5_2fwo | r/programming | public | null |
False | HomeBrewingCoder | t2_149sqrr2 | I can't. It's a simple server that delivers one of a million images at random. Ask it for many at a time. Java lives, and delivers eventually. .net dies.
It's a known garbage collector issue that is unresolvable. | null | 0 | 1545858216 | False | 0 | eclzi7k | t3_a9ossx | null | null | t1_ecldjo2 | /r/programming/comments/a9ossx/java_versus_c_net_core_fastest_programs/eclzi7k/ | 1548106822 | 1 | t5_2fwo | r/programming | public | null |
False | somejob | t2_ia93z99 | I'm finishing my software degree next year and planning to move to Australia, seems great | null | 0 | 1544572776 | False | 0 | ebljoq9 | t3_a57th7 | null | null | t1_eblcuff | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebljoq9/ | 1547492948 | 3 | t5_2fwo | r/programming | public | null |
False | noir_lord | t2_3655m | If Borland had been smarter about pricing Object Pascal (the Delphi dialect of Pascal - which is what freepascal borrows a lot from, it can run most Delphi code as is) they might have won, Delphi 6 was hands down the best RAD of it's day and we've only recently caught back up with what it was doing ~2000 and in some wa... | null | 0 | 1545858315 | False | 0 | eclzmx0 | t3_a9om4e | null | null | t1_eclvy96 | /r/programming/comments/a9om4e/theres_an_llvmbased_code_generator_in_the_works/eclzmx0/ | 1548106880 | 12 | t5_2fwo | r/programming | public | null |
False | ArkyBeagle | t2_r4aik | I believe this comes down to a thing called "public choice economics", and there is next to nothing written on the subject when it comes to software. | null | 0 | 1544573058 | False | 0 | eblk1au | t3_a57fby | null | null | t1_ebkhh8h | /r/programming/comments/a57fby/the_complexity_trap/eblk1au/ | 1547493133 | 2 | t5_2fwo | r/programming | public | null |
False | TehLittleOne | t2_55cc4 | Perfectly explaining my world. Sometimes I "waste" my time telling people we can't meet their deadline or whatever. Some people hate it but I wonder how they feel when we totally miss deadlines, or deliver a really shitty product to meet their deadline that backfires. | null | 0 | 1545858327 | False | 0 | eclznfd | t3_a9q0uh | null | null | t1_ecllwet | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/eclznfd/ | 1548106887 | 27 | t5_2fwo | r/programming | public | null |
False | lumpy_snake | t2_lfxr7 | This is beyond me. | null | 0 | 1544573082 | False | 0 | eblk2bq | t3_a5969k | null | null | t1_eble5on | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblk2bq/ | 1547493146 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545858341 | False | 0 | eclzo4z | t3_a9npfu | null | null | t1_eclcbo9 | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclzo4z/ | 1548106895 | 3 | t5_2fwo | r/programming | public | null |
False | ArkyBeagle | t2_r4aik | > I don't seem excited enough about the technology that the teams happened to have chosen....
That's a strong signal that they want to cultivate a culture of cultish devotion to the technology. You may well have dodged a bullet by not being there.
There's rampant .... immaturity in tech. This is a marker for it.... | null | 0 | 1544573177 | False | 0 | eblk6h3 | t3_a57fby | null | null | t1_eblbrqm | /r/programming/comments/a57fby/the_complexity_trap/eblk6h3/ | 1547493198 | 4 | t5_2fwo | r/programming | public | null |
False | fazalmajid | t2_pt0vni | Well at least he hasn't started a church to worship AI like Google IP thief Anthony Lewandowski:
https://www.cnet.com/news/the-new-church-of-ai-god-is-even-creepier-than-i-imagined/
Back when I worked for France Telecom's ISP, we had a guy whose full-time job it was to deal with the CD we gave clients with the softwar... | null | 0 | 1545858345 | False | 0 | eclzoam | t3_a9ry6h | null | null | t3_a9ry6h | /r/programming/comments/a9ry6h/extech_worker_finds_higher_calling_than_coding/eclzoam/ | 1548106897 | 5 | t5_2fwo | r/programming | public | null |
False | benryves | t2_cpcn8 | When a site requests a generic font like "serif", "sans-serif", "monospace", "cursive" or "fantasy" it's up to the browser which font it uses and browsers will usually let the user which fonts to use as these generics. Typically you'd use the generic font as the _last_ font in a `font-family` rule as you can't make any... | null | 0 | 1544573231 | False | 0 | eblk8u8 | t3_a55xbm | null | null | t1_ebl4e48 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblk8u8/ | 1547493228 | 6 | t5_2fwo | r/programming | public | null |
False | XXXXXXXsdadsada | t2_1al6qxe8 | Perfect, one small correction though, the mold does _not_ like light, it avoids it. | null | 0 | 1545858354 | False | 0 | eclzoqt | t3_a9qz9q | null | null | t1_eclww99 | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/eclzoqt/ | 1548106903 | 30 | 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.