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 | TasteOfSnozberries | t2_cydxx | Interesting, reminds me of server side Blazor/Razor components, just maybe without the cshtml niceity. | null | 0 | 1544329132 | False | 0 | ebelh5b | t3_a4dtp2 | null | null | t3_a4dtp2 | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebelh5b/ | 1547374725 | 1 | t5_2fwo | r/programming | public | null |
False | pcjftw | t2_s53vc6n | Bookmarked! I'll have to keep an eye on this, I wonder how much Js tooling could be simplified over how things are done today.
For example I would love to see a single Js build tool that does everything without needing a billion dependencies | null | 0 | 1545480770 | False | 0 | ecbdn4m | t3_a8i4ar | null | null | t3_a8i4ar | /r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/ecbdn4m/ | 1547928202 | 2 | t5_2fwo | r/programming | public | null |
False | _zenith | t2_a9tdz | They don't have any concept of lifetimes, though, so they definitely won't be 1:1 ... the kinds of static analysis they open up won't be available to them. But yeah, they do have typeclasses and the like so they'll be much more alike than many other comparisons, it is true. | null | 0 | 1544329211 | False | 0 | ebeljs9 | t3_a4cebi | null | null | t1_ebedg1k | /r/programming/comments/a4cebi/rocket_v04_typed_uris_database_support_revamped/ebeljs9/ | 1547374757 | 5 | t5_2fwo | r/programming | public | null |
False | timjk36 | t2_pyfay | PostgreSQL documentation is *fantastic*. I would suggest ["The Implementation of PostgreSQL"](db.cs.berkeley.edu/papers/ERL-M90-34.pdf) as well. It's a great read and honestly more approachable for a beginner than I thought going in. | null | 0 | 1545480800 | False | 0 | ecbdnut | t3_a8epbk | null | null | t1_ecb2v42 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbdnut/ | 1547928210 | 1 | t5_2fwo | r/programming | public | null |
False | sanity | t2_75zx | By that argument, shouldn't we all be coding in machine code? ;) | null | 0 | 1544329582 | False | 0 | ebelwb7 | t3_a4dtp2 | null | null | t1_ebekd6n | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebelwb7/ | 1547374942 | 10 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Actually FPGAs are by far more convenient to work with. When you have a full control, you can do anything you want. The only downside is in awful build times. How can anyone prefer a fixed architecture to a flexible one? | null | 0 | 1545480813 | False | 0 | ecbdo78 | t3_a8aels | null | null | t1_ecaxlnb | /r/programming/comments/a8aels/how_low_can_you_go_ultra_low_latency_java_in_the/ecbdo78/ | 1547928215 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544329684 | False | 0 | ebelzqd | t3_a0s88m | null | null | t1_eaklahd | /r/programming/comments/a0s88m/if_its_not_fun_anymore_you_get_nothing_from/ebelzqd/ | 1547374984 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545480924 | False | 0 | ecbdr3w | t3_a8iw6b | null | null | t3_a8iw6b | /r/programming/comments/a8iw6b/ten_simple_rules_for_documenting_scientific/ecbdr3w/ | 1547928251 | 1 | t5_2fwo | r/programming | public | null |
False | Irishmanluke | t2_744wa | Along the same lines if you wanted to teach a specific programming language you could start with a very simplified version of that language which employed only one or a few of the concepts of that language and then create progressively more sophisticated languages by adding more concepts in one at a time. It might be... | null | 0 | 1544329775 | False | 0 | ebem32y | t3_a4h2vs | null | null | t3_a4h2vs | /r/programming/comments/a4h2vs/little_languages/ebem32y/ | 1547375026 | 14 | t5_2fwo | r/programming | public | null |
False | aredirect | t2_9elx3 | Hi! I'm not an expert, but I really liked [Thinking as Computation](https://mitpress.mit.edu/books/thinking-computation) book. It was a great first book, very intuitive and easy enough (I'm a self-taught programmer).
Also, [Logic Programming with Prolog](https://www.springer.com/us/book/9781447154860) is a Fine one too... | null | 0 | 1545480991 | False | 0 | ecbdsrw | t3_a8fs67 | null | null | t1_ecbcm4g | /r/programming/comments/a8fs67/solving_murder_with_prolog/ecbdsrw/ | 1547928271 | 3 | t5_2fwo | r/programming | public | null |
False | sanity | t2_75zx | > How well does this work with native JS libraries I want to use half way through development? Can I use this with another JS display framework?
Absolutely, you just need to build a plugin for it, which is really just a server-side Kotlin facade for the JavaScript framework.
I'm a fan of Semantic UI and it was als... | null | 0 | 1544329782 | 1544330530 | 0 | ebem3c8 | t3_a4dtp2 | null | null | t1_ebekzku | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebem3c8/ | 1547375028 | 8 | t5_2fwo | r/programming | public | null |
False | h3rald | t2_3g6s | Thanks! Updated the example based on this. | null | 0 | 1545480996 | False | 0 | ecbdsxq | t3_a8cbm6 | null | null | t1_ecapcf5 | /r/programming/comments/a8cbm6/10_more_programming_languages_worth_checking_out/ecbdsxq/ | 1547928273 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544329942 | False | 0 | ebem8wg | t3_a4hmbu | null | null | t3_a4hmbu | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebem8wg/ | 1547375097 | 1 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | I know at least one HFT company (and it is not even a very big one) that is building an ASIC solution now. Won't be surprised if someone else is quietly doing the same as well. | null | 0 | 1545481052 | False | 0 | ecbdugo | t3_a8aels | null | null | t1_ecba6bw | /r/programming/comments/a8aels/how_low_can_you_go_ultra_low_latency_java_in_the/ecbdugo/ | 1547928292 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544329969 | False | 0 | ebem9sd | t3_a4h2vs | null | null | t1_ebem32y | /r/programming/comments/a4h2vs/little_languages/ebem9sd/ | 1547375108 | 1 | t5_2fwo | r/programming | public | null |
False | Candid_Calligrapher | t2_2nsvdulx | Yes! We also had prolog for logic at my uni. I used http://www.learnprolognow.org/ to use it. I think it's useful to understand how prolog works under the hood. What kind of exercises are you doing? | null | 0 | 1545481083 | False | 0 | ecbdv9l | t3_a8fs67 | null | null | t1_ecbcm4g | /r/programming/comments/a8fs67/solving_murder_with_prolog/ecbdv9l/ | 1547928303 | 2 | t5_2fwo | r/programming | public | null |
False | atxcoder03 | t2_206tlemw | Awesome. Good for you! | null | 0 | 1544330034 | False | 0 | ebemc1c | t3_a4ab10 | null | null | t1_ebekbls | /r/programming/comments/a4ab10/im_a_developer_i_wont_teach_my_kids_to_code_and/ebemc1c/ | 1547375136 | 0 | t5_2fwo | r/programming | public | null |
False | pxpxy | t2_6741p | Not current but this has inspired many of us to look at lisp: http://www.flownet.com/gat/jpl-lisp.html | null | 0 | 1545481106 | False | 0 | ecbdvvf | t3_a8ef7i | null | null | t1_ecanztd | /r/programming/comments/a8ef7i/apollo_8_flight_software_colossus_237_on_github/ecbdvvf/ | 1547928310 | 5 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | See, it's not the fact that you're uneducated that makes you a webshit. It's the fact that you insist you're correct and you continue to be arrogant...*that* makes you a webshit.
Stick to your domain, kiddo. Or accept that these worlds are very different, and that there aren't any shortcuts if you wish to be qualified... | null | 0 | 1544330126 | False | 0 | ebemf5p | t3_a45jvw | null | null | t1_ebdv0ye | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebemf5p/ | 1547375174 | 29 | t5_2fwo | r/programming | public | null |
False | InquiREEEEEEEEEEE | t2_2fm0meg7 | > It's also about telling the people the information in a way that they'll remember it, and sometimes you have to repeat yourself to make sure that happens.
You have to change your approach to those videos then. Treat them like a math book: Pause as soon as something is unclear and make an example or check your pre... | null | 0 | 1545481210 | False | 0 | ecbdyqk | t3_a8epbk | null | null | t1_ecbaut3 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbdyqk/ | 1547928346 | 22 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544330786 | False | 0 | eben1lt | t3_a4cebi | null | null | t1_ebdtzpu | /r/programming/comments/a4cebi/rocket_v04_typed_uris_database_support_revamped/eben1lt/ | 1547375480 | 9 | t5_2fwo | r/programming | public | null |
False | xDevLife | t2_pwvhjdv | Thank you. | null | 0 | 1545481273 | False | 0 | ecbe0fw | t3_a8epbk | null | null | t1_ecav7vp | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbe0fw/ | 1547928367 | 3 | t5_2fwo | r/programming | public | null |
False | FR_STARMER | t2_9n7b9 | Good point. I think the Rust / Go / Typescript debauchery is because those languages are owned / sponsored by Mozilla, Google, and Microsoft collectively. | null | 0 | 1544330961 | False | 0 | eben7jp | t3_a47s2x | null | null | t1_ebedggs | /r/programming/comments/a47s2x/happy_17th_birthday_d/eben7jp/ | 1547375553 | 5 | t5_2fwo | r/programming | public | null |
False | another_dudeman | t2_fv3hg | I bet all the negative commenters wish they could speak at a conference and have people save the recording in a YouTube playlist. | null | 1 | 1545481446 | False | 0 | ecbe59s | t3_a8epbk | null | null | t3_a8epbk | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbe59s/ | 1547928426 | 1 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | >What I ask is to see things from business perspective, not progrsmmer purists.
Any developer worth hiring will see things from the business perspective. Your *understanding* of what entails a good business decision in this context is highly limited.
Yes, the simplest, easiest solution should always be used. What... | null | 0 | 1544331000 | 1544331450 | 0 | eben8v1 | t3_a45jvw | null | null | t1_ebe4j7y | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/eben8v1/ | 1547375569 | 17 | t5_2fwo | r/programming | public | null |
False | buhatkj | t2_9q69z | This created a huge problem keeping the code to a project I was on in perforce. It would have exceed the max folder depth and a registry hack was required. In general, my experience working with node.js made me wish to never use it again. | null | 0 | 1545481488 | False | 0 | ecbe6e8 | t3_a89y3r | null | null | t3_a89y3r | /r/programming/comments/a89y3r/the_node_modules_problem/ecbe6e8/ | 1547928440 | 1 | t5_2fwo | r/programming | public | null |
False | existentialwalri | t2_qzhaeug | i'll take mathematical jargon over programming jargon any day...even when programming | null | 0 | 1544331070 | False | 0 | ebenbbd | t3_a1we32 | null | null | t1_eb162q0 | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/ebenbbd/ | 1547375600 | 1 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | That's a really excellent point - I've got dyslexia myself, but I count myself lucky that I suffer in the "can't use a pen" and "can't write essays" departments. I hope you enjoy these videos! Most of the speakers also do consultancy and training, if you can ever work up the cash or convince your bosses! | null | 0 | 1545481588 | False | 0 | ecbe90u | t3_a8epbk | null | null | t1_ecbcpd6 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbe90u/ | 1547928472 | 1 | t5_2fwo | r/programming | public | null |
False | existentialwalri | t2_qzhaeug | IVE BEEN SAYING THAT SINCE ASSEMBLER YOU HEATHEN | null | 0 | 1544331187 | False | 0 | ebenf5x | t3_a1we32 | null | null | t1_eav2pm3 | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/ebenf5x/ | 1547375648 | 1 | t5_2fwo | r/programming | public | null |
False | kace91 | t2_91wwk | For me it was difficult on the MacBook, although now I'm opening it from my phone and if looks fine here. | null | 0 | 1545481685 | False | 0 | ecbebod | t3_a8cbm6 | null | null | t1_ecbd811 | /r/programming/comments/a8cbm6/10_more_programming_languages_worth_checking_out/ecbebod/ | 1547928507 | 1 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | >And bad latency is brought by devs not framework.
Sometimes it is solely due to developer incompetence, yes. Of course dumb programmers who know C can write poor embedded software - that doesn't mean that Electron is a valid solution at all.
These are two very, very different worlds. At this point I'm honestly wo... | null | 0 | 1544331272 | False | 0 | ebeni42 | t3_a45jvw | null | null | t1_ebe5mto | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeni42/ | 1547375684 | 15 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | Fantastic stuff! I've been in this business for 5ish years now, and can highly recommend it! Just always remember to ask _why_, and if you can pair program, or do mob programming.
Merry Christmas! | null | 0 | 1545481712 | False | 0 | ecbecfl | t3_a8epbk | null | null | t1_ecbcz9y | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbecfl/ | 1547928516 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544331626 | False | 0 | ebentqf | t3_a4e14f | null | null | t3_a4e14f | /r/programming/comments/a4e14f/montezumas_revenge_solved_by_goexplore_a_new/ebentqf/ | 1547375828 | 1 | t5_2fwo | r/programming | public | null |
False | Tiquortoo | t2_br74k | I'm working in a 200 terabyte dataset right now. It's fun. | null | 0 | 1545481811 | False | 0 | ecbef5p | t3_a87e7m | null | null | t1_ecazwbc | /r/programming/comments/a87e7m/til_that_theres_this_amazing_database/ecbef5p/ | 1547928550 | 1 | t5_2fwo | r/programming | public | null |
False | Akkuma | t2_4adks | I feel like Flutter was designed to leverage a mediocre language, to give that mediocre language credibility. Otherwise, Dart would have seemed like a massive waste of time although Google has become quite keen on wasting their time and killing off products. | null | 0 | 1544331884 | False | 0 | ebeo2gp | t3_a4dtp2 | null | null | t1_ebe1rkj | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebeo2gp/ | 1547375937 | 9 | t5_2fwo | r/programming | public | null |
False | Jesse_yh | t2_18bccd | Hi!
I recently created a subreddit devoted to technical debt related discussions. I hope people interested can join the community to tell their experiences and share best practices regarding technical debt :)
[https://www.reddit.com/r/TechnicalDebt/](https://www.reddit.com/r/TechnicalDebt/) | null | 0 | 1545482075 | False | 0 | ecbemm5 | t3_a6z75x | null | null | t3_a6z75x | /r/programming/comments/a6z75x/three_tips_for_managing_technical_debt_while/ecbemm5/ | 1547928669 | 1 | t5_2fwo | r/programming | public | null |
False | IceSentry | t2_cqjq2 | Yes, that's my point, the ide being written in java is not the reason why it's good. | null | 0 | 1544332086 | False | 0 | ebeo963 | t3_a45jvw | null | null | t1_ebcy0gn | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeo963/ | 1547376048 | 1 | t5_2fwo | r/programming | public | null |
False | MrBunnyz97 | t2_dazbf | Thanks for the link!
Basic stuff really, like programming ourselves basic prolog sentences such as append, or others. Then we did the typical programs like sudoku solving, generating the best paths between nodes, etc.
I guess it is not too difficult, but I find it hard. You totally got a point with what you say abo... | null | 0 | 1545482133 | False | 0 | ecbeo8z | t3_a8fs67 | null | null | t1_ecbdv9l | /r/programming/comments/a8fs67/solving_murder_with_prolog/ecbeo8z/ | 1547928689 | 1 | t5_2fwo | r/programming | public | null |
False | bumblebritches57 | t2_xghqb | Because in a lot of fields, GC is an absolute deal breaker. | null | 0 | 1544332166 | False | 0 | ebeobun | t3_a47s2x | null | null | t1_ebd4jxb | /r/programming/comments/a47s2x/happy_17th_birthday_d/ebeobun/ | 1547376081 | 0 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | In that case, I recommend starting with Extreme Programming Explained and The Clean Coder.
In one of those videos (I think), they talk about programmers being effective, and being aligned to what the business wants. If you take programmers who aren't developing the software to meet business needs, and aren't developin... | null | 0 | 1545482145 | False | 0 | ecbeolg | t3_a8epbk | null | null | t1_ecbdijm | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbeolg/ | 1547928693 | 5 | t5_2fwo | r/programming | public | null |
False | IceSentry | t2_cqjq2 | Sure, but again java is not the only ecosystem that delivers the same experience on every platform. That's my point. Java isn't the only option for that. | null | 0 | 1544332168 | False | 0 | ebeobxi | t3_a45jvw | null | null | t1_ebcdot6 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeobxi/ | 1547376082 | 1 | t5_2fwo | r/programming | public | null |
False | Jesse_yh | t2_18bccd | Hi!
I recently created a subreddit devoted to technical debt related discussions. I hope people interested can join the community to tell their experiences and share best practices regarding technical debt :)
[https://www.reddit.com/r/TechnicalDebt/](https://www.reddit.com/r/TechnicalDebt/) | null | 0 | 1545482163 | False | 0 | ecbep32 | t3_a6z75x | null | null | t3_a6z75x | /r/programming/comments/a6z75x/three_tips_for_managing_technical_debt_while/ecbep32/ | 1547928699 | 1 | t5_2fwo | r/programming | public | null |
False | bumblebritches57 | t2_xghqb | C++ does not have mandatory garbage collection lmao. | null | 0 | 1544332216 | False | 0 | ebeodjw | t3_a47s2x | null | null | t1_ebdtdmf | /r/programming/comments/a47s2x/happy_17th_birthday_d/ebeodjw/ | 1547376102 | 0 | t5_2fwo | r/programming | public | null |
False | MrBunnyz97 | t2_dazbf | Thanks! Totally saving this links! | null | 0 | 1545482166 | False | 0 | ecbep5z | t3_a8fs67 | null | null | t1_ecbdsrw | /r/programming/comments/a8fs67/solving_murder_with_prolog/ecbep5z/ | 1547928700 | 1 | t5_2fwo | r/programming | public | null |
False | myringotomy | t2_9f1cg | What kind of elaboration are you looking for? Most python scientific projects make heavy use of celery because python is too slow and doesn't have true concurrency.
Is that what you are asking? | null | 0 | 1544332224 | False | 0 | ebeodrz | t3_a462ss | null | null | t1_ebe0ozd | /r/programming/comments/a462ss/julia_vs_python_which_programming_language_will/ebeodrz/ | 1547376105 | 2 | t5_2fwo | r/programming | public | null |
False | Cooleur | t2_j4kvh | Man, if you could narrow that list to, let's say, **2** videos (picking only one is hard, I know). Only then I might watch them.
I mean, the whole purpose of Reddit is to carefully pick and give your fellow anon pertinent information from the internet capharnaum. You just dumped 129 conf talks.
I got other shit to w... | null | 0 | 1545482384 | False | 0 | ecbev92 | t3_a8epbk | null | null | t3_a8epbk | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbev92/ | 1547928775 | 15 | t5_2fwo | r/programming | public | null |
False | tizhu | t2_8xuuw | IIRC Racket had a beginner syntax with using a subset of the complete features of the full language. | null | 0 | 1544332448 | False | 0 | ebeolau | t3_a4h2vs | null | null | t3_a4h2vs | /r/programming/comments/a4h2vs/little_languages/ebeolau/ | 1547376197 | 13 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545482432 | 1545579957 | 0 | ecbewh7 | t3_a8epbk | null | null | t1_ecb8nj6 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbewh7/ | 1547928790 | 1 | t5_2fwo | r/programming | public | null |
False | couchmonkee | t2_gd1pp | You're welcome! I'm a part time comedian. | null | 0 | 1544332726 | False | 0 | ebeoum0 | t3_a4dtp2 | null | null | t1_ebekq0h | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebeoum0/ | 1547376312 | -17 | t5_2fwo | r/programming | public | null |
False | knaekce | t2_5yn3x | And in JS you need less libraries? Yeah, in Java you'd probably need a library like rxjava to compose the asynchronous stuff, but at least you have a decent standard library that has support for non-blocking IO and data structures for that. In JS you need leftpad | null | 0 | 1545482693 | False | 0 | ecbf3y1 | t3_a8ae4l | null | null | t1_ec9nq9e | /r/programming/comments/a8ae4l/optimizing_java/ecbf3y1/ | 1547928883 | 5 | t5_2fwo | r/programming | public | null |
False | hrjet | t2_iw1ye | A comparison to Vaadin might be more contemporary and would be appreciated. | null | 0 | 1544332971 | False | 0 | ebep2wf | t3_a4dtp2 | null | null | t1_ebem3c8 | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebep2wf/ | 1547376414 | 5 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | Thank you for that link!
I got a few things out of it - but it was more a general sense of "Ok, this guy is good and respected, and he's saying the opposite of what another bunch of guys who are good and respected are... so what's going on?"
For example,
>Java is the only language you can't do OO in! ... The java... | null | 0 | 1545482772 | False | 0 | ecbf6m6 | t3_a8epbk | null | null | t1_ecbdiml | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbf6m6/ | 1547928916 | 4 | t5_2fwo | r/programming | public | null |
False | bumblebritches57 | t2_xghqb | Uh, what?
Xcode uses like 300MB with half a dozen tabs open... | null | 0 | 1544333060 | False | 0 | ebep5z6 | t3_a45jvw | null | null | t1_ebcdhyd | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebep5z6/ | 1547376452 | 1 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Lisp never had any problems with that. | null | 0 | 1545482854 | False | 0 | ecbf9hg | t3_a8ck3f | null | null | t1_ecbbcxz | /r/programming/comments/a8ck3f/procedural_macros_in_rust_2018/ecbf9hg/ | 1547928951 | 7 | t5_2fwo | r/programming | public | null |
False | mkottman | t2_7enxa | From the article: https://eng.uber.com/wp-content/uploads/2018/11/high_level_overview_v2-1068x177.jpg | null | 0 | 1544333210 | False | 0 | ebepb28 | t3_a4e14f | null | null | t1_ebentqf | /r/programming/comments/a4e14f/montezumas_revenge_solved_by_goexplore_a_new/ebepb28/ | 1547376514 | 2 | t5_2fwo | r/programming | public | null |
False | segv | t2_kmwc | But that wouldnt let him start a flamewar, would it? | null | 0 | 1545482884 | False | 0 | ecbfajc | t3_a8ae4l | null | null | t1_ecaqzpv | /r/programming/comments/a8ae4l/optimizing_java/ecbfajc/ | 1547928964 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | > I was the only one capable of maintaining it.
That means you failed at your job | null | 0 | 1544333314 | False | 0 | ebepelw | t3_a45jvw | null | null | t1_ebe4j7y | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebepelw/ | 1547376558 | 41 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | There is a lot of potential for Prolog in NLG - pity that the entire field is so small and undeveloped. | null | 0 | 1545482914 | False | 0 | ecbfbhv | t3_a8fs67 | null | null | t1_ecann1w | /r/programming/comments/a8fs67/solving_murder_with_prolog/ecbfbhv/ | 1547928976 | 3 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | Except for respecting your users. | null | 0 | 1544333640 | False | 0 | ebeppmw | t3_a45jvw | null | null | t1_ebdvhic | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeppmw/ | 1547376724 | 0 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | >And now for our next talk "You are stupid, the code you write is stupid, and why did you bother coming to a conference!" | null | 0 | 1545482919 | False | 0 | ecbfboi | t3_a8epbk | null | null | t1_ecbe59s | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbfboi/ | 1547928979 | 5 | t5_2fwo | r/programming | public | null |
False | rulatore | t2_12cpa5 | You can try dbeaver, squirrel (both are Java based) and there's a really lightweight alternative in windows HEIDISql (very nice program if you're on windows) | null | 0 | 1544333664 | False | 0 | ebepqfy | t3_a45jvw | null | null | t1_ebe4xd8 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebepqfy/ | 1547376733 | 1 | t5_2fwo | r/programming | public | null |
False | h3rald | t2_3g6s | Aha! Does your MacBook have a retina screen? I tried it on my old non-retina MacBook Air and it doesn't look too great I guess... | null | 0 | 1545482927 | False | 0 | ecbfbyd | t3_a8cbm6 | null | null | t1_ecbebod | /r/programming/comments/a8cbm6/10_more_programming_languages_worth_checking_out/ecbfbyd/ | 1547928981 | 1 | t5_2fwo | r/programming | public | null |
False | 13steinj | t2_i487l | You keep thinking of Python as its own toolset where scientific libraries are written in Python, for Python.
In reality the majority are written in C and have a Python front end wrapping it. | null | 0 | 1544333736 | False | 0 | ebepsv0 | t3_a462ss | null | null | t1_ebeodrz | /r/programming/comments/a462ss/julia_vs_python_which_programming_language_will/ebepsv0/ | 1547376764 | 0 | t5_2fwo | r/programming | public | null |
False | tbnb87 | t2_iy4jcdn | Thanks man for the advice. I'm a bit nervous about face this sector, because I worked in advertising and communication, and this it's just completely new and different, but I'm really in love with all the stuff you can achieve knowing programming, from creating programs to prediction models. I just love it. | null | 0 | 1545483007 | False | 0 | ecbfejd | t3_a8epbk | null | null | t1_ecbecfl | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbfejd/ | 1547929014 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544333766 | False | 0 | ebepttl | t3_a4e14f | null | null | t1_ebepb28 | /r/programming/comments/a4e14f/montezumas_revenge_solved_by_goexplore_a_new/ebepttl/ | 1547376775 | 1 | t5_2fwo | r/programming | public | null |
False | drbazza | t2_a5hs39o | I love the English language and the internet. It's what you don't say - thanks for replying. Re-reading my comment, makes me realise it's a bit misleading.
For *receiving* market data, we could get achieve single digit microseconds (that's 9 to 1us, but typically towards 1us) or even, occasionally submicrosecond (I'... | null | 0 | 1545483053 | False | 0 | ecbfg2b | t3_a8aels | null | null | t1_ecbaubd | /r/programming/comments/a8aels/how_low_can_you_go_ultra_low_latency_java_in_the/ecbfg2b/ | 1547929033 | 3 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | Most people don't have a choice. I didn't choose to use Slack, my company did. | null | 0 | 1544334101 | False | 0 | ebeq4dr | t3_a45jvw | null | null | t1_ebdx9v5 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeq4dr/ | 1547376905 | 2 | t5_2fwo | r/programming | public | null |
False | segv | t2_kmwc | Question of the day is: what the hell is it really doing at startup?
And no sarcasm here, we have a c++ app at work that takes 10 minutes to start up. Why? It has to load a shitton of data from various sources, which takes time. | null | 0 | 1545483059 | False | 0 | ecbfga1 | t3_a8ae4l | null | null | t1_eca5cin | /r/programming/comments/a8ae4l/optimizing_java/ecbfga1/ | 1547929035 | 1 | t5_2fwo | r/programming | public | null |
False | Johner1261 | t2_b1dqu | Wow, the one genuinely funny comment you write gets downvoted :( | null | 0 | 1544334248 | False | 0 | ebeq8yg | t3_a47s2x | null | null | t1_ebdlhla | /r/programming/comments/a47s2x/happy_17th_birthday_d/ebeq8yg/ | 1547376961 | 3 | t5_2fwo | r/programming | public | null |
False | EffectiveHamster | t2_22dbof5a | Recently, site design was changed, probably, that’s why you feel like that. | null | 0 | 1545483200 | False | 0 | ecbfkzx | t3_a8kkn4 | null | null | t3_a8kkn4 | /r/programming/comments/a8kkn4/i_saw_this_project_it_looked_different_that_time/ecbfkzx/ | 1547929094 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | AppKit is not a pain to use; definitely not anywhere near trying to figure out what JavaScript compiler and minimizer and package manager du jour you should be using this week. | null | 0 | 1544334272 | False | 0 | ebeq9p8 | t3_a45jvw | null | null | t1_ebc775n | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeq9p8/ | 1547376971 | 0 | t5_2fwo | r/programming | public | null |
False | StrictMine | t2_22dcyrrj | Oh yes that is it! I couldn’t understand what was going on :)
| null | 0 | 1545483330 | False | 0 | ecbfpgb | t3_a8kkn4 | null | null | t1_ecbfkzx | /r/programming/comments/a8kkn4/i_saw_this_project_it_looked_different_that_time/ecbfpgb/ | 1547929149 | 1 | t5_2fwo | r/programming | public | null |
False | Allways_Wrong | t2_9cgqi | [Phone call]
“My Microsoft won’t copy.”
“Again?”
“Yes again. Maybe it’s getting old.”
“...”
“The copy button is there but it’s not there.”
“OK. Have you selected any text that you want to copy?”
“Do I need to do that? Why do I need to do that?”
I’ve had this phone conversation at least twenty times. | null | 0 | 1544334278 | False | 0 | ebeq9w7 | t3_a4hmbu | null | null | t1_ebeiwac | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebeq9w7/ | 1547376974 | 221 | t5_2fwo | r/programming | public | null |
False | ThisFrickinSite | t2_7ucdi | 7 hours no update
I'm prayin for u | null | 0 | 1545483382 | False | 0 | ecbfrce | t3_a8hgqh | null | null | t1_ecatwed | /r/programming/comments/a8hgqh/benchmark_deep_directory_structure_vs_flat/ecbfrce/ | 1547929172 | 16 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | I flat out do not believe your claim that a native Mac or iOS app is that much more expensive. | null | 0 | 1544334322 | False | 0 | ebeqbcs | t3_a45jvw | null | null | t1_ebdivir | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeqbcs/ | 1547376991 | 0 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | Alright, give me a bit of background on you and I'll do my best. Are you just starting out, or are you sick of bad code? Do you write tests, do you use mocks, have you read refactoring? Is your biggest problem at work those around you, or the business? | null | 0 | 1545483608 | False | 0 | ecbfz5h | t3_a8epbk | null | null | t1_ecbev92 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbfz5h/ | 1547929298 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | Flat out no. Figuring out what tools to use on a JavaScript project is a thousand times more difficult. | null | 0 | 1544334390 | False | 0 | ebeqdlr | t3_a45jvw | null | null | t1_ebc7qvb | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeqdlr/ | 1547377020 | 0 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | I did not! Fill me in? | null | 0 | 1545483645 | False | 0 | ecbg0f4 | t3_a8epbk | null | null | t1_ecbewh7 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbg0f4/ | 1547929313 | 2 | t5_2fwo | r/programming | public | null |
False | crashandburn | t2_3arm5 | > Runs of my more complex docker-compose files take 3x longer on Docker for Windows
Yup, that is close to my experience too. I do a lot of work with docker and kubernetes. There's no good substitute for a linux system for this kind of work IMO. Docker for windows/mac or things like minikube have always felt very aw... | null | 0 | 1544334495 | False | 0 | ebeqgxj | t3_a4eakz | null | null | t1_ebe4b7e | /r/programming/comments/a4eakz/accidentally_from_macos_to_windows_and_wsl/ebeqgxj/ | 1547377062 | 8 | t5_2fwo | r/programming | public | null |
False | kace91 | t2_91wwk | Yep! 2013 retina running chrome.
I think it's a problem of the mix of small/thin font with non-white font color, it looks good when the screen is at full brightness but anything lower than that it starts to become hard to read.
I'd also advice to add a max width to the column of text, to avoid lines becoming too long... | null | 0 | 1545483772 | False | 0 | ecbg4vf | t3_a8cbm6 | null | null | t1_ecbfbyd | /r/programming/comments/a8cbm6/10_more_programming_languages_worth_checking_out/ecbg4vf/ | 1547929370 | 3 | t5_2fwo | r/programming | public | null |
False | onionhammer | t2_4fak4 | Kotlin native still prefixes ‘Java.’ In front of all their std libs though 😔
Edit nevermind, got it confused with Scala native | null | 0 | 1544334542 | 1544367634 | 0 | ebeqigb | t3_a4dtp2 | null | null | t1_ebei3ys | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebeqigb/ | 1547377079 | 2 | t5_2fwo | r/programming | public | null |
False | sinagog | t2_kmjsq | It sounds like you're starting from a great position! The original programmers were all professionals who learnt computers, rather than the modern approach of learning programming as your first profession. This puts you in excellent stead, I think! If you ever want to talk, feel free to give me a shout. | null | 0 | 1545483867 | False | 0 | ecbg84y | t3_a8epbk | null | null | t1_ecbfejd | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbg84y/ | 1547929410 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | > Do the ideas in programming languages have Platonic forms :S | null | 0 | 1544334724 | False | 0 | ebeqoek | t3_a4h2vs | null | null | t3_a4h2vs | /r/programming/comments/a4h2vs/little_languages/ebeqoek/ | 1547377154 | 1 | t5_2fwo | r/programming | public | null |
False | tbnb87 | t2_iy4jcdn | Sure! You too. We will on touch! Nice to meet you | null | 0 | 1545483996 | False | 0 | ecbgcqj | t3_a8epbk | null | null | t1_ecbg84y | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbgcqj/ | 1547929467 | 2 | t5_2fwo | r/programming | public | null |
False | 13steinj | t2_i487l | I love this guy and his point is valid...but only if the asker is coming from a technical perspective. The video itself, if you watch it, limits the scope to some CTF trickery.
This goes for software development as well, of course, but no end user will ever give you a question in a technical manner and you can't expec... | null | 1 | 1544334755 | False | 0 | ebeqpg0 | t3_a4hmbu | null | null | t3_a4hmbu | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebeqpg0/ | 1547377166 | 7 | t5_2fwo | r/programming | public | null |
False | bjs2 | t2_8bqzc | Yeah I realized my comment would generate this sort of response because I sound like an arrogant ass. And believe me, I wish it were the case that I was just overly confident.
But it’s not that I think I’m this genius level developer, it’s that the people around me, are mostly not developers. It’s a lot of people wit... | null | 0 | 1545484034 | 1545486074 | 0 | ecbge4n | t3_a8epbk | null | null | t1_ecawhdp | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbge4n/ | 1547929484 | 4 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | Actually, yes, you should. You are putting that app out there; you are responsible for what you put on your users computers. | null | 0 | 1544334834 | False | 0 | ebeqryo | t3_a45jvw | null | null | t1_ebchuci | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeqryo/ | 1547377227 | 1 | t5_2fwo | r/programming | public | null |
False | JohnDoe_John | t2_13bskn | Take a look, pls: https://www.kickstarter.com/projects/323002773/atomic-pi-a-high-power-alternative-to-rpi | null | 0 | 1545484294 | False | 0 | ecbgnd8 | t3_a7b3s7 | null | null | t1_ec1mdul | /r/programming/comments/a7b3s7/wave_computing_launches_the_mips_open_initiative/ecbgnd8/ | 1547929598 | 2 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | I've never seen a situation where that "time to market" actually justified this, though. | null | 0 | 1544335050 | False | 0 | ebeqyx3 | t3_a45jvw | null | null | t1_ebck6jn | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebeqyx3/ | 1547377312 | -1 | t5_2fwo | r/programming | public | null |
False | paradox242 | t2_5a5eq | Repetition is the mother of learning. | null | 0 | 1545484337 | False | 0 | ecbgow2 | t3_a8epbk | null | null | t1_ecbaut3 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbgow2/ | 1547929617 | 2 | t5_2fwo | r/programming | public | null |
False | favadi | t2_5peqd | With all the hype about Kotlin, I just wish that I don't have to relearn Java to do something meaningful in Kotlin. Every documents, tutorial I found just assume the audience is a Java developer. | null | 0 | 1544335108 | False | 0 | eber0vv | t3_a4dtp2 | null | null | t3_a4dtp2 | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/eber0vv/ | 1547377336 | 1 | t5_2fwo | r/programming | public | null |
False | tim466 | t2_b6ha8 | Doesn't JDownloader do the same? | null | 0 | 1545484412 | False | 0 | ecbgran | t3_a8epbk | null | null | t1_ecavgnb | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbgran/ | 1547929647 | 3 | t5_2fwo | r/programming | public | null |
False | STATIC_TYPE_IS_LIFE | t2_12crq47 | deleted ^^^^^^^^^^^^^^^^0.9826 [^^^What ^^^is ^^^this?](https://pastebin.com/FcrFs94k/32739) | null | 0 | 1544335152 | 1544671761 | 0 | eber2b7 | t3_a4feef | null | null | t1_ebe5bp4 | /r/programming/comments/a4feef/heres_why_you_should_learn_python/eber2b7/ | 1547377354 | 4 | t5_2fwo | r/programming | public | null |
False | JohnDoe_John | t2_13bskn | Also: https://www.kickstarter.com/projects/323002773/atomic-pi-a-high-power-alternative-to-rpi
$34 for more or less recent cores, https://en.wikipedia.org/wiki/Intel_Graphics_Technology#Broadwell graphics | null | 0 | 1545484480 | False | 0 | ecbgtrm | t3_a7b3s7 | null | null | t1_ec2bn64 | /r/programming/comments/a7b3s7/wave_computing_launches_the_mips_open_initiative/ecbgtrm/ | 1547929677 | 2 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | Users haven't been given the choice. Very rare is the situation where users have the choice of the same service available as electron and native. | null | 0 | 1544335325 | False | 0 | eber7qc | t3_a45jvw | null | null | t1_ebdjqvj | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/eber7qc/ | 1547377421 | 4 | t5_2fwo | r/programming | public | null |
False | troido | t2_j329b | That function can also take the sum of an array, if you pass an array as argument. This makes it a bit more justifiable: maybe not necessarily as package by itself, but definitely as a function you would want to have. | null | 0 | 1545484657 | False | 0 | ecbh044 | t3_a89y3r | null | null | t1_ec94dag | /r/programming/comments/a89y3r/the_node_modules_problem/ecbh044/ | 1547929756 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | In that situation, it's cause people don't choose chat clients in a vacuum. Telegram might be nice, but I know exactly zero people using it. At the same time, my work mandates that we use Slack. | null | 0 | 1544335458 | False | 0 | eberc48 | t3_a45jvw | null | null | t1_ebclwgq | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/eberc48/ | 1547377475 | 1 | t5_2fwo | r/programming | public | null |
False | kn00tcn | t2_413jh | there is a 'the expert' sketch in here... weird playlist, not all confs | null | 0 | 1545485047 | False | 0 | ecbhd9o | t3_a8epbk | null | null | t1_ecbev92 | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbhd9o/ | 1547929946 | 3 | t5_2fwo | r/programming | public | null |
False | onionhammer | t2_4fak4 | Why? | null | 0 | 1544335511 | False | 0 | ebere1g | t3_a3sxx4 | null | null | t1_ebbb9nx | /r/programming/comments/a3sxx4/nim_the_good_the_ok_and_the_hard/ebere1g/ | 1547377499 | -1 | t5_2fwo | r/programming | public | null |
False | matchilling | t2_o917zwb | Awesome playlist ... I’ve created as well a curated list my favorite programming talks, https://www.programmingtalks.org | null | 0 | 1545485098 | False | 0 | ecbhewi | t3_a8epbk | null | null | t3_a8epbk | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbhewi/ | 1547929967 | 4 | 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.