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 | Staeff | t2_ce2uq | There was this news article a few days ago [Microsoft and Google working on Chrome for Windows on ARM](https://www.theverge.com/2018/11/21/18106162/microsoft-google-chrome-windows-10-arm-support-app). At least for me it seems so much more likely that this is related to this, or their usage of Electron (which also is ba... | null | 0 | 1543915685 | False | 0 | eb25car | t3_a2ybqo | null | null | t3_a2ybqo | /r/programming/comments/a2ybqo/rip_the_web_19892019_microsoft_is_building_a/eb25car/ | 1546401882 | 2 | t5_2fwo | r/programming | public | null |
False | 6roybatty6 | t2_72s1x | We do, but they're end-to-end tests involving a bunch of devices connected to actual hardware, running through a bunch of different scenarios and making sure that throughput and behaviour is appropriate.
They're not unit tests. Unit tests don't really work well with tightly integrated code that has a heavy hardware d... | null | 0 | 1545074283 | False | 0 | ebzud3b | t3_a6nfgh | null | null | t1_ebznyto | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzud3b/ | 1547734022 | 3 | t5_2fwo | r/programming | public | null |
False | Staeff | t2_ce2uq | There was this news article a few days ago \[Microsoft and Google working on Chrome for Windows on ARM\]([https://www.theverge.com/2018/11/21/18106162/microsoft-google-chrome-windows-10-arm-support-app](https://www.theverge.com/2018/11/21/18106162/microsoft-google-chrome-windows-10-arm-support-app)). At least for me it... | null | 0 | 1543915714 | False | 0 | eb25crv | t3_a2vv0d | null | null | t3_a2vv0d | /r/programming/comments/a2vv0d/microsoft_is_building_a_chromiumpowered_web/eb25crv/ | 1546401889 | 1 | t5_2fwo | r/programming | public | null |
False | snowe2010 | t2_53c7i | I missed this. I actually looked for this style of game a few months ago. Thank you. | null | 0 | 1545074522 | False | 0 | ebzuoa3 | t3_a6zxou | null | null | t3_a6zxou | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzuoa3/ | 1547734160 | 1 | t5_2fwo | r/programming | public | null |
False | warutel | t2_hqi31rt | No, you don't "sanitize" user input. That is the road to exploits and bugs like this.
Instead, escape things where needed. | null | 0 | 1543915728 | False | 0 | eb25d0k | t3_a2way5 | null | null | t3_a2way5 | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb25d0k/ | 1546401892 | 12 | t5_2fwo | r/programming | public | null |
False | UncleMeat11 | t2_15oor3 | Little bubble? Unit testing is widely used across huge swathes of industry. If you don't like engineers, go read ICSE or FSE papers about the topic. | null | 0 | 1545074555 | False | 0 | ebzupqu | t3_a6nfgh | null | null | t1_ebyrrki | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzupqu/ | 1547734206 | 0 | t5_2fwo | r/programming | public | null |
False | GoTriggerYourself | t2_o9lcl | No you don't. You always **encode** the data for its purpose. If it's supposed to be HTML text you *encode* it as HTML text. If it's supposed to be SQL data you *encode* it as SQL data. Don't overthink it. | null | 0 | 1543915884 | False | 0 | eb25frl | t3_a2way5 | null | null | t1_eb235gf | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb25frl/ | 1546401925 | 20 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | > Why are you using your source code as a project management tracker?
This information is *relevant* when you're reading your code.
Without understanding why it's written you won't understand the context and won't be able to keep the implicit constraints set by this background.
> It doesn't seem like you do.
... | null | 0 | 1545074575 | False | 0 | ebzuqnr | t3_a70crz | null | null | t1_ebzs320 | /r/programming/comments/a70crz/stop_learning_frameworks/ebzuqnr/ | 1547734217 | 3 | t5_2fwo | r/programming | public | null |
False | aseigo | t2_m8ral | I doubt either company would relish the reputational cost and risks to R&D of a legal battle, but AMD is certainly the less financially capable of the two and would be more impacted by a lawsuit.
Would AMD decide to attempt compat, I would expect theybwould an agreement with NVidia from the start.
Still do not se... | null | 0 | 1543915969 | False | 0 | eb25h93 | t3_a2oxxm | null | null | t1_eb237ni | /r/programming/comments/a2oxxm/nvidia_physx_sdk_has_gone_open_source_3clause_bsd/eb25h93/ | 1546401944 | 2 | t5_2fwo | r/programming | public | null |
False | snowe2010 | t2_53c7i | Small bug. If you resize the window, your mouse no longer lines up with the canvas properly (you can't draw in the spot where your cursor is).
edit: it looks like it's a function of how far away from the top left corner it is. If I draw in the top left corner, the cursor is much closer than if I try to draw in the bo... | null | 0 | 1545074658 | False | 0 | ebzuuma | t3_a6zxou | null | null | t3_a6zxou | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzuuma/ | 1547734266 | 5 | t5_2fwo | r/programming | public | null |
False | jl2352 | t2_11g67p | This isn’t a programming help subreddit. Sorry. | null | 0 | 1543916084 | False | 0 | eb25jb7 | t3_a2z5gt | null | null | t3_a2z5gt | /r/programming/comments/a2z5gt/now_that_tumblr_is_banning_nsfw_what_is_the_best/eb25jb7/ | 1546401969 | 2 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | > Assertions (aka "contracts") just crash your program if it doesn't work.
Contracts are pre- and post- conditions that apply to *all* possible code paths through your unit. More so, in many cases you can formally prove that those conditions always hold, without running any tests.
> Completely unacceptable beh... | null | 0 | 1545074687 | False | 0 | ebzuvzd | t3_a6nfgh | null | null | t1_ebzs64o | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzuvzd/ | 1547734283 | 3 | t5_2fwo | r/programming | public | null |
False | war_is_terrible_mkay | t2_ho9vu | Why did this hilarious comment get downvoted? | null | 0 | 1543916278 | False | 0 | eb25mp6 | t3_a2m3hj | null | null | t1_eb005wo | /r/programming/comments/a2m3hj/original_sources_of_ultimate_tapan_kaikki_90s/eb25mp6/ | 1546402010 | 1 | t5_2fwo | r/programming | public | null |
False | aykcak | t2_dwrtu | Trying to understand how this works. I get WebGL but how does Rust incorporate here? | null | 0 | 1545074745 | False | 0 | ebzuypr | t3_a6zxou | null | null | t3_a6zxou | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzuypr/ | 1547734317 | 4 | t5_2fwo | r/programming | public | null |
False | AngularBeginner | t2_eky8x | > It is actually repeated in various other articles.
Most articles nowadays copy each other. Myths and false information can spread like a wildfire. | null | 0 | 1543916383 | False | 0 | eb25oj6 | t3_a2ybqo | null | null | t1_eb257p4 | /r/programming/comments/a2ybqo/rip_the_web_19892019_microsoft_is_building_a/eb25oj6/ | 1546402034 | 9 | t5_2fwo | r/programming | public | null |
False | maxbigbrother | t2_ikbvu | Just out of curiousity, does anyone know what kind of notebooks and paper he’s using in the photo captioned “A few notes”?
| null | 0 | 1545074756 | False | 0 | ebzuz8h | t3_a71xg6 | null | null | t3_a71xg6 | /r/programming/comments/a71xg6/the_yoda_of_silicon_valley/ebzuz8h/ | 1547734323 | 15 | t5_2fwo | r/programming | public | null |
False | alexiooo98 | t2_zpnef | It's more of a reference to the function pulling in shell32.dll (which pulls in the dreaded gdi32). That function wasn't actually called on most invocations, but it's mere presence in the code was enough tot pull in the dlls | null | 0 | 1543916688 | False | 0 | eb25trx | t3_a2y16c | null | null | t1_eb21m4q | /r/programming/comments/a2y16c/a_notcalled_function_can_cause_a_5x_slowdown/eb25trx/ | 1546402098 | 8 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | > With unit testing you can at least try to cover a reasonable set of inputs.
A set of inputs generated in a comprehensive integration testing is obviously far more reasonable than any synthetic crap you can invent.
> Integration tests will never cover more than a handful of code paths across your entire appli... | null | 0 | 1545074783 | False | 0 | ebzv0hs | t3_a6nfgh | null | null | t1_ebzsb1p | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzv0hs/ | 1547734339 | 2 | t5_2fwo | r/programming | public | null |
False | fagnerbrack | t2_xeaqp | I laughed so hard when someone embedded "Never Gonna Give You Up". WTF! | null | 0 | 1543917141 | 1544408295 | 0 | eb2622y | t3_a2way5 | null | null | t3_a2way5 | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb2622y/ | 1546402231 | -22 | t5_2fwo | r/programming | public | null |
False | UpvoteIfYouDare | t2_5kf74 | Average age does not mean much considering that two decades of increasing demand have led to successively larger generations of software developers. | null | 0 | 1545074841 | False | 0 | ebzv38o | t3_a70hb7 | null | null | t1_ebzsya0 | /r/programming/comments/a70hb7/in_china_tech_30_is_too_old/ebzv38o/ | 1547734372 | 4 | t5_2fwo | r/programming | public | null |
False | berkes | t2_1wpl | Correct.
This is known (or, sadly, rather unknown to most programmers) as the Robustness principle:
> Be conservative in what you do, be liberal in what you accept from others (often reworded as "Be conservative in what you send, be liberal in what you accept").
https://en.wikipedia.org/wiki/Robustness_principle
... | null | 0 | 1543917227 | False | 0 | eb263sx | t3_a2way5 | null | null | t1_eb235gf | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb263sx/ | 1546402252 | 27 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | > Unit testing is widely used across huge swathes of industry.
That's a bullshit, and you know it.
| null | 0 | 1545074970 | False | 0 | ebzv976 | t3_a6nfgh | null | null | t1_ebzupqu | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzv976/ | 1547734445 | 2 | t5_2fwo | r/programming | public | null |
False | Sodaplayer | t2_4e1b8 | I could have sworn that when AWS Lambda first launched, they used the Half-Life lambda for some of their marketing | null | 0 | 1543917477 | False | 0 | eb268pl | t3_a2jrs4 | null | null | t1_eazz0lk | /r/programming/comments/a2jrs4/every_clojure_talk_ever/eb268pl/ | 1546402313 | 2 | t5_2fwo | r/programming | public | null |
False | thekab | t2_dh0l2 | > It could be monetary cost in terms of additional development effort for each feature or higher time to market from technical debt, business liability from a security breach, or decreased user satisfaction and life time value from buggy or hard to use software.
If those issues were important to management I wouldn... | null | 0 | 1545075094 | False | 0 | ebzvex9 | t3_a6nfgh | null | null | t1_ebzu9qr | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzvex9/ | 1547734518 | 1 | t5_2fwo | r/programming | public | null |
False | palordrolap | t2_4i86m | `chatline = chatline.replace("<","&lt;").replace(">","&gt;"); // Fix v0.01alpha` | null | 0 | 1543917580 | False | 0 | eb26anv | t3_a2way5 | null | null | t3_a2way5 | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb26anv/ | 1546402337 | 29 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 1 | 1545075112 | False | 0 | ebzvfq6 | t3_a6xy9s | null | null | t1_ebzlgnl | /r/programming/comments/a6xy9s/sjwjs/ebzvfq6/ | 1547734527 | -2 | t5_2fwo | r/programming | public | null |
False | frenchtoastfella | t2_5og7a7v | This once happened to me. I made a simple couchapp (back in the days when couchapp was still a thing) to make a mysterious dark and gritty board for some yt horror series. Soon enough it was filled with dancing unicorns, with rainbow background while nyancat kept playing on repeat.
Good times | null | 0 | 1543917866 | False | 0 | eb26gdc | t3_a2way5 | null | null | t3_a2way5 | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb26gdc/ | 1546402408 | 32 | t5_2fwo | r/programming | public | null |
False | Izacus | t2_36zg1 | "Leads" in this case meant emails and contact data collected by intrusive popups and other crap infesting modern websites. Since AMP doesn't allow these scummy practices, they obviously got a drop in collected personal data. If you read the article you'll find out that they actually got more visitors on their website a... | null | 0 | 1545075149 | 1545077298 | 0 | ebzvhg1 | t3_a71ccv | null | null | t3_a71ccv | /r/programming/comments/a71ccv/google_amp_case_study_leads_dropped_by_59_how_to/ebzvhg1/ | 1547734548 | 75 | t5_2fwo | r/programming | public | null |
False | SikhGamer | t2_5nj86 | Such a great article. Really well written. | null | 0 | 1543917964 | False | 0 | eb26ib0 | t3_a2xdzw | null | null | t3_a2xdzw | /r/programming/comments/a2xdzw/the_friendship_that_made_google_huge/eb26ib0/ | 1546402432 | 10 | t5_2fwo | r/programming | public | null |
False | EWJacobs | t2_bash7 | \> This information is *relevant* when you're reading your code.
Summarizing Thursday's meeting is absolutely not relevant to your code. Get rid of it.
&#x200B;
\> That's a leaky abstraction. Keep it away from this discussion.
Reading is irrelevant to reading now, apparently. But it's okay becaus... | null | 0 | 1545075328 | False | 0 | ebzvpiu | t3_a70crz | null | null | t1_ebzuqnr | /r/programming/comments/a70crz/stop_learning_frameworks/ebzvpiu/ | 1547734648 | 0 | t5_2fwo | r/programming | public | null |
False | RobIII | t2_5zqad | > While the passwords were encrypted (hashed with a salt that varies for each user)
[Source](https://blog.quora.com/Quora-Security-Update) | null | 0 | 1543918038 | False | 0 | eb26jtb | t3_a2xikx | null | null | t1_eb21wat | /r/programming/comments/a2xikx/quora_user_data_compromised/eb26jtb/ | 1546402451 | 11 | t5_2fwo | r/programming | public | null |
False | Tiver | t2_36v5i | > Going into technical design asking "How can I structure this to be tested? What parts are rules based and would make sense to test?", rather than the usual approach of designing first and then looking for how the tests fit in, will make your life much easier if you are looking to include more tests.
It can also j... | null | 0 | 1545075342 | False | 0 | ebzvq7w | t3_a6nfgh | null | null | t1_ebzpni8 | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzvq7w/ | 1547734657 | 3 | t5_2fwo | r/programming | public | null |
False | RobIII | t2_5zqad | And with some luck they used a [KDF](https://en.wikipedia.org/wiki/Key_derivation_function) such as [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) with a decent cost factor to make it even harder to brute-force a single password. | null | 0 | 1543918278 | False | 0 | eb26ole | t3_a2xikx | null | null | t1_eb24oo3 | /r/programming/comments/a2xikx/quora_user_data_compromised/eb26ole/ | 1546402510 | 2 | t5_2fwo | r/programming | public | null |
False | deceased_parrot | t2_7q7zg | I remember way, way back when I got my first job programming software. The codebase was a total mess - no spec, no tests, nobody to ask questions as the original developers moved on. The code was barely good enough to avoid a complete rewrite.
And then the team lead decided that us, a bunch of juniors, should apply th... | null | 0 | 1545075349 | False | 0 | ebzvqjd | t3_a72807 | null | null | t3_a72807 | /r/programming/comments/a72807/why_the_boy_scout_rule_is_insufficient/ebzvqjd/ | 1547734661 | 3 | t5_2fwo | r/programming | public | null |
False | Scaless | t2_baa3e | Amazon uses the inverted logo which looks like this:
https://i.imgur.com/m3uEAYl.png | null | 0 | 1543918281 | False | 0 | eb26ono | t3_a2jrs4 | null | null | t1_eb268pl | /r/programming/comments/a2jrs4/every_clojure_talk_ever/eb26ono/ | 1546402511 | 2 | t5_2fwo | r/programming | public | null |
False | jking13 | t2_4nbun | The system-call-less aspect is interesting, though it's disappointing the authors of the first paper seem completely ignorant of the very good reasons why the M:N thread model was abandoned for \_posix\_ threads pretty much across the board years ago. They would have been better off suggesting a new, but similar model... | null | 0 | 1545075666 | False | 0 | ebzw579 | t3_a71smm | null | null | t1_ebzsayy | /r/programming/comments/a71smm/io_without_entering_the_kernel/ebzw579/ | 1547734870 | 6 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | This appears to be referring to Australia. | null | 0 | 1543918392 | False | 0 | eb26qtx | t3_a2yh6t | null | null | t3_a2yh6t | /r/programming/comments/a2yh6t/labor_and_the_coalition_have_come_to_an/eb26qtx/ | 1546402537 | 6 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | > Summarizing Thursday's meeting is absolutely not relevant to your code. Get rid of it.
It's much more relevant than the code itself.
It's the reason why this code exists. When you come back to it in few months, you must know why it was written, what is the expected functionality, which assumptions were made back... | null | 0 | 1545075686 | 1545075873 | 0 | ebzw63h | t3_a70crz | null | null | t1_ebzvpiu | /r/programming/comments/a70crz/stop_learning_frameworks/ebzw63h/ | 1547734881 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543918413 | False | 0 | eb26r9s | t3_a2way5 | null | null | t1_eb1y41q | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb26r9s/ | 1546402543 | 1 | t5_2fwo | r/programming | public | null |
False | AbstractLogic | t2_3osdt | I always chuckle when I'm working with a young buck and they are all like "why does this dotnet 2.0 product have NO unit tests! What idiot wrote this! Not even using Dependency Injections! Fools a fools!".
I have to sit them down and explain how software and software processes have developed over the years. You remem... | null | 0 | 1545075769 | False | 0 | ebzw9ys | t3_a6nfgh | null | null | t1_ebwxuw5 | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzw9ys/ | 1547734929 | 1 | t5_2fwo | r/programming | public | null |
False | bschwind | t2_5lq11 | Tried that earlier, it tries to load other resources over http and at that point I gave up because I was happy with just running it on its own page. | null | 0 | 1543918457 | False | 0 | eb26s4s | t3_a2way5 | null | null | t1_eb22znu | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb26s4s/ | 1546402554 | 2 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Comparing an inlined loop body vs. a call? Why?!? | null | 0 | 1545075849 | False | 0 | ebzwdp4 | t3_a72sak | null | null | t3_a72sak | /r/programming/comments/a72sak/a_quick_look_behind_for_loop/ebzwdp4/ | 1547734975 | 3 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | What's the quote about a lie spreading around the world before the truth even has its shoes on. | null | 0 | 1543918490 | False | 0 | eb26sue | t3_a2ybqo | null | null | t1_eb25oj6 | /r/programming/comments/a2ybqo/rip_the_web_19892019_microsoft_is_building_a/eb26sue/ | 1546402562 | 3 | t5_2fwo | r/programming | public | null |
False | Euphoricus | t2_eojv1 | Obligatory Rober C. Martin : [https://www.youtube.com/watch?v=2xSjD8PXjFg](https://www.youtube.com/watch?v=2xSjD8PXjFg) | null | 1 | 1545075860 | False | 0 | ebzwe84 | t3_a719k6 | null | null | t3_a719k6 | /r/programming/comments/a719k6/the_consequences_of_your_code_tom_scott/ebzwe84/ | 1547734982 | 2 | t5_2fwo | r/programming | public | null |
False | Adverpol | t2_k7xhv | Rainbow tables are a clever way to do this. But as /u/shepherdjerred already said, it's infeasible when the passwords are salted, which they always should be. | null | 0 | 1543918517 | False | 0 | eb26tce | t3_a2xikx | null | null | t1_eb23cv2 | /r/programming/comments/a2xikx/quora_user_data_compromised/eb26tce/ | 1546402568 | 3 | t5_2fwo | r/programming | public | null |
False | uliacco | t2_i3s4cs8 | it's almost like.. junior positions were about building these needed skills, in actual workplace environment, whaaaaat | null | 0 | 1545075925 | False | 0 | ebzwhb2 | t3_a6v025 | null | null | t1_ebyw19r | /r/programming/comments/a6v025/the_skills_gap_in_tech_is_virtually_nonexistent/ebzwhb2/ | 1547735020 | 2 | t5_2fwo | r/programming | public | null |
False | improbablywronghere | t2_2kurfu | Honestly he probably should have been way less cool. They could have loaded literally anything into an iframe. There but for the grace of chat we didn’t see porn or something destroying his channel right away. | null | 0 | 1543918574 | False | 0 | eb26uhk | t3_a2way5 | null | null | t1_eb1sjqu | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb26uhk/ | 1546402582 | 127 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545075962 | False | 0 | ebzwj0c | t3_a72ued | null | null | t3_a72ued | /r/programming/comments/a72ued/sorting_strings_properly_is_stupidly_hard/ebzwj0c/ | 1547735040 | 1 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | It doesn't seem unreasonable that MS might want to make sure other browsers fully support some technology that they're trying to push. | null | 0 | 1543918590 | False | 0 | eb26usk | t3_a2ybqo | null | null | t1_eb25car | /r/programming/comments/a2ybqo/rip_the_web_19892019_microsoft_is_building_a/eb26usk/ | 1546402586 | 2 | t5_2fwo | r/programming | public | null |
False | MMPride | t2_2r7kfn4u | I know companies using modern PHP 7 MVC frameworks that are quite nice to work with. Then there's companies using PHP 5 or older... | null | 0 | 1545075995 | False | 0 | ebzwkg9 | t3_a6z75x | null | null | t1_ebztqmr | /r/programming/comments/a6z75x/three_tips_for_managing_technical_debt_while/ebzwkg9/ | 1547735059 | 3 | t5_2fwo | r/programming | public | null |
False | MythGuy | t2_8ao0p | Not being familiar with a lot of streamers and their personalities, what would the likely result be? | null | 0 | 1543918718 | False | 0 | eb26xba | t3_a2way5 | null | null | t1_eb1tme5 | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb26xba/ | 1546402617 | 17 | t5_2fwo | r/programming | public | null |
False | kur0saki | t2_dsw9u | The question is: *why* do you need tests?
I for myself need tests to:
* ensure algorithms work the way I intended them to: conformation!
* help myself to remember special cases when I refactor: certainty!
Therefore I don't write tests for *trivial* code that is, or should be, easily to understand but usually for alg... | null | 0 | 1545075999 | False | 0 | ebzwko3 | t3_a6d3nz | null | null | t3_a6d3nz | /r/programming/comments/a6d3nz/tests_are_neither_necessary_nor_sufficient/ebzwko3/ | 1547735062 | 1 | t5_2fwo | r/programming | public | null |
False | WalkingOnFire | t2_48754 | The fast compiler backend in jai doesn’t generate debug information either. You can see in the streams how Blow allways change to LLVM to debug in MSVS. | null | 0 | 1543918741 | False | 0 | eb26xrt | t3_a2b4n9 | null | null | t1_eb09ne6 | /r/programming/comments/a2b4n9/abner_coimbre_nasa_engineer_on_jai_language/eb26xrt/ | 1546402623 | 3 | t5_2fwo | r/programming | public | null |
False | archivedsofa | t2_1n7cq9be | but in that case the plastic chair is not a good option | null | 0 | 1545076036 | False | 0 | ebzwmc4 | t3_a6nfgh | null | null | t1_ebyiggc | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzwmc4/ | 1547735081 | 1 | t5_2fwo | r/programming | public | null |
False | MoDuReddit | t2_bzmq3 | Good for you, you must have a magical computer from the future. | null | 0 | 1543918827 | False | 0 | eb26zfc | t3_a2b8u4 | null | null | t1_eb1vvvt | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb26zfc/ | 1546402643 | 1 | t5_2fwo | r/programming | public | null |
False | BleachIchimaru | t2_16gshq | Is it really a "game" if there's no goal or "win" condition? Or is it a "webtoy" or "simulation" (or... "sandbox". Think it's a sandbox).
| null | 1 | 1545076071 | False | 0 | ebzwo01 | t3_a6zxou | null | null | t3_a6zxou | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzwo01/ | 1547735102 | 0 | t5_2fwo | r/programming | public | null |
False | MoDuReddit | t2_bzmq3 | Office has been 99% converted to pure UWP, there's no point in going back to worse tech, since they have their separate branches for each platform. | null | 0 | 1543918916 | False | 0 | eb2716l | t3_a2b8u4 | null | null | t1_eb1nd2n | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb2716l/ | 1546402665 | 1 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | I agree 110%. Why it would be better for Google to consider bailing on Posix support. I thought they were? | null | 0 | 1545076093 | False | 0 | ebzwoy8 | t3_a71smm | null | null | t1_ebzw579 | /r/programming/comments/a71smm/io_without_entering_the_kernel/ebzwoy8/ | 1547735114 | 2 | t5_2fwo | r/programming | public | null |
False | MoDuReddit | t2_bzmq3 | Anything to bash Chrome, that Web developers call "innovative" and "bleeding edge", because it has a NodeServer running. Meanwhile, it took google 4 years to fix touch on desktop Chrome and 7 years to make it scroll smoothly with touch, while every other browser respected web standards when it comes to input. | null | 0 | 1543919053 | False | 0 | eb273xd | t3_a2b8u4 | null | null | t1_eb15kyi | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb273xd/ | 1546402699 | 1 | t5_2fwo | r/programming | public | null |
False | archivedsofa | t2_1n7cq9be | Yeah, but the contrary is also true. Over engineered solutions when something much simpler would have sufficed. | null | 0 | 1545076119 | False | 0 | ebzwq57 | t3_a6nfgh | null | null | t1_ebz39ze | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzwq57/ | 1547735129 | 2 | t5_2fwo | r/programming | public | null |
False | AngularBeginner | t2_eky8x | Your link leads to content not relevant to /r/programming. | null | 0 | 1543919108 | False | 0 | eb27509 | t3_a2z5gt | null | null | t3_a2z5gt | /r/programming/comments/a2z5gt/now_that_tumblr_is_banning_nsfw_what_is_the_best/eb27509/ | 1546402712 | 3 | t5_2fwo | r/programming | public | null |
False | kur0saki | t2_dsw9u | I like when clean code is being populated over and over by certrain colleagues yet they ignore them when they're writing their own code. (non sarcasm)
Really now. I kind of hate this. Especially when they give an excuse like *oh yeah the problem was really hard to understand*. It usually means they didn't even underst... | null | 0 | 1545076148 | False | 0 | ebzwrh3 | t3_a66ldu | null | null | t1_ebwb4j0 | /r/programming/comments/a66ldu/symptoms_of_bad_code/ebzwrh3/ | 1547735145 | 1 | t5_2fwo | r/programming | public | null |
False | njtrafficsignshopper | t2_3xgey | Who?
Not kidding | null | 0 | 1543919154 | False | 0 | eb275wd | t3_a2way5 | null | null | t1_eb22z4l | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb275wd/ | 1546402723 | 42 | t5_2fwo | r/programming | public | null |
False | CryZe92 | t2_f5xkf | The simulation itself is implemented in Rust and then compiled to WebAssembly running in the browser. | null | 0 | 1545076221 | False | 0 | ebzwuwh | t3_a6zxou | null | null | t1_ebzuypr | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzwuwh/ | 1547735188 | 14 | t5_2fwo | r/programming | public | null |
False | MoDuReddit | t2_bzmq3 | Yup, MFC is basically the best way to "extend" windows, as you used the exact same visual controls as the OS. Scaling and Hi-DPI support was a joke though. | null | 0 | 1543919203 | False | 0 | eb276tz | t3_a2b8u4 | null | null | t1_eb15k8i | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb276tz/ | 1546402734 | 1 | t5_2fwo | r/programming | public | null |
False | Arxae | t2_6elgl | Rust compiled to wasm | null | 0 | 1545076226 | False | 0 | ebzwv4b | t3_a6zxou | null | null | t1_ebzuypr | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzwv4b/ | 1547735191 | 8 | t5_2fwo | r/programming | public | null |
False | _Pooba | t2_8ia57ax | some guy who plays fortnite i think | null | 0 | 1543919567 | False | 0 | eb27dh9 | t3_a2way5 | null | null | t1_eb275wd | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb27dh9/ | 1546402845 | 15 | t5_2fwo | r/programming | public | null |
False | EWJacobs | t2_bash7 | You're arguing that every block of code should be surrounded by x10 large blocks of notes summarizing meetings. If you don't see why that's a stupid position, there's really no helping you.
Again, we're just going round and round. If i'm trying to talk to you about the layout of a building, I don't cover half my bl... | null | 0 | 1545076303 | False | 0 | ebzwyq9 | t3_a70crz | null | null | t1_ebzw63h | /r/programming/comments/a70crz/stop_learning_frameworks/ebzwyq9/ | 1547735235 | 1 | t5_2fwo | r/programming | public | null |
False | Sodaplayer | t2_4e1b8 | Ahh, thanks! I guess they also do slightly differ with the angles:
https://i.imgur.com/HmMCDdG.png | null | 0 | 1543919618 | False | 0 | eb27eet | t3_a2jrs4 | null | null | t1_eb26ono | /r/programming/comments/a2jrs4/every_clojure_talk_ever/eb27eet/ | 1546402857 | 1 | t5_2fwo | r/programming | public | null |
False | shooshx | t2_3bvie | I have some doubts lava and ice go so well together...
Or that acid melts lava | null | 0 | 1545076321 | False | 0 | ebzwzjs | t3_a6zxou | null | null | t3_a6zxou | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzwzjs/ | 1547735246 | 1 | t5_2fwo | r/programming | public | null |
False | GhostBond | t2_v4lid | Good lord this forum has become a dumpster fire of preening ivory tower people with sabotaging advice.
> I believe a good first language is one where you can solve problems you are interested in. Learning to program takes a long time. Motivation really matters. That makes Lisp a pretty bad first language for most... | null | 0 | 1543919639 | 1543919930 | 0 | eb27eso | t3_a2hpd8 | null | null | t1_eayw6dx | /r/programming/comments/a2hpd8/is_lisp_a_good_language_to_start_learning_as_a/eb27eso/ | 1546402861 | 2 | t5_2fwo | r/programming | public | null |
False | TankorSmash | t2_4fqx0 | What are you talking about man | null | 0 | 1545076395 | False | 0 | ebzx34b | t3_a6ufoy | null | null | t1_ebzltgr | /r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebzx34b/ | 1547735290 | 8 | t5_2fwo | r/programming | public | null |
False | MoDuReddit | t2_bzmq3 | >This isn't a dick-swinging contest, unless you really want it to be, but I don't see how that would be productive.
Fair enough.
> UWP doesn't just default to being conservative, it is enforced, and cannot be un-enforced for some areas. Even if you use the extendedExecutionUnconstrained rescap, this only remove... | null | 0 | 1543919857 | False | 0 | eb27im1 | t3_a2b8u4 | null | null | t1_eb0z42s | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb27im1/ | 1546402908 | 1 | t5_2fwo | r/programming | public | null |
False | WhyAyala | t2_6ezlc | What's funny about this comment is according to Ops results they don't talk about body fat much at all. | null | 0 | 1545076433 | False | 0 | ebzx4w4 | t3_a6ufoy | null | null | t1_ebyxjsx | /r/programming/comments/a6ufoy/i_wrote_a_python_program_to_calculate_the_most/ebzx4w4/ | 1547735312 | 2 | t5_2fwo | r/programming | public | null |
False | _Pooba | t2_8ia57ax | Changing email is a long process that usually involves contacting support, and videos/vods are only stored on twitch short term. Most people upload their streams to youtube later | null | 0 | 1543919874 | False | 0 | eb27ixr | t3_a2way5 | null | null | t1_eb226ku | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb27ixr/ | 1546402912 | 8 | t5_2fwo | r/programming | public | null |
False | hyperforce | t2_3s0nr | > NOBODY is doing agile right. It may start out with good intentions, buts it's just one tight deadline away from being used as micromanagement and manipulation. The first time someone says "just role it into the next sprint" you know your done.
>
I was part of a startup that for a while did do agile "more righ... | null | 0 | 1545076596 | False | 0 | ebzxcu7 | t3_a6nfgh | null | null | t1_ebxi7z9 | /r/programming/comments/a6nfgh/things_nobody_told_me_about_being_a_software/ebzxcu7/ | 1547735439 | 2 | t5_2fwo | r/programming | public | null |
False | Firewolf420 | t2_jebka | Someone actually wrote that in the chat, if you watch it. | null | 0 | 1543919963 | False | 0 | eb27knm | t3_a2way5 | null | null | t1_eb1zklr | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb27knm/ | 1546402934 | 21 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | > You're arguing that every block of code should be surrounded by x10 large blocks of notes summarizing meetings.
If the code is a result of a meeting decision - yes, of course. If it's a result of a paragraph in some specification document - you must include that paragraph (or at least precisely link to it). If i... | null | 0 | 1545076649 | False | 0 | ebzxfc7 | t3_a70crz | null | null | t1_ebzwyq9 | /r/programming/comments/a70crz/stop_learning_frameworks/ebzxfc7/ | 1547735470 | 2 | t5_2fwo | r/programming | public | null |
False | ifknot | t2_4x3td | For Sophie | null | 0 | 1543920015 | False | 0 | eb27lq1 | t3_a2pser | null | null | t3_a2pser | /r/programming/comments/a2pser/the_ibm_1401_mainframe_runs_edith/eb27lq1/ | 1546402947 | 3 | t5_2fwo | r/programming | public | null |
False | genericlurker369 | t2_e4tg8 | The life interactions are quite interesting. Wood, fungus, seed, oil, acid. For a minute, I could glimpse an understanding of why a God would want to create life; just to watch it go. Like drawing out infinity from a drop of water. | null | 0 | 1545076672 | False | 0 | ebzxgey | t3_a6zxou | null | null | t3_a6zxou | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzxgey/ | 1547735483 | 1 | t5_2fwo | r/programming | public | null |
False | m50d | t2_6q02y | Java comes with a working cross-platform GUI library though. Maybe not a particularly good one, but enough to display some basic forms and buttons for configuring your backend app or what have you. For internal tools and secondary functionality on what's primarily a backend app it's often good enough. As long as C# can... | null | 0 | 1543920021 | False | 0 | eb27ltf | t3_a2pp4w | null | null | t1_eb24yfc | /r/programming/comments/a2pp4w/open_source_net_4_years_later/eb27ltf/ | 1546402948 | 7 | t5_2fwo | r/programming | public | null |
False | Arxae | t2_6elgl | The Division also had the codename errors like [Delta 20010159](http://s3.accelerated-ideas.com/generic/images/thedivision/the_division_erorr_code.jpg) or something.
In the end, regardless i you use error numbers or error codes. It's still better then "shits kaput" i suppose. But helpful error messages are only really... | null | 0 | 1545076687 | False | 0 | ebzxh3p | t3_a719k6 | null | null | t1_ebzlpto | /r/programming/comments/a719k6/the_consequences_of_your_code_tom_scott/ebzxh3p/ | 1547735492 | 24 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | A law that is very relevant for Reddit as only reading the title is what we do around here so let's focus on that one liner! But seriously, it's an interesting article. | null | 0 | 1543920478 | False | 0 | eb27v7p | t3_a2vomh | null | null | t1_eb20xwb | /r/programming/comments/a2vomh/is_deep_learning_already_hitting_its_limitations/eb27v7p/ | 1546403064 | 2 | t5_2fwo | r/programming | public | null |
False | dcoolidge | t2_2nxge | Thank you! This game is fun. Good job... | null | 0 | 1545076748 | False | 0 | ebzxk1t | t3_a6zxou | null | null | t3_a6zxou | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzxk1t/ | 1547735528 | 1 | t5_2fwo | r/programming | public | null |
False | XXXXXXXsdadsada | t2_1al6qxe8 | That`s a pretty reasonable law, I support a Wikipedia page | null | 0 | 1543920484 | False | 0 | eb27vcg | t3_a2xikx | null | null | t1_eb234v3 | /r/programming/comments/a2xikx/quora_user_data_compromised/eb27vcg/ | 1546403066 | 3 | t5_2fwo | r/programming | public | null |
False | suhcoR | t2_rzwyn0 | Just have a look at unemployment statistics of IT people e.g. in Germany and compare it with the number of vacancies communicated by the industry association. | null | 0 | 1545076751 | False | 0 | ebzxk78 | t3_a70hb7 | null | null | t1_ebzv38o | /r/programming/comments/a70hb7/in_china_tech_30_is_too_old/ebzxk78/ | 1547735530 | 2 | t5_2fwo | r/programming | public | null |
False | PM-ME-YOUR-UNDERARMS | t2_qc4iq | I hope you and Sophie find peace | null | 0 | 1543920539 | False | 0 | eb27whk | t3_a2pser | null | null | t1_eb27lq1 | /r/programming/comments/a2pser/the_ibm_1401_mainframe_runs_edith/eb27whk/ | 1546403079 | 1 | t5_2fwo | r/programming | public | null |
False | ayende | t2_3dasz | That comes to under 20 events / second.
In computing terms, that is something you process with a pen & pencil.
| null | 0 | 1545076775 | False | 0 | ebzxlds | t3_a72yml | null | null | t3_a72yml | /r/programming/comments/a72yml/how_i_built_a_system_that_logs_1721410_events_per/ebzxlds/ | 1547735545 | 13 | t5_2fwo | r/programming | public | null |
False | appus3r | t2_29pkroxc | Looks like a dreamland. | null | 0 | 1543920797 | False | 0 | eb281tc | t3_a2zftr | null | null | t3_a2zftr | /r/programming/comments/a2zftr/the_first_interactive_ai_rendered_virtual_world/eb281tc/ | 1546403147 | 9 | t5_2fwo | r/programming | public | null |
False | coolreader18 | t2_htuog | There's an info button with a link to the GitHub page. | null | 0 | 1545076793 | False | 0 | ebzxm6u | t3_a6zxou | null | null | t1_ebzcxy8 | /r/programming/comments/a6zxou/sandspiel_a_falling_sand_game_built_in_rust_and/ebzxm6u/ | 1547735554 | 2 | t5_2fwo | r/programming | public | null |
False | Beachcoma | t2_37ql6 | I don't understand. Can you clarify? | null | 0 | 1543920826 | False | 0 | eb282e0 | t3_a2way5 | null | null | t1_eb25d0k | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb282e0/ | 1546403153 | 1 | t5_2fwo | r/programming | public | null |
False | XANi_ | t2_7z5jp | Soooo 20/sec..... you could do that in sqlite and bash... | null | 0 | 1545076837 | False | 0 | ebzxo8v | t3_a72yml | null | null | t3_a72yml | /r/programming/comments/a72yml/how_i_built_a_system_that_logs_1721410_events_per/ebzxo8v/ | 1547735580 | 8 | t5_2fwo | r/programming | public | null |
False | corobo | t2_5svas | Pick a random shock image or porn image/video from anywhere in the past 20 years. One person makes the stream show that
Now that chat knows the string to do that, times it by anywhere from 2 to 50k in the time it takes the streamer to realise what's happening and shut it down | null | 0 | 1543920924 | False | 0 | eb284en | t3_a2way5 | null | null | t1_eb26xba | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb284en/ | 1546403178 | 34 | t5_2fwo | r/programming | public | null |
False | b1bendum | t2_el3lw | Looks like isometric grid paper, can't find some that comes in a hexagon shape, but isometric is a pretty common graph paper format, can order it from amazon. | null | 0 | 1545076848 | False | 0 | ebzxor1 | t3_a71xg6 | null | null | t1_ebzuz8h | /r/programming/comments/a71xg6/the_yoda_of_silicon_valley/ebzxor1/ | 1547735586 | 9 | t5_2fwo | r/programming | public | null |
False | manys | t2_4wzvu | u got hackered | null | 0 | 1543921166 | False | 0 | eb288t6 | t3_a2way5 | null | null | t1_eb257dr | /r/programming/comments/a2way5/this_is_why_you_sanitize_user_input_chat_hacked/eb288t6/ | 1546403232 | 13 | t5_2fwo | r/programming | public | null |
False | shar1z | t2_85nue | Even if it is a super reliable stack - engineers like to work with the newest and shiniest tooling (and in the war for good engineers - that's one of the deciding factors when they choose what company to - how much freedom they have in choosing their stack). I agree - any combination of other DBs (we have four database... | null | 0 | 1545076855 | 1545077424 | 0 | ebzxp3h | t3_a6z75x | null | null | t1_ebztqmr | /r/programming/comments/a6z75x/three_tips_for_managing_technical_debt_while/ebzxp3h/ | 1547735590 | -1 | t5_2fwo | r/programming | public | null |
False | Liam2349 | t2_h62v4 | > No, I don't want random software to be able to take over my device thank you
That's why they introduced permissions. I agree, not having permissions is bad, but I believe that every capability should have an associated permission, and if they haven't gotten around to doing that, then there should be a setting tha... | null | 0 | 1543921294 | False | 0 | eb28b5r | t3_a2b8u4 | null | null | t1_eb27im1 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eb28b5r/ | 1546403262 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [removed] | null | 0 | 1545076876 | False | 0 | ebzxq4c | t3_a72ued | null | null | t3_a72ued | /r/programming/comments/a72ued/sorting_strings_properly_is_stupidly_hard/ebzxq4c/ | 1547735603 | 1 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | There is Tcl/Tk for GUI. No need to ever use anything else. It's just retarded to want to use the same language for your GUI and your logic. | null | 0 | 1543921478 | False | 0 | eb28ejt | t3_a2pp4w | null | null | t1_eb27ltf | /r/programming/comments/a2pp4w/open_source_net_4_years_later/eb28ejt/ | 1546403303 | -6 | t5_2fwo | r/programming | public | null |
False | HalibetLector | t2_17d4bn | And you attack complete strangers on the internet based on nothing at all but your fear of the SJWs. People like you will go along to get along right up until you get caught up in your own donglegate fiasco. How long do you have to observe a pattern before it penetrates that thick skull of yours? Playing nice will get ... | null | 1 | 1545076938 | 1545077468 | 0 | ebzxt0e | t3_a6xy9s | null | null | t1_ebzvfq6 | /r/programming/comments/a6xy9s/sjwjs/ebzxt0e/ | 1547735639 | 0 | 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.