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 | matejdro | t2_677ml | It does explain it
> By sending the downloads themselves over plaintext HTTP instead of an encrypted connection, system administrators, especially in large enterprise environments, can create a sort of way station to cache large apps and files on their local network for faster distribution. | null | 0 | 1543770716 | False | 0 | eaxlc1l | t3_a2eskq | null | null | t1_eaxk7tz | /r/programming/comments/a2eskq/why_itunes_downloads_dont_use_https/eaxlc1l/ | 1546325220 | 18 | t5_2fwo | r/programming | public | null |
False | deceased_parrot | t2_7q7zg | > I'm fond of integration testing to test, well, integrations; not for testing business logic.
For me, the effort of writing and maintaining unit tests is rarely worth the reward. Yes, integration/e2e tests are usually slower than unit tests but they save developer time and (at least for me) server as a sort of liv... | null | 0 | 1544897142 | False | 0 | ebus96s | t3_a6d3nz | null | null | t1_ebup7ai | /r/programming/comments/a6d3nz/tests_are_neither_necessary_nor_sufficient/ebus96s/ | 1547648898 | 2 | t5_2fwo | r/programming | public | null |
False | matejdro | t2_677ml | TLDR
> By sending the downloads themselves over plaintext HTTP instead of an encrypted connection, system administrators, especially in large enterprise environments, can create a sort of way station to cache large apps and files on their local network for faster distribution.
However, this is only speculation. Ap... | null | 0 | 1543770739 | 1543771005 | 0 | eaxldim | t3_a2eskq | null | null | t3_a2eskq | /r/programming/comments/a2eskq/why_itunes_downloads_dont_use_https/eaxldim/ | 1546325238 | 145 | t5_2fwo | r/programming | public | null |
False | acroback | t2_ayq6q | Engineer in me says "this is wrong advice".
But mentor in me says "this is right advice".
The reason is, there is no set way to draw boundaries.
I repeatedly see engineers rewriting common libraries and then missing the big picture in the process.
Now I have a code piece in library which has so much false sharing t... | null | 0 | 1544897314 | False | 0 | ebusi6j | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebusi6j/ | 1547649038 | 5 | t5_2fwo | r/programming | public | null |
False | monsto | t2_52jog | > easy cross-platform development that adheres to UX conventions of particular platforms.
First off, that trifecta of features is patently impossible.
Secondly, UX is being homogenized and has spent 25 years flowing towards a center.
Mac/Windows fought tooth & nail over who should run shit, who was best. An... | null | 0 | 1543770840 | 1543772401 | 0 | eaxlk0t | t3_a2b8u4 | null | null | t1_eawz5ay | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxlk0t/ | 1546325319 | 2 | t5_2fwo | r/programming | public | null |
False | Lucretia9 | t2_8iwe5 | > Ada (please, correct me, if I'm wrong) compiler can detect infinite loops and to raise warning, Haskell - never.
Ada has a construct specifically to encode infinite loops, it was included for embedded work.
loop
null; -- Do nothing, forever!
end loop;
and it looks a hell of a lot more readable t... | null | 0 | 1544897487 | False | 0 | ebusr48 | t3_a5ylm8 | null | null | t1_ebrau76 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebusr48/ | 1547649147 | 6 | t5_2fwo | r/programming | public | null |
False | rabbyburns | t2_ecfux | Yeah, that's scary. The block I have is all local, no fetching. I'll edit and attach if I remember when I'm at my desktop. | null | 0 | 1543770844 | False | 0 | eaxlkax | t3_a2b8u4 | null | null | t1_eaxjfm0 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxlkax/ | 1546325322 | 2 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | > [...] making machine learning programs.
What is a machine "learning" program?
Can the machine learn to be intelligent? | null | 0 | 1544897509 | False | 0 | ebuss9l | t3_a6h2n9 | null | null | t3_a6h2n9 | /r/programming/comments/a6h2n9/why_python_is_the_most_popular_language_for/ebuss9l/ | 1547649161 | -11 | t5_2fwo | r/programming | public | null |
False | minderaser | t2_4qcxd | This is my go to, but certainly not as well supported or feature rich as QT. But still, it's like 1 GB installed compared to the > 30 GB for QT that made me do a double take. | null | 0 | 1543770853 | False | 0 | eaxlksm | t3_a2b8u4 | null | null | t1_eax99qw | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxlksm/ | 1546325329 | 2 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | > [...] NumPy, Django, TensorFlow are a few popular ones. Moreover, these packages
> do not require new learnings.
This is simply incorrect.
Things in NumPy such as solve to solve equations or expand or calculation in or
with matrices DOES require "new learnings", whatever new learnings means.
It's good that a... | null | 0 | 1544897623 | False | 0 | ebusy8e | t3_a6h2n9 | null | null | t3_a6h2n9 | /r/programming/comments/a6h2n9/why_python_is_the_most_popular_language_for/ebusy8e/ | 1547649237 | 19 | t5_2fwo | r/programming | public | null |
False | f8f84f30eecd621a2804 | t2_76lne | No, it just means that it doesn't take any longer as the size of its input grows. "Wait 10 million years" is O(1), even though it takes 10 million years. | null | 0 | 1543770859 | False | 0 | eaxll5p | t3_a281dl | null | null | t1_eaxknsb | /r/programming/comments/a281dl/nphard_does_not_mean_hard/eaxll5p/ | 1546325332 | 7 | t5_2fwo | r/programming | public | null |
False | LeagueOfLegendsAcc | t2_gm29c | Sometimes that doesn't work. I have a manager who inherited a mostly working system with a few quirks in it. Super obvious stuff, but he wasn't formally trained for his job so he just does things a certain way because that's how he was taught. He *still* has such a huge ego that he routinely tells me to not argue with ... | null | 0 | 1544897685 | False | 0 | ebut1ia | t3_a6f5bk | null | null | t1_ebuqdzq | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebut1ia/ | 1547649277 | 21 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543770861 | False | 0 | eaxll9d | t3_a2b8u4 | null | null | t1_eaxj68x | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxll9d/ | 1546325334 | 1 | t5_2fwo | r/programming | public | null |
False | Joel397 | t2_e6p95 | Except sometimes you don't have the whole picture and aren't qualified to GET the whole picture. And politics is just talking to people; I've seen issues solved and projects started that took dozens of emails back and forth to talk about, and only one lunch conversation to fix/start. In other words, politics can yield ... | null | 0 | 1544897707 | False | 0 | ebut2ly | t3_a6f5bk | null | null | t1_ebuonjy | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebut2ly/ | 1547649290 | 20 | t5_2fwo | r/programming | public | null |
False | DeceiverLCK | t2_19vegpb8 | I don’t approve, because every time I’m around a printer I feel the need to say PC load letter WTF does that mean lol. Sometimes it’s best not to know. | null | 0 | 1543770970 | False | 0 | eaxlshi | t3_a1ysx2 | null | null | t1_eavzes8 | /r/programming/comments/a1ysx2/hacker_hijacks_50000_printers_with_pret_to_tell/eaxlshi/ | 1546325453 | 2 | t5_2fwo | r/programming | public | null |
False | pier4r | t2_ci7ay | Such people don't listen | null | 0 | 1544897711 | False | 0 | ebut2th | t3_a6f5bk | null | null | t1_ebuqon3 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebut2th/ | 1547649293 | 7 | t5_2fwo | r/programming | public | null |
False | ECrispy | t2_8z7kt | Flutter is not going to be an alternative because you can't reuse code.
I can have the same app running on desktop and website with identical code - just like Slack etc. And mobile can reuse a lot of it as well.
Its not the same at all with Flutter. | null | 1 | 1543771112 | False | 0 | eaxm1bj | t3_a2b8u4 | null | null | t3_a2b8u4 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxm1bj/ | 1546325562 | -3 | t5_2fwo | r/programming | public | null |
False | UltimaN3rd | t2_8fknc | I think you're right about the readability; I'll change the comments. Thanks mate! | null | 0 | 1544897739 | False | 0 | ebut489 | t3_a6fh8y | null | null | t1_ebuqibi | /r/programming/comments/a6fh8y/looking_for_criticism_on_my_tutorial_opening_a/ebut489/ | 1547649310 | 7 | t5_2fwo | r/programming | public | null |
False | b0ne123 | t2_7axtv | It is booting an entire OS. I'd say it is just bad, not insane. | null | 0 | 1543771186 | False | 0 | eaxm661 | t3_a2b8u4 | null | null | t1_eaxakxl | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxm661/ | 1546325623 | 3 | t5_2fwo | r/programming | public | null |
False | pier4r | t2_ci7ay | When was a single person able to do the work of many others ? (The others that do an honest work, not the unproductive ones)
Genuinely curious. | null | 0 | 1544897807 | False | 0 | ebut7pu | t3_a6f5bk | null | null | t1_ebuip43 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebut7pu/ | 1547649354 | 5 | t5_2fwo | r/programming | public | null |
False | Travro | t2_lc2yo | I'm sorry but...anecdotally I believe you're being genuine. But I just read three articles - one from Forbes - about a total of roughly a hundred females who began their own tech startups.
I find it really hard to believe that the industry is barring them as much as the author is making it out to be, and that the 1% n... | null | 0 | 1543771255 | False | 0 | eaxmalk | t3_a22biq | null | null | t1_eaxjt7d | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eaxmalk/ | 1546325678 | 1 | t5_2fwo | r/programming | public | null |
False | Lucretia9 | t2_8iwe5 | > Thanks! It's always encouraging to get a complement in r/programming. This is really trial by fire around here! (Not that that's a bad thing)
That's because everyone who has never used Ada is very anti-Ada, no idea why.
| null | 0 | 1544897816 | False | 0 | ebut869 | t3_a5ylm8 | null | null | t1_ebsh6v0 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebut869/ | 1547649359 | 2 | t5_2fwo | r/programming | public | null |
False | ScM_5argan | t2_bahcu | Not likely | null | 0 | 1543771271 | False | 0 | eaxmblk | t3_a2et7m | null | null | t1_eaxkcbi | /r/programming/comments/a2et7m/java_will_no_longer_be_free_to_use/eaxmblk/ | 1546325691 | 4 | t5_2fwo | r/programming | public | null |
False | ex_nihilo | t2_3i3r8 | This is why I eventually abandoned technical leadership and got into consulting. Business stakeholders don't listen to their engineers, and engineers don't know how to effectively communicate to them either. But the business listens to me because they're paying several hundred dollars an hour for me to be there, and th... | null | 0 | 1544897852 | False | 0 | ebut9zs | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebut9zs/ | 1547649381 | 10 | t5_2fwo | r/programming | public | null |
False | SomeRandomDude5 | t2_zix1f | By popular demand I have updated the post with a disclaimer. I'll save you the click:
>L.E. As with everything in life, common sense should prevail. This does not mean you should drop important work when important work needs to be done, nor does it mean you should completely abandon your other hobbies and focus on ... | null | 0 | 1543771279 | False | 0 | eaxmc4s | t3_a2c1c9 | null | null | t3_a2c1c9 | /r/programming/comments/a2c1c9/what_to_do_when_youre_not_coding/eaxmc4s/ | 1546325697 | 2 | t5_2fwo | r/programming | public | null |
False | masklinn | t2_d5sb | That's possible, but — again from tcc and tccboot — I would expect the memory issues are related to the amount of data and metadata the compiler needs to keep around for optimisation passes, debug symbols, etc… (although the tcc site only lists throughput comparisons to gcc not memory high water marks) | null | 0 | 1544897952 | False | 0 | ebutf5v | t3_a6bev8 | null | null | t1_ebuph4f | /r/programming/comments/a6bev8/9cc_a_small_c_compiler/ebutf5v/ | 1547649445 | 1 | t5_2fwo | r/programming | public | null |
False | oorza | t2_3g5rj | It sounds like the sort of thing that I wrap up into a function in my Jenkinsfiles and just call the function from the actual pipeline:
// shared library /vars/doDatabaseStuff.groovy
def call() {
lock('resource') {
stage('A') {
}
stage('B') {
parallel /* ... */
... | null | 0 | 1543771299 | False | 0 | eaxmde9 | t3_a2144y | null | null | t1_eaxl8fu | /r/programming/comments/a2144y/5_initiatives_to_modernize_jenkins_and_kill_the/eaxmde9/ | 1546325713 | 1 | t5_2fwo | r/programming | public | null |
False | MetalKid007 | t2_b1xuy | Plus, bathroom time gets awkward. have you ever gotten advice that you need to hover? :) | null | 0 | 1544898030 | False | 0 | ebutj4x | t3_a6f5bk | null | null | t1_ebuh9kr | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebutj4x/ | 1547649495 | 32 | t5_2fwo | r/programming | public | null |
False | wldcordeiro | t2_phckj | Tell that to normal consumers. You can have a website that does all that and people will ask why you don't have an app for your business. | null | 0 | 1543771327 | False | 0 | eaxmf7u | t3_a2b8u4 | null | null | t1_eaxjsyx | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxmf7u/ | 1546325736 | 74 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | > Can we bring this concept of college, and open it to people of all ages,
> not just from the early twenties to figure out their lives.
The www has made it easier to access to information - ideally from
home.
It does not really replace traditional libraries right now as-is, since you
don't have all books in .... | null | 0 | 1544898050 | False | 0 | ebutk6f | t3_a6fjqb | null | null | t3_a6fjqb | /r/programming/comments/a6fjqb/replacing_universities/ebutk6f/ | 1547649507 | 2 | t5_2fwo | r/programming | public | null |
False | regretdeletingthat | t2_83vhu | > Does it really matter if two different apps are inconsistent?
Absolutely. If I can count on a shared base set of keyboard shortcuts and widget behaviour, every new piece of software has a shorter learning curve, and using multiple pieces of software at the same time is way less of a mental load. Imagine if every... | null | 0 | 1543771375 | False | 0 | eaxmica | t3_a2b8u4 | null | null | t1_eawzq11 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxmica/ | 1546325773 | 11 | t5_2fwo | r/programming | public | null |
False | kankyo | t2_77w4q | Except that this is a clear example of where you didn't need hindsight of many years later while the drawbacks where clear directly. | null | 0 | 1544898078 | False | 0 | ebutllo | t3_a6f5bk | null | null | t1_eburotj | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebutllo/ | 1547649525 | 30 | t5_2fwo | r/programming | public | null |
False | naftoligug | t2_yx2qc | This is about the VM, not the language | null | 0 | 1543771400 | False | 0 | eaxmjy6 | t3_a2et7m | null | null | t1_eaxkw05 | /r/programming/comments/a2et7m/java_will_no_longer_be_free_to_use/eaxmjy6/ | 1546325794 | 2 | t5_2fwo | r/programming | public | null |
False | scurtie | t2_1jmcqkj | > ...he [Paul Graham] mentions that building YC is like delivering an experience of collective growth in person instead of him being a proponent of a university-less world where people socialize only over social media.
This is a good thing in and out of universities. Instead of replacing them, I wish that universi... | null | 0 | 1544898197 | False | 0 | ebutrpa | t3_a6fjqb | null | null | t3_a6fjqb | /r/programming/comments/a6fjqb/replacing_universities/ebutrpa/ | 1547649630 | 2 | t5_2fwo | r/programming | public | null |
False | __j_random_hacker | t2_4rnnt | I agree with you that SLEEP() is low-hanging fruit, and since there are existing attacks that make heavy use of it, it makes sense to regulate if more tightly.
With my point 1, what I was getting at was whether SLEEP() pauses the whole database or just the connection that called it -- from your article (and also from ... | null | 0 | 1543771420 | False | 0 | eaxmlab | t3_a2cosx | null | null | t1_eaxf151 | /r/programming/comments/a2cosx/a_very_sleepy_mysql_attack/eaxmlab/ | 1546325811 | 2 | t5_2fwo | r/programming | public | null |
False | LUV_2_BEAT_MY_MEAT | t2_2roek0vo | I don't see why he rewrote the whole system and demoed it for everyone int the company before asking the original Dev why they wrote it that way.
There's a difference between not "don't mess with someones code" and "don't try to convince upper management a whole team of people is incompetent behind their backs" | null | 0 | 1544898312 | False | 0 | ebutxgw | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebutxgw/ | 1547649700 | 25 | t5_2fwo | r/programming | public | null |
False | naftoligug | t2_yx2qc | Because people still do business with them? | null | 0 | 1543771424 | False | 0 | eaxmli2 | t3_a2et7m | null | null | t1_eaxkdqa | /r/programming/comments/a2et7m/java_will_no_longer_be_free_to_use/eaxmli2/ | 1546325813 | 4 | t5_2fwo | r/programming | public | null |
False | sisyphus | t2_31lml | cuz libraries and jupyter and R looks weird and nobody knows how to deploy it into production. full disclosure i didnt read the article | null | 0 | 1544898328 | False | 0 | ebuty86 | t3_a6h2n9 | null | null | t3_a6h2n9 | /r/programming/comments/a6h2n9/why_python_is_the_most_popular_language_for/ebuty86/ | 1547649710 | -3 | t5_2fwo | r/programming | public | null |
False | Mooooo13 | t2_1g852kfs | > but the meaning should be clear.
Get all users that use Dollar as currency with approximately three retries? | null | 0 | 1543771428 | False | 0 | eaxmlrq | t3_a25r6x | null | null | t1_eawudnv | /r/programming/comments/a25r6x/ocaml_vs_maybe_not/eaxmlrq/ | 1546325816 | 10 | t5_2fwo | r/programming | public | null |
False | OneWingedShark | t2_bx7wh | >A dev who doesn’t know how basic language syntax works should just be fired.
And here we have someone who has no notion of how vital training is, or how some organizations have proprietary systems that simply don't exist outside the organization... and how firing everyone who doesn't know its basic syntax means wh... | null | 0 | 1544898409 | False | 0 | ebuu2g3 | t3_a5ylm8 | null | null | t1_ebrbn7y | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebuu2g3/ | 1547649762 | 1 | t5_2fwo | r/programming | public | null |
False | filleduchaos | t2_7r81qd | And if you read the article and paid any attention you'd note where they're discussing replacing using an emulator with using a simpler emulator that just runs on desktop without having to emulate a whole mobile OS. | null | 0 | 1543771435 | False | 0 | eaxmm86 | t3_a2b8u4 | null | null | t1_eaxiele | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxmm86/ | 1546325822 | -4 | t5_2fwo | r/programming | public | null |
False | realityChemist | t2_63q56 | It sounds like this may have actually happened to you? | null | 0 | 1544898457 | False | 0 | ebuu4yd | t3_a6f5bk | null | null | t1_ebuiw0o | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuu4yd/ | 1547649792 | 2 | t5_2fwo | r/programming | public | null |
False | unndunn | t2_4ahed | It's because the Electron developers, in their infinite wisdom, don't provide any abstraction APIs for touch UI. They assume touch is only used on "mobile" devices, so why bother supporting it on a "desktop" framework?
This means Electron app developers have to roll their own support for touch UI, which of course they... | null | 0 | 1543771438 | False | 0 | eaxmmfh | t3_a2b8u4 | null | null | t1_eaxk19d | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxmmfh/ | 1546325825 | 12 | t5_2fwo | r/programming | public | null |
False | shevegen | t2_atqp | > some open source companies are dealing with this crisis exceptionally poorly:
> they are trying to restrict the way that their open source software can be used
It is so simple - either the open source licence is permissive; or it is not.
There can not be both.
> continuing to claim to be entirely open sou... | null | 1 | 1544898502 | False | 0 | ebuu79h | t3_a6g25a | null | null | t3_a6g25a | /r/programming/comments/a6g25a/open_source_confronts_its_midlife_crisis/ebuu79h/ | 1547649821 | 1 | t5_2fwo | r/programming | public | null |
False | filleduchaos | t2_7r81qd | So Linux has no "native apps", then? | null | 1 | 1543771556 | False | 0 | eaxmtjq | t3_a2b8u4 | null | null | t1_eaxkbj6 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxmtjq/ | 1546325912 | 0 | t5_2fwo | r/programming | public | null |
False | OneWingedShark | t2_bx7wh | Ada. | null | 0 | 1544898597 | False | 0 | ebuuc4a | t3_a5ylm8 | null | null | t1_ebt8duj | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebuuc4a/ | 1547649881 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543771633 | 1543771872 | 0 | eaxmy8g | t3_a281dl | null | null | t1_eaxll5p | /r/programming/comments/a281dl/nphard_does_not_mean_hard/eaxmy8g/ | 1546325970 | -7 | t5_2fwo | r/programming | public | null |
False | TheDonOfAnne | t2_hykf3 | I think they might be referring to [this one](https://mtlynch.io/why-i-quit-google/). | null | 0 | 1544898689 | False | 0 | ebuugub | t3_a6f5bk | null | null | t1_ebuqnqj | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuugub/ | 1547649940 | 25 | t5_2fwo | r/programming | public | null |
False | ThePantsThief | t2_7iu2w | Linux is a kernel, so, yeah. Nice try though. | null | 0 | 1543771653 | False | 0 | eaxmzk5 | t3_a2b8u4 | null | null | t1_eaxmtjq | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxmzk5/ | 1546326015 | 0 | t5_2fwo | r/programming | public | null |
False | tr3v1n | t2_bm8w0 | > Can the machine learn to be intelligent?
I wouldn't be so worried about the machine if I were you. | null | 0 | 1544898805 | False | 0 | ebuumtk | t3_a6h2n9 | null | null | t1_ebuss9l | /r/programming/comments/a6h2n9/why_python_is_the_most_popular_language_for/ebuumtk/ | 1547650013 | 19 | t5_2fwo | r/programming | public | null |
False | NorthAstronaut | t2_26aj19d0 | Does it not trigger click event, when you touch button/other elements? or is it dragging that is broken?
Very strange. There are touch events in javascript(and by extension Electron), and when making a website you can make sure interactive elements are usable on touchscreens. But buttons/links/even custom div buttons ... | null | 0 | 1543771892 | 1543773869 | 0 | eaxnecj | t3_a2b8u4 | null | null | t1_eaxmmfh | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxnecj/ | 1546326197 | 2 | t5_2fwo | r/programming | public | null |
False | nldoty | t2_2quk9wk8 | Atlassian may not care but the majority of their customers absolutely will. They will lose 80% of their business. | null | 0 | 1544898815 | False | 0 | ebuun9x | t3_a66102 | null | null | t1_ebu4f3e | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebuun9x/ | 1547650019 | -1 | t5_2fwo | r/programming | public | null |
False | Pitoucc | t2_p8q55 | What inspired you to make the garbage collector?
Have you ever looked into RAII? In general it handles the release of resources through the use of classes and class destructors. | null | 0 | 1543772009 | False | 0 | eaxnlx4 | t3_a2cn55 | null | null | t3_a2cn55 | /r/programming/comments/a2cn55/implementing_a_garbage_collector_in_c/eaxnlx4/ | 1546326292 | -14 | t5_2fwo | r/programming | public | null |
False | pixelrevision | t2_9pvwt | Everyone I have worked with who actually was amazing was always open to new ideas. Delicate balance as new people can flood in new ideas that can derail a project just on quantity alone. But a really sharp dev will spot the idea that makes the better tradeoff after a little reflection. | null | 0 | 1544898888 | False | 0 | ebuur1g | t3_a6f5bk | null | null | t1_ebuip43 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuur1g/ | 1547650065 | 20 | t5_2fwo | r/programming | public | null |
False | GaianNeuron | t2_8njru | IIRC, Chrome is phasing that out. I got Firefox to do it with some `window.open` hackery they prevents other tabs from opening in that window (because I wanted hyperlinks to open in my current FF profile, I couldn't use the profile trick). Fortunately, FF is clever enough to restore that window's state when the browser... | null | 0 | 1543772024 | False | 0 | eaxnmxq | t3_a2b8u4 | null | null | t1_eaxl0pz | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxnmxq/ | 1546326304 | 3 | t5_2fwo | r/programming | public | null |
False | g4m3c0d3r | t2_f6uqn | What? Wanting a CAD system to run on a thin client is a terrible idea? Much more likely is that this programmer stepped all over code that he didn't understand the purpose for, didn't ask about and still maintains he did the right thing simply because it was faster. He didn't in fact learn a lesson, he still thinks h... | null | 1 | 1544898895 | 1545077708 | 0 | ebuurej | t3_a6f5bk | null | null | t1_ebuolls | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuurej/ | 1547650069 | -6 | t5_2fwo | r/programming | public | null |
False | floodyberry | t2_m24q | If the author of this article or the one it referenced are so clever, why do they only complain about all the *patently obvious* edge cases instead of showing everyone how to build a system that handles every conceivable name? | null | 1 | 1543772044 | False | 0 | eaxnoa5 | t3_a2c8xv | null | null | t3_a2c8xv | /r/programming/comments/a2c8xv/falsehoods_programmers_believe_about_names_with/eaxnoa5/ | 1546326320 | 1 | t5_2fwo | r/programming | public | null |
False | SexySalmon | t2_e9ao3 | Ok, I appreciate that but I don't "like" integration tests for mostly exactly the same reasosn. It often takes me more time (and more code) to write due to dependencies and having to set up data/security and other "plumbing code" for every test. I also find that it's often harder to read because, like code, I like tes... | null | 0 | 1544898902 | False | 0 | ebuurqu | t3_a6d3nz | null | null | t1_ebus96s | /r/programming/comments/a6d3nz/tests_are_neither_necessary_nor_sufficient/ebuurqu/ | 1547650074 | 1 | t5_2fwo | r/programming | public | null |
False | tchaffee | t2_92kg3 | Since you are into reading articles, why not do a search for women who write about sexism in tech? You'll find tons of them. Here are a few to get you started:
[Uber](https://www.theguardian.com/technology/uber) is facing yet another discrimination scandal after a manager who was recruiting a female engineer defe... | null | 0 | 1543772049 | False | 0 | eaxnomh | t3_a22biq | null | null | t1_eaxmalk | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eaxnomh/ | 1546326325 | 1 | t5_2fwo | r/programming | public | null |
False | nldoty | t2_2quk9wk8 | Unlikely. They will lose the majority of their business, much of which is with the US government. And the part about the law affecting anyone that does business in Australia makes zero sense - my company does business in Australia but if the government came to us and said they wanted in, we’d tell them to take the piss... | null | 0 | 1544898926 | False | 0 | ebuusyv | t3_a66102 | null | null | t1_ebtvecg | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebuusyv/ | 1547650089 | -1 | t5_2fwo | r/programming | public | null |
False | domy94 | t2_5uwxo | When's the last time you used the Android emulator? An x86 image is mostly indistinguishable from a real device on a relatively modern CPU; I hardly ever develop on a real device anymore. | null | 0 | 1543772089 | False | 0 | eaxnrbh | t3_a2b8u4 | null | null | t1_eaxes1f | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxnrbh/ | 1546326358 | 33 | t5_2fwo | r/programming | public | null |
False | istarian | t2_4ttmg | It might have been useful in the future, if sockets improved, to keep the heavy lifting off the remote end... | null | 0 | 1544898949 | False | 0 | ebuuu60 | t3_a6f5bk | null | null | t1_ebup6as | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuuu60/ | 1547650103 | 15 | t5_2fwo | r/programming | public | null |
False | spacejack2114 | t2_fp92m | A major problem with APIs like [JavaFX](https://docs.oracle.com/javafx/2/get_started/hello_world.htm) (and GTK and most other traditional GUI libraries) is their stone-age imperative design. This is like going from a modern high-level language back to assembly. I see that there [are](https://github.com/codejamninja/rea... | null | 0 | 1543772131 | False | 0 | eaxnu2y | t3_a2b8u4 | null | null | t1_eawt878 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxnu2y/ | 1546326392 | 5 | t5_2fwo | r/programming | public | null |
False | sky5walk | t2_a171k | Why is this even an article?
"Have database, use SQL to get your filtered data. Don't use SQL to get all data and filter in code."
Who does the latter? | null | 0 | 1544898951 | False | 0 | ebuuu91 | t3_a691r7 | null | null | t3_a691r7 | /r/programming/comments/a691r7/you_can_do_it_in_sql_stop_writing_extra_code_for/ebuuu91/ | 1547650104 | 3 | t5_2fwo | r/programming | public | null |
False | mindbleach | t2_28j4q | I can't natively compile code I don't have.
Most programs are distributed as bytecode. You should value cross-platform compilation for that bytecode, not for the source code which you don't have and which sometimes no longer exists. | null | 0 | 1543772180 | False | 0 | eaxnxi5 | t3_a2b8u4 | null | null | t1_eaxj2zs | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxnxi5/ | 1546326434 | -6 | t5_2fwo | r/programming | public | null |
False | sisyphus | t2_31lml | There is no infiltration there is literally one person with a twitter account that made a tweet that the vast majority of working programmers will never see. | null | 0 | 1544898958 | False | 0 | ebuuuni | t3_a66f6u | null | null | t1_ebsra52 | /r/programming/comments/a66f6u/uncle_bob_sjwjs/ebuuuni/ | 1547650110 | 6 | t5_2fwo | r/programming | public | null |
False | mcguire | t2_33oe8 | > It should be optimizable (meaning: it can be inefficient to start off with but it should be possible to make it fast at a later pointer)
I see you have been writing too much C++. Surgical options are available. :-)
> More importantly activation records (loosely “the call stack”) and function implementations c... | null | 0 | 1543772185 | False | 0 | eaxnxrs | t3_a2cn55 | null | null | t3_a2cn55 | /r/programming/comments/a2cn55/implementing_a_garbage_collector_in_c/eaxnxrs/ | 1546326438 | 9 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544898977 | False | 0 | ebuuvmy | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuuvmy/ | 1547650121 | 1 | t5_2fwo | r/programming | public | null |
False | 1-800-BICYCLE | t2_4ydom82 | > Most | null | 0 | 1543772185 | False | 0 | eaxnxs9 | t3_a2b8u4 | null | null | t1_eaxkzf1 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxnxs9/ | 1546326438 | 0 | t5_2fwo | r/programming | public | null |
False | yast66 | t2_20d3u41f | good | null | 0 | 1544899012 | False | 0 | ebuuxfb | t3_a6hkl6 | null | null | t3_a6hkl6 | /r/programming/comments/a6hkl6/how_to_create_and_develop_websites_and_blog/ebuuxfb/ | 1547650144 | 1 | t5_2fwo | r/programming | public | null |
False | BlackMathNerd | t2_7vye2 | A lot of times there's a trade-off between development speed and performance of the app | null | 0 | 1543772309 | False | 0 | eaxo6d6 | t3_a2b8u4 | null | null | t1_eax48n6 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxo6d6/ | 1546326544 | 2 | t5_2fwo | r/programming | public | null |
False | the_gnarts | t2_9ya05 | > Constant pair programming sounds exhausting.
It is. Also terribly distracting for anyone else in the room
due to the need for communicating even the smallest
instructions vocally when you’re not currently at the
keyboard. | null | 0 | 1544899037 | False | 0 | ebuuyp2 | t3_a6f5bk | null | null | t1_ebuh9kr | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuuyp2/ | 1547650159 | 88 | t5_2fwo | r/programming | public | null |
False | Trzyipolkostkicukru | t2_7t338 | > But the compiler sees things differently. It perfectly knows that the seventeenth access invokes UB. Within the logic of the compiler, this means that any instruction beyond that one is then in limbo: things after UB are not required to exist.
It's kinda misleading, because things before UB are not required to e... | null | 0 | 1543772379 | False | 0 | eaxob36 | t3_a2epsa | null | null | t3_a2epsa | /r/programming/comments/a2epsa/undefined_behavior_is_really_undefined/eaxob36/ | 1546326632 | 51 | t5_2fwo | r/programming | public | null |
False | istarian | t2_4ttmg | I imagine there's a degree of difference between shifting an entire image (especially a full normal) and just the necessary pieces to draw the vectors though. Especially when the image gets more complex. | null | 0 | 1544899088 | False | 0 | ebuv185 | t3_a6f5bk | null | null | t1_ebumsr3 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuv185/ | 1547650221 | 8 | t5_2fwo | r/programming | public | null |
False | mindbleach | t2_28j4q | Yeesh. At that point, VM your VMs. | null | 0 | 1543772444 | False | 0 | eaxofg8 | t3_a2b8u4 | null | null | t1_eawqwwl | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxofg8/ | 1546326686 | 1 | t5_2fwo | r/programming | public | null |
False | ELaskanator | t2_d9jic | If I had any financial stability, I would have immediately resigned if my boss told me that. | null | 0 | 1544899118 | False | 0 | ebuv2sz | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuv2sz/ | 1547650239 | 1 | t5_2fwo | r/programming | public | null |
False | spacejack2114 | t2_fp92m | I don't think it's being phased out, it's getting adapted to better support PWAs on the desktop. In fact it works on MacOS now with Chrome Canary.
One (unfortunately undocumented) difference now is that if you use "Create Shortcut" for a regular website you'll need to go to chrome://apps to configure it to run in a st... | null | 0 | 1543772525 | False | 0 | eaxoksb | t3_a2b8u4 | null | null | t1_eaxnmxq | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxoksb/ | 1546326752 | 5 | t5_2fwo | r/programming | public | null |
False | LetsGoHawks | t2_32830 | Based on the comments in this thread, a lot of people. One guy doesn't even use where clauses. | null | 0 | 1544899124 | False | 0 | ebuv35c | t3_a691r7 | null | null | t1_ebuuu91 | /r/programming/comments/a691r7/you_can_do_it_in_sql_stop_writing_extra_code_for/ebuv35c/ | 1547650244 | 4 | t5_2fwo | r/programming | public | null |
False | davidk01 | t2_1c5pc | That's a myth. We haven't had native software since the great native programmer genocide of 1970 when we stopped using assembly. Also, is tcl/tk native? | null | 0 | 1543772535 | False | 0 | eaxolf4 | t3_a2b8u4 | null | null | t1_eawxtg6 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxolf4/ | 1546326759 | 14 | t5_2fwo | r/programming | public | null |
False | fromdev | t2_ig4zh | I am seeing this right now at my work place. A guy joined 2 years ago filed 3 patents about awesoome product ideas got awards and everything to please him but not acceptance. He is leaving us this january.
Politics causes ugly loss to business. | null | 0 | 1544899211 | False | 0 | ebuv7l5 | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuv7l5/ | 1547650298 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543772591 | False | 0 | eaxop5e | t3_a281dl | null | null | t1_eaxmy8g | /r/programming/comments/a281dl/nphard_does_not_mean_hard/eaxop5e/ | 1546326806 | 1 | t5_2fwo | r/programming | public | null |
False | deceased_parrot | t2_7q7zg | Plumbing is where good tooling comes in and as you've noticed, we're often left to our own devices pretty much.
But good integration tests don't have to be confusing - on the opposite, I think it helps people to see how to accomplish something with the software you wrote by examining a real, living example that they _... | null | 0 | 1544899306 | False | 0 | ebuvcft | t3_a6d3nz | null | null | t1_ebuurqu | /r/programming/comments/a6d3nz/tests_are_neither_necessary_nor_sufficient/ebuvcft/ | 1547650358 | 1 | t5_2fwo | r/programming | public | null |
False | filleduchaos | t2_7r81qd | Okay.
By that logic [Ubuntu, Arch, Linux Mint, Gentoo, etc] have no native apps. | null | 0 | 1543772653 | False | 0 | eaxoted | t3_a2b8u4 | null | null | t1_eaxmzk5 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxoted/ | 1546326858 | 1 | t5_2fwo | r/programming | public | null |
False | LaurieCheers | t2_1w1d | Then your company is waiting to be out-competed by a better product, and good riddance. | null | 0 | 1544899313 | False | 0 | ebuvcs1 | t3_a6f5bk | null | null | t1_ebuqma1 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuvcs1/ | 1547650363 | 16 | t5_2fwo | r/programming | public | null |
False | roodammy44 | t2_366wv | Half the libraries for react native use javascript for stuff like rendering. Mostly in a single thread. React Native isn’t there yet when it comes to performance. | null | 0 | 1543772735 | False | 0 | eaxoyxt | t3_a2b8u4 | null | null | t1_eax7wxa | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxoyxt/ | 1546326927 | 3 | t5_2fwo | r/programming | public | null |
False | firephreek | t2_5witv | If that behavior actually worked, the company I work for wouldn't have so many UX problems. The noise and feedback from the inside on any number of product decisions is not insignificant. The number of times I've personally seen it change product direction? 0. It's too easy for the developers to dismiss feedback as no... | null | 0 | 1544899350 | False | 0 | ebuveo8 | t3_a6f5bk | null | null | t1_ebupua4 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuveo8/ | 1547650386 | 8 | t5_2fwo | r/programming | public | null |
False | HittingSmoke | t2_3q515 | I have a question as someone who's learning "real" programming with Go after dicking around in Python and Javascript for years.
Isn't this basically what Go is heading towards? I see you can develop cross-platform desktop applications using Qt, you can compile to native Android and iOS apps, and there's even WebAssemb... | null | 1 | 1543772865 | False | 0 | eaxp7zn | t3_a2b8u4 | null | null | t3_a2b8u4 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxp7zn/ | 1546327038 | 2 | t5_2fwo | r/programming | public | null |
False | OneWingedShark | t2_bx7wh | >The more important one is lightweight tasks a la Golang and Erlang.
That, and the standardized lock-free containers are the big things. | null | 0 | 1544899385 | False | 0 | ebuvgfa | t3_a5ylm8 | null | null | t1_ebqznio | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebuvgfa/ | 1547650408 | 4 | t5_2fwo | r/programming | public | null |
False | Akkuma | t2_4adks | In 10 to 20 years it is looking like websites will become like floppy disks to most children. Parents are already letting kids play on their phones/tablets, so get exposure much earlier to these UIs and interactions. Many companies already have a majority of their users on their apps or a trend that mobile usage will o... | null | 0 | 1543772869 | False | 0 | eaxp89a | t3_a2b8u4 | null | null | t1_eaxmf7u | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxp89a/ | 1546327042 | -10 | t5_2fwo | r/programming | public | null |
False | Ascomae | t2_nkimc | No mention of javas 'var' keyword?
​
[https://developers.redhat.com/blog/2018/05/25/simplify-local-variable-type-definition-using-the-java-10-var-keyword/](https://developers.redhat.com/blog/2018/05/25/simplify-local-variable-type-definition-using-the-java-10-var-keyword/) | null | 0 | 1544899386 | False | 0 | ebuvggy | t3_a6fopy | null | null | t3_a6fopy | /r/programming/comments/a6fopy/python_vs_java_performance_what_is_python_used_for/ebuvggy/ | 1547650408 | 5 | t5_2fwo | r/programming | public | null |
False | ThePantsThief | t2_7iu2w | Since many Linux distros have no first-party UI framework, common sense says to think of the most popular choices, which happen to be GTK+ and Qt. | null | 0 | 1543772899 | False | 0 | eaxpadr | t3_a2b8u4 | null | null | t1_eaxoted | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxpadr/ | 1546327068 | 1 | t5_2fwo | r/programming | public | null |
False | I_AM_A_SMURF | t2_be0j5 | Managers should not be involved in writing code IMO. | null | 0 | 1544899476 | False | 0 | ebuvl3q | t3_a6f5bk | null | null | t1_ebut1ia | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuvl3q/ | 1547650466 | 6 | t5_2fwo | r/programming | public | null |
False | Effnote | t2_byfqg | RAII doesn't help much if you're writing a Javascript interpreter | null | 0 | 1543772913 | False | 0 | eaxpbbg | t3_a2cn55 | null | null | t1_eaxnlx4 | /r/programming/comments/a2cn55/implementing_a_garbage_collector_in_c/eaxpbbg/ | 1546327080 | 26 | t5_2fwo | r/programming | public | null |
False | Erosion010 | t2_75csk | That's the one! Thank you! You're a good person, I couldn't find it when I looked =( | null | 0 | 1544899671 | False | 0 | ebuvuu1 | t3_a6f5bk | null | null | t1_ebuugub | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuvuu1/ | 1547650587 | 8 | t5_2fwo | r/programming | public | null |
False | woj-tek | t2_69umx | Why he's comparing Flutter to booting complete android? Should be to simply re-deploying but now you can have hot-swap AFAIR… | null | 0 | 1543773122 | False | 0 | eaxpov0 | t3_a2b8u4 | null | null | t3_a2b8u4 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxpov0/ | 1546327277 | 7 | t5_2fwo | r/programming | public | null |
False | istarian | t2_4ttmg | Seems ironic that the people here saying that developer ego is a problem have , imo, issues of their own.
They think it's okay to steamroll over people as long as the product comes out okay. I think the reality of working on a team is that a balance is required. Everybody wants to be appreciated for their effort a... | null | 0 | 1544899686 | False | 0 | ebuvvj8 | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuvvj8/ | 1547650595 | 0 | t5_2fwo | r/programming | public | null |
False | Akkuma | t2_4adks | Put the Kotlin on the skin or else the app gets the hose again. | null | 0 | 1543773124 | False | 0 | eaxpozw | t3_a2b8u4 | null | null | t1_eaxe3yz | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxpozw/ | 1546327277 | 2 | t5_2fwo | r/programming | public | null |
False | pixelrevision | t2_9pvwt | Honestly? This also sounds like a political fight that just needed to be fought out anyway. “Is it more important to have our current customer experience be better or keep going with this server based implementation because this is the future?”
Very rare to be able to have an opportunity to pivot like that with a we... | null | 0 | 1544899833 | False | 0 | ebuw2ua | t3_a6f5bk | null | null | t1_ebui5sb | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuw2ua/ | 1547650685 | 12 | t5_2fwo | r/programming | public | null |
False | early_charles_kane | t2_8490sqs | You never worked for a big company. Apps like Uber and twitter don’t compile in 2 minutes unless special effort is put into it. At one point Twitter hit the limit for Android function definitions and it turned into a 1 in 1 out situation. | null | 0 | 1543773185 | False | 0 | eaxpsuu | t3_a2b8u4 | null | null | t1_eawylu4 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaxpsuu/ | 1546327326 | 66 | t5_2fwo | r/programming | public | null |
False | squigs | t2_14w6r | You should be able to do that reasonably efficiently though. X does perfectly adequately. I remember running Doom at a perfectly okay speed on X. That would have been sending the whole screen in one shot.
Doesn't the localhost driver optimise for large transfers though, essentially making a memcopy. Might be an extra ... | null | 0 | 1544899896 | False | 0 | ebuw5xp | t3_a6f5bk | null | null | t1_ebuggf8 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebuw5xp/ | 1547650723 | 8 | 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.