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 | benryves | t2_cpcn8 | You can select the generic fonts in Firefox via Options and clicking the "Advanced" button in the "Fonts & Colours" section. | null | 0 | 1544573383 | False | 0 | eblkffy | t3_a55xbm | null | null | t1_eblen7i | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblkffy/ | 1547493309 | 5 | t5_2fwo | r/programming | public | null |
False | HomeBrewingCoder | t2_149sqrr2 | I don't. A good toy program that runs into it is a toy server that returns one of a million images. Send many concurrent requests. .net core will die, and poorly. Usual mechanism of death is full halt without closing requests.
If you use a http client that doesn't implement default timeouts (or turn them off) you will actually see them hang more or less indefinitely.
It's an absolutely absurd failure case and behavior. | null | 0 | 1545858419 | False | 0 | eclzrpo | t3_a9ossx | null | null | t1_eclz41y | /r/programming/comments/a9ossx/java_versus_c_net_core_fastest_programs/eclzrpo/ | 1548106939 | 1 | t5_2fwo | r/programming | public | null |
False | 24llamas | t2_4l50x |
>>I think GDPR provides an exception if you're legally required to perform an action, but I'm not 100% sure.
>No, there is no such exception. Otherwise it would be simple to work around the GDPR.
It is absolutely correct. The GDPR carves out a very large exception for *lawful* orders. To quote:
>The second part of this exemption can apply if you are required by law, or court order, to disclose personal data to a third party. It exempts you from the same provisions as above, but only to the extent that complying with those provisions would prevent you disclosing the personal data.
From: https://ico.org.uk/for-organisations/guide-to-the-general-data-protection-regulation-gdpr/exemptions/#ex3
Here's an example, again from above:
>An employer receives a court order to hand over the personnel file of one of its employees to an insurance company for the assessment of a claim. Normally, the employer would not be able to disclose this information because doing so would be incompatible with the original purposes for collecting the data (contravening the purpose limitation principle). However, on this occasion the employer is exempt from the purpose limitation principle’s requirements because it would prevent the employer disclosing personal data that it must do by court order. | null | 0 | 1544573386 | False | 0 | eblkfkq | t3_a57th7 | null | null | t1_ebl7nh8 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblkfkq/ | 1547493310 | 30 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Great, years of programming and mathematical training and I'm getting beat out by a fucking single celled organism...goddammit!
​
Seriously though, I'll drop the bomb here, because, let's face it, you aren't going to believe me anyway...
​
The future of computing and AI is in genomics not silicon.
​
As all my simulation theory believing mates are beginning to realize, there is more to reality than meets the eye....quite literally. \*scanning notes\* Oh yea, I had a point here...
​
This is not the first living organism to show promise. There are fungi experiments that were done in Japan where the fungus designed a more efficient subway system...yea, a fucking fungus.
​
It is obvious (to people like me) that our little binary silicon machines, as great as they have been, are simply not going to make the cut...for a variety of reasons (none of which I will go into now). The future is in hacking the genome...and yes, it will result in some of the greatest horrors mankind has ever dreamed up to be unleashed on earth...all in the name of progress, right?
Lol...we are so fucked... | null | 0 | 1545858473 | False | 0 | eclzu7c | t3_a9qz9q | null | null | t3_a9qz9q | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/eclzu7c/ | 1548106970 | -31 | t5_2fwo | r/programming | public | null |
False | Nathanfenner | t2_11qyfu | I'm pretty sure a language change in C++17 has eliminated that kind of interleaving as a legal execution:
[cppreference evaluation order:](https://en.cppreference.com/w/cpp/language/eval_order)
> 15) In a function call, value computations and side effects of the initialization of every parameter are indeterminately sequenced with respect to value computations and side effects of any other parameter.
where "indeterminately sequenced" is defined as below:
> *indeterminately sequenced* (the program must behave as if the CPU instructions that constitute different function calls were not interleaved, even if the functions were inlined).
My reading of this change is that as of C++17, the compiler must evaluate `std::unique_ptr<A>(new A("Ann",63))` before `std::unique_ptr<A>(new A("Ben",47))` or vice-versa (although the ordering can be arbitrary and change between calls, it *cannot* interleave them).
| null | 0 | 1544573504 | False | 0 | eblkksw | t3_a550k8 | null | null | t1_ebkdijf | /r/programming/comments/a550k8/overview_of_stdmaps_insertion_emplacement_methods/eblkksw/ | 1547493375 | 1 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | Real atheists are all people who say they are atheists. Just like Christians, Buddhists, Muslims and more. If you don't have a central definition with enforcement this is what you get. There are real and not Catholics because of this for example. | null | 0 | 1545858474 | False | 0 | eclzu90 | t3_a9ry6h | null | null | t1_eclxli4 | /r/programming/comments/a9ry6h/extech_worker_finds_higher_calling_than_coding/eclzu90/ | 1548106971 | 2 | t5_2fwo | r/programming | public | null |
False | _AACO | t2_j2hfv | Abhorrent in which way? Because this website has much of what I'd consider good about the "old" web and much of what I'd call good about the "new" web. And doing static pages like in the old days with newer technology can have plenty of benefits. | null | 0 | 1544573723 | False | 0 | eblktqg | t3_a55xbm | null | null | t1_ebliiov | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblktqg/ | 1547493485 | 10 | t5_2fwo | r/programming | public | null |
False | hak8or | t2_95p4l | This does look pretty well done, and while the voice generation isn't on the scale of what AWS/Google can offer, it still does a great job, especially with it being offline.
My one concern is what's the pricing like when using in a commercial setting? The "Contact us" link is not good enough for 2018, there should be something like free if your yearly revenue was less than $25k with no support, $5k perpetual license with no updates if revenue is over $25k with 24 hour turnaround support, and if more then contact you. That way you cater towards startups while still being able to get as efficient pricing as possible from larger companies. I explicitly do not want to call someone from sales and get fed nonsense due to their non technical background and then get up selling attempts thrown at me, all while spending a few hours on the phone.
Especially when I call and get asked what's the use case and I answer "That's confidential", which would be just a waste of time. | null | 0 | 1545858519 | False | 0 | eclzwf4 | t3_a9npfu | null | null | t3_a9npfu | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/eclzwf4/ | 1548106997 | 6 | t5_2fwo | r/programming | public | null |
False | stronghup | t2_3mx3u | I've done some JS debugging with FireFox. What I find inconvenient is the way variables are organized under multiple "scopes" which I have to click open to see what's inside of them. Arguments and local variables are in different sections and it requires a lot of clicking. Somehow Chrome manages to do this better, makes variables easier to find.
I do applaud FF for catering specifically to developers with their special Developer Edition. Just make the debugger variables access simple as in Chrome please.
&#x200B; | null | 0 | 1544573857 | False | 0 | eblkzch | t3_a5bwkl | null | null | t3_a5bwkl | /r/programming/comments/a5bwkl/firefox_developer_edition/eblkzch/ | 1547493554 | 28 | t5_2fwo | r/programming | public | null |
False | frankandsteinatlaw | t2_1doexs1p | Sure. I just try to not complicate the first few novel scenarios of some functionality. Some things are obviously modular and reusable. Most things are not. As a product focused engineer, many parts of new projects are essentially disposable. But once patterns emerge across projects it’s good to formally call that out with some modular code. | null | 0 | 1545858637 | False | 0 | ecm023c | t3_a9q0uh | null | null | t3_a9q0uh | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm023c/ | 1548107068 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544574049 | 1544730828 | 0 | ebll7bo | t3_a55xbm | null | null | t1_ebk86au | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebll7bo/ | 1547493680 | 5 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1545858716 | False | 0 | ecm05mm | t3_a9npfu | null | null | t1_eclvhnb | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecm05mm/ | 1548107112 | 5 | t5_2fwo | r/programming | public | null |
False | stronghup | t2_3mx3u | But JavaScript has String.raw . Could that be a solution, jumping over to JavaScript from Java, that should be possible . Right? | null | 0 | 1544574129 | False | 0 | ebllamv | t3_a5969k | null | null | t3_a5969k | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/ebllamv/ | 1547493722 | -22 | t5_2fwo | r/programming | public | null |
False | cyrusol | t2_bkmvv | Even if it was only in startups "most" would be true. There are much more devs/ops guys/employees in general that work in startups all around the world than those who work in well-established companies/enterprises. | null | 0 | 1545858761 | False | 0 | ecm07hw | t3_a9hs3u | null | null | t1_eclfyde | /r/programming/comments/a9hs3u/the_ant_design_christmas_egg_that_went_wrong/ecm07hw/ | 1548107134 | 1 | t5_2fwo | r/programming | public | null |
False | balefrost | t2_6lw8n | Wait a little bit and one of those won't matter anymore! | null | 0 | 1544574228 | False | 0 | eblleld | t3_a581wy | null | null | t1_ebkyjln | /r/programming/comments/a581wy/what_is_the_shadow_dom/eblleld/ | 1547493771 | 1 | t5_2fwo | r/programming | public | null |
False | Nathanfenner | t2_11qyfu | Whoops. I paid more attention to the experimental control more than the biology, I guess. I've updated my comment. | null | 0 | 1545858783 | False | 0 | ecm08gk | t3_a9qz9q | null | null | t1_eclzoqt | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm08gk/ | 1548107146 | 11 | t5_2fwo | r/programming | public | null |
False | dvsbastard | t2_4a3qp | Although you are right, it is more important to know your audience!
You are talking to a group of people who probably spend a lot of their day staring at monospace text (IDEs, Terminals, etc) and might not mind it - Feedback (in the form of comments and downvotes) show that enough people appreciate this design, even if it goes against basic rules. | null | 0 | 1544574241 | False | 0 | ebllf4s | t3_a55xbm | null | null | t1_ebkcg17 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebllf4s/ | 1547493777 | 1 | t5_2fwo | r/programming | public | null |
False | swordglowsblue | t2_2nrkh5d0 | Java is a great example for a lot of things:
- Build systems and dependency management (Gradle)
- Code portability
- Code modularity and import systems
- Standard library reliability
- Cross-language compatibility
- Virtual machine consistency
- And, of course, IDE support
Among other things. Are there better examples? Yes. But let's not throw the baby out with the bath water, either. | null | 0 | 1545858825 | False | 0 | ecm0adp | t3_a9q0uh | null | null | t1_eclxgg1 | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm0adp/ | 1548107170 | 19 | t5_2fwo | r/programming | public | null |
False | mrneo240 | t2_4v5pk | Hello!
I believe this should address most of the immediate issues i saw.
[https://docs.google.com/document/d/19c85D-AY780A5OXuAg6QIyivFAFZBgehd0JAfLUFL5g/edit?usp=sharing](https://docs.google.com/document/d/19c85D-AY780A5OXuAg6QIyivFAFZBgehd0JAfLUFL5g/edit?usp=sharing)
&#x200B;
&#x200B; | null | 0 | 1544574255 | False | 0 | ebllfpc | t3_a55xbm | null | null | t1_ebkt6vp | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebllfpc/ | 1547493784 | 7 | t5_2fwo | r/programming | public | null |
False | 500239 | t2_1ogb9xyz | nodejs or webpages are horrible | null | 0 | 1545859002 | False | 0 | ecm0izt | t3_a9npfu | null | null | t1_ecls2sc | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecm0izt/ | 1548107276 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544574295 | 1545426682 | 0 | ebllhav | t3_a57th7 | null | null | t1_eblkfkq | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebllhav/ | 1547493804 | 1 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Well, at least you are communicating with the client.
I worked at this one fab shop early in my career...the salesman was the only one who was 'allowed' to speak to clients...and he was also the only person without a shred of common sense in the entire shop.
The shit that guy would come back with...physically impossible...had to use that term so many times with that guy...he would sell clients the moon and then the team I was on had to pull out the smoke and mirrors...do not miss it one bit. | null | 0 | 1545859075 | False | 0 | ecm0mjk | t3_a9q0uh | null | null | t1_eclznfd | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm0mjk/ | 1548107320 | 17 | t5_2fwo | r/programming | public | null |
False | mrneo240 | t2_4v5pk | added here: [https://www.reddit.com/r/programming/comments/a55xbm/how\_the\_dreamcast\_copy\_protection\_was\_defeated/ebllfpc](https://www.reddit.com/r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebllfpc) | null | 0 | 1544574325 | False | 0 | ebllig4 | t3_a55xbm | null | null | t1_ebkrj79 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/ebllig4/ | 1547493818 | 2 | t5_2fwo | r/programming | public | null |
False | folkrav | t2_c34fi | LSP is definitely a step in the right direction, and it's a very decent alternative. It's just not *as* good. The error checking and code inspections PhpStorm provides are really great quality of life features that just makes my job that easier that I think that, in my case, buying that piece of software just pays itself.
However if it wasn't for PHP I would probably be back on some combination of vim and VS Code. | null | 0 | 1545859094 | False | 0 | ecm0ngi | t3_a9fg8h | null | null | t1_ecktuv2 | /r/programming/comments/a9fg8h/spacevim_release_v100/ecm0ngi/ | 1548107332 | 1 | t5_2fwo | r/programming | public | null |
False | pron98 | t2_f0thb | In practice, almost everyone *wants* that (not Ceylon, for example). Still a plus, not a limitation or "no way". | null | 0 | 1544574343 | False | 0 | ebllj5t | t3_a55qhp | null | null | t1_eblhi4h | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebllj5t/ | 1547493827 | 1 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | Well axed seems like an overstatement. But you did the hard part: redefining the problem and making it stick.
I've done similar things on a smaller scale where some bottleneck was sped up 1000x by just redefining the problem slightly. | null | 0 | 1545859198 | False | 0 | ecm0siw | t3_a9p2o8 | null | null | t1_ecligow | /r/programming/comments/a9p2o8/that_one_time_a_green_fields_project_worked_out/ecm0siw/ | 1548107423 | 5 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544574370 | 1544741737 | 0 | ebllk8b | t3_a4n8jv | null | null | t1_ebhg1ne | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebllk8b/ | 1547493841 | 1 | t5_2fwo | r/programming | public | null |
False | JeffJankowski | t2_ltu45 | Neat, thanks! | null | 0 | 1545859224 | False | 0 | ecm0tpy | t3_a9qz9q | null | null | t1_eclww99 | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm0tpy/ | 1548107438 | 2 | t5_2fwo | r/programming | public | null |
False | palordrolap | t2_4i86m | Seems to me that a dev's life is ruined as soon as they are approached by the government.
It is nigh impossible to not get caught, and that is precisely what they're being asked to do.
That being the case, it's already too late. You might as well not comply with the government because it's not like they're going to protect you either way. Ask them to shoot you or lock you up for life on constant suicide watch because you're tarnished by contact and effectively dead, even if they have no intention of killing you.
The only danger here is if the Aus government decide to take a leaf out of ~~China~~ North Korea's book and threaten the dev's family.
Haha, I don't know why I put China there. | null | 0 | 1544574380 | False | 0 | ebllklm | t3_a57th7 | null | null | t1_eblhsrt | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebllklm/ | 1547493845 | 39 | t5_2fwo | r/programming | public | null |
False | TehLittleOne | t2_55cc4 | Well, the big major disaster I always refer to was something we opted to do. Upper management decided to take on the job without consulting IT, and my boss told them it was impossible. We cut so many corners to make it work and it went about as poorly as it could have gone. You'd think they'd listen to us later on... | null | 0 | 1545859236 | False | 0 | ecm0uba | t3_a9q0uh | null | null | t1_ecm0mjk | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm0uba/ | 1548107446 | 7 | t5_2fwo | r/programming | public | null |
False | SmokinJoe | t2_3brsa | > Vote them out; or implement direct democracy so you don't have to deal with the next lobbyist group taking over power.
Wow, it sounds so easy! | null | 0 | 1544574393 | False | 0 | eblll2v | t3_a57th7 | null | null | t1_ebl7fpq | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblll2v/ | 1547493851 | 5 | t5_2fwo | r/programming | public | null |
False | KillTheIdols | t2_6dvyp | It's a great product and a technical feat for sure, I got a little too-annoyed when going to the GitHub page and finding out there's no source, just shared libs. It's not garbage really, I wanted to know how and felt betrayed when there was no source in a post on /r/programming. | null | 0 | 1545859239 | False | 0 | ecm0ugq | t3_a9npfu | null | null | t1_eclzgty | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecm0ugq/ | 1548107446 | 2 | t5_2fwo | r/programming | public | null |
False | alluran | t2_3ak5y | > Imagine being an Australian working in the US and be forced by your home government to start injecting wiretaps into a foreign company.
Good luck. I'd take the request directly to the embassy in whichever country I'm residing in at the time, and ask for political asylum.
I'm not compromising my morals just because uncle dutton wants to read your dirty messages.
Hell, even if I were still working back in Aus, and received, or heard of such a request, I'd be inclined to blow the whistle as safely as possible.
Turnbull may thing that the laws of Australia trump the laws of Math, but he's wrong. | null | 0 | 1544574416 | False | 0 | ebllm1n | t3_a57th7 | null | null | t1_ebkk5s3 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebllm1n/ | 1547493863 | 4 | t5_2fwo | r/programming | public | null |
False | tunretni | t2_d73k4 | Wow, I bought a Zortech C++ compiler a looooooooong time ago.
To amend what I said before, my version didn't implement the IEEE standard, and I only implemented enough to get the job I was doing done, it was by no means a complete floating point implementation.
&#x200B;
Anyway, it's nice to meet you. | null | 0 | 1545859342 | False | 0 | ecm0zaj | t3_a9oey4 | null | null | t1_eclxp2z | /r/programming/comments/a9oey4/do_developers_understand_ieee_floating_point/ecm0zaj/ | 1548107506 | 6 | t5_2fwo | r/programming | public | null |
False | munchbunny | t2_51tnj | There is a big difference between "more foot shooty than it needs to be" and "foot shooty at all". Anticipating your response was why I said it the first way and not the second way.
If you reduced it to C, you would have removed all of the useful stuff that C++ added. | null | 0 | 1544574485 | False | 0 | ebllosu | t3_9rlk4n | null | null | t1_eblgp75 | /r/programming/comments/9rlk4n/the_spaceship_operator_is_a_breaking_change_in_c20/ebllosu/ | 1547493896 | 1 | t5_2fwo | r/programming | public | null |
False | khedoros | t2_63drl | The thing is that the remote-processed speech recognition stuff does a bunch of the neural-network blah-blah kind of magic, so that it works with a huge range of people and accents, without individual training, and without being focused on single topics.
10 years ago, I had some Dragon or IBM system that ran on a local machine with fairly minimal training. And we had Windows speech recognition built into the OS (I think that was one of the demos for Vista, specifically). 20 years ago, I had an IBM system that took extensive training, but would run on about a 400MHz machine easily, as well as a cell phone that could be programmed to recognize numbers and a limited set of names. Almost 25 years ago, there was speech recognition built into a computerized Star Trek Encyclopedia of mine, which did a decent job at recognizing a very limited vocabulary without training.
If you cut down on the vocabulary and also require training, you can do some recognition on impressively-modest hardware. But the problem-space has to be pretty constrained.
It should be possible to run Google-level speech recognition on a personal computer if they allowed distribution of their back-end software, IMO. | null | 0 | 1545859359 | False | 0 | ecm102k | t3_a9npfu | null | null | t1_ecljgh3 | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecm102k/ | 1548107516 | 13 | t5_2fwo | r/programming | public | null |
False | stronghup | t2_3mx3u | Is there a way to create a shadow-DOM in HTML directly? The article doesn't seem to describe any such way.
It would seem to me it would be preferable to be able to create the shadow-DOM in declarative HTML rather than in procedural JavaScript (only). | null | 0 | 1544574608 | False | 0 | eblltmr | t3_a581wy | null | null | t3_a581wy | /r/programming/comments/a581wy/what_is_the_shadow_dom/eblltmr/ | 1547493956 | 2 | t5_2fwo | r/programming | public | null |
False | stack-compression | t2_1w1eet1b | > I prefer vertical slicing, where you group by feature. Tho that is often more difficult to handle in frameworks/languages, and a lot of devs are not used to it.
Could you go into a bit more detail?
IE, what's the example of a 'feature' in a CRUD desktop/web app? | null | 0 | 1545859366 | False | 0 | ecm10e1 | t3_a9q0uh | null | null | t1_ecllhfl | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm10e1/ | 1548107520 | 2 | t5_2fwo | r/programming | public | null |
False | alluran | t2_3ak5y | They seem to think they're excluded as they're open source: https://twitter.com/bccrypto/with_replies?lang=en
> 317ZG (1) (Not required to implement a systemic weakness) | null | 0 | 1544574614 | False | 0 | eblltuq | t3_a57th7 | null | null | t1_eblhvl0 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblltuq/ | 1547493959 | 11 | t5_2fwo | r/programming | public | null |
False | Xelrd | t2_e0gm7 | `pip` is a separate tool, which you can use to install discord.py library. It should work as a separate command, so instead of writing `python -m pip install discord.py` you should just use `pip install discord.py`. You might need to install pip if the command is not recognized.
That being said, this is the wrong subreddit for programming related questions. | null | 0 | 1545859445 | False | 0 | ecm145p | t3_a9q3sx | null | null | t1_eclte3f | /r/programming/comments/a9q3sx/need_help_with_discordpy_pip_package_install/ecm145p/ | 1548107566 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544574672 | 1545426679 | 0 | ebllw7x | t3_a57th7 | null | null | t1_eblek98 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebllw7x/ | 1547493988 | 9 | t5_2fwo | r/programming | public | null |
False | Carnilawl | t2_6yf65 | Upvoted because badass. | null | 0 | 1545859476 | False | 0 | ecm15n3 | t3_a9oey4 | null | null | t1_ecljnuh | /r/programming/comments/a9oey4/do_developers_understand_ieee_floating_point/ecm15n3/ | 1548107584 | 4 | t5_2fwo | r/programming | public | null |
False | dr3dg | t2_389ey | Isn't using dark theme. 0/10 | null | 0 | 1544574795 | False | 0 | eblm13s | t3_a55xbm | null | null | t1_ebkj8rt | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblm13s/ | 1547494049 | 9 | t5_2fwo | r/programming | public | null |
False | TheChrono | t2_3mntr | Dude wtf are you on. | null | 0 | 1545859545 | False | 0 | ecm18wx | t3_a9qz9q | null | null | t1_eclzu7c | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm18wx/ | 1548107625 | 39 | t5_2fwo | r/programming | public | null |
False | hurenkind5 | t2_c6uzx | > (prerender.io, prerender.cloud)
A couple of years ago i would have thought these were parody sites. Wow, that is some _absurd_ shit. | null | 0 | 1544574885 | False | 0 | eblm4sw | t3_a55xbm | null | null | t1_ebkq04k | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblm4sw/ | 1547494094 | 4 | t5_2fwo | r/programming | public | null |
False | pizzaburek | t2_o6hb7 | Added simple pickle example! | null | 0 | 1545859693 | False | 0 | ecm1fv2 | t3_a9o4zd | null | null | t1_eclbifg | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/ecm1fv2/ | 1548107711 | 7 | t5_2fwo | r/programming | public | null |
False | bhat | t2_1tfz | See [Australia's new encryption laws ensure companies can't hire AU developers or tech solutions](https://www.reddit.com/r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/) for more information and discussion. | null | 0 | 1544575080 | False | 0 | eblmcvo | t3_a5cwnd | null | null | t3_a5cwnd | /r/programming/comments/a5cwnd/assistance_and_access_bill_2018_faq_for/eblmcvo/ | 1547494222 | 4 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | I've got the goddamned secrets of the universe running through my veins...I wake up this way (assuming that I slept...which is usually a poor assumption) | null | 0 | 1545859700 | False | 0 | ecm1g55 | t3_a9qz9q | null | null | t1_ecm18wx | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm1g55/ | 1548107714 | -19 | t5_2fwo | r/programming | public | null |
False | normcel9000 | t2_1d1ewjh3 | I still don't get what was the fuss about <table> use. If instead of simple table you get 10 nested divs with 2 megabytes of unreadable CSS, what's so "semantic" about that? | null | 0 | 1544575263 | False | 0 | eblmku9 | t3_a5b649 | null | null | t3_a5b649 | /r/programming/comments/a5b649/css_10_years_of_flexboxing/eblmku9/ | 1547494321 | -11 | t5_2fwo | r/programming | public | null |
False | swordglowsblue | t2_2nrkh5d0 | And here we see, as usual, that u/shevegen has completely missed the point.
This article is *not* about disposable code on the project scale. It's about decoupling code so it's easy to replace, rather than making it easy to modify, so that when something needs to be changed you can make more drastic changes with less external rewriting. Writing code with that mindset naturally leads to less code overall and easier changes to the overall structure of the codebase.
>When you are in a situation where you can delete code, the code was most likely not worth to be written in the first place.
Unless it was written under time constraints, or a different set of requirements, or a better method has been discovered since it was written, or....
See my point?
>If we all follow that mantra of deleting code, why would the linux kernel become bigger and bigger? And they evidently delete a LOT of code too.
Because the idea is not just "delete more code". It's "write code that's easier to delete". That doesn't mean it will be deleted, just that it will be significantly less work if it does need to be deleted.
>I don't write code that is easy to delete - that would be a stupid waste of time.
>I write code that is super-easy to extend and adapt at any moment in time. Which so happens to be almost always that it must be simple code too.
The problem is that oftentimes, writing code that's easy to extend leads to much *less* simple code. It creates excess layers of abstraction that also have to be written and maintained, and may have to be rewritten entirely if requirements change in an unexpected way.
**This article isn't advocating writing code that doesn't need to exist now. It's advocating writing code that, if at some point in the future it *becomes* unnecessary, will be easily removed.** | null | 0 | 1545859760 | False | 0 | ecm1iwi | t3_a9q0uh | null | null | t1_eclxc4u | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm1iwi/ | 1548107748 | 12 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544575298 | False | 0 | eblmmca | t3_a58r3e | null | null | t1_eblak42 | /r/programming/comments/a58r3e/tabnines_first_month_in_review/eblmmca/ | 1547494340 | -1 | t5_2fwo | r/programming | public | null |
False | TheChrono | t2_3mntr | Check out manic depression my friend. I got hit with it pretty hard around this time three years ago.
Specifically hypomania. Also don’t worry everything is gonna be alright. | null | 0 | 1545859812 | False | 0 | ecm1lid | t3_a9qz9q | null | null | t1_ecm1g55 | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm1lid/ | 1548107780 | 32 | t5_2fwo | r/programming | public | null |
False | trinde | t2_ge2rh | Any decent lawyer would likely easily win that case. In most cases these are going to be literally impossible requests for the developers to implement in a manner that reaches a production system. | null | 0 | 1544575409 | False | 0 | eblmrbc | t3_a57th7 | null | null | t1_eblg19o | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblmrbc/ | 1547494402 | 7 | t5_2fwo | r/programming | public | null |
False | XXXXXXXsdadsada | t2_1al6qxe8 | Are you alright? | null | 0 | 1545859816 | False | 0 | ecm1lpl | t3_a9qz9q | null | null | t1_ecm1g55 | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm1lpl/ | 1548107783 | 11 | t5_2fwo | r/programming | public | null |
False | Jonathan_the_Nerd | t2_1wfr | That's why I stopped using NoScript. I hated playing, "Which site do I need to whitelist to make the page work?" | null | 0 | 1544575449 | False | 0 | eblmt4x | t3_a55xbm | null | null | t1_ebkwcss | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblmt4x/ | 1547494423 | 5 | t5_2fwo | r/programming | public | null |
False | earthboundkid | t2_1w5x | JQuery has a weirdo API that’s not as good as the native DOM, which you need to know anyway. It’s one more thing to learn but you don’t get any benefit from learning it. | null | 0 | 1545859948 | False | 0 | ecm1s1o | t3_a9hov9 | null | null | t1_ecl6x6h | /r/programming/comments/a9hov9/uber_statistics_and_a_chrome_extension/ecm1s1o/ | 1548107861 | 2 | t5_2fwo | r/programming | public | null |
False | NoInkling | t2_csqao | Right, I was just noting what they rendered as by default.
...But now that I think about it there's a possibility I did change Chrome to use Consolas as its monospace font in the past and just forgot. | null | 0 | 1544575508 | False | 0 | eblmvqa | t3_a55xbm | null | null | t1_eblkffy | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblmvqa/ | 1547494456 | 3 | t5_2fwo | r/programming | public | null |
False | iwanttobeindev | t2_bg47r | http://www.javapractices.com/topic/TopicAction.do?Id=205 | null | 0 | 1545860067 | False | 0 | ecm1xnl | t3_a9q0uh | null | null | t1_ecm10e1 | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm1xnl/ | 1548107931 | 4 | t5_2fwo | r/programming | public | null |
False | vielga2 | t2_20robo | The length to which you all java retards will go out of your way to justify your language's utter stupidity is only comparable to the way the voters of the cat president here in my country will justify the most corrupt government in the history of mankind, while getting constantly raped in the ass, spending 50% of their salaries in the electric and gas bills.
Similarily, you java idiots spend 80% of the time and effort writing useless boilerplate that shouldn't even exist to begin with, and only 20% useful code. That is why I can port a 10kloc java codebase into a 1000 loc C# one. | null | 0 | 1544575535 | 1544575928 | 0 | eblmwzd | t3_a5969k | null | null | t1_eblj5ec | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblmwzd/ | 1547494471 | -2 | t5_2fwo | r/programming | public | null |
False | vegetablestew | t2_69vu9 | I read it as "don't do more than necessary" and "don't mix the eventually disposable with the indespensible" | null | 0 | 1545860315 | False | 0 | ecm29na | t3_a9q0uh | null | null | t1_eclxc4u | /r/programming/comments/a9q0uh/write_code_that_is_easy_to_delete_not_easy_to/ecm29na/ | 1548108110 | 2 | t5_2fwo | r/programming | public | null |
False | ThePantsThief | t2_7iu2w | Atlassian needs to follow apple's suit and throw away the keys where they can. Make it so they can't physically comply. | null | 0 | 1544575563 | False | 0 | eblmy94 | t3_a57th7 | null | null | t1_ebkiu64 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblmy94/ | 1547494487 | 5 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | "higher calling" sounds like a self assigned power phrase project managers use for their work | null | 0 | 1545860389 | False | 0 | ecm2ddl | t3_a9ry6h | null | null | t3_a9ry6h | /r/programming/comments/a9ry6h/extech_worker_finds_higher_calling_than_coding/ecm2ddl/ | 1548108155 | 2 | t5_2fwo | r/programming | public | null |
False | ThePantsThief | t2_7iu2w | Trello my man
Edit: /s for you dense motherfuckers out there | null | 0 | 1544575678 | 1544577626 | 0 | ebln3de | t3_a57th7 | null | null | t1_eble8tl | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/ebln3de/ | 1547494551 | 20 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Might have to use that cheat sheet to create an upvote bot for you :D | null | 0 | 1545860453 | False | 0 | ecm2gnk | t3_a9o4zd | null | null | t1_ecm1fv2 | /r/programming/comments/a9o4zd/comprehensive_python_cheatsheet/ecm2gnk/ | 1548108196 | 2 | t5_2fwo | r/programming | public | null |
False | grayrest | t2_32m6 | I don't think Dart is a bad programming language at all. It's what happens when you want to hold onto a a good VM team tired of dealing with JS semantics. They cared about the VM and not about the language so they designed a better Java from scratch using the lessons learned from 20 years of Java. The standard library and IDE support are put together by people who generally know what they're doing. When I've used it, everything has worked as expected. This is all pretty strong praise and excellent as a business language. I just don't care to sink my free time into building the dart ecosystem because it's the most boring language on the planet.
I think it will sink or swim in specific niches based on how good the libraries are. Flutter is a good example. It seems well put together by people who know what they're doing. I don't do much on non-web mobile but in toying around with it, I like it better than Cordova by a lot and found it easier to get going than React Native. I expect to use it over Electron if they build out a set of desktop widgets and do the update/integration plumbing.
Dart is nowhere close to sinking. It's the language of the money making side of Google and is thus business critical. It will be fully staffed as long as Google continues to make money. | null | 0 | 1544575735 | False | 0 | ebln5u6 | t3_a55qhp | null | null | t1_ebl8ea4 | /r/programming/comments/a55qhp/the_dart_language_considers_adding_sound/ebln5u6/ | 1547494581 | 10 | t5_2fwo | r/programming | public | null |
False | pipocaQuemada | t2_3j52v | > To be fair, conventional computers are pretty slick, and they can also solve the problem in linear time as it gets exponentially harder.
> But they actually do it in a completely different way - the amoeba was constantly testing new body shapes at a constant rate and processed optical feedback at the same time, which is something computers could learn from.
They buried it at the bottom of the article, though. | null | 0 | 1545860575 | False | 0 | ecm2mrq | t3_a9qpu2 | null | null | t1_eclvekj | /r/programming/comments/a9qpu2/an_amoeba_just_found_an_entirely_new_way_to_solve/ecm2mrq/ | 1548108271 | 6 | t5_2fwo | r/programming | public | null |
False | agonnaz | t2_wsa3w | If you have a very large project and the other side is already mostly up-to-date, you get that the bundle only really needs the changes to update the other side. I've had to do these sorts of things on repositories of several gigabytes, and `git bundle` made my life much easier.
It's a tool that you almost never ever need, but when you do need it, you're really glad to have it. It's great for solving certain corner cases you usually wouldn't run into. | null | 0 | 1544576066 | False | 0 | eblnkvh | t3_a59gw5 | null | null | t1_ebl5t1o | /r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/eblnkvh/ | 1547494768 | 3 | t5_2fwo | r/programming | public | null |
False | jns_reddit_already | t2_2mij4 | So how is that solving the traveling salesman problem? If the computer wasn't coaxing it to the solution it wants, the slime mold would move to a solution that maximizes feeding while minimizing light exposure. | null | 0 | 1545860818 | False | 0 | ecm2z0z | t3_a9qz9q | null | null | t1_eclww99 | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm2z0z/ | 1548108422 | 5 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544576103 | False | 0 | eblnmhw | t3_a59gw5 | null | null | t1_eblbmwc | /r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/eblnmhw/ | 1547494815 | 1 | t5_2fwo | r/programming | public | null |
False | ZiggyTheHamster | t2_5qzay | It doesn't matter what NPM version I'm on today, it matters what NPM version I was on when I abandoned the project. If I don't have a modern lock file, it's likely to be broken. | null | 0 | 1545860942 | False | 0 | ecm357q | t3_a89y3r | null | null | t1_ecg250d | /r/programming/comments/a89y3r/the_node_modules_problem/ecm357q/ | 1548108499 | 1 | t5_2fwo | r/programming | public | null |
False | snowe2010 | t2_53c7i | Yes, that's why they removed it | null | 0 | 1544576110 | False | 0 | eblnms1 | t3_a5969k | null | null | t1_eblk2bq | /r/programming/comments/a5969k/java_12_likely_will_not_have_raw_string_literals/eblnms1/ | 1547494819 | 6 | t5_2fwo | r/programming | public | null |
False | Nathanfenner | t2_11qyfu | Basically, the computer only needs to know whether a given set of edges form a cycle (this is easy).
The slime mold has the hard part: *which* edges form the *best* cycle? The computer does nothing if it picks a *bad* cycle; it only complains if it picks a *non-cycle*. | null | 0 | 1545861028 | False | 0 | ecm39ho | t3_a9qz9q | null | null | t1_ecm2z0z | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm39ho/ | 1548108552 | 19 | t5_2fwo | r/programming | public | null |
False | zqvt | t2_18uf4vq | I'd be happy if we collectively moved to payed content so this stuff vanishes out of existence and we get a lean internet
| null | 0 | 1544576138 | False | 0 | eblnnz4 | t3_a55xbm | null | null | t1_ebkkh97 | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblnnz4/ | 1547494834 | 3 | t5_2fwo | r/programming | public | null |
False | yawaramin | t2_77bue | Not to mention,
> C++ programs might manage object ownership by using smart pointers. These templated classes transparently implement reference counting,...
This does not seem to take `unique_ptr` into account either ... did that not exist back in 2005? | null | 0 | 1545861030 | False | 0 | ecm39kf | t3_a9j2qk | null | null | t1_ecku4wa | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/ecm39kf/ | 1548108553 | 3 | t5_2fwo | r/programming | public | null |
False | BradC | t2_31zjn | Yep, and it was also a method for PS2. I bought a replacement PS2 case, that had a flip-top lid over the disc drive. So you would boot with one disc, then open the lid and swap out for the backup copy, and then it would play. | null | 0 | 1544576247 | False | 0 | eblnsng | t3_a55xbm | null | null | t1_ebk78nl | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblnsng/ | 1547494891 | 2 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | Well, yes and no. On the one hand, I am a functional human, I pay my bills, I work on my projects, have a social life etc...
But, then in my secret time, because I don't want to alienate people that I am near anymore than I already do...and trust me, I alienate...I let myself fly off the handle and let slip the dogs of war...
All of my 'crazy' comments have an absurd amount of depth, logic, and I claim, truth. Mostly, what I say sounds crazy because better words do not exist.
Everything in my posts here, true. Don't believe me? Ask. Well, "ask without a 'tude, bruh." | null | 1 | 1545861102 | False | 0 | ecm3d2p | t3_a9qz9q | null | null | t1_ecm1lpl | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm3d2p/ | 1548108624 | 1 | t5_2fwo | r/programming | public | null |
False | barshat | t2_5a4cz | I noticed that too, but I think that was intended since the whole article had a gamey vibe. | null | 0 | 1544576310 | False | 0 | eblnv6s | t3_a55xbm | null | null | t1_ebli3ll | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblnv6s/ | 1547494922 | 3 | t5_2fwo | r/programming | public | null |
False | jns_reddit_already | t2_2mij4 | That takes a huge number of degrees of freedom out of the solution space, so saying it's solving it in linear time isn't really a fair statement, is it? | null | 1 | 1545861176 | False | 0 | ecm3glb | t3_a9qz9q | null | null | t1_ecm39ho | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm3glb/ | 1548108668 | -1 | t5_2fwo | r/programming | public | null |
False | crusoe | t2_3wvh | Make sure the periods all overlap then a little math provides the notice period month... | null | 0 | 1544576525 | False | 0 | eblo3sw | t3_a57th7 | null | null | t1_ebknyud | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblo3sw/ | 1547495029 | 19 | t5_2fwo | r/programming | public | null |
False | NukeNoVA | t2_28o2jqbc | When you're absolutely dead set and determined that you will never, ever touch a woman | null | 0 | 1545861239 | False | 0 | ecm3jgk | t3_a8kwg9 | null | null | t1_ecg5tka | /r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecm3jgk/ | 1548108703 | 1 | t5_2fwo | r/programming | public | null |
False | toiletpapermoney | t2_cu26ln1 | I've often been worried about this. My commercial software is used in sensitive areas and I always wondered when I'd get a "friendly request" to install a backdoor. | null | 0 | 1544576528 | False | 0 | eblo3wv | t3_a57th7 | null | null | t1_ebkk5s3 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblo3wv/ | 1547495030 | 1 | t5_2fwo | r/programming | public | null |
False | pipocaQuemada | t2_3j52v | This really isn't a great article.
For one thing, it doesn't really describe what a typeclass is.
For another thing, it's generally considered good for typeclass instances to be globally unique for a particular type. There's some exceptions to that like monoids (for example, int forms many useful monoids), but this really isn't one of them. | null | 0 | 1545861254 | False | 0 | ecm3k5b | t3_a9p71i | null | null | t3_a9p71i | /r/programming/comments/a9p71i/scala_type_classes_the_name_printer_nicolas_a/ecm3k5b/ | 1548108712 | 2 | t5_2fwo | r/programming | public | null |
False | agonnaz | t2_wsa3w | For one, `export` isn't a native git command. As far as I can see, the git-export script also doesn't actually do what `git bundle` does, which is to export a set of objects and refs into a single file that can be directly imported as if it were a remote.
The main use of `git bundle` is to use git in cases where a network is either unavailable or very inconvenient, like pulling and pushing code through a USB drive.
I've used it before when I had to work through a web-browser based VPN where I couldn't push files through, but I did have a working clipboard (it was a terrible proprietary web browser vpn using a java plugin to give me access to a Windows desktop through a remote desktop connection, where I'd then open putty to SSH to the host I needed to access). I could update my code through base64-encoded bundles pasted in and decoded on the other side. | null | 0 | 1544576534 | False | 0 | eblo46c | t3_a59gw5 | null | null | t1_eblbmwc | /r/programming/comments/a59gw5/git_bundle_converts_your_whole_repository_into_a/eblo46c/ | 1547495034 | 5 | t5_2fwo | r/programming | public | null |
False | Beaverman | t2_52n9v | I'm not advocating 15 public attributes. If you have 15, it's likely that some of them are grouped as value objects. Even if they aren't, I very much believe in encapsulation, meaning they should be private.
My argument is that if you are making a class with private attributes, but then thoughtlessly adding acessors, you should just stop pretending to be encapsulating and make them public.
Builder is the least bad part of lombok, but I still don't believe its worth the mental overhead, and confirmation fiddling. | null | 0 | 1545861265 | False | 0 | ecm3knd | t3_a956qz | null | null | t1_ecleyka | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/ecm3knd/ | 1548108717 | 1 | t5_2fwo | r/programming | public | null |
False | cybernd | t2_x0sl9 | > Ethically, I'd refuse to do business with a Aussie company, if they'd be a Data processor.
Interesting viewpoint.
Would you:
* refuse to use atlassian cloud? (This may fit into your definition of data processor or?)
* refuse to use atlassian software? (On Premise installation within your non au country) | null | 0 | 1544576536 | False | 0 | eblo485 | t3_a57th7 | null | null | t1_ebllw7x | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblo485/ | 1547495034 | 2 | t5_2fwo | r/programming | public | null |
False | HellfireOwner | t2_2juz5fhu | I'm sure there is some label you could stamp on me, but I wouldn't change my experience for a second...
Listen, maybe I am over dramatic (...maybe? ha), but I speak the truth...unless I am jesting or jousting, then, well, all's fair in love and war...and comedy ;)
And, really, it is my opinion that you are not alright. I think...people don't live the way they should. | null | 0 | 1545861270 | False | 0 | ecm3kw7 | t3_a9qz9q | null | null | t1_ecm1lid | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm3kw7/ | 1548108721 | -5 | t5_2fwo | r/programming | public | null |
False | Inner_Cod | t2_2r62tzsa | True! I will say that if you're living somewhere with a low income tax rate (ie hong kong) versus somewhere like cali, you'll take home much more of the income, which can be 17% tax rate vs about 50% tax rate, including federal + state + town + county | null | 0 | 1544576545 | False | 0 | eblo4li | t3_a4n8jv | null | null | t1_ebhnaar | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/eblo4li/ | 1547495039 | 1 | t5_2fwo | r/programming | public | null |
False | loozerr | t2_811ee | Bitcoin mining had a measurable impact on global warming. That is probably nothing compared to the impact of shit software. | null | 0 | 1545861306 | False | 0 | ecm3mjd | t3_a9npfu | null | null | t1_ecls2sc | /r/programming/comments/a9npfu/offline_voice_ai_within_512_kb_of_ram_youtube/ecm3mjd/ | 1548108741 | 14 | t5_2fwo | r/programming | public | null |
False | Drisku11 | t2_bg6v5 | Assuming it's within the JIT's time budget to check that the mapped functions are pure, it could presumably hardcode `.map(f).map(g)=.map(compose(g,f))` as a rewrite rule for anything known to be a functor while not breaking any semantics. | null | 0 | 1544576601 | False | 0 | eblo6xy | t3_a544ls | null | null | t1_ebjt2dy | /r/programming/comments/a544ls/understand_arraymap_in_javascript_by_rolling_your/eblo6xy/ | 1547495068 | 1 | t5_2fwo | r/programming | public | null |
False | yawaramin | t2_77bue | It would be interesting to see a study on smart pointers vs a state-of-the-art GC. | null | 0 | 1545861332 | False | 0 | ecm3nr6 | t3_a9j2qk | null | null | t1_eckxe2l | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/ecm3nr6/ | 1548108756 | 2 | t5_2fwo | r/programming | public | null |
False | cybernd | t2_x0sl9 | > - Australian companies will have to stop serving European customers, such that GDPR does not apply to them
> - GDPR compliant companies will have to replace almost all Australian companies in their value chain
It would be really nice to hear a clear recommendation regarding both statements from a lawyer.
My guess is, that many developers/sysadmins are asking themself if this topic affects them. | null | 0 | 1544576756 | False | 0 | eblod5g | t3_a57th7 | null | null | t1_eblgt37 | /r/programming/comments/a57th7/australias_new_encryption_laws_ensure_companies/eblod5g/ | 1547495145 | 5 | t5_2fwo | r/programming | public | null |
False | Beaverman | t2_52n9v | Class with just public members is a property bag. The beauty of object oriented languages are that you can define the concepts yourself. | null | 0 | 1545861398 | False | 0 | ecm3qtf | t3_a956qz | null | null | t1_eclvkrs | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/ecm3qtf/ | 1548108793 | 1 | t5_2fwo | r/programming | public | null |
False | chris37879 | t2_6kfj4 | The DejaVu family is quite common. It's an open font family with a broad array of Unicode characters meaning you don't need to pick a different font family based on language for most users. | null | 0 | 1544576756 | False | 0 | eblod6e | t3_a55xbm | null | null | t1_eblgxzs | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblod6e/ | 1547495145 | 3 | t5_2fwo | r/programming | public | null |
False | jonathansharman | t2_7ascr | Certainly not in the standard library. | null | 0 | 1545861922 | False | 0 | ecm4ehn | t3_a9j2qk | null | null | t1_ecm39kf | /r/programming/comments/a9j2qk/all_of_the_garbage_collectors_we_examine_here/ecm4ehn/ | 1548109087 | 3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544576761 | False | 0 | eblodd9 | t3_a58r3e | null | null | t1_eblmmca | /r/programming/comments/a58r3e/tabnines_first_month_in_review/eblodd9/ | 1547495147 | 0 | t5_2fwo | r/programming | public | null |
False | StetsonG | t2_4sw7h | Good news is you can use .Net Core without worrying about Windows updates since it works just fine on other platforms. | null | 0 | 1545861983 | False | 0 | ecm4gyq | t3_a9i9ij | null | null | t1_ecl24kj | /r/programming/comments/a9i9ij/microsoft_had_another_year_of_big_opensource/ecm4gyq/ | 1548109118 | 11 | t5_2fwo | r/programming | public | null |
False | chris37879 | t2_6kfj4 | My thinking exactly. Between HTML, CSS and some JavaScript for more intensive multimedia applications, the web should be able to work quite well. And yet here we are with page loads in the dozens of mega bytes if not more. | null | 0 | 1544577060 | False | 0 | eblop60 | t3_a55xbm | null | null | t1_eblktqg | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblop60/ | 1547495294 | 9 | t5_2fwo | r/programming | public | null |
False | Nathanfenner | t2_11qyfu | > That takes a huge number of degrees of freedom out of the solution space
There are (n-1)!/2 distinct cycles through n cities. That's still super-exponential, which is why the TSP is hard.
Determining whether a given selection of edges do or do not form a cycle is comparatively trivial (for large n). If that was even a little bit of a way towards an efficient algorithmic solution of TSP, we wouldn't have issues showing that P ≠ NP.
> so saying it's solving it in linear time isn't really a fair statement, is it?
The solution time here depends on how long it takes the slime mold to decide on its final edge selection. What they've found is that doubling the number of cities only doubles the amount of time the slime mold needs to pick its edges, hence, linear (at the same time, they've only tested for relatively small numbers; I suspect but obviously cannot prove that this will somehow break down with much larger numbers of cities, but the experimental setup wouldn't work anyway). | null | 0 | 1545861996 | False | 0 | ecm4hmd | t3_a9qz9q | null | null | t1_ecm3glb | /r/programming/comments/a9qz9q/amoeba_finds_approximate_solutions_to_nphard/ecm4hmd/ | 1548109127 | 18 | t5_2fwo | r/programming | public | null |
False | mrneo240 | t2_4v5pk | yea! what are you looking for? | null | 0 | 1544577140 | False | 0 | eblosa3 | t3_a55xbm | null | null | t1_ebkvv8v | /r/programming/comments/a55xbm/how_the_dreamcast_copy_protection_was_defeated/eblosa3/ | 1547495332 | 2 | t5_2fwo | r/programming | public | null |
False | torotane | t2_h23cc | Nice and interesting article. I have a problem with the following words though.
> Using your intuition and best judgment, please estimate their relative **effectiveness**. Use the slider below the code samples.
> The main question. Is && generally more **effective** than &? | null | 0 | 1545862033 | False | 0 | ecm4j9n | t3_a9ncw1 | null | null | t3_a9ncw1 | /r/programming/comments/a9ncw1/challenge_your_performance_intuition_with_c/ecm4j9n/ | 1548109147 | 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.