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 | combinatorylogic | t2_iab4d | Language gives them away, actually. Webshits do not write software, they build their awful crap out of randomly picked npm modules. | null | 0 | 1544350588 | False | 0 | ebf4g8x | t3_a45jvw | null | null | t1_ebd6uil | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf4g8x/ | 1547383615 | 8 | t5_2fwo | r/programming | public | null |
False | kickopotomus | t2_yw74n | The “why” is performance. Moving stuff between disk and RAM is expensive. Moving stuff between RAM and CPU caches is also expensive. Less so than the disk-RAM transaction but still worth noting.
The idea is that if you better understand how all of the memory structures in the machine operate, you can design your code ... | null | 0 | 1545499439 | False | 0 | ecbwdok | t3_a8kwg9 | null | null | t1_ecbvffi | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbwdok/ | 1547936945 | 52 | t5_2fwo | r/programming | public | null |
False | MatsSvensson | t2_ov053 | I built a system that puts a feedback-button on each page.
Messages sent trough this automatically give me details about what page the user is on, what OS/Browser they are using and what user it is (if they are logged in), and some other useful stuff.
I find this saves me about a meelion initial back/forth with he u... | null | 0 | 1544350691 | 1544351137 | 0 | ebf4ixb | t3_a4hmbu | null | null | t3_a4hmbu | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf4ixb/ | 1547383648 | 57 | t5_2fwo | r/programming | public | null |
False | netgu | t2_57cfp | Am I missing something here, or does this actually do nothing to prevent caching:
> To do that, we’ll just use a hash with random md5 keys and random md5 values. This way we are sure we are reading something that can’t be cached by the system:
Edit: Too much quoted | null | 0 | 1545499461 | False | 0 | ecbweml | t3_a8hgqh | null | null | t3_a8hgqh | /r/programming/comments/a8hgqh/benchmark_deep_directory_structure_vs_flat/ecbweml/ | 1547936957 | 3 | t5_2fwo | r/programming | public | null |
False | Raefniz | t2_cu7if | > "my computer is saying it's broken, please come fix it!"
>
> "what's it saying?"
>
> "I don't know, I closed it."
>
> I come over and wait for things to load, nothing looks out of the ordinary.
"Huh it's gone now"
"Well what was it?"
"There was a scary box"
"Were you writin... | null | 0 | 1544350699 | False | 0 | ebf4j5j | t3_a4hmbu | null | null | t1_ebf377m | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf4j5j/ | 1547383651 | 43 | t5_2fwo | r/programming | public | null |
False | _lightnin | t2_22xzoaz | what happens when you change the height and width of the numbers? Do thinner numbers start showing a higher probability of a 1? Do wider numbers start showing a higher probability of a 0? | null | 0 | 1545499506 | False | 0 | ecbwghk | t3_a8ljnm | null | null | t3_a8ljnm | /r/programming/comments/a8ljnm/neural_network_digit_recognition/ecbwghk/ | 1547937014 | 3 | t5_2fwo | r/programming | public | null |
False | Renive | t2_gw9z3 | No. Things like reactive programming means you can cheap out on hardware and need very good programmers. Almost no business goes that route but my employer did. When business logic is complicated you wont have pretty code. And with ReactiveX you have lots of programming concepts mostly unknown to most, like monads, fun... | null | 0 | 1544350732 | False | 0 | ebf4k09 | t3_a45jvw | null | null | t1_ebepelw | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf4k09/ | 1547383661 | -10 | t5_2fwo | r/programming | public | null |
False | Shadowh4wk | t2_6wd1h | Even with a false positive rate of 7%, the statistical data is still useful, and was acquired at a far cheaper rate than the government doing surveys manually. | null | 0 | 1545499645 | False | 0 | ecbwm9y | t3_a8lw4o | null | null | t1_ecbw7lt | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbwm9y/ | 1547937085 | 201 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Your belief that business is capable of making rational decisions is retarded.
Using single language and hiring uneducated special school dropouts like you can look good on the books for the first month or two, but is utterly devastating to any business in a longer run.
That's why all that disgusting web stack is so... | null | 0 | 1544350916 | False | 0 | ebf4ot6 | t3_a45jvw | null | null | t1_ebe544t | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf4ot6/ | 1547383721 | 3 | t5_2fwo | r/programming | public | null |
False | circlesock | t2_14ufxrym | Yes,but that's the very problem. That is a dubious mixing of separate multiline and raw string literal concepts in python terms. In fact it's pretty much just multiline because the newlines get included in C# `@"verbatim string"` literals. Python's more nuanced various string syntaxes are just plain better, and cle... | null | 0 | 1545499649 | False | 0 | ecbwmgo | t3_a8kwz8 | null | null | t1_ecbvuge | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecbwmgo/ | 1547937088 | 36 | t5_2fwo | r/programming | public | null |
False | CornedBee | t2_10lnt6 | At what point will some country add a constitutional amendment that allows imprisonment of politicians for introducing legislation that goes against the basic nature of reality? | null | 0 | 1544350923 | False | 0 | ebf4ozg | t3_a3kk7u | null | null | t3_a3kk7u | /r/programming/comments/a3kk7u/australian_programmers_could_be_fired_by_their/ebf4ozg/ | 1547383723 | 2 | t5_2fwo | r/programming | public | null |
False | Dmium | t2_kv395 | Confusing wording but I think that implied 7% false negative rate on positive test samples and and 10% false positive on negative test samples.
So that would implicate that their sample misses 7% of the houses that have solar panels and false positives 10% of the houses that do.
How bad that is would heavily depend o... | null | 0 | 1545499770 | False | 0 | ecbwrfc | t3_a8lw4o | null | null | t1_ecbw7lt | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbwrfc/ | 1547937149 | 9 | t5_2fwo | r/programming | public | null |
False | ArmoredPancake | t2_jc7zp | > Things like reactive programming means you can cheap out on hardware and need very good programmers.
You're out of your mind.
| null | 0 | 1544351008 | False | 0 | ebf4r97 | t3_a45jvw | null | null | t1_ebf4k09 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf4r97/ | 1547383751 | 24 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545499829 | False | 0 | ecbwttj | t3_a8kwz8 | null | null | t1_ecbw1v4 | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecbwttj/ | 1547937179 | -10 | t5_2fwo | r/programming | public | null |
False | CornedBee | t2_10lnt6 | > Yep, they can't break encryption but the lack of a clear definition of a 'systemic weakness' means that they could implement a backdoor and argue that it is "100% secure and only accessible by Government" if they needed to defend themselves.
But given that they would co-opt a developer to do this, what happens wh... | null | 0 | 1544351072 | False | 0 | ebf4t1w | t3_a3kk7u | null | null | t1_eb74oga | /r/programming/comments/a3kk7u/australian_programmers_could_be_fired_by_their/ebf4t1w/ | 1547383803 | 1 | t5_2fwo | r/programming | public | null |
False | childintime9 | t2_29kk08t5 | I just hit the share button from youtube. What would have changed if I copied the link and pasted as text ? | null | 0 | 1545500054 | False | 0 | ecbx32r | t3_a8la52 | null | null | t1_ecboe7u | /r/programming/comments/a8la52/8_super_heroic_linux_commands_that_you_probably/ecbx32r/ | 1547937293 | -2 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | I do not need to imagine. I saw a coffee machine with an i7 and a discrete GPU in it, used to display dumb animations on an embedded 1080p display. Webshit mentality does leak into such applications from time to time, and it's always disgusting.
EDIT: and, by the way, quite a few malfunctions of that machine were caus... | null | 0 | 1544351263 | 1544354713 | 0 | ebf4ydq | t3_a45jvw | null | null | t1_ebes1t0 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf4ydq/ | 1547383868 | 20 | t5_2fwo | r/programming | public | null |
False | circlesock | t2_14ufxrym | In C# verbatim strings [you double them](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/verbatim) double them i.e. `@"blah ""blah"" blah"`. | null | 0 | 1545500074 | False | 0 | ecbx3ww | t3_a8kwz8 | null | null | t1_ecbw1v4 | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecbx3ww/ | 1547937304 | 8 | t5_2fwo | r/programming | public | null |
False | otwo3 | t2_11gj9f | > This also means creating a new ‘tree’ object, because base_libs folder content was changed
I think maybe you should explain why this happens (I know why, but when I tried to read it from the POV of someone who doesn't, I found that part slightly confusing)
Moreover, this article is a nice introduction to how git... | null | 0 | 1544351382 | 1544351772 | 0 | ebf51mz | t3_a4jie2 | null | null | t3_a4jie2 | /r/programming/comments/a4jie2/struggling_with_git_i_wrote_a_short_article_about/ebf51mz/ | 1547383909 | 10 | t5_2fwo | r/programming | public | null |
False | falconzord | t2_avxuf | People who don't manage memory probably need to know more about memory since the abstraction doesn't mean that it's still not a factor under the hood | null | 0 | 1545500114 | False | 0 | ecbx5n0 | t3_a8kwg9 | null | null | t1_ecbwdok | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbx5n0/ | 1547937325 | 34 | t5_2fwo | r/programming | public | null |
False | sloopymeat | t2_5our6 | *[compiles in Hindi]* | null | 0 | 1544351631 | False | 0 | ebf58ak | t3_a4hmbu | null | null | t1_ebf3b9a | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf58ak/ | 1547383991 | 42 | t5_2fwo | r/programming | public | null |
False | chopinrocks | t2_125f66 | Well this is horrifying.
If they can find locate solar panels, what else can they locate. | null | 0 | 1545500262 | False | 0 | ecbxbor | t3_a8lw4o | null | null | t3_a8lw4o | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbxbor/ | 1547937401 | -23 | t5_2fwo | r/programming | public | null |
False | sloopymeat | t2_5our6 | if you link that to someone nowadays, they won't even bother reading it. you'll be the asshole for even suggesting it. | null | 1 | 1544351694 | False | 0 | ebf5a2f | t3_a4hmbu | null | null | t1_ebezxe3 | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf5a2f/ | 1547384013 | -2 | t5_2fwo | r/programming | public | null |
False | Seabat11 | t2_6i28j | These are the precision and recall numbers. From the paper:
> We utilize precision (rate of correct decisions among all positive decisions) and recall (ratio of correct decisions among all positive samples) to measure classification performance. DeepSolar achieves a precision of 93.1% with a recall of 88.5% in resi... | null | 0 | 1545500343 | 1545500588 | 0 | ecbxezx | t3_a8lw4o | null | null | t1_ecbw7lt | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbxezx/ | 1547937442 | 33 | t5_2fwo | r/programming | public | null |
False | otakuman | t2_4rmxf | The sad problem here is that many people not only don't know how to program, they don't know how to THINK.
They expect everyone to magically know what went through their mental processes and immediately know how to fix whatever they tried to do. | null | 0 | 1544351715 | False | 0 | ebf5and | t3_a4hmbu | null | null | t3_a4hmbu | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf5and/ | 1547384020 | 6 | t5_2fwo | r/programming | public | null |
False | aazav | t2_4rki0 | No. The problem is now web pages, which we expect to be well behaving actors among the memory allocation to the web process or within the web browser.
They are not and they will not be. | null | 0 | 1545500439 | False | 0 | ecbxj0v | t3_a8kwg9 | null | null | t1_ecbjjcz | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbxj0v/ | 1547937491 | -28 | t5_2fwo | r/programming | public | null |
False | bdtddt | t2_x8et0 | > written by Terence Tao | null | 0 | 1544351805 | False | 0 | ebf5d9b | t3_a4jhhl | null | null | t3_a4jhhl | /r/programming/comments/a4jhhl/qed_an_interactive_textbook_on_logic/ebf5d9b/ | 1547384053 | 4 | t5_2fwo | r/programming | public | null |
False | aazav | t2_4rki0 | Apple's RAM compression is more expensive - and it sucks ass. | null | 0 | 1545500526 | False | 0 | ecbxmuo | t3_a8kwg9 | null | null | t1_ecbwdok | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbxmuo/ | 1547937538 | -24 | t5_2fwo | r/programming | public | null |
False | arp242 | t2_15rsbx | You can't teach deep concepts in a 5-page blog.
Sure, some books are just fluff; but this doesn't mean they can be replaced with weblogs or videos. | null | 0 | 1544351862 | False | 0 | ebf5exk | t3_a4hmbu | null | null | t1_ebevsau | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf5exk/ | 1547384074 | 6 | t5_2fwo | r/programming | public | null |
False | aazav | t2_4rki0 | So, don't do that. | null | 0 | 1545500545 | False | 0 | ecbxnpj | t3_a8kwg9 | null | null | t1_ecbk7z1 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbxnpj/ | 1547937548 | -4 | t5_2fwo | r/programming | public | null |
False | EntroperZero | t2_573jc | > If they can't find it, they skim through text without reading it, paste code, run it. It "works" surprisingly often.
Ugh this fucking kills me.
I had a manager once who was also the lead developer on the project. I would ask him for help and give a detailed explanation of the issue, what I had tried already, an... | null | 0 | 1544352064 | False | 0 | ebf5k7x | t3_a4hmbu | null | null | t1_ebeu6jh | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf5k7x/ | 1547384139 | 41 | t5_2fwo | r/programming | public | null |
False | Deto | t2_3h4z3 | Better details on that [here](http://web.stanford.edu/group/deepsolar/home)
Looks like the precision is about 93%. Meaning that if it says there is a solar panel, it's correct 93% of the time. And it's recall is 90%, meaning that it missed about 10% of solar panels.
Why would an FPR of 7% be "really really bad"?
E... | null | 0 | 1545500659 | 1545570936 | 0 | ecbxssi | t3_a8lw4o | null | null | t1_ecbw7lt | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbxssi/ | 1547937635 | 92 | t5_2fwo | r/programming | public | null |
False | Shikigami_Ryu | t2_2jsri1eq | If Congress fast-passes the 400,000 H1-B recipients to citizenship in the 2019 budget then your kids won’t get jobs anyway. | null | 0 | 1544352092 | False | 0 | ebf5kzp | t3_a4jtrr | null | null | t3_a4jtrr | /r/programming/comments/a4jtrr/im_a_developer_i_wont_teach_my_kids_to_code_and/ebf5kzp/ | 1547384149 | -8 | t5_2fwo | r/programming | public | null |
False | Kriskobg | t2_5lqdj | Lol what | null | 0 | 1545500718 | False | 0 | ecbxvdc | t3_a8lw4o | null | null | t1_ecbxbor | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbxvdc/ | 1547937667 | 5 | t5_2fwo | r/programming | public | null |
False | mcl7cdm | t2_v1foe19 | Exactly! Why would I bother to download chrome if everything that I like in chrome (chromium) comes preinstalled and everything that I don't like in chrome is missing from my system :) | null | 0 | 1544352097 | False | 0 | ebf5l43 | t3_a3q1vh | null | null | t1_eba0p51 | /r/programming/comments/a3q1vh/its_official_chromium_is_coming_to_microsoft_edge/ebf5l43/ | 1547384150 | 5 | t5_2fwo | r/programming | public | null |
False | CommonFollower | t2_s64wvtr | Honestly my only real complaint about Kotlin is it's string literals. I do like having a string literal syntax, but I do wish they would have added some additional syntax to them so that darn trimIndent() call that would be evaluated at runtime wasn't necessary.
Having said that I have been using Kotlin in our mixed J... | null | 0 | 1545500752 | False | 0 | ecbxwvw | t3_a8kwz8 | null | null | t1_ecbtht8 | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecbxwvw/ | 1547937686 | 3 | t5_2fwo | r/programming | public | null |
False | AlexAndThunder | t2_15spjy | Someone should write "Refactoring: Programming Questions" for situations like this. | null | 0 | 1544352311 | False | 0 | ebf5qrp | t3_a4hmbu | null | null | t1_ebesyyk | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf5qrp/ | 1547384220 | 1 | t5_2fwo | r/programming | public | null |
False | high_side | t2_4za4s | Waldo | null | 0 | 1545500765 | False | 0 | ecbxxg8 | t3_a8lw4o | null | null | t1_ecbxbor | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbxxg8/ | 1547937693 | 78 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544352327 | False | 0 | ebf5r7v | t3_a4jtrr | null | null | t1_ebf5kzp | /r/programming/comments/a4jtrr/im_a_developer_i_wont_teach_my_kids_to_code_and/ebf5r7v/ | 1547384226 | 4 | t5_2fwo | r/programming | public | null |
False | high_side | t2_4za4s | DoD funding incoming. | null | 0 | 1545500775 | False | 0 | ecbxxw2 | t3_a8lw4o | null | null | t3_a8lw4o | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbxxw2/ | 1547937699 | 621 | t5_2fwo | r/programming | public | null |
False | maxime81 | t2_5a9up | According to you, what's the best programming language to learn for a beginner? Would your answer be the same if the learner will be a professional developer or simply a scientist that may need to be able to develop some algorithms to solve problems? | null | 0 | 1544352634 | False | 0 | ebf5z6n | t3_a4feef | null | null | t3_a4feef | /r/programming/comments/a4feef/heres_why_you_should_learn_python/ebf5z6n/ | 1547384324 | 1 | t5_2fwo | r/programming | public | null |
False | sgungli | t2_lfc4k | Found the homegrower | null | 0 | 1545500801 | False | 0 | ecbxz2t | t3_a8lw4o | null | null | t1_ecbxbor | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbxz2t/ | 1547937713 | 34 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | This is why shit like you shall not be allowed to have any opinions at all. | null | 0 | 1544352640 | False | 0 | ebf5zbv | t3_a45jvw | null | null | t1_ebf3uqh | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf5zbv/ | 1547384326 | 12 | t5_2fwo | r/programming | public | null |
False | NekuSoul | t2_8j0db | Every time I see such a long history of garbage I shake my head at the abysmal moderation of this sub. Accounts like these shouldn't survive longer than a day. | null | 0 | 1545500855 | False | 0 | ecby1cf | t3_a8kwz8 | null | null | t1_ecbr6um | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecby1cf/ | 1547937740 | 12 | t5_2fwo | r/programming | public | null |
False | Witnessbv | t2_ic7as | The concept of what this article refers to as little languages are [domain specific languages](https://en.m.wikipedia.org/wiki/Domain-specific_language). There is an abundance of examples, and even tool support for designing your own DSL, e.g., [in Python](https://dbader.org/blog/writing-a-dsl-with-python) or [Java](ht... | null | 0 | 1544352667 | False | 0 | ebf5zxr | t3_a4h2vs | null | null | t3_a4h2vs | /r/programming/comments/a4h2vs/little_languages/ebf5zxr/ | 1547384333 | 3 | t5_2fwo | r/programming | public | null |
False | CommonFollower | t2_s64wvtr | Trolls gonna troll. And it is Saturday so he isn't writing bad VB code for some bank.
Edit: That's assuming a bank would hire this idiot. | null | 0 | 1545500951 | 1545501745 | 0 | ecby5oj | t3_a8kwz8 | null | null | t1_ecbqr89 | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecby5oj/ | 1547937794 | 2 | t5_2fwo | r/programming | public | null |
False | KallistiTMP | t2_72f52 | Ah, Poe's law | null | 0 | 1544352796 | False | 0 | ebf636f | t3_a4hmbu | null | null | t1_ebezdri | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf636f/ | 1547384403 | 5 | t5_2fwo | r/programming | public | null |
False | enderverse87 | t2_hzsyi | Hopefully crime. The problem is what gets identified as crime. | null | 0 | 1545500959 | False | 0 | ecby61d | t3_a8lw4o | null | null | t1_ecbxbor | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecby61d/ | 1547937798 | -10 | t5_2fwo | r/programming | public | null |
False | i9srpeg | t2_b7hny | Is it a nice substitute for the languages more used for new apps today, i.e. Swift and Kotlin?
I feel like comparing a new language against javascript is setting too low of a bar to be meaningful. I mean, js was thought out and implemented in 10 days by a single guy. Congrats on making a language better than that, I g... | null | 0 | 1544352828 | False | 0 | ebf63ws | t3_a4dtp2 | null | null | t1_ebex0si | /r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebf63ws/ | 1547384412 | 7 | t5_2fwo | r/programming | public | null |
False | vielga2 | t2_20robo | > You do realize that **PHP** is still one of the most prolific programming languages out there right? Sure it has its shortcomings but it's a very popular language.
See? that's how retarded and idiotic you sound. | null | 0 | 1545500995 | False | 0 | ecby7n7 | t3_a8kwz8 | null | null | t1_ecbns7k | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecby7n7/ | 1547937819 | -10 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | Asking to ask a question is one of my pet peeves. Especially when it's something like a Reddit post. | null | 0 | 1544352937 | False | 0 | ebf66kf | t3_a4hmbu | null | null | t1_ebeyrwb | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf66kf/ | 1547384445 | 123 | t5_2fwo | r/programming | public | null |
False | AttackOfTheThumbs | t2_79zad | What if your language manages memory, then surely you are not one of "every programmer".
Downotes for a question. Strong voting lmao | null | 0 | 1545500999 | 1545505423 | 0 | ecby7u0 | t3_a8kwg9 | null | null | t3_a8kwg9 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecby7u0/ | 1547937821 | -22 | t5_2fwo | r/programming | public | null |
False | judgej2 | t2_19ijo | I got that later after I left university. It was a tiny board with a 80286 I believe. It worked pretty well, and still a fraction the cost of a full PC in the early 90s. | null | 0 | 1544353073 | False | 0 | ebf69z6 | t3_a44xl7 | null | null | t1_ebewyjc | /r/programming/comments/a44xl7/flatline_how_the_amiga_languished/ebf69z6/ | 1547384487 | 2 | t5_2fwo | r/programming | public | null |
False | 101Cipher010 | t2_odsv3 | Motherfucker Waldo has been on the run far too long. FBI, CIA, KGB nor Interpol have made any progress. Fuck Waldo and his stupid striped sweater. | null | 0 | 1545501032 | False | 0 | ecby9ba | t3_a8lw4o | null | null | t1_ecbxxg8 | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecby9ba/ | 1547937839 | 14 | t5_2fwo | r/programming | public | null |
False | gcbirzan | t2_6tnbx | Yeah he's wrong about that, but his complaint about libs stands. Especially since last time I checked you couldn't natively run Linux stuff directly from Windows. Pycharm has wsl support in the last version and it simplified my workflow immensely | null | 0 | 1544353093 | False | 0 | ebf6aiz | t3_a4eakz | null | null | t1_ebeuo2z | /r/programming/comments/a4eakz/accidentally_from_macos_to_windows_and_wsl/ebf6aiz/ | 1547384494 | 1 | t5_2fwo | r/programming | public | null |
False | gc3 | t2_38zon | Another person noted that engines are hard to integrate.
I've also noticed that certain problems cause too much calculation and there's a prolog command (I forget the name) to short circuit the logic to make it calculate on time. This kind of implies if you throw new and arbitrary data at prolog you could end up with... | null | 0 | 1545501052 | False | 0 | ecbya7w | t3_a8fs67 | null | null | t1_ecb6u5d | /r/programming/comments/a8fs67/solving_murder_with_prolog/ecbya7w/ | 1547937850 | 1 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | In the case of issue tracking systems, having a template with direct questions on it can help.
> What actions did you perform?
> What were you expecting?
> What happened?
is better than:
> Describe your problem
Even better if you can tailor follow up questions based on earlier questions. | null | 0 | 1544353111 | False | 0 | ebf6b1g | t3_a4hmbu | null | null | t1_ebewfoa | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf6b1g/ | 1547384501 | 14 | t5_2fwo | r/programming | public | null |
False | s3vv4 | t2_8y0gi | Ridiculous title | null | 0 | 1545501066 | False | 0 | ecbyaut | t3_a8kwg9 | null | null | t3_a8kwg9 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbyaut/ | 1547937858 | -16 | t5_2fwo | r/programming | public | null |
False | spaghettiCodeArtisan | t2_3jyrfgx | > And if you wanna bring it, id say even refrigerators have oled panels and like 16gb of ram. Things like raspberry pi are dirt cheap nowadays. Move on with the times with the embedded people, theres literally no reason for any business to be tryhard with optimizations when hardware is dirt cheap.
Yeah, right, beca... | null | 0 | 1544353117 | False | 0 | ebf6b7c | t3_a45jvw | null | null | t1_ebdv0ye | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf6b7c/ | 1547384502 | 9 | t5_2fwo | r/programming | public | null |
False | etrnloptimist | t2_48w5o | It depends entirely on how this data is going to be used.
But out of a billion images, it will say 70 million of them have solar panels in them when they don't. | null | 0 | 1545501179 | False | 0 | ecbyfyd | t3_a8lw4o | null | null | t1_ecbxssi | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbyfyd/ | 1547937921 | -19 | t5_2fwo | r/programming | public | null |
False | EyeZiS | t2_l7od5 | http://nohello.com | null | 0 | 1544353175 | False | 0 | ebf6cpn | t3_a4hmbu | null | null | t1_ebeyrwb | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf6cpn/ | 1547384521 | 31 | t5_2fwo | r/programming | public | null |
False | EricMCornelius | t2_7wz4v | No async await support?
Definitely would recommend prioritizing that if you're hoping to get any modern JS devs on board.
Probably best to do that before you try to advertise the project too much, or you will likely get a shrug and be ignored by the community. | null | 0 | 1545501373 | False | 0 | ecbyopq | t3_a8i4ar | null | null | t3_a8i4ar | /r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/ecbyopq/ | 1547938029 | 12 | t5_2fwo | r/programming | public | null |
False | Ikinoki | t2_5gh81 | WHY ARE YOU YELLING AT ME | null | 0 | 1544353450 | False | 0 | ebf6j6z | t3_a4k0h8 | null | null | t3_a4k0h8 | /r/programming/comments/a4k0h8/introduction_to_microsoft_smb_a_network_file/ebf6j6z/ | 1547384601 | 2 | t5_2fwo | r/programming | public | null |
False | EricMCornelius | t2_7wz4v | I also would be careful throwing out words like "alternative" when you're at a tiny fraction of the language transpilation feature set, as it tends to irritate the engineers who will invariably be asked by cargo cult managers to evaluate the new alternative prematurely. | null | 0 | 1545501514 | False | 0 | ecbyuxo | t3_a8i4ar | null | null | t1_ecbyopq | /r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/ecbyuxo/ | 1547938106 | 12 | t5_2fwo | r/programming | public | null |
False | twigboy | t2_4caar | My God that reminded me about some comments on my tech blog.
I post solutions, little snippets or code samples for strange edge cases or software quirks. The number of Indian comments on snippets asking for "can I get a compilable project in zip format?" is insane.
It's a bloody sample, paste it into your own project | null | 0 | 1544353543 | False | 0 | ebf6l3j | t3_a4hmbu | null | null | t1_ebf58ak | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf6l3j/ | 1547384625 | 32 | t5_2fwo | r/programming | public | null |
False | InfiniteButtersVI | t2_2nl6vgfq | Web pages are just applications; browsers are the new operating systems. The same challenges, and solutions, apply. | null | 0 | 1545501550 | False | 0 | ecbywk8 | t3_a8kwg9 | null | null | t1_ecbxj0v | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbywk8/ | 1547938126 | 29 | t5_2fwo | r/programming | public | null |
False | twigboy | t2_4caar | Every time. | null | 0 | 1544353571 | False | 0 | ebf6lo4 | t3_a4hmbu | null | null | t1_ebf4j5j | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf6lo4/ | 1547384633 | 11 | t5_2fwo | r/programming | public | null |
False | Millkovic | t2_nfzx5 | >Avalonia is currently in beta which means that the framework is generally usable for writing applications, but there may be some bugs and breaking changes as we continue development. | null | 0 | 1545501589 | False | 0 | ecbyyfx | t3_a7xki7 | null | null | t1_ec76a5o | /r/programming/comments/a7xki7/net_core_whats_coming_in_net_core_30/ecbyyfx/ | 1547938149 | 1 | t5_2fwo | r/programming | public | null |
False | Alokat7r | t2_w9pak | Thank you for watching and ya i too was not aware of it's working just like you 😀 | null | 0 | 1544353817 | False | 0 | ebf6qg2 | t3_a48fvj | null | null | t1_ebew4ux | /r/programming/comments/a48fvj/how_javascript_works_lets_understand_in_a_quick/ebf6qg2/ | 1547384692 | 1 | t5_2fwo | r/programming | public | null |
False | moshohayeb | t2_7tglr | This pdf is an absolute gem, cannot recommend it enough for anyone doing performance centric stuff | null | 0 | 1545501793 | False | 0 | ecbz86g | t3_a8kwg9 | null | null | t3_a8kwg9 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbz86g/ | 1547938298 | 23 | t5_2fwo | r/programming | public | null |
False | bvierra | t2_3obum | run bash -c "path to command" | null | 0 | 1544353901 | False | 0 | ebf6s3i | t3_a4eakz | null | null | t1_ebf6aiz | /r/programming/comments/a4eakz/accidentally_from_macos_to_windows_and_wsl/ebf6s3i/ | 1547384712 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545501825 | False | 0 | ecbz9oo | t3_a8kwg9 | null | null | t3_a8kwg9 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbz9oo/ | 1547938316 | 0 | t5_2fwo | r/programming | public | null |
False | twistdafterdark | t2_klz4r | It can be worse, I once worked with a guy who would search google **images** for solutions | null | 0 | 1544353904 | False | 0 | ebf6s65 | t3_a4hmbu | null | null | t1_ebeu6jh | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf6s65/ | 1547384713 | 5 | t5_2fwo | r/programming | public | null |
False | HeadAche2012 | t2_873xv | Seems like a good reference, but 110 pages is sit down with coffee type reading | null | 0 | 1545501869 | False | 0 | ecbzbkk | t3_a8kwg9 | null | null | t3_a8kwg9 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbzbkk/ | 1547938339 | 14 | t5_2fwo | r/programming | public | null |
False | MysticGoat | t2_ndzsx | So Pi=1 and Radians=2. Got it! | null | 0 | 1544353958 | False | 0 | ebf6t8n | t3_a3kk7u | null | null | t3_a3kk7u | /r/programming/comments/a3kk7u/australian_programmers_could_be_fired_by_their/ebf6t8n/ | 1547384726 | 1 | t5_2fwo | r/programming | public | null |
False | KadaBen | t2_p9x21w7 | There are still things like 'cache misses' and branch prediction and shared memory... memory management just takes care of freeing that memory. | null | 0 | 1545501895 | False | 0 | ecbzcn2 | t3_a8kwg9 | null | null | t1_ecby7u0 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbzcn2/ | 1547938353 | 21 | t5_2fwo | r/programming | public | null |
False | pjmlp | t2_755w5 | Just like using a systems language with GC isn't mandatory that every allocation is only done via GC.
Apparently some people just don't like to learn how to use properly their tools. | null | 0 | 1544354074 | False | 0 | ebf6vch | t3_a47s2x | null | null | t1_ebeodjw | /r/programming/comments/a47s2x/happy_17th_birthday_d/ebf6vch/ | 1547384752 | 2 | t5_2fwo | r/programming | public | null |
False | AttackOfTheThumbs | t2_79zad | But if I don't have control over these things in my environment, then how can I benefit from this paper?
I simply don't like absolutes. | null | 1 | 1545502087 | False | 0 | ecbzkoj | t3_a8kwg9 | null | null | t1_ecbzcn2 | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbzkoj/ | 1547938453 | -3 | t5_2fwo | r/programming | public | null |
False | TwiliZant | t2_a9o2s | Do you need a hug? | null | 1 | 1544354103 | False | 0 | ebf6vy0 | t3_a45jvw | null | null | t1_ebf4ch9 | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebf6vy0/ | 1547384759 | -3 | t5_2fwo | r/programming | public | null |
False | ShinyHappyREM | t2_1038di | [I've recently created a vector representation of the problem space.](http://www.mediafire.com/file/p82b8wwhwwldnb4/CPU_access_times.dwg/file)
Unlike other diagrams (such as [this](http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/) one, where I took the numbers from) it shows the latencies, i.e. dist... | null | 1 | 1545502096 | False | 0 | ecbzl31 | t3_a8kwg9 | null | null | t1_ecbjjcz | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecbzl31/ | 1547938458 | 2 | t5_2fwo | r/programming | public | null |
False | pjmlp | t2_755w5 | Since when?
You apparently never used D. | null | 0 | 1544354152 | False | 0 | ebf6ws4 | t3_a47s2x | null | null | t1_ebdzqst | /r/programming/comments/a47s2x/happy_17th_birthday_d/ebf6ws4/ | 1547384770 | 2 | t5_2fwo | r/programming | public | null |
False | SophiaOnReddit98 | t2_2tz70m62 | Thanks! | null | 0 | 1545502219 | False | 0 | ecbzqf1 | t3_a8epbk | null | null | t1_ecb3rju | /r/programming/comments/a8epbk/i_made_a_playlist_of_129_videos_on_programming/ecbzqf1/ | 1547938524 | 2 | t5_2fwo | r/programming | public | null |
False | Equal_Entrepreneur | t2_2n2dzjh0 | Looks like functional programming's back on the menu, boys!
This article hasn't aged well. | null | 0 | 1544354335 | False | 0 | ebf70my | t3_a4k5zu | null | null | t3_a4k5zu | /r/programming/comments/a4k5zu/the_perils_of_javaschools/ebf70my/ | 1547384817 | 5 | t5_2fwo | r/programming | public | null |
False | htuhola | t2_ipowh | I needed a best link to report for spam, so thanks! | null | 0 | 1545502342 | False | 0 | ecbzwc7 | t3_a8mzu6 | null | null | t3_a8mzu6 | /r/programming/comments/a8mzu6/here_are_the_ten_best_programming_languages_to/ecbzwc7/ | 1547938597 | 11 | t5_2fwo | r/programming | public | null |
False | tso | t2_37rbd | Such a weird game. | null | 0 | 1544354413 | False | 0 | ebf72cg | t3_a44xl7 | null | null | t1_ebde2jp | /r/programming/comments/a44xl7/flatline_how_the_amiga_languished/ebf72cg/ | 1547384838 | 1 | t5_2fwo | r/programming | public | null |
False | inferno006 | t2_g3g6tjv | That was my immediate thought too. The military implications. Nuke sites, etc. | null | 0 | 1545502364 | False | 0 | ecbzxdl | t3_a8lw4o | null | null | t1_ecbxxw2 | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecbzxdl/ | 1547938609 | 285 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | This is a 13 year old article written just over a year after Java 5 was released.
Java has changed a lot since then. In both language and community. Immutability is far more common. Lambdas have introduced a whole new style of programming.
He's gatekeeping a little bit that graduates haven't had to deal with segfaul... | null | 0 | 1544354465 | False | 0 | ebf73g6 | t3_a4k5zu | null | null | t3_a4k5zu | /r/programming/comments/a4k5zu/the_perils_of_javaschools/ebf73g6/ | 1547384851 | 12 | t5_2fwo | r/programming | public | null |
False | shehryarkn | t2_1q3ywg0t | spread the knowledge not hate. thanks. | null | 0 | 1545502507 | False | 0 | ecc0431 | t3_a8mzu6 | null | null | t1_ecbzwc7 | /r/programming/comments/a8mzu6/here_are_the_ten_best_programming_languages_to/ecc0431/ | 1547938692 | -10 | t5_2fwo | r/programming | public | null |
False | Equal_Entrepreneur | t2_2n2dzjh0 | My point is that they shoved shadow dom v0 down our throats thanks to Youtube and the rest of their web hierarchy just like AMP. Only Chrome/Google can do this; it's suicide for any other browser to do that. Hell, Firefox used to support APNG, unlike other browsers, guess where that went? | null | 0 | 1544354479 | False | 0 | ebf73qy | t3_a3q1vh | null | null | t1_ebarqci | /r/programming/comments/a3q1vh/its_official_chromium_is_coming_to_microsoft_edge/ebf73qy/ | 1547384855 | 0 | t5_2fwo | r/programming | public | null |
False | TinyImprovement | t2_1yt5ramf | I like Kotlin's """ """. | null | 0 | 1545502652 | False | 0 | ecc0aq2 | t3_a8kwz8 | null | null | t1_ecbrcn6 | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecc0aq2/ | 1547938804 | 5 | t5_2fwo | r/programming | public | null |
False | spiderzork | t2_801qe | They started using computers just 7 years ago? | null | 0 | 1544354511 | False | 0 | ebf74g4 | t3_a4hmbu | null | null | t1_ebex9ov | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf74g4/ | 1547384864 | 13 | t5_2fwo | r/programming | public | null |
False | gegoggigog | t2_iis7h | Can you explain what you have done? | null | 0 | 1545502655 | False | 0 | ecc0aut | t3_a8ljnm | null | null | t3_a8ljnm | /r/programming/comments/a8ljnm/neural_network_digit_recognition/ecc0aut/ | 1547938805 | 1 | t5_2fwo | r/programming | public | null |
False | Equal_Entrepreneur | t2_2n2dzjh0 | That's the problem: Google pushes standards using Chrome as their vehicle, along with the rest of their websites (Youtube, Google, etc.). Firefox and other browsers nowadays don't have the pull to do that. | null | 0 | 1544354528 | False | 0 | ebf74tl | t3_a3q1vh | null | null | t1_ebcpiwi | /r/programming/comments/a3q1vh/its_official_chromium_is_coming_to_microsoft_edge/ebf74tl/ | 1547384868 | 1 | t5_2fwo | r/programming | public | null |
False | TinyImprovement | t2_1yt5ramf | Kotlin is getting pretty popular. | null | 0 | 1545502701 | False | 0 | ecc0cw0 | t3_a8kwz8 | null | null | t1_ecbuqia | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecc0cw0/ | 1547938831 | 8 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | Correct me if I am wrong but:
> Repeat until solved:
> 1. Choose a cell from the archive probabilistically (optionally prefer promising ones, e.g. newer cells)
> 2. **Go** back to that cell
> 3. **Explore** from that cell (e.g. randomly for n steps)
> 4. For all cells visited (including new cell... | null | 0 | 1544354754 | False | 0 | ebf79xm | t3_a4e14f | null | null | t3_a4e14f | /r/programming/comments/a4e14f/montezumas_revenge_solved_by_goexplore_a_new/ebf79xm/ | 1547384932 | 6 | t5_2fwo | r/programming | public | null |
False | gbtimmon | t2_60erx | So? Its all about context, and given that this really only has application for gross analytics, as far as I can see, that's probably fine. | null | 0 | 1545502723 | 1545509639 | 0 | ecc0dw4 | t3_a8lw4o | null | null | t1_ecbyfyd | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecc0dw4/ | 1547938843 | 10 | t5_2fwo | r/programming | public | null |
False | dpash | t2_5bdkm | Restarting Jetty when your classes change isn't anything near hot-swapping.
Java already supports reloading of classes into a running JVM (with a few caveats, like not changing existing method signatures). I believe JRebel (550USDpa) can get around some of those issues, allowing even more cases where you can reload c... | null | 0 | 1544354937 | False | 0 | ebf7dyx | t3_a4k3gu | null | null | t3_a4k3gu | /r/programming/comments/a4k3gu/almost_hotswap_for_java/ebf7dyx/ | 1547385011 | 6 | t5_2fwo | r/programming | public | null |
False | i_tried_butt_fuck_it | t2_10vn58 | So, similar to Python's """ """? | null | 0 | 1545502815 | False | 0 | ecc0hv7 | t3_a8kwz8 | null | null | t1_ecc0aq2 | /r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecc0hv7/ | 1547938892 | 8 | t5_2fwo | r/programming | public | null |
False | atomheartother | t2_dwe4w | Can we not be like this, plenty of people from newer generations of devs read, and write, a lot of material, you guys look like middle aged commenters on 70s rock videos. "kids don't know real music nowadays!" | null | 0 | 1544355178 | False | 0 | ebf7jb0 | t3_a4hmbu | null | null | t1_ebf5a2f | /r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebf7jb0/ | 1547385077 | 43 | t5_2fwo | r/programming | public | null |
False | chopinrocks | t2_125f66 | Wow. Why all the hate? This was surprising. Cool. Lets have satellites in the air that take pictures of everything, and then have AI programs extrapolate all the data.
THAT WONT BE ABUSED.
I am sure of it. | null | 0 | 1545502819 | False | 0 | ecc0i20 | t3_a8lw4o | null | null | t1_ecbxbor | /r/programming/comments/a8lw4o/stanford_scientists_locate_nearly_all_us_solar/ecc0i20/ | 1547938894 | 15 | 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.