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 | idobai | t2_fu8kq | That solution is much more complicated and also ugly. Your Scala code is also very invalid: your function is missing the `def`, your arguments parameters would be only valid in java and you declared the class in a weird way. Here:
case class Car(make: String, model: Option[String] = None, year: Option[Int] = None)... | null | 0 | 1543660995 | False | 0 | eauhvb5 | t3_a1o5iz | null | null | t1_eatopqp | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eauhvb5/ | 1546273105 | -2 | t5_2fwo | r/programming | public | null |
False | HandshakeOfCO | t2_9n136 | https://youtu.be/ycvlJ9XMd94 | null | 0 | 1544790303 | False | 0 | ebrhpfk | t3_a61to1 | null | null | t1_ebrcsn9 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrhpfk/ | 1547593064 | 3 | t5_2fwo | r/programming | public | null |
False | Murgolash | t2_a2x6q | Next ~~meme~~ print | null | 0 | 1543661058 | False | 0 | eauhwfd | t3_a1ysx2 | null | null | t1_eauaxi4 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauhwfd/ | 1546273119 | 30 | t5_2fwo | r/programming | public | null |
False | pts_ | t2_15nnm0 | I was talking about most programmers. Being on this site makes us special. | null | 0 | 1544790318 | False | 0 | ebrhpv8 | t3_a5i57x | null | null | t1_ebrh49x | /r/programming/comments/a5i57x/the_rise_of_microsoft_visual_studio_code/ebrhpv8/ | 1547593068 | 0 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | > They might debate their details, but they don't argue against their complete use.
Yes, details matter a lot - as you said in your other comment. But wait - are you arguing against the complete use of static typing? Because you also said that you like Rust and understand its benefits... | null | 0 | 1543661107 | False | 0 | eauhxc7 | t3_a1o5iz | null | null | t1_eatnzm2 | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eauhxc7/ | 1546273130 | 0 | t5_2fwo | r/programming | public | null |
False | NotSoButFarOtherwise | t2_1ha8wt1w | `Why do programmers still type like it’s 1962?` | null | 0 | 1544790465 | False | 0 | ebrhu7q | t3_a5umpk | null | null | t1_ebppk50 | /r/programming/comments/a5umpk/10_new_features_in_java_11/ebrhu7q/ | 1547593123 | -2 | t5_2fwo | r/programming | public | null |
False | 1thief | t2_6aqwm | To be honest a five x performance gain is good enough to justify at least doing some research and experimenting with a poc on whatever a rilfnorp or whatever is. A 5x response time is the difference between a silky smooth web service and a completely unmanageable piece of shit. | null | 0 | 1543661113 | False | 0 | eauhxg3 | t3_a1we32 | null | null | t3_a1we32 | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/eauhxg3/ | 1546273131 | 4 | t5_2fwo | r/programming | public | null |
False | joonazan | t2_kh84p | You make software development cheaper by not writing bugs. Only evaluating the surface encourages leaving out the insulation.
An absence of bugs can only be shown via formal proof or exhaustive automated testing. Proving code even finds wrong assumptions that would normally only be found when adding some new feature, ... | null | 0 | 1544790618 | False | 0 | ebrhyr8 | t3_a5y50c | null | null | t1_ebqmn8j | /r/programming/comments/a5y50c/why_bad_software_architecture_is_easy_to_monetize/ebrhyr8/ | 1547593209 | 0 | t5_2fwo | r/programming | public | null |
False | InsignificantIbex | t2_1fznbnnp | I can send print jobs to a university printer in any department or lecture hall/lab that has one and retrieve the print out later. I find that eminently practical.
Those printers are behind a firewall in a VPN behind a firewall though. | null | 0 | 1543661283 | False | 0 | eaui12t | t3_a1ysx2 | null | null | t1_eauhmnl | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eaui12t/ | 1546273205 | 19 | t5_2fwo | r/programming | public | null |
False | 0xffaa00 | t2_2o5fyyjg | I always thought that fictional computer architectures in software (having no reference hardware) are called Virtual Machines and the others are called Emulators? I clearly remember someone saying it. It kinda made sense. | null | 0 | 1544790655 | False | 0 | ebrhzuu | t3_a61to1 | null | null | t1_ebre19j | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrhzuu/ | 1547593222 | 13 | t5_2fwo | r/programming | public | null |
False | idobai | t2_fu8kq | > Me for example, I really prefer Clojure over C++ (though I love C++ too, but more as a masochistic experience).
Would you write a browser in C++ or Clojure?
Edit:
> "Static types and nothing less." Like, get out of here.
You guys are literally trying to mimic a static typesystem's benefits in clojure with... | null | 0 | 1543661297 | 1543751598 | 0 | eaui1ej | t3_a1o5iz | null | null | t1_eattazs | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eaui1ej/ | 1546273210 | 1 | t5_2fwo | r/programming | public | null |
False | BIT-NETRaptor | t2_zuuqq | Winsxs is a monstrosity where Microsoft said "let's end all version incompatibility by letting every application ask to install the exact version it wants!"a common reason this folder swells is directX for steam games, installed 50 times so each game has the exact version it was built against. Install a lot of applicat... | null | 0 | 1544790673 | False | 0 | ebri0ff | t3_a5sg9k | null | null | t1_ebravhc | /r/programming/comments/a5sg9k/how_unix_programmers_at_restaurants_search_menus/ebri0ff/ | 1547593229 | 2 | t5_2fwo | r/programming | public | null |
False | beatniak | t2_3g2do | Very nice 👍
Would be extra usefull if you could load a file with log entries that you **should** be alerted of.
So along with the `baseline` file for ignoring entries, you have a `warnme` file with entries that should never be ignored. Bonus if those entries are displayed in another colour. | null | 0 | 1543661339 | False | 0 | eaui28a | t3_a1s9y5 | null | null | t3_a1s9y5 | /r/programming/comments/a1s9y5/uno_a_uniq_like_cli_tool_for_log_data_a_tiny_tool/eaui28a/ | 1546273219 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [removed] | null | 0 | 1544790854 | False | 0 | ebri5rs | t3_9p85yz | null | null | t3_9p85yz | /r/programming/comments/9p85yz/5_reason_why_angular_js_framework_is_popular/ebri5rs/ | 1547593296 | 1 | t5_2fwo | r/programming | public | null |
False | sidvishnoi | t2_atl24en | Is this about React hooks?
Applicable to many cases though | null | 0 | 1543661355 | False | 0 | eaui2jk | t3_a1we32 | null | null | t3_a1we32 | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/eaui2jk/ | 1546273223 | 2 | t5_2fwo | r/programming | public | null |
False | NotSoButFarOtherwise | t2_1ha8wt1w | Most new features in Java literally are syntactic sugar. Most things that look like new features are just ways of telling the java compiler to generate Producer, Consumer, etc instances so you don’t have to write the code yourself. Python and JS runtimes support first-class functions so there’s no need to generate a cl... | null | 0 | 1544790914 | False | 0 | ebri7le | t3_a5umpk | null | null | t1_ebr07tb | /r/programming/comments/a5umpk/10_new_features_in_java_11/ebri7le/ | 1547593317 | 0 | t5_2fwo | r/programming | public | null |
False | terryducks | t2_35s7g | [From 1978 to current,](http://ref.x86asm.net/coder32.html) the number of instructions goes from [92 16-bit operands to close to 700 64-bit ones.](https://en.wikipedia.org/wiki/X86_instruction_listings).
Addition of floating point, 32bit then 64bit extensions and the various SSE instructions was a large expansion, alt... | null | 0 | 1543661476 | 1543671331 | 0 | eaui4or | t3_a1rp4s | null | null | t1_eau981m | /r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eaui4or/ | 1546273250 | 2 | t5_2fwo | r/programming | public | null |
False | madpata | t2_11g5od | I'd recommend writing a RV32I emulator. RV32I stands for RISC-V 32bit Integer which is the most basic version of RISC-V and only has ~55opcodes to implement.
Once you've written the emulator, you can use riscv64-unknown-elf-gcc to compile your C/++ programs to RV32I.
While there also exists a C compiler for LC-3, getti... | null | 0 | 1544791011 | False | 0 | ebrialr | t3_a61to1 | null | null | t3_a61to1 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrialr/ | 1547593355 | 29 | t5_2fwo | r/programming | public | null |
False | AyrA_ch | t2_8mz48 | > It's a printer; it's job is to print and a firmware update is unlikely to change that. Just take your printer behind a firewall or router.
Because every IPv4 router does NAT, there has been a technical limitation that prevented people from accessing even unsecured devices in peoples networks. Now thanks to IPv6, ... | null | 0 | 1543661537 | False | 0 | eaui5wm | t3_a1ysx2 | null | null | t1_eaud49r | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eaui5wm/ | 1546273265 | 17 | t5_2fwo | r/programming | public | null |
False | ShinyHappyREM | t2_1038di | https://www.youtube.com/watch?v=xP5-iIeKXE8 | null | 0 | 1544791415 | False | 0 | ebrin34 | t3_a61to1 | null | null | t1_ebrhpfk | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrin34/ | 1547593509 | 8 | t5_2fwo | r/programming | public | null |
False | sammymammy2 | t2_xoqzw | You can apologize and still disagree 😂 | null | 0 | 1543661652 | False | 0 | eaui878 | t3_a1wxkn | null | null | t1_eatplli | /r/programming/comments/a1wxkn/my_friend_just_found_a_bug_in_google_images_can/eaui878/ | 1546273294 | 2 | t5_2fwo | r/programming | public | null |
False | doublehyphen | t2_9v5mu | Yeah, but if he had read the article it would have explained this. | null | 0 | 1544791585 | False | 0 | ebrisfu | t3_a5zjwu | null | null | t1_ebrgo7f | /r/programming/comments/a5zjwu/bootstrap_340_released/ebrisfu/ | 1547593576 | 8 | t5_2fwo | r/programming | public | null |
False | krakentoa | t2_ebdkw | I haven't checked it out yet but from the excessive detour that fixed point theory was, vis proving while statements terminate or not, or wtv other simple, easy to prove bullshitery facts about computation, I'm getting the idea it's just a serpent eating its own tail. At least calculus, analysis, mayrix algebra and eve... | null | 0 | 1543661733 | False | 0 | eaui9sx | t3_a1yh8f | null | null | t1_eaug6vp | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eaui9sx/ | 1546273313 | 1 | t5_2fwo | r/programming | public | null |
False | inu-no-policemen | t2_yh2ls | > That solely depends on the definition of the words used.
No. Whether a language is compiled or interpreted is an implementation detail.
People have written interpreters for C. And Dart which is usually JIT compiled can be also AOT compiled. | null | 0 | 1544791597 | False | 0 | ebrist5 | t3_a60dlr | null | null | t1_ebrd616 | /r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebrist5/ | 1547593581 | 7 | t5_2fwo | r/programming | public | null |
False | bdtddt | t2_x8et0 | Appealing to a field of mathematics ‘use in real life’ is a woefully poor argument.
Category theory has been used by many programmers working on big problems. What you’re saying is just false.
To what level have you studied category theory to make this judgement of it? | null | 0 | 1543661789 | False | 0 | eauiaz7 | t3_a1yh8f | null | null | t1_eauhme7 | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eauiaz7/ | 1546273328 | 6 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544791605 | False | 0 | ebrit2u | t3_a60dlr | null | null | t1_ebrd616 | /r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebrit2u/ | 1547593584 | 1 | t5_2fwo | r/programming | public | null |
False | krakentoa | t2_ebdkw | You can learn about cool, actually useful algorithms. | null | 0 | 1543661803 | False | 0 | eauib9g | t3_a1yh8f | null | null | t1_eauhqf4 | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eauib9g/ | 1546273331 | 7 | t5_2fwo | r/programming | public | null |
False | ShinyHappyREM | t2_1038di | > how to achieve greater performance
[JIT](https://en.wikipedia.org/wiki/Just-in-time_compilation) | null | 0 | 1544791726 | False | 0 | ebriwqw | t3_a61to1 | null | null | t1_ebrhgmg | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebriwqw/ | 1547593630 | 7 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | Waiting for the "we lost tons of data" blog post. | null | 0 | 1543661838 | False | 0 | eauic0e | t3_a1sg1c | null | null | t3_a1sg1c | /r/programming/comments/a1sg1c/using_elasticsearch_as_the_primary_data_store_in/eauic0e/ | 1546273340 | 1 | t5_2fwo | r/programming | public | null |
False | satchit0 | t2_qqj6b3u | I am sorry, but is this honestly still a topic in nearly 2019?? | null | 0 | 1544791755 | False | 0 | ebrixoj | t3_a61eig | null | null | t3_a61eig | /r/programming/comments/a61eig/types_and_why_you_should_care/ebrixoj/ | 1547593641 | 13 | t5_2fwo | r/programming | public | null |
False | silencer6 | t2_f6yhk | Who is this PewDiePie guy and what's the point with subscribing to his youtube channel? I totally don't get it. Reddit's front page is constantly spammed with unfunny memes with him. | null | 0 | 1543661876 | False | 0 | eauicti | t3_a1ysx2 | null | null | t3_a1ysx2 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauicti/ | 1546273351 | -25 | t5_2fwo | r/programming | public | null |
False | invisi1407 | t2_6nbco | Interesting read, but not really _programming_ related. It's more about server architecture and microservices.
The very last paragraph:
> There is a lot more trickery that goes on behind the scenes: as this interview explains, whenever you hit play on a show, Netflix will locate the 10 closest Open Connect boxes th... | null | 0 | 1544792089 | False | 0 | ebrj804 | t3_a63i69 | null | null | t3_a63i69 | /r/programming/comments/a63i69/how_netflix_works_the_hugely_simplified_complex/ebrj804/ | 1547593769 | 40 | t5_2fwo | r/programming | public | null |
False | port53 | t2_aabuh | There are now 15 death ray machines. | null | 0 | 1543662015 | False | 0 | eauig50 | t3_a1tazn | null | null | t1_eauhih2 | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauig50/ | 1546273392 | 4 | t5_2fwo | r/programming | public | null |
False | zerok | t2_36aha | It’s kind of hard to not read feedback and depending on your context and state it can be immensely depressing. Everyone reacts differently there. | null | 0 | 1544792090 | False | 0 | ebrj816 | t3_a5qm02 | null | null | t1_ebozekj | /r/programming/comments/a5qm02/a_tale_of_132_es/ebrj816/ | 1547593769 | 2 | t5_2fwo | r/programming | public | null |
False | bdtddt | t2_x8et0 | One must wonder about the sheer arrogance of dismissing a field you know absolutely nothing about. | null | 0 | 1543662055 | False | 0 | eauih0x | t3_a1yh8f | null | null | t1_eaui9sx | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eauih0x/ | 1546273402 | 10 | t5_2fwo | r/programming | public | null |
False | armornick | t2_99jas | But does your embedded NodeJS have access to the DOM? Oh I'm sorry, you were being so edgy and I ruined it. | null | 0 | 1544792280 | False | 0 | ebrjeqq | t3_a61to1 | null | null | t1_ebrfsro | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrjeqq/ | 1547593879 | 13 | t5_2fwo | r/programming | public | null |
False | Lt_Tuck_Pendleton | t2_2eci16we | Not permanent.
Edit: well, it isn't. No matter how much you downvote me it won't make what I said untrue. Pretty disappointed with this sub now, thought you were better than this. | null | 0 | 1543662081 | 1543700565 | 0 | eauihmy | t3_a1u6ge | null | null | t3_a1u6ge | /r/programming/comments/a1u6ge/bug_the_latest_nodejs_lts_can_make_permanent/eauihmy/ | 1546273410 | -11 | t5_2fwo | r/programming | public | null |
False | rfpels | t2_qwat4 | Add a recursive garbage collector... 😜😝 | null | 0 | 1544792332 | False | 0 | ebrjgo6 | t3_a61to1 | null | null | t1_ebrhgmg | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrjgo6/ | 1547593904 | -3 | t5_2fwo | r/programming | public | null |
False | v89_cs | t2_ern39 | >In reality, the 5x performance gain is usually a lie and because your engineers will be initially much worse at using the "rilfnorp" you will likely build something that is worse than what you had before.
>
>Of course no one will realize that until it is too late to turn back. | null | 0 | 1543662119 | False | 0 | eauiihn | t3_a1we32 | null | null | t1_eauhxg3 | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/eauiihn/ | 1546273420 | 6 | t5_2fwo | r/programming | public | null |
False | MMPride | t2_2r7kfn4u | Except that a lot of what jQuery was made for works just fine in regular JavaScript these days. You may or may not need React, but you probably don't need jQuery. | null | 0 | 1544792516 | False | 0 | ebrjo54 | t3_a5zjwu | null | null | t1_ebr9tb9 | /r/programming/comments/a5zjwu/bootstrap_340_released/ebrjo54/ | 1547593996 | 1 | t5_2fwo | r/programming | public | null |
False | IshKebab | t2_htaqb | 100% agree. Unless you plan on staying in academia (surely unlikely given how well paid programming is) there is usually no point getting a PhD. | null | 0 | 1543662310 | False | 0 | eauimsx | t3_a1tazn | null | null | t1_easye9w | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauimsx/ | 1546273473 | 2 | t5_2fwo | r/programming | public | null |
False | MMPride | t2_2r7kfn4u | To be perfectly fair, they have pretty much said that they stopped supporting 3: https://github.com/twbs/bootstrap/issues/22343
For example: "We stop supporting old versions as soon as the new one comes out honestly." | null | 0 | 1544792693 | False | 0 | ebrjvu4 | t3_a5zjwu | null | null | t1_ebrgo7f | /r/programming/comments/a5zjwu/bootstrap_340_released/ebrjvu4/ | 1547594091 | 4 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | Or https://github.com/boxed/instar | null | 0 | 1543662425 | False | 0 | eauipii | t3_a1o5iz | null | null | t1_eas0xjh | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eauipii/ | 1546273507 | 2 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | Nice find. Seems like they didn't intend to pay attention to older versions but they realized v3 is going to continue to be a lot more used than v4 for a some time to come. | null | 0 | 1544792891 | False | 0 | ebrk550 | t3_a5zjwu | null | null | t1_ebrjvu4 | /r/programming/comments/a5zjwu/bootstrap_340_released/ebrk550/ | 1547594207 | 2 | t5_2fwo | r/programming | public | null |
False | auxiliary-character | t2_57joa | #MEME REVIEW | null | 0 | 1543662490 | False | 0 | eauir17 | t3_a1ysx2 | null | null | t1_eaug5yf | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauir17/ | 1546273526 | 33 | t5_2fwo | r/programming | public | null |
False | 0b_0101_001_1010 | t2_155rs2 | Yet modern computers can't still run emacs: https://github.com/syl20bnr/spacemacs/issues/11622
>> are you really suggesting that a ~2Ghz dual core with 8 Gb of RAM is not powerful enough to edit files containing 1000 lines of code ?
>
> Yes. Spacemacs (emacs) isn't terribly efficient | null | 0 | 1544793069 | False | 0 | ebrkdmv | t3_a61to1 | null | null | t1_ebre95g | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrkdmv/ | 1547594313 | 31 | t5_2fwo | r/programming | public | null |
False | auxiliary-character | t2_57joa | That's a very talented 9 year old. | null | 0 | 1543662519 | False | 0 | eauirp5 | t3_a1ysx2 | null | null | t3_a1ysx2 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauirp5/ | 1546273534 | 902 | t5_2fwo | r/programming | public | null |
False | deceased_parrot | t2_7q7zg | > The niche created by JS haters is quite big.
Except for the most part, that niche is not filled by users - it's filled by developers.
> Also there is no contradiction in GraphQL and Razor Components existing simultaneously.
I'm not saying there is - I'm merely pointing out that they both seem centered on fi... | null | 0 | 1544793140 | False | 0 | ebrkh11 | t3_a5ssxk | null | null | t1_ebrc9vt | /r/programming/comments/a5ssxk/razor_components_for_a_javascriptfree_frontend_in/ebrkh11/ | 1547594355 | 1 | t5_2fwo | r/programming | public | null |
False | AngularBeginner | t2_eky8x | Is there a native Make available for Windows without WSL and Cygwin? | null | 0 | 1543662526 | False | 0 | eauirtw | t3_a219ba | null | null | t3_a219ba | /r/programming/comments/a219ba/makefiles_best_practices/eauirtw/ | 1546273535 | 2 | t5_2fwo | r/programming | public | null |
False | HalibetLector | t2_17d4bn | That doesn't happen in *Christian* societies. | null | 0 | 1544793160 | False | 0 | ebrkhz9 | t3_a5o7qs | null | null | t1_ebo73x0 | /r/programming/comments/a5o7qs/female_engineer_chats_to_james_damore_sex/ebrkhz9/ | 1547594366 | 3 | t5_2fwo | r/programming | public | null |
False | yawkat | t2_a7pa9 | Well, from your second link:
> The usual process is to write an interpreter for a language, L, in some **other** existing language.
There is no interpreter that can run Java source code, that is not also implemented partially in Java. They all rely on javac/ecj. | null | 0 | 1543662587 | False | 0 | eauit8q | t3_9j6i6y | null | null | t1_eau1iog | /r/programming/comments/9j6i6y/how_microsoft_rewrote_its_c_compiler_in_c_and/eauit8q/ | 1546273553 | 1 | t5_2fwo | r/programming | public | null |
False | akher | t2_rbkcj | I was just joking, I wasn't implying you made a grammatical error. And as a Slav, I can agree that coming from a language without articles is hard. | null | 0 | 1544793276 | False | 0 | ebrknjs | t3_a5p0ct | null | null | t1_ebpprbj | /r/programming/comments/a5p0ct/extending_a_language_with_reader_macros_a_subset/ebrknjs/ | 1547594465 | 3 | t5_2fwo | r/programming | public | null |
False | Chippiewall | t2_a0gox | Literally literally means figuratively. | null | 0 | 1543662961 | False | 0 | eauj1tx | t3_a1we32 | null | null | t1_eatg74q | /r/programming/comments/a1we32/i_put_words_on_this_webpage_so_you_have_to_listen/eauj1tx/ | 1546273659 | 4 | t5_2fwo | r/programming | public | null |
False | JimJamJamie | t2_5asup | They call me the CPU whisperer | null | 0 | 1544793459 | False | 0 | ebrkwu1 | t3_a5umpk | null | null | t1_ebr1grk | /r/programming/comments/a5umpk/10_new_features_in_java_11/ebrkwu1/ | 1547594580 | 2 | t5_2fwo | r/programming | public | null |
False | diguifi | t2_hgegx | Exactly | null | 0 | 1543662978 | False | 0 | eauj29a | t3_a1wxkn | null | null | t1_eaui878 | /r/programming/comments/a1wxkn/my_friend_just_found_a_bug_in_google_images_can/eauj29a/ | 1546273664 | 1 | t5_2fwo | r/programming | public | null |
False | nathreed | t2_ccimz | Who cares about the line count, as long as you don’t have too much actual code doing too many things in one class/file? My line counts are always inflated because of whitespace and copious amounts of comments (I like to write comment descriptions of what my code will do before I write it). Extra brackets for some if st... | null | 0 | 1544793501 | False | 0 | ebrkyxt | t3_a5ylm8 | null | null | t1_ebr4iq5 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebrkyxt/ | 1547594606 | 2 | t5_2fwo | r/programming | public | null |
False | krakentoa | t2_ebdkw | So what? From an utilitarian perspective, I could say the same thing about my thesis. About a lot of fields actually. Yes science is many small steps towards knowledge, but it can be argued that many of them are clearly not walking to the closest successes. | null | 0 | 1543662995 | False | 0 | eauj2pa | t3_a1yh8f | null | null | t1_eauih0x | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eauj2pa/ | 1546273670 | 2 | t5_2fwo | r/programming | public | null |
False | StapledBattery | t2_12k0xm | Yah, cause there's no real hardware to emulate. JVM, LLVM, etc | null | 0 | 1544793515 | False | 0 | ebrkzp1 | t3_a61to1 | null | null | t1_ebrhzuu | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrkzp1/ | 1547594615 | 8 | t5_2fwo | r/programming | public | null |
False | ccctitan80 | t2_4mmtd | Funny coincidence. I contracted for a product design firm about 3.5 years ago in Bay Area. The firm was being contracted by Google to build an LED book. I didn't work on the project, but the guy who sat behind me did. The first prototype was made of thinly laminated flex PCB. I vaguely recall there being some interest... | null | 0 | 1543663002 | False | 0 | eauj2vf | t3_a1tazn | null | null | t3_a1tazn | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eauj2vf/ | 1546273672 | 1 | t5_2fwo | r/programming | public | null |
False | KillianDrake | t2_kxibfg4 | There's a bit of a difference between mountains of shitty JS you have to write and static JS that is shipped as part of a solution. | null | 0 | 1544793532 | False | 0 | ebrl0jw | t3_a5ssxk | null | null | t1_ebqt5js | /r/programming/comments/a5ssxk/razor_components_for_a_javascriptfree_frontend_in/ebrl0jw/ | 1547594626 | 4 | t5_2fwo | r/programming | public | null |
False | editor_of_the_beast | t2_6ab1b | When has he said anything negative about testing? I feel like he mentions it as a given usually. And he made spec which has a big testing component to it. | null | 0 | 1543663094 | False | 0 | eauj52x | t3_a1o5iz | null | null | t1_eauh7cc | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eauj52x/ | 1546273705 | 4 | t5_2fwo | r/programming | public | null |
False | deceased_parrot | t2_7q7zg | > I however do not concede that it makes enough of a difference to affect the end result in 90% of the applications.
So you're saying that an app that depends on the server for UI events and another that depends on the server for CRUD operations are equally impacted? Okay.
I think that most users would probably b... | null | 0 | 1544793544 | False | 0 | ebrl16l | t3_a5ssxk | null | null | t1_ebrc1sl | /r/programming/comments/a5ssxk/razor_components_for_a_javascriptfree_frontend_in/ebrl16l/ | 1547594633 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543663276 | False | 0 | eauj9j5 | t3_a1yh8f | null | null | t1_eauih0x | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eauj9j5/ | 1546273760 | 1 | t5_2fwo | r/programming | public | null |
False | mikehawkisbig | t2_8q3av | Maybe I’m totally off-base here, but the blurriness is not from locating the correct open connect box it’s due to the Adaptive Bit Rate doing its job. My understanding of ABR is the server is found, the UI player loads the manifest file (MPEG-DASH or HLS), the player loads the lowest quality files due to a low buffer, ... | null | 0 | 1544793548 | False | 0 | ebrl1e6 | t3_a63i69 | null | null | t1_ebrj804 | /r/programming/comments/a63i69/how_netflix_works_the_hugely_simplified_complex/ebrl1e6/ | 1547594636 | 27 | t5_2fwo | r/programming | public | null |
False | diguifi | t2_hgegx | > If this was a sincere apology you would delete your post
Me apologizing doesn't change the fact that I still want interested people to reach this post. Your correlation with apology and post deletion makes no sense.
I started using reddit on a daily basis for 2 weeks and already have a strong opinion about how ... | null | 0 | 1543663365 | False | 0 | eaujbmq | t3_a1wxkn | null | null | t1_eatplli | /r/programming/comments/a1wxkn/my_friend_just_found_a_bug_in_google_images_can/eaujbmq/ | 1546273809 | 1 | t5_2fwo | r/programming | public | null |
False | theoldboy | t2_5n3yf | "Should Have Used Ada" => "Should Have Used Any Language That Enforces Brackets" :P
Just saying that it's not a great example to explain the safety advantages of Ada in particular. IMHO. | null | 0 | 1544793621 | False | 0 | ebrl53u | t3_a5ylm8 | null | null | t1_ebqpdrw | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebrl53u/ | 1547594682 | 1 | t5_2fwo | r/programming | public | null |
False | orthoxerox | t2_cyj90 | https://mingw-w64.org/doku.php | null | 0 | 1543663375 | False | 0 | eaujbvh | t3_a219ba | null | null | t1_eauirtw | /r/programming/comments/a219ba/makefiles_best_practices/eaujbvh/ | 1546273812 | 2 | t5_2fwo | r/programming | public | null |
False | KillianDrake | t2_kxibfg4 | Well you can still drop HTML containing your own JS onto the page which should be easily debuggable using Chrome.
But the purpose of Blazor is that the JS will be limited to bare minimum you need to do basic things and is not the basis for entire applications.
Having had to debug shitty Angular apps - it's way hard... | null | 0 | 1544793668 | False | 0 | ebrl7ju | t3_a5ssxk | null | null | t1_ebqjdwk | /r/programming/comments/a5ssxk/razor_components_for_a_javascriptfree_frontend_in/ebrl7ju/ | 1547594712 | 1 | t5_2fwo | r/programming | public | null |
False | krakentoa | t2_ebdkw | Oh and btw, you're attacking the person, and your argument is... That I know nothing of the field, and yet I have researched enough to not find it being widely used for something practical. | null | 1 | 1543663393 | False | 0 | eaujc8v | t3_a1yh8f | null | null | t1_eauih0x | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eaujc8v/ | 1546273817 | 1 | t5_2fwo | r/programming | public | null |
False | thechao | t2_3zodq | I work in HW, and I’ll tell you how HW folk use the jargon: *simulation* is software implemented machine virtualization; *emulation* is HW-accelerated machine virtualization. | null | 0 | 1544793723 | False | 0 | ebrlaba | t3_a61to1 | null | null | t1_ebrgcx3 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrlaba/ | 1547594746 | 8 | t5_2fwo | r/programming | public | null |
False | krista_ | t2_ev3bu | one of the interesting things about being ”that guy” on the internet in general, and stackexchange in specific, is that it is *not* sufficient to know the answer in perfect detail.
one must be able to communicate the answer to one's target audience, give appropriate depth of information while keeping it focused and i... | null | 0 | 1543663395 | False | 0 | eaujcan | t3_a1rp4s | null | null | t1_easgr73 | /r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eaujcan/ | 1546273817 | 1 | t5_2fwo | r/programming | public | null |
False | audioen | t2_gz6hs | Search engines, in order to be useful, basically must be able to deal with SPA style applications, because programmers keep writing them. The benefits are still pretty huge, and sometimes SEO is not that important. It is definitely an evolving aspect, but as far as I am aware, e.g. Google Search is based on some forked... | null | 0 | 1544793760 | 1544794220 | 0 | ebrlc8n | t3_a5umm4 | null | null | t1_ebr8hfl | /r/programming/comments/a5umm4/phoenixliveview_interactive_realtime_apps_no_need/ebrlc8n/ | 1547594770 | 1 | t5_2fwo | r/programming | public | null |
False | kstarikov | t2_x02se | I do write tests. | null | 0 | 1543663486 | False | 0 | eaujeet | t3_a1o5iz | null | null | t1_eatybnf | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eaujeet/ | 1546273843 | 2 | t5_2fwo | r/programming | public | null |
False | MMPride | t2_2r7kfn4u | Yeah, then there's me I already removed jQuery and I'm ready for Bootstrap 5. | null | 0 | 1544794019 | False | 0 | ebrlpje | t3_a5zjwu | null | null | t1_ebrk550 | /r/programming/comments/a5zjwu/bootstrap_340_released/ebrlpje/ | 1547594937 | 2 | t5_2fwo | r/programming | public | null |
False | rydan | t2_4spfu | I once joked in an interview, "please don't steal my code". They laughed. I didn't get the job. That company is now about 100x bigger than it was back then. | null | 0 | 1543663536 | False | 0 | eaujflc | t3_a1tazn | null | null | t1_easpw3g | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eaujflc/ | 1546273858 | 3 | t5_2fwo | r/programming | public | null |
False | Sn0wCrack7 | t2_6a50ypi | That's a pretty decent point actually, guess you can't actually have a a full fat VM of a platform that doesn't exist. | null | 0 | 1544794092 | False | 0 | ebrltf6 | t3_a61to1 | null | null | t1_ebrhzuu | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrltf6/ | 1547595013 | -2 | t5_2fwo | r/programming | public | null |
False | bdtddt | t2_x8et0 | Facebook used a monadic architecture to build the system which fights spam and thus processes every single user action on the 3rd biggest site in the world.
Category theory is being used in industry. The claim it does nothing practical is either a lie or betrays your utter ignorance. | null | 0 | 1543663610 | False | 0 | eaujhbi | t3_a1yh8f | null | null | t1_eaujc8v | /r/programming/comments/a1yh8f/categories_for_the_working_hacker_by_philip_wadler/eaujhbi/ | 1546273879 | 5 | t5_2fwo | r/programming | public | null |
False | Ironfist | t2_3qutu | Of course it's unrealistic, it's not meant to be the most optimized or l33t script in the world. People that are new to unix need to start out with clear, concise examples that are easy to understand even if it's not the most optimal way to perform the task. Over the years you learn shortcuts and ways to do things mo... | null | 0 | 1544794109 | False | 0 | ebrlubx | t3_a5sg9k | null | null | t1_ebq2jt5 | /r/programming/comments/a5sg9k/how_unix_programmers_at_restaurants_search_menus/ebrlubx/ | 1547595024 | 1 | t5_2fwo | r/programming | public | null |
False | orthoxerox | t2_cyj90 | Jenkins is like democracy, the worst CI/CD tool except for all the others.
Even then there are enough annoyances that make building a non-trivial pipeline hard (and if your pipeline is trivial any CI/CD tool works equally well). For example, there's no native way to lock some resource for several consecutive stages. Y... | null | 0 | 1543663704 | False | 0 | eaujjfz | t3_a2144y | null | null | t3_a2144y | /r/programming/comments/a2144y/5_initiatives_to_modernize_jenkins_and_kill_the/eaujjfz/ | 1546273905 | 11 | t5_2fwo | r/programming | public | null |
False | EWJacobs | t2_bash7 | The guy almost certainly wrote notes for the talk. How hard would it be to post those? | null | 0 | 1544794109 | False | 0 | ebrluc8 | t3_a60dlr | null | null | t1_ebrelcm | /r/programming/comments/a60dlr/the_difference_between_interpreted_languages_and/ebrluc8/ | 1547595024 | 2 | t5_2fwo | r/programming | public | null |
False | coffeewithalex | t2_2ie1hb9f | Citus does a lot of cool stuff, but it's rarely updated. For instance, columnar stores are very useful for large denormalized data sets, and they do offer an extension that enables columnar store for Postgresql, but it does not compete with the fastest performing databases out there, like Vertica or ClickHouse. Postgre... | null | 0 | 1543663831 | False | 0 | eaujm9y | t3_a1wwdh | null | null | t3_a1wwdh | /r/programming/comments/a1wwdh/why_the_rdbms_is_the_future_of_distributed/eaujm9y/ | 1546273940 | 2 | t5_2fwo | r/programming | public | null |
False | JimJamJamie | t2_5asup | yes | null | 0 | 1544794113 | False | 0 | ebrlujf | t3_a5i57x | null | null | t1_ebpb4gj | /r/programming/comments/a5i57x/the_rise_of_microsoft_visual_studio_code/ebrlujf/ | 1547595027 | 1 | t5_2fwo | r/programming | public | null |
False | AAZZAAMM | t2_20qow4wi | Woman's lack of interest in tech is no one's problem but their own | null | 0 | 1543663986 | False | 0 | eaujpuo | t3_a22biq | null | null | t3_a22biq | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eaujpuo/ | 1546273986 | 38 | t5_2fwo | r/programming | public | null |
False | HandshakeOfCO | t2_9n136 | Whoa. | null | 0 | 1544794309 | False | 0 | ebrm5gy | t3_a61to1 | null | null | t1_ebrin34 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrm5gy/ | 1547595163 | 2 | t5_2fwo | r/programming | public | null |
False | jxub | t2_r9bozds | They should patent generics | null | 0 | 1543664062 | False | 0 | eaujrlx | t3_a1tazn | null | null | t3_a1tazn | /r/programming/comments/a1tazn/company_google_tried_to_patent_my_work_after_a/eaujrlx/ | 1546274007 | 0 | t5_2fwo | r/programming | public | null |
False | ruinercollector | t2_4bzgg | Sometimes the use for something is not immediately obvious, but it is worth looking into further. If credible sources in the industry seem to be finding something extremely useful, it is sometimes worth looking further than just introductory material before assuming that it's of no use to you.
There are plenty of thi... | null | 0 | 1544794650 | False | 0 | ebrmr9r | t3_a5xzo8 | null | null | t1_ebr11z0 | /r/programming/comments/a5xzo8/dockerize_your_development_environment/ebrmr9r/ | 1547595434 | 5 | t5_2fwo | r/programming | public | null |
False | amazondrone | t2_e5y3o | Sure. All I'm saying is "If your use case requires a level of performance where you're actively fighting your compiler's optimisation algorithms, one option you might consider is choosing a different language." | null | 0 | 1543664187 | False | 0 | eaujui5 | t3_a1rp4s | null | null | t1_eatt3i2 | /r/programming/comments/a1rp4s/why_is_2_i_i_faster_than_2_i_i_java/eaujui5/ | 1546274044 | 1 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Just keep in mind that the realistic ISAs designed for the actual hardware implementation are not any good for a software interpretation efficiency. For that, you need a very different VM design, in order to be able to use a direct threaded code, for example.
Same applies to the OP VM as well, it cannot be interpreted... | null | 0 | 1544794665 | False | 0 | ebrmsah | t3_a61to1 | null | null | t1_ebrialr | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrmsah/ | 1547595446 | 8 | t5_2fwo | r/programming | public | null |
False | tick1e | t2_63fz2 | what if someone steal your work, though. | null | 0 | 1543664189 | False | 0 | eaujujt | t3_a1ysx2 | null | null | t1_eaui12t | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eaujujt/ | 1546274044 | 1 | t5_2fwo | r/programming | public | null |
False | JimJamJamie | t2_5asup | This is why when people suggest that in the future, everything will be built using web tech (PWAs, electron apps etc) that I start to feel dread and disgust. | null | 0 | 1544794765 | False | 0 | ebrmz5k | t3_a55xbm | null | null | t1_eblrlab | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebrmz5k/ | 1547595530 | 2 | t5_2fwo | r/programming | public | null |
True | [deleted] | None | [removed] | null | 0 | 1543664281 | False | 0 | eaujwm3 | t3_8rmaqb | null | null | t3_8rmaqb | /r/programming/comments/8rmaqb/20_most_affordable_mobile_application_development/eaujwm3/ | 1546274069 | 1 | t5_2fwo | r/programming | public | null |
False | poloppoyop | t2_9a5a3 | First time you do something: don't bother trying to make it generic.
Second time? Just copy and paste.
Third: that's when you can start trying to make something generic. | null | 0 | 1544794769 | False | 0 | ebrmzer | t3_a5y50c | null | null | t1_ebr5m6g | /r/programming/comments/a5y50c/why_bad_software_architecture_is_easy_to_monetize/ebrmzer/ | 1547595534 | 5 | t5_2fwo | r/programming | public | null |
False | thegreatgazoo | t2_32fvm | Print from your phone without connecting to wifi. | null | 0 | 1543664356 | False | 0 | eaujy6w | t3_a1ysx2 | null | null | t1_eauhmnl | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eaujy6w/ | 1546274089 | 5 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | See - you're confusing the VM with the VM too.
The kind of VMs you're describing have absolutely nothing to do with the VMs like WAM, JVM, SECD, STG, LLVM and so on. | null | 0 | 1544794814 | 1544794997 | 0 | ebrn2bi | t3_a61to1 | null | null | t1_ebrfwl8 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrn2bi/ | 1547595569 | 11 | t5_2fwo | r/programming | public | null |
False | brtt3000 | t2_8796b | Our school centralized the network printers to one high-efficiency bulk printer per floor. There was often a huddle of people waiting or sorting out stacks of prints when report deadlines came closer. The skill was to watch the queue to time your walk over there for minimum waiting.
| null | 0 | 1543664433 | False | 0 | eaujztf | t3_a1ysx2 | null | null | t1_eaui12t | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eaujztf/ | 1546274109 | 4 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Nope, it's the opposite. | null | 0 | 1544794825 | False | 0 | ebrn2zg | t3_a61to1 | null | null | t1_ebrltf6 | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebrn2zg/ | 1547595608 | 2 | t5_2fwo | r/programming | public | null |
False | DeliciousIncident | t2_1uadtvaf | You'd be surprised, I have found a lot of printers in my University to be accessible from the Internet. The web interface has no password auth and you can upload a file for it to print. | null | 0 | 1543664471 | False | 0 | eauk0lu | t3_a1ysx2 | null | null | t1_eaui12t | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eauk0lu/ | 1546274119 | 3 | t5_2fwo | r/programming | public | null |
False | poloppoyop | t2_9a5a3 | Micro-services, maxi-billing hours. And pico stability. | null | 0 | 1544794826 | False | 0 | ebrn33d | t3_a5y50c | null | null | t1_ebqt7s7 | /r/programming/comments/a5y50c/why_bad_software_architecture_is_easy_to_monetize/ebrn33d/ | 1547595609 | 6 | t5_2fwo | r/programming | public | null |
False | aka-rider | t2_mp2al | > And here we see the integer additions working four at a time
Again, I don't understand. There are 32 integer additions per iteration: 8 x `add nsw` vector additions.
>Then there's considerations about how soon the data produced will be consumed again
Well, this is the one of the main points of this post – me... | null | 0 | 1543664523 | False | 0 | eauk1qt | t3_a1roi0 | null | null | t1_eaubxrz | /r/programming/comments/a1roi0/how_to_optimize_c_and_c_code_in_2018/eauk1qt/ | 1546274132 | 1 | t5_2fwo | r/programming | public | null |
False | JimJamJamie | t2_5asup | Based on comments and articles I've read, this blogger and his family has unfortunately already died due to the lack of advertising trackers and scipts on his web page. | null | 0 | 1544794907 | False | 0 | ebrn8f5 | t3_a55xbm | null | null | t1_ebldhw4 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebrn8f5/ | 1547595675 | 2 | 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.