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 | vielga2 | t2_20robo | lol retarded, pathetic, useless java.
Meanwhile we already had this in C# for 10+ years.
Don't you java idiots ever get tired of living in 1999? | null | 0 | 1544556290 | False | 0 | ebkxuzc | t3_a5969k | null | null | t3_a5969k | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkxuzc/ | 1547482748 | -115 | t5_2fwo | r/programming | public | null |
False | Type-21 | t2_9udi7 | This cost me an hour once. How silly of me to assume functions to be named after what they do | null | 0 | 1545829369 | False | 0 | ecl0e9q | t3_a9hs3u | null | null | t1_eckw1gg | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl0e9q/ | 1548090393 | 12 | t5_2fwo | r/programming | public | null |
False | LimEJET | t2_4zfyw | Comparing Go to functional languages (thinking about sum types in particular here) is pretty unfair, because from a feature perspective Go loses basically every battle. Ease of concurrency is a great thing but most functional languages do that "by default" by virtue of having pure functions.
However, using Go it's another story. Just like when you learn a new paradigm, it triggers a shift in perspective. The reason people say they're so productive in Go is because there's so little to learn that you can start doing relatively big projects right away, once you grok the intent behind what's been left out.
Getting in the Go mindset (for me) means going from "how can I make this as reusable as possible" to "how can I solve this very specific problem". Go isn't a great tool for solving generic problems, although you certainly can, but it's a brilliant tool for solving many simple problems quickly. The composition model builds on this concept by having you create your application from the bottom up, chaining together all the simple problem solvers into more complex systems.
One drawback of this is that your regular old planning process gets screwed up until you start doing depth-first task breakdowns.
I've built my fair share of projects in Go, and I've only really encountered one time where generics could have helped me. It was because of a bad design decision; we needed to get known types from a networked database (that didn't actually need to be networked) with their metadata structure intact (because they contained information that wouldn't have been required if the database hadn't been networked) over RPC to about 10 modules that expected completely non-uniform data. If we knew what we were doing we would have serialized that data. Anyway, pattern matching would have been perfect for that, but I solved it using 10 lines of runtime reflection-heavy code, after applying the Feynman algorithm to the problem (aka blankly staring at the screen) for about six hours. Some of my colleagues thought I had passed out.
The point is that when you get into Go, the programs you write are all pretty small. Any packages you write are pretty small as well. They become POSIXy by default, as in they do one thing well. And it's great for that.
| null | 0 | 1544556379 | False | 0 | ebkxz8y | t3_a541an | null | null | t1_ebkjoxi | /r/programming/comments/a541an/just_tell_me_how_to_use_go_modules/ebkxz8y/ | 1547482828 | 4 | t5_2fwo | r/programming | public | null |
False | edwbuck | t2_hwo13 | It was meannt to be a reply to /u/frankreyes but I could have sworn frankreyes was replying to /u/oorza. This morning it seems different.
In any case, a paper on nearly the same subject in 2017 doesn't show an order of magnitude different, nor does it show 5x more anything to do automatic garbage collection.
The logical conclusion is that garbage collectors from 2006 were not as refined or optimized as the garbage collectors of today, although I suppose one could make a less supportable alternative argument that manual deallocation has somehow gotten worse.
Anyway, thanks for the note, and I'll take more care as to where I place my comments :) | null | 0 | 1545829584 | False | 0 | ecl0jpd | t3_a9j2qk | null | null | t1_eckox35 | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/ecl0jpd/ | 1548090461 | 1 | t5_2fwo | r/programming | public | null |
False | chucker23n | t2_39t9i | Yup! Not every problem is best solved by a machine. | null | 0 | 1544556449 | False | 0 | ebky2op | t3_a4uynu | null | null | t1_ebkx5fy | /r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebky2op/ | 1547482871 | 3 | t5_2fwo | r/programming | public | null |
False | Type-21 | t2_9udi7 | We do everything you said up until this point:
>You then could do a small diff code review on each release and decide if you wanted to bump the version.
What we do there instead is to read the change log. Since this Easter egg was intentionally hidden from the change log, we wouldn't have been able to prevent it | null | 0 | 1545829770 | False | 0 | ecl0onj | t3_a9hs3u | null | null | t1_ecksiv1 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl0onj/ | 1548090522 | 7 | t5_2fwo | r/programming | public | null |
False | LimEJET | t2_4zfyw | Other way around, surely? | null | 0 | 1544556471 | False | 0 | ebky3tb | t3_a541an | null | null | t1_ebki1j1 | /r/programming/comments/a541an/just_tell_me_how_to_use_go_modules/ebky3tb/ | 1547482886 | 3 | t5_2fwo | r/programming | public | null |
False | capsicumnightmare | t2_2odl6hrf | saved! + bookmarked! + onetabbed! + added to todoist! | null | 0 | 1545830166 | False | 0 | ecl0zvj | t3_a9o4zd | null | null | t3_a9o4zd | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/ecl0zvj/ | 1548090689 | 10 | t5_2fwo | r/programming | public | null |
False | justinlindh | t2_8kxgc | IIRC, wasn't it trivial to copy the PS1 discs? Booting them required a disc swap or modchip, but I think you could easily copy the disc entirely with imgburn. | null | 0 | 1544556483 | False | 0 | ebky4e2 | t3_a55xbm | null | null | t1_ebkdiuw | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebky4e2/ | 1547482893 | 1 | t5_2fwo | r/programming | public | null |
False | BigBadAl | t2_ftcu | In the article there is a good example, where customers using the software were Chinese state institutions and Christmas celebrations are being banned at a state level in China.
By forcing this Christmas "fun" on end users it's possible that customers will insist on not using this software in the future. Which is damaging to the company and shows that forcing unexpected changes on customers is not professional.
Humour and fun can have their place, but in the comments, literature or as opt-in only. Google's doodles, for example, require a click to activate and advertise their purpose to the user before the click: offering the choice of having fun or just using the product as it should be usable. | null | 0 | 1545830216 | False | 0 | ecl11ee | t3_a9hs3u | null | null | t1_eckcpro | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl11ee/ | 1548090708 | 9 | t5_2fwo | r/programming | public | null |
False | birdbrainswagtrain | t2_car4b | lol only 1xers read official docs
new paradigm is to hunt for information on random fucking blogs | null | 0 | 1544556517 | False | 0 | ebky641 | t3_a541an | null | null | t1_ebkdxbx | /r/programming/comments/a541an/just_tell_me_how_to_use_go_modules/ebky641/ | 1547482914 | 2 | t5_2fwo | r/programming | public | null |
False | rogerwcpt | t2_f6v5w | Then [these](https://www.statista.com/statistics/218089/global-market-share-of-windows-7/ ) statistics must be very wrong, because they claim that Windows is used by 82% of the market. | null | 0 | 1545830262 | False | 0 | ecl12ts | t3_a32foa | null | null | t1_eb3hvto | /r/programming/comments/a32foa/announcing_open_source_of_wpf_windows_forms_and/ecl12ts/ | 1548090726 | 1 | t5_2fwo | r/programming | public | null |
False | seesawupandown | t2_1oweyf | Contrary to the common view, I think this may be a good thing. The internet has moved from it's original p2p root to a more centralised control system with the tech giants really controlling the data (why can't instant messages be P2P encrypted with no central server involved?). Laws like this would encourage the development of more protocols that laws can't touch.
I remember when the SOPA legislation was being debated, an alternate DNS system based on blockchains was developed (Name coins). Maybe these laws will open up new opportunities for technologies such as IPFS and maybe open hardware to be adopted by the mainstream? | null | 0 | 1544556532 | False | 0 | ebky6uk | t3_a57th7 | null | null | t3_a57th7 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebky6uk/ | 1547482923 | -47 | t5_2fwo | r/programming | public | null |
False | TheBestOpinion | t2_94mm1 | [20:30](https://youtu.be/7LGPeBgNFuU?t=1231)
I feel bad for him, that was a good joke :') | null | 0 | 1545830336 | False | 0 | ecl152a | t3_a9n1x4 | null | null | t3_a9n1x4 | /r/programming/comments/a9n1x4/microservices_at_spotify/ecl152a/ | 1548090754 | 13 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Right, 5 minutes is a bit too much for it. | null | 1 | 1544556631 | False | 0 | ebkybxe | t3_a5969k | null | null | t1_ebktwwc | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkybxe/ | 1547482987 | 1 | t5_2fwo | r/programming | public | null |
False | pizzaburek | t2_o6hb7 | Thanks! I keep it open in TextEdit on first desktop at all times :) | null | 0 | 1545830397 | False | 0 | ecl16wy | t3_a9o4zd | null | null | t1_ecl0zvj | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/ecl16wy/ | 1548090776 | 3 | t5_2fwo | r/programming | public | null |
False | didibus | t2_4xpocx2 | I mean, JVM is faster then many AOT languages. And taken with a language which gets as much man power behind it, like Go, they are equal in performance, even though Go is AOT. Same thing is true of C# and LuaJIT.
The GC seems to be the biggest overhead, followed by the level of dynamism offered, and then the level of indirections to the hardware.
For a mobile app, startup times might matter though in term of UX, and not having to compile things when you start or as you navigate an app can make things more responsive. So I might confess that AOT is more responsive, but I havn't seen it be more performant to JIT otherwise. Neither in practice nor theoretically. | null | 0 | 1544556727 | False | 0 | ebkygsf | t3_a55qhp | null | null | t1_ebk5glt | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebkygsf/ | 1547483047 | 4 | t5_2fwo | r/programming | public | null |
False | Pycorax | t2_94oix | It was back in Lion actually. But this sounds even more frustrating. | null | 0 | 1545830717 | False | 0 | ecl1hk6 | t3_a95jxj | null | null | t1_ecky9rc | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecl1hk6/ | 1548090908 | 1 | t5_2fwo | r/programming | public | null |
False | rashpimplezitz | t2_1y5h5uu0 | Not supported by IE11 or Edge, *sigh* | null | 0 | 1544556783 | False | 0 | ebkyjln | t3_a581wy | null | null | t3_a581wy | /r/programming/comments/a581wy/what_is_the_shadow_dom/ebkyjln/ | 1547483081 | 1 | t5_2fwo | r/programming | public | null |
False | SpacePatata | t2_66wln | Maybe, I just say maybe, there could be greater issues in the world than easter eggs on icons, like fundamentalist religions, theocratics governements and totalitaristically controlled internet? Sure, this easter egg is kind of unprofessional and of dubtious taste, but fundamentalism is what gets people killed, not (bad) jokes. These two things are not on par. | null | 0 | 1545830736 | False | 0 | ecl1i8d | t3_a9hs3u | null | null | t1_ecjplw1 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl1i8d/ | 1548090916 | 2 | t5_2fwo | r/programming | public | null |
False | gredr | t2_qb5vu | Look, I'm not interested in any specific examples. I'm talking theory here. I feel like I've been clear on that since the beginning. | null | 0 | 1544556873 | False | 0 | ebkyo7r | t3_a55qhp | null | null | t1_ebku57w | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebkyo7r/ | 1547483138 | 1 | t5_2fwo | r/programming | public | null |
False | mallardtheduck | t2_321ha | >It turns out that these kinds of easter eggs are fairly common in cartography as well. :)
In cartography, they're basically mandatory. If a map contains only factual information, it's not a "creative work", it's just a non-copyrightable (apart from graphic design elements) representation of facts and it would be entirely legal to copy it and produce your own map. By having "trap streets" and other deliberately non-factual elements, it becomes creative and thus eligible for copyright protection. The fact that these elements additionally make it possible to detect copying is a neat extra benefit. | null | 0 | 1545830903 | False | 0 | ecl1ny3 | t3_a9hs3u | null | null | t1_ecjxef2 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl1ny3/ | 1548090988 | 2 | t5_2fwo | r/programming | public | null |
False | JordanLeDoux | t2_37e9q | I think you missed the point. He did that on purpose to avoid the extra HTTP request. | null | 0 | 1544556894 | False | 0 | ebkypai | t3_a55xbm | null | null | t1_ebko2ow | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkypai/ | 1547483151 | 5 | t5_2fwo | r/programming | public | null |
False | Scottykl | t2_7xxgv | You are most probably correct. However in the interest to see this programming sub be a complete community, it should supply content to all programmers no matter how sophisticated.
​ | null | 0 | 1545830990 | False | 0 | ecl1qvk | t3_a9nw0n | null | null | t1_eckziz9 | /r/programming/comments/a9nw0n/an_introduction_to_building_games_for_programmers/ecl1qvk/ | 1548091024 | 9 | t5_2fwo | r/programming | public | null |
False | HalibetLector | t2_17d4bn | > Unit testing makes it hard to make breaking changes to units
No, it doesn't. Unit testing makes it hard to change functionality without maintaining the code in two places (the actual code and the tests). Rarely does a failing unit test actually translate into catching bugs. A failing test almost always signifies that you need to update your unit test. Also, Code is a burden. By adding unit tests you've doubled the surface area you need to maintain. | null | 0 | 1544556916 | False | 0 | ebkyqgz | t3_a56m8z | null | null | t1_ebki69o | /r/programming/comments/a56m8z/unit_testing_antipatterns_full_list/ebkyqgz/ | 1547483166 | 6 | t5_2fwo | r/programming | public | null |
False | FallDownTheSystem | t2_6bkym | Did they edit background noise to the video? | null | 0 | 1545831124 | False | 0 | ecl1vh0 | t3_a9npfu | null | null | t3_a9npfu | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecl1vh0/ | 1548091080 | 8 | t5_2fwo | r/programming | public | null |
False | MINIMAN10001 | t2_15mrcb | ... I don't think that's how words work?
It says malicious websites are using a bug that they knew about 11 years so
No where in the title does it remotely come close to saying "11 year old bug in firefox steals passwords"
Reading it as such is an abject failure of reading comprehension that goes beyond normal. | null | 0 | 1544556954 | 1544557155 | 0 | ebkyseu | t3_a549og | null | null | t1_ebkdo02 | /r/programming/comments/a549og/malicious_sites_abuse_11yearold_firefox_bug_that/ebkyseu/ | 1547483190 | 1 | t5_2fwo | r/programming | public | null |
False | TheDejectedEntourage | t2_xmqz8 | It works with the mac workflow really well. Separate desktops/spaces are done exceptionally seamlessly on macOS, and the gestures developed to make use of them make productivity excellent. No window manager that I've seen, Linux WMs included, handles spaces and multi display setups quite so well.
That being said, I did pay $1.30 for a third party snapping tool to supplement the stock capabilities | null | 0 | 1545831144 | False | 0 | ecl1w7l | t3_a95jxj | null | null | t1_ecl1hk6 | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecl1w7l/ | 1548091090 | 1 | t5_2fwo | r/programming | public | null |
False | lbkulinski | t2_17799v | Java has the advantage of being the last mover in some cases. They can see what works and what doesn't. | null | 0 | 1544556962 | False | 0 | ebkyst3 | t3_a5969k | null | null | t1_ebkxuzc | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkyst3/ | 1547483195 | 40 | t5_2fwo | r/programming | public | null |
False | boxidea | t2_76abj | `getDay()` returns the day of the week. It's annoying. | null | 0 | 1545831370 | False | 0 | ecl2435 | t3_a9hs3u | null | null | t1_eckw1gg | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl2435/ | 1548091215 | 7 | t5_2fwo | r/programming | public | null |
False | OneWonderfulFish | t2_3udg5 | The request gets cached once though and then used across multiple pages, thus saving time over the long run, in theory. | null | 0 | 1544556990 | False | 0 | ebkyu84 | t3_a55xbm | null | null | t1_ebkypai | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkyu84/ | 1547483212 | 3 | t5_2fwo | r/programming | public | null |
False | exorxor | t2_h57gcb9 | I used Visual Studio Code for 10 minutes until it crashed. No thanks.
.NET is a platform I give zero shits about.
When your Windows computer stops working after an upgrade, you can pay Microsoft for the privilege of fixing what they broke in the first place. That business model just doesn't fly with me.
Microsoft saw Linux as a cancer and that statement won't go away. Not just with a new CEO.
The idea that Microsoft produces anything that is relevant is just a myth.
Even if I didn't consider them to be criminals, I could still consider their cloud offering, but that too sucks. Microsoft doesn't attract the kind of people who can compete. | null | 0 | 1545831385 | False | 0 | ecl24kj | t3_a9i9ij | null | null | t1_ecl0c4d | /r/programming/comments/a9i9ij/microsoft_had_another_year_of_big_opensource/ecl24kj/ | 1548091221 | -21 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | Ok on the theory. How Google has implemented AOT with Dart should be faster than JIT and what is what the single data point shows.
I would be more eager to see compared to Kotlin and Java. But suspect Dart AOT would be faster. Well definitely in theory. | null | 0 | 1544557007 | False | 0 | ebkyv3l | t3_a55qhp | null | null | t1_ebkyo7r | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebkyv3l/ | 1547483224 | 1 | t5_2fwo | r/programming | public | null |
False | arp242 | t2_15rsbx | > forced to use interface{} to implement shitty unchecked generic types. We've literally gone around and come back to using void pointers. How is that an improvement?
Interfaces (actual interfaces, not the empty interface) can solve quite a few of the cases where you would use the empty interface or generics. Can it solve all? No. But most.
As a rule it's a good idea to think twice when you find yourself typing `interface{}`. It's *sometimes* required, but not nearly as often as some people think. | null | 0 | 1545831594 | False | 0 | ecl2bwp | t3_a8rptf | null | null | t1_ecedbqz | /r/programming/comments/a8rptf/i_do_not_like_go/ecl2bwp/ | 1548091311 | 2 | t5_2fwo | r/programming | public | null |
False | kalekold | t2_8v8d5 | I wish Microsoft would just release a Windows frontend on a proper Linux (or other Unixen) distro instead of just recreating all of this badly. If Apple can transition smoothly from OS9 to OSX (and then later from PowerPC to intel x86_64) then Microsoft can do it too. | null | 0 | 1544557035 | False | 0 | ebkywh3 | t3_a57gmy | null | null | t3_a57gmy | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebkywh3/ | 1547483240 | -26 | t5_2fwo | r/programming | public | null |
False | b4ux1t3 | t2_6bs49 | Was glad to see Scott Hanselman represented. His posts are usually short but insightful. Always worth a read. | null | 0 | 1545831791 | False | 0 | ecl2i9q | t3_a9nki8 | null | null | t3_a9nki8 | /r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/ecl2i9q/ | 1548091390 | 6 | t5_2fwo | r/programming | public | null |
False | martinslot | t2_zbev7 | Why? | null | 0 | 1544557040 | False | 0 | ebkywr5 | t3_a59umh | null | null | t3_a59umh | /r/programming/comments/a59umh/javascript_interview_question_who_is_the_first/ebkywr5/ | 1547483243 | 5 | t5_2fwo | r/programming | public | null |
False | BubuX | t2_dh7qw | Ah yes, makes sense that p99 would be spiky on a cache due to misses.
I would very much appreciate a writeup on Discord dev blog about that port from Go to Rust. Again, thank you for sharing your experience. | null | 0 | 1545831822 | False | 0 | ecl2jbc | t3_a9gej5 | null | null | t1_eck2ay7 | /r/programming/comments/a9gej5/avoiding_high_gc_overhead_with_large_heaps/ecl2jbc/ | 1548091403 | 1 | t5_2fwo | r/programming | public | null |
False | mirhagk | t2_8uclb | Yes it is. If you're at the highest tax bracket (nearly 50%) and you get a $20k salary increase you'll only see $10k of it. So if your rent goes up $10k you'll need to make $20k to afford it.
That's precisely how marginal tax rates work | null | 0 | 1544557044 | False | 0 | ebkywyv | t3_a4n8jv | null | null | t1_ebkutfh | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebkywyv/ | 1547483247 | 0 | t5_2fwo | r/programming | public | null |
False | blogrags | t2_rxrzmxd | Indeed. His posts are really useful! | null | 0 | 1545831842 | False | 0 | ecl2jyw | t3_a9nki8 | null | null | t1_ecl2i9q | /r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/ecl2jyw/ | 1548091411 | 2 | t5_2fwo | r/programming | public | null |
False | JordanLeDoux | t2_37e9q | For a single line? Best practices are almost always right, but there is a reason that they are only a *practice*. | null | 0 | 1544557100 | False | 0 | ebkyzrh | t3_a55xbm | null | null | t1_ebkyu84 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkyzrh/ | 1547483280 | 8 | t5_2fwo | r/programming | public | null |
False | perolan | t2_6pboi | Could be edited in but it sounds like he’s listening to it on a speaker to show that it could function in noisy environments | null | 0 | 1545831857 | False | 0 | ecl2ke6 | t3_a9npfu | null | null | t1_ecl1vh0 | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecl2ke6/ | 1548091416 | 16 | t5_2fwo | r/programming | public | null |
False | kalekold | t2_8v8d5 | It's doing something Linux has been able to do for decades. | null | 0 | 1544557132 | False | 0 | ebkz1fk | t3_a57gmy | null | null | t1_ebkxo0k | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebkz1fk/ | 1547483301 | -17 | t5_2fwo | r/programming | public | null |
False | rogerwcpt | t2_f6v5w | Microsoft hasn’t charged for a Windows upgrade in years. Those that had Windows 8, got a free upgrade to Windows 10. I know you don’t give any shits no matter what people say, but not sure what makes you think people give any shits about your opinion . Judging from your comment history, most people disagree with your bitter opinion.
If possible, have a nice day. | null | 0 | 1545832140 | False | 0 | ecl2tgb | t3_a9i9ij | null | null | t1_ecl24kj | /r/programming/comments/a9i9ij/microsoft_had_another_year_of_big_opensource/ecl2tgb/ | 1548091528 | 7 | t5_2fwo | r/programming | public | null |
False | Ameisen | t2_5qad2 | ... The terminal in Linux distros is part of their frontend.
There is nothing wrong with the NT kernel.
I cannot even imagine the backwards compatibility and potential performance nightmare it would be to run Windows on Linux. | null | 0 | 1544557179 | False | 0 | ebkz3qu | t3_a57gmy | null | null | t1_ebkywh3 | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebkz3qu/ | 1547483330 | 63 | t5_2fwo | r/programming | public | null |
False | petosorus | t2_cjb3g | >Are you as a programmer is looking to up your coding skills ?
Weird first sentence | null | 0 | 1545832172 | False | 0 | ecl2uet | t3_a9nki8 | null | null | t3_a9nki8 | /r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/ecl2uet/ | 1548091539 | 21 | t5_2fwo | r/programming | public | null |
False | OneWonderfulFish | t2_3udg5 | The style sheet looks to be about 41 lines, eyeballing it. Sure, that's not that big, but if you're using it across multiple pages, it should be external. | null | 0 | 1544557215 | False | 0 | ebkz5iz | t3_a55xbm | null | null | t1_ebkyzrh | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkz5iz/ | 1547483352 | 1 | t5_2fwo | r/programming | public | null |
False | Tony_at_Home | t2_hpbqu | HTML imports were definitely always an oddball.
[As far back as 2015 Mozilla pretty much figured they'd likely be redundant due to ES modules when explaining why Firefox wouldn't ship with the feature](https://hacks.mozilla.org/2015/06/the-state-of-web-components/)
> As previously stated, Mozilla is not currently intending to implementing HTML Imports. This is in part because we’d like to see how ES6 modules pan out before shipping another way of importing external assets, and partly because we don’t feel they enable much that isn’t already possible.
| null | 0 | 1545832248 | False | 0 | ecl2wxp | t3_a9elh1 | null | null | t1_ecj8ze6 | /r/programming/comments/a9elh1/the_gift_of_giving_up/ecl2wxp/ | 1548091571 | 5 | t5_2fwo | r/programming | public | null |
False | andrewsutton | t2_dgrqz | >What this principle says is that if object A is a subclass of object B, or if object A implements interface B (so basically if A is also a B), then we should be able to use A like a B with no special treatment.
LSP is about preserving sets of logical properties under a subtype relation. The notion of "usable as" is really only valid under those properties. As in, "you can use B's for A's because these properties hold. The 1994 paper talks about a subset of those in terms of preconditions, postconditions, invariants, and sequences of state changes (which is interesting).
>This part isn't right. The point of LSP is that, if the behavior of a handbrake is different on a mountain bike than the contract for a bike suggests, then the entire relationship of mountain bike being a subclass of bike is wrong. Nothing is going to "fix" this.
Better, but "behaves differently (or the same)" is also wrong. If I have a program that draws Shapes, then it had better be the case the Circles are drawn differently than Squares. That would seem to fail your test.
[https://en.wikipedia.org/wiki/Liskov\_substitution\_principle](https://en.wikipedia.org/wiki/Liskov_substitution_principle)
So really it's just about provable properties of objects. The interesting question is "what properties"?
In the ClassicBike example, I suspect you'd have to override those operations to abort or throw since they can't be implemented. In other words, your subclass can't satisfy the (implied) postconditions of handBrakeFront and handBrakeBack (i.e., actually returns). In the Square/Rectangle example, you can break an observable invariant of Rectangle (changing the length doesn't change the width).
Edit: Turns out I've forgotten what LSP actually says. Rewritten.
I think subtyping should be a conclusion and not a premise. As in, if the logical properties of a function are preserved when substituting B's for A's, then B is a subtype of A. | null | 0 | 1544557253 | 1544558200 | 0 | ebkz7hj | t3_a56am1 | null | null | t1_ebkj58g | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/ebkz7hj/ | 1547483405 | 0 | t5_2fwo | r/programming | public | null |
False | joe777baba | t2_2yt889 | Without digging in too much, this seems to be voice recognition software rather than actual AI. | null | 0 | 1545832306 | False | 0 | ecl2yt2 | t3_a9npfu | null | null | t3_a9npfu | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecl2yt2/ | 1548091594 | 42 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | Interesting. Would expect AOT to be faster than a true VM based implementation of a language.
Flutter had some specific needs that Dart fits and not sure any other language would fit?
I also would expect there is more optimizing possible with Dart as it is still pretty immature when used AOT.
We are going to find out as Google looks full tilt on Fuchsia and Dart will be heavily leveraged.
Then we also have Dart with Flutter on non Fuchsia platforms.
| null | 0 | 1544557268 | False | 0 | ebkz87f | t3_a55qhp | null | null | t1_ebkygsf | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebkz87f/ | 1547483414 | 1 | t5_2fwo | r/programming | public | null |
False | blogrags | t2_rxrzmxd | Thanks for pointing it out. Corrected | null | 0 | 1545832389 | False | 0 | ecl31hn | t3_a9nki8 | null | null | t1_ecl2uet | /r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/ecl31hn/ | 1548091627 | 3 | t5_2fwo | r/programming | public | null |
False | chadwickofwv | t2_3k07s | That could be a sneaky way around the whole damn thing. | null | 0 | 1544557300 | False | 0 | ebkz9vq | t3_a57th7 | null | null | t1_ebkwsc6 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebkz9vq/ | 1547483435 | 8 | t5_2fwo | r/programming | public | null |
False | Pycorax | t2_94oix | I find that a bit hard to believe coming from the changes to Spaces that they made from Snow Leopard -> Lion. I missed having spaces above and below the current window. Did they make things better? | null | 0 | 1545832487 | False | 0 | ecl34nw | t3_a95jxj | null | null | t1_ecl1w7l | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecl34nw/ | 1548091667 | 1 | t5_2fwo | r/programming | public | null |
False | Ameisen | t2_5qad2 | The problem is that sometimes they don't move at all. C++ and C# have had this for a decade. | null | 0 | 1544557324 | False | 0 | ebkzb0b | t3_a5969k | null | null | t1_ebkyst3 | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkzb0b/ | 1547483449 | -12 | t5_2fwo | r/programming | public | null |
False | wengchunkn | t2_teo9t | Google comp.lang.forth
The last active newsgroup, with the oldest living programmers ...
​ | null | 0 | 1545832525 | False | 0 | ecl35we | t3_a9e0a5 | null | null | t1_ecjzk17 | /r/programming/comments/a9e0a5/programming_a_problemorientedlanguage/ecl35we/ | 1548091682 | 6 | t5_2fwo | r/programming | public | null |
False | a3poify | t2_6bv13 | Jet Set Radio, Rez, Sonic Adventure, Soul Calibur (not just a "shallow arcade port") just to name a few classics | null | 0 | 1544557362 | False | 0 | ebkzcwk | t3_a55xbm | null | null | t1_ebkmu7w | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkzcwk/ | 1547483472 | 4 | t5_2fwo | r/programming | public | null |
False | earthboundkid | t2_1w5x | Muslims believe in the virgin birth of Jesus. I don’t see why they should be against Christmas per se, but I’m sure many people are on general anti-Westernization grounds. | null | 0 | 1545832588 | False | 0 | ecl380d | t3_a9hs3u | null | null | t1_ecjplw1 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl380d/ | 1548091708 | 1 | t5_2fwo | r/programming | public | null |
False | MINIMAN10001 | t2_15mrcb | That sounds like saying "life drags me down so why shouldn't I drag down everything I own with me?"
Why would you want to drag everything around you down, wouldn't you want your things to strive for better than what you can? | null | 0 | 1544557478 | False | 0 | ebkzipb | t3_a4m0rb | null | null | t1_ebhibps | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebkzipb/ | 1547483545 | 1 | t5_2fwo | r/programming | public | null |
False | campbellm | t2_3b632 | (Genuine honest question) To what? I haven't heard much hype on anything since microservices, although various techs have been bandied about. Seems like a lot of it is still k8s running docker containers of apps that talk to each other on their private networks. Message buses on queues still seem popular.
Actor model frameworks I get the impression are still popular too.
Am I behind? | null | 0 | 1545832692 | False | 0 | ecl3bdp | t3_a9n1x4 | null | null | t1_eckza02 | /r/programming/comments/a9n1x4/microservices_at_spotify/ecl3bdp/ | 1548091749 | 19 | t5_2fwo | r/programming | public | null |
False | MrBlooregardQKazoo | t2_ydqws | That's not an explanation as to what those things he mentioned are. | null | 0 | 1544557524 | False | 0 | ebkzl0c | t3_a57gmy | null | null | t1_ebkz1fk | /r/programming/comments/a57gmy/new_experimental_windows_console_features/ebkzl0c/ | 1547483572 | 29 | t5_2fwo | r/programming | public | null |
False | earthboundkid | t2_1w5x | I worked at a company that had some time zone issues where the hot patch fix was “wait 5 hours for EST date to catch up to UTC date.” Sometimes the best code is no code. ¯\\\_(ツ)\_/¯ | null | 0 | 1545832825 | False | 0 | ecl3fsw | t3_a9hs3u | null | null | t1_eckxxt6 | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl3fsw/ | 1548091834 | 1 | t5_2fwo | r/programming | public | null |
False | Bowgentle | t2_aix51 | The promise is empty and resolves immediately, whereas setTimeout has a minimum - 4ms in HTML5, can be longer. | null | 0 | 1544557577 | False | 0 | ebkznmz | t3_a59umh | null | null | t1_ebkywr5 | /r/programming/comments/a59umh/javascript_interview_question_who_is_the_first/ebkznmz/ | 1547483605 | 2 | t5_2fwo | r/programming | public | null |
False | xprime | t2_62zeh | While you are correcting... "You’ll probably must be living under a rock" | null | 0 | 1545832898 | False | 0 | ecl3i68 | t3_a9nki8 | null | null | t1_ecl31hn | /r/programming/comments/a9nki8/23_awesome_programming_blogs_to_follow_in_2019/ecl3i68/ | 1548091863 | 8 | t5_2fwo | r/programming | public | null |
False | birdbrainswagtrain | t2_car4b | Well this is garbage. I was ready to revoke my "programming videos are terrible" stance but you just have to keep hitting me with this shit.
- Random, dumb music. Can't even be bothered to narrate it.
- We get to watch code slowly get typed into the Chrome console of all things.
- No explanation of the problem other than the video's preview card.
- No explanation of the solution, just "I tested it with this code YOLO".
[Here's a much better SO answer.](https://stackoverflow.com/questions/43592229/promise-then-job-execution-order/43592450#43592450) | null | 0 | 1544557602 | False | 0 | ebkzov3 | t3_a59umh | null | null | t3_a59umh | /r/programming/comments/a59umh/javascript_interview_question_who_is_the_first/ebkzov3/ | 1547483620 | 13 | t5_2fwo | r/programming | public | null |
False | fireman212 | t2_oj5s2 | or the code of the language he used? | null | 0 | 1545832905 | False | 0 | ecl3ifq | t3_a9hs3u | null | null | t1_ecl0cve | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl3ifq/ | 1548091866 | 2 | t5_2fwo | r/programming | public | null |
False | Ravenhaft | t2_4q7tg | Cool man, that’d be amazing! Since normally enterprise gets served by one endpoint along with GitHub, I’d just need to pass in something like github.somebigcompany.com/api/v3
I think the commands should otherwise be the same. If it’s more complex than that I can try to hack it out once I’m feeling better.
Documentation:
https://developer.github.com/enterprise/2.15/v3/enterprise-admin/ | null | 0 | 1544557634 | False | 0 | ebkzqhj | t3_a53282 | null | null | t1_ebk1hsu | /r/programming/comments/a53282/stig_a_cli_tool_for_searching_github_from_the/ebkzqhj/ | 1547483641 | 2 | t5_2fwo | r/programming | public | null |
False | prozacgod | t2_3nd9q | Pascal -> llvm -> web assembly. The stack of the future! | null | 0 | 1545832912 | False | 0 | ecl3iox | t3_a9om4e | null | null | t3_a9om4e | /r/programming/comments/a9om4e/theres_an_llvmbased_code_generator_in_the_works/ecl3iox/ | 1548091870 | 19 | t5_2fwo | r/programming | public | null |
False | lbkulinski | t2_17799v | Oh, they move. Have you seen what they have delivered? Lambdas, modules, local variable type inference, etc. Have you seen what is in the pipeline? [Value types](https://openjdk.java.net/jeps/169), [specialized generics](https://openjdk.java.net/jeps/218), [pattern matching](https://openjdk.java.net/jeps/305), [data classes](https://cr.openjdk.java.net/~briangoetz/amber/datum.html), fibers, etc. | null | 0 | 1544557636 | 1544558309 | 0 | ebkzqk2 | t3_a5969k | null | null | t1_ebkzb0b | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkzqk2/ | 1547483641 | 22 | t5_2fwo | r/programming | public | null |
False | earthboundkid | t2_1w5x | Every office in the world had a stupid talking paperclip on their computers for about five years. | null | 0 | 1545832918 | False | 0 | ecl3ivb | t3_a9hs3u | null | null | t1_eckcpro | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl3ivb/ | 1548091872 | 6 | t5_2fwo | r/programming | public | null |
False | booch | t2_1yprw | Oh, I hadn't realized you were a troll. My mistake. | null | 0 | 1544557643 | False | 0 | ebkzqyk | t3_a56m8z | null | null | t1_ebktm3t | /r/programming/comments/a56m8z/unit_testing_antipatterns_full_list/ebkzqyk/ | 1547483646 | 12 | t5_2fwo | r/programming | public | null |
False | driusan | t2_bvkul | > As a captain would get lost in the vastness of the sea without a good roadmap, [..]
Uh.. what?
But moreover, why would I want to "complete" my side projects? What would I do then? | null | 0 | 1545832925 | False | 0 | ecl3j31 | t3_a9iso8 | null | null | t3_a9iso8 | /r/programming/comments/a9iso8/5_proven_ways_to_finish_your_side_project/ecl3j31/ | 1548091874 | 2 | t5_2fwo | r/programming | public | null |
False | Paul_Dirac_ | t2_9d9dd | >will have the properties Length and Width, and their implicit contract is that they are different from each other.
Then make an explicit contract which allows any further restrictions, because mathematically a rectangle is a shape with four orthogonal angles. It can have any further restrictions. | null | 0 | 1544557670 | False | 0 | ebkzsax | t3_a56am1 | null | null | t1_ebkj58g | /r/programming/comments/a56am1/whats_the_deal_with_the_solid_principles_part_2/ebkzsax/ | 1547483662 | 2 | t5_2fwo | r/programming | public | null |
False | foreveratom | t2_6i28t | Not really...problem moved to a less fragile solution most likely, but that still isn't enough.
You can't uniquely rely on one NTP service, and being a manufacturer and distributor of IOT stuff, you should be able to provide the services your things need to run with. | null | 0 | 1545833043 | False | 0 | ecl3n7z | t3_a9ezut | null | null | t1_eckl1hi | /r/programming/comments/a9ezut/the_internet_of_unprofitable_things/ecl3n7z/ | 1548091926 | 3 | t5_2fwo | r/programming | public | null |
False | inokichi | t2_51gc3 | glad i didnt get a fastmail account | null | 0 | 1544557709 | False | 0 | ebkzu9k | t3_a57th7 | null | null | t3_a57th7 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebkzu9k/ | 1547483687 | 13 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | I've been using this since I discovered it. It's the first time I've thought I might look at some Go just to fix some issues in it because this is worlds ahead of other console editors imo. | null | 0 | 1545833083 | False | 0 | ecl3oo0 | t3_a9njuu | null | null | t3_a9njuu | /r/programming/comments/a9njuu/micro_intuitive_terminalbased_text_editor/ecl3oo0/ | 1548091943 | 7 | t5_2fwo | r/programming | public | null |
False | Ameisen | t2_5qad2 | `__restrict` is capable of being *more* restrictive than strict aliasing, yet gives you more control.
I never use strict aliasing. `restrict` is just better. | null | 0 | 1544557734 | False | 0 | ebkzvjx | t3_a4ufwz | null | null | t1_ebkn1k5 | /r/programming/comments/a4ufwz/typebased_alias_analysis/ebkzvjx/ | 1547483703 | 1 | t5_2fwo | r/programming | public | null |
False | earthboundkid | t2_1w5x | Does nothing to fix the crappy standard date object. | null | 0 | 1545833142 | False | 0 | ecl3qpt | t3_a9hs3u | null | null | t1_eckvh7s | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl3qpt/ | 1548091969 | 5 | t5_2fwo | r/programming | public | null |
False | mtmmtm99 | t2_w6i3k | The main problem is that Erlangs VM is approximately 10 times slower than the JVM.
See: https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/erlang.html
That problem is difficult to solve. Immutable everything makes it a bit slower (some algorithms will be almost impossible to implement with high performance). The good things with Erlang is that you cannot shoot yourself in the foot (do bad things) so easy... | null | 0 | 1544557739 | False | 0 | ebkzvt9 | t3_a57f0y | null | null | t3_a57f0y | /r/programming/comments/a57f0y/twenty_years_of_open_source_erlang_a/ebkzvt9/ | 1547483707 | 3 | t5_2fwo | r/programming | public | null |
False | arp242 | t2_15rsbx | There is only one thing that's worse than no DRY, and that's too much DRY.
> a lack of understanding in how generics are useful
The Go team has always claimed that generics are useful, [as written in 2009](https://research.swtch.com/generic). Also see this [2011 proposal](https://go.googlesource.com/proposal/+/master/design/15292-generics.md), as well as many others. [Overview here](https://docs.google.com/document/d/1vrAy9gMpMoS3uaVphB32uVXX4pi-HnNjkMEgyAHX4N4/view)
Feel free to disagree with any of that; but "lack of understanding in how generics are useful" is demonstrably untrue. | null | 0 | 1545833142 | False | 0 | ecl3qqb | t3_a8rptf | null | null | t1_ecf9gw7 | /r/programming/comments/a8rptf/i_do_not_like_go/ecl3qqb/ | 1548091969 | 1 | t5_2fwo | r/programming | public | null |
False | chucker23n | t2_39t9i | >I can fix it in 5 minutes.
Oracle is hiring. | null | 0 | 1544557746 | False | 0 | ebkzw6p | t3_a5969k | null | null | t1_ebkspdk | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebkzw6p/ | 1547483711 | 27 | t5_2fwo | r/programming | public | null |
False | skull_kontrol | t2_yuxbtsk | At first glance I thought this was the cover of Doolittle.
Holy shit, I need to take a t break. | null | 0 | 1545833149 | False | 0 | ecl3qym | t3_a9npfu | null | null | t3_a9npfu | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecl3qym/ | 1548091971 | 12 | t5_2fwo | r/programming | public | null |
False | crvc | t2_8d060 | it may be high res but on a phone screen 70 mm wide, trying to read a whole line of text, it's still hard to see with my eyes | null | 0 | 1544557749 | False | 0 | ebkzwaw | t3_a55xbm | null | null | t1_ebkwj6i | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebkzwaw/ | 1547483713 | 7 | t5_2fwo | r/programming | public | null |
False | earthboundkid | t2_1w5x | I get that JavaScript was invented in a week. I don’t get why its standard library is so bad. | null | 0 | 1545833211 | False | 0 | ecl3t5u | t3_a9hs3u | null | null | t1_eckgcug | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecl3t5u/ | 1548091999 | 8 | t5_2fwo | r/programming | public | null |
False | vielga2 | t2_20robo | > they move
No. They don't.
> Have you seen what they have delivered?
Yes, nothing but pathetic, half-assed, crippled, retarded, useless imitations of language features that modern, decent languages like C# have had FOR A FUCKING DECADE:
> Lambdas
C# 3.0 from 2007.
> modules
C# 1.0 from 2001.
> local variable type inference
C# 3.0 from 2007.
> Value types
C# 2.0 from 2005
> specialized generics
C# 2.0 from 2005
> pattern matching
C# 7.0 from 2017
> fibers
C# 5.0 and .NET 4.5's TPL from 2012
Don't you java idiots ever get tired of living in 1999?
| null | 0 | 1544557864 | 1544558077 | 0 | ebl01zk | t3_a5969k | null | null | t1_ebkzqk2 | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebl01zk/ | 1547483783 | -10 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | And if your app isn't trivial none of the GCs will fit because some will fit some of your program. | null | 0 | 1545833242 | False | 0 | ecl3u7b | t3_a9j2qk | null | null | t1_eckotx1 | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/ecl3u7b/ | 1548092011 | 1 | t5_2fwo | r/programming | public | null |
False | panorambo | t2_nv5sw | Wow, didn't know that (and did not expect it). I stand corrected! | null | 0 | 1544557901 | False | 0 | ebl03tt | t3_a52jc5 | null | null | t1_ebkk13w | /r/programming/comments/a52jc5/the_architecture_and_history_of_git_a_distributed/ebl03tt/ | 1547483806 | 1 | t5_2fwo | r/programming | public | null |
False | lazic_ | t2_kfkni | Are these even relevant measurements? E.g. I like to refer to the [TechEmpower benchmarks](https://www.techempower.com/benchmarks/#section=data-r17&hw=ph&test=fortune) which reflect much more realistic usage of programming languages. | null | 0 | 1545833342 | False | 0 | ecl3xrr | t3_a9ossx | null | null | t3_a9ossx | /r/programming/comments/a9ossx/java_versus_c_net_core_fastest_programs/ecl3xrr/ | 1548092055 | 2 | t5_2fwo | r/programming | public | null |
False | Ameisen | t2_5qad2 | They move *compared to what*, though? The only thing on that list that C++ doesn't have is pattern matching.
Worse that they change modules in Java9, which is causing a lot of companies not to update because a ton of libs and packages are still dependant on Java 8.
I use Java at work. Lombok is disallowed. We are stuck on Java 8. I use C++ at home. The nigh-complete lack of type inferencing and the extreme level of verbosity is just so incredibly frustrating. | null | 0 | 1544557940 | False | 0 | ebl05u6 | t3_a5969k | null | null | t1_ebkzqk2 | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebl05u6/ | 1547483831 | -8 | t5_2fwo | r/programming | public | null |
False | p0nce | t2_3ijyx | \> Some GC'ed programs, when not memory constrained, can even be faster than programs with manual allocation.
This doesn't get discussed often, GC is a global owner.
For substrings you don't have to maintain who is the owner of the substring, which can require heavy machinery without tracing. | null | 0 | 1545833355 | False | 0 | ecl3y7z | t3_a9j2qk | null | null | t1_ecjyanc | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/ecl3y7z/ | 1548092061 | 4 | t5_2fwo | r/programming | public | null |
False | 30thnight | t2_n8xgv | It definitely wasn’t trivial on a Mac OS 9 back then | null | 0 | 1544558089 | False | 0 | ebl0d8b | t3_a55xbm | null | null | t1_ebky4e2 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebl0d8b/ | 1547483921 | 3 | t5_2fwo | r/programming | public | null |
False | KamikazeHamster | t2_hlxw1 | Title gore | null | 0 | 1545833427 | False | 0 | ecl40r1 | t3_a9oqe5 | null | null | t3_a9oqe5 | /r/programming/comments/a9oqe5/timelapse_part_2_you_guys_seemed_like_it_last/ecl40r1/ | 1548092092 | 1 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | That's a typical reaction for the uneducated code monkeys, when their retarded religion is challenged.
Let me break the news for you, if you don't know yet - you're not a developer. You're not an engineer. You're just an idiot... | null | 0 | 1544558110 | False | 0 | ebl0e9j | t3_a56m8z | null | null | t1_ebkzqyk | /r/programming/comments/a56m8z/unit_testing_antipatterns_full_list/ebl0e9j/ | 1547483934 | -9 | t5_2fwo | r/programming | public | null |
False | akalenuk | t2_dmswf | Exactly! That's the point of the article, the context matters more than tricks.
Even more, if you come back to the code maybe not a few months but a few years later, the compiler changes, and the environment changes, and maybe even hardware, too. The context change may render your trick obsolete, and even harmful.
And this is the reason to do logical operations with logical operators, not the short-circuiting. | null | 0 | 1545833800 | False | 0 | ecl4djz | t3_a9ncw1 | null | null | t1_eckuygz | /r/programming/comments/a9ncw1/challenge_your_performance_intuition_with_c/ecl4djz/ | 1548092251 | 5 | t5_2fwo | r/programming | public | null |
False | lbkulinski | t2_17799v | Who cares about timing? Being the last mover has its advantages. Java will do things right, and not just nail things on the side. We aren't living in 1999, we're living in 2018.
You seem to imply that Java is "copying" from C#. Everyone copies off of everyone. Hell, C# is a carbon copy of Java. You don't have to call people of a particular tribe "idiots". We should respect everyone's opinion, even if we don't agree with them. | null | 0 | 1544558155 | False | 0 | ebl0gma | t3_a5969k | null | null | t1_ebl01zk | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebl0gma/ | 1547483963 | 7 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Hey, thanks for the tip.
Though, listen man, as far as I am concerned, the smart people died off in the 60's and we've just been coasting since. There has hardly been a discovery since that you can't find in some paper from around then, and the quality, oh the quality...you know, back when people could still think...
I'll still check out the newsgroup...but really, after having swam so much in gold...all these modern remakes look cheap -\_- | null | 0 | 1545833818 | False | 0 | ecl4e7d | t3_a9e0a5 | null | null | t1_ecl35we | /r/programming/comments/a9e0a5/programming_a_problemorientedlanguage/ecl4e7d/ | 1548092259 | 1 | t5_2fwo | r/programming | public | null |
False | Fordiman | t2_3ttlh | Bit stream. | null | 0 | 1544558165 | False | 0 | ebl0h4l | t3_a55xbm | null | null | t1_ebklgwy | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebl0h4l/ | 1547483969 | 4 | t5_2fwo | r/programming | public | null |
False | Penguin-Hands | t2_g3ge8 | Its more then that, check the git page that op linked in a comment. | null | 0 | 1545833916 | False | 0 | ecl4ho0 | t3_a9npfu | null | null | t1_ecl2yt2 | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecl4ho0/ | 1548092301 | 13 | t5_2fwo | r/programming | public | null |
False | AN3223 | t2_1sf0wsyf | Trapping users on a page seems malicious to me. | null | 0 | 1544558203 | False | 0 | ebl0j1x | t3_a549og | null | null | t1_ebkdo02 | /r/programming/comments/a549og/malicious_sites_abuse_11yearold_firefox_bug_that/ebl0j1x/ | 1547484022 | 1 | t5_2fwo | r/programming | public | null |
False | basic_man | t2_2piw1ukk | That’s amazing! Might keep this post so I can use for my own Raspberry... that way I can just run programs by just talking to it instead of having to SSH every time. | null | 0 | 1545833994 | False | 0 | ecl4kc0 | t3_a9npfu | null | null | t3_a9npfu | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecl4kc0/ | 1548092335 | 56 | 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.