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 | IdealBlueMan | t2_1i626iz3 | SQL isn’t really a programming language, though database skills would probably be valuable to have after you’ve gotten a handle on Python or Java. | null | 0 | 1543785984 | False | 0 | eaycle5 | t3_a2gatx | null | null | t1_eay6hjg | /r/programming/comments/a2gatx/what_proggraming_languages_should_i_learn/eaycle5/ | 1546337964 | 1 | t5_2fwo | r/programming | public | null |
False | Jokinishi | t2_1eflmhvt | It's only a provocation for say that no one check dependencies in npm and native.
\--
Also if in native are less dependencies, no one check. | null | 0 | 1544920998 | False | 0 | ebvo1jw | t3_a45jvw | null | null | t1_ebce75q | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebvo1jw/ | 1547663753 | 1 | t5_2fwo | r/programming | public | null |
False | dmethvin | t2_1ufq | *Almost nothing* needs to be an app. Most people use a half-dozen apps regularly and have another 100 installed that they used once. I have 3 parking apps I had to download that I used once. One of them was 90MB!!!!. I would rather have used a web page. | null | 0 | 1543786234 | False | 0 | eayd12i | t3_a2b8u4 | null | null | t1_eaxjsyx | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayd12i/ | 1546338187 | 22 | t5_2fwo | r/programming | public | null |
False | zsaleeba | t2_31hdn | > can only be legitimised on work, health and safety grounds.
| null | 0 | 1544921134 | False | 0 | ebvo7k0 | t3_a66102 | null | null | t1_ebvnd8q | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebvo7k0/ | 1547663827 | 1 | t5_2fwo | r/programming | public | null |
False | dobkeratops | t2_bb9fa | it's designed *for* gamedev, which means:
(i) no garbage collector (like C++,Rust)
(ii) but it's also got a higher emphasis on 'malleability', i.e. use by people who are thinking about design, gameplay etc, emphasising the speed with which you can experiment (Rust is very beaurocratic.. it actually manages to be *wors... | null | 1 | 1543786246 | False | 0 | eayd1uk | t3_a2b4n9 | null | null | t1_eawwcge | /r/programming/comments/a2b4n9/abner_coimbre_nasa_engineer_on_jai_language/eayd1uk/ | 1546338197 | 4 | t5_2fwo | r/programming | public | null |
False | NotARealDeveloper | t2_sktdn | > if you just politely tell the programmer who has implemented a poor solution that their solution is poor, they'd typically dismiss you for lack of evidence. Empirical evidence -- a modification of their implementation that is much faster, that clearly shows where the defect is -- may be your best persuasion argume... | null | 0 | 1544921475 | False | 0 | ebvomcu | t3_a6f5bk | null | null | t1_ebueavu | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvomcu/ | 1547664040 | 1 | t5_2fwo | r/programming | public | null |
False | CODESIGN2 | t2_h00ih | singleton in multi-core machines | null | 0 | 1543786252 | False | 0 | eayd28y | t3_9zyc4q | null | null | t1_eadvw95 | /r/programming/comments/9zyc4q/every_78μs_your_computers_memory_has_a_hiccup/eayd28y/ | 1546338201 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544921534 | False | 0 | ebvoovi | t3_a6i85m | null | null | t3_a6i85m | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvoovi/ | 1547664071 | 1 | t5_2fwo | r/programming | public | null |
False | IdealBlueMan | t2_1i626iz3 | I’d learn Python first. It’s easy to get started, and it has most of the characteristics of the other programming languages. I’d recommend against starting with JavaScript, because although it’s easy to start with, it turns out to be really idiosyncratic. You’d end up learning a lot of things that don’t apply elsewhere... | null | 0 | 1543786286 | False | 0 | eayd4gk | t3_a2gatx | null | null | t1_eay0x8t | /r/programming/comments/a2gatx/what_proggraming_languages_should_i_learn/eayd4gk/ | 1546338229 | 1 | t5_2fwo | r/programming | public | null |
False | sickening_sprawl | t2_18h1x0 | Yes. Luajit will inline the _G table fetches for each global function call name to the result when compiling the trace, poisoning and recompiling it if something would redefine e.g. print elsewhere. | null | 0 | 1544921674 | False | 0 | ebvousk | t3_a6jk2a | null | null | t1_ebvguxu | /r/programming/comments/a6jk2a/improving_lua_performance_using_baked_functions/ebvousk/ | 1547664144 | 4 | t5_2fwo | r/programming | public | null |
False | ander_bsd | t2_mrrn82w | As long as it's compiled into a binary, I consider it native. Also, there are some exceptions, such as GUI bindings to fast interpreted languages, as that TCL/TK fork with a JIT which run far snappier than JS/Electron, and it has native and fast *pluggable* C libraries instead of loading a huge behemoth at once.
And, ... | null | 0 | 1543786303 | False | 0 | eayd5kw | t3_a2b8u4 | null | null | t1_eayb7j7 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayd5kw/ | 1546338242 | 1 | t5_2fwo | r/programming | public | null |
False | driusan | t2_bvkul | What will they do if upstream tells them to f off? | null | 0 | 1544921746 | False | 0 | ebvoxqt | t3_a6i85m | null | null | t1_ebvk8ns | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvoxqt/ | 1547664181 | 41 | t5_2fwo | r/programming | public | null |
False | dobkeratops | t2_bb9fa | so don't call it with strings.
this is something that frustrates me about Rust, i.e. the over-beaurocratic explicit nature of it.
I can see from that one line: "it needs addition" (there's two clues. the name , 'sum', and that "+" thing on the others side). theres no need to state it *again* for 'T'. Surely the compile... | null | 0 | 1543786316 | False | 0 | eayd6fn | t3_a2b4n9 | null | null | t1_eawzcnu | /r/programming/comments/a2b4n9/abner_coimbre_nasa_engineer_on_jai_language/eayd6fn/ | 1546338253 | -5 | t5_2fwo | r/programming | public | null |
False | Huliek | t2_g5vwi | Zero fucks were given | null | 0 | 1544921754 | False | 0 | ebvoy1l | t3_a6i85m | null | null | t3_a6i85m | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvoy1l/ | 1547664184 | 18 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543786418 | 1544019221 | 0 | eaydd6s | t3_a2gatx | null | null | t3_a2gatx | /r/programming/comments/a2gatx/what_proggraming_languages_should_i_learn/eaydd6s/ | 1546338337 | 3 | t5_2fwo | r/programming | public | null |
False | BraveSirRobin | t2_o367 | Either that or a "Contributor to OpenJDK" line on a CV. | null | 0 | 1544921945 | False | 0 | ebvp639 | t3_a6i85m | null | null | t1_ebvmjws | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvp639/ | 1547664283 | 52 | t5_2fwo | r/programming | public | null |
False | YohahiDev | t2_1hfcf7ky | I really don't think this is against the rules but if you're a mod and you disagree, just remove this post. ❤️ | null | 0 | 1543786442 | False | 0 | eayder4 | t3_a2hk5z | null | null | t3_a2hk5z | /r/programming/comments/a2hk5z/my_discord_programming_server/eayder4/ | 1546338356 | 1 | t5_2fwo | r/programming | public | null |
False | chengiz | t2_1bv8s | No it's a relevant comment against a stupid pun.
The comments on this thread, I shake my head. Be professional when you put code out there. Damn, crap, fuck, bitch belong in OSS as much as they belong in marketing material, or when you wrote your first program and cleverly named all variables after pokemon characters... | null | 0 | 1544922101 | False | 0 | ebvpcjr | t3_a6i85m | null | null | t1_ebvctyi | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvpcjr/ | 1547664362 | -93 | t5_2fwo | r/programming | public | null |
False | TNorthover | t2_41bda | And -OMG is preferred. | null | 0 | 1543786462 | False | 0 | eaydg4i | t3_a2epsa | null | null | t1_eaycaqf | /r/programming/comments/a2epsa/undefined_behavior_is_really_undefined/eaydg4i/ | 1546338373 | 11 | t5_2fwo | r/programming | public | null |
False | MindlessLeadership | t2_13s3akl1 | People who are looking for something to complain about. | null | 0 | 1544922182 | False | 0 | ebvpfzx | t3_a6i85m | null | null | t1_ebvc1gj | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvpfzx/ | 1547664407 | 76 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543786568 | False | 0 | eaydn26 | t3_a2b8u4 | null | null | t1_eay2sra | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaydn26/ | 1546338460 | -7 | t5_2fwo | r/programming | public | null |
False | pbspbsingh | t2_2ajn4t | A biased and useless comparison. | null | 0 | 1544922189 | False | 0 | ebvpgb1 | t3_a6fopy | null | null | t3_a6fopy | /r/programming/comments/a6fopy/python_vs_java_performance_what_is_python_used_for/ebvpgb1/ | 1547664411 | 3 | t5_2fwo | r/programming | public | null |
False | Odd_Setting | t2_158vqrud | Screenshotting this. Yeah, you represent exactly the kind of low-middle management level view that fucks things up.
> They are basically the same, right?
UX matters. Matters a lot. It's the expectation that iOS application will work while android one will get a pass if you need to castrate a raging giraffe as part... | null | 0 | 1543786617 | False | 0 | eaydqaf | t3_a2b8u4 | null | null | t1_eaybk7k | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaydqaf/ | 1546338499 | 2 | t5_2fwo | r/programming | public | null |
False | dwighthouse | t2_5sh5o | It is ugly, but you’re right, closures (or pure functions) are a better paradigm anyway. | null | 0 | 1544922196 | False | 0 | ebvpgmt | t3_a6k333 | null | null | t1_ebvkryk | /r/programming/comments/a6k333/public_and_private_class_fields_in_javascript_in/ebvpgmt/ | 1547664415 | 1 | t5_2fwo | r/programming | public | null |
False | gnarkonnen | t2_ew9gxd1 | Can I solve the challenges any time or do I need to solve it on the same day? | null | 0 | 1543786634 | False | 0 | eaydrg5 | t3_a2damo | null | null | t3_a2damo | /r/programming/comments/a2damo/advent_of_code_2018_is_live_one_coding_challenge/eaydrg5/ | 1546338514 | 11 | t5_2fwo | r/programming | public | null |
False | gambolling_gold | t2_10k174yn | I'd still be cautious. Like, apparently the code is open source but legally you can't compile and use it yourself. You have to use the official builds because of trademark issues. So it being open source actually means a lot less. | null | 0 | 1544922219 | False | 0 | ebvphm2 | t3_a66102 | null | null | t1_ebsgpny | /r/programming/comments/a66102/we_cant_include_a_backdoor_in_signal_signal/ebvphm2/ | 1547664427 | 1 | t5_2fwo | r/programming | public | null |
False | ariasaurus | t2_20d1fgfc | Logger is a valid singleton in a multi-core machine.
However I get the point you're making. However, I don't think threading is the answer except for small apps. For apps that are designed to max out a personal computer, threading might be the best way.
However, multi-process is a lot more scalable and those independ... | null | 0 | 1543786700 | False | 0 | eaydvuj | t3_9zyc4q | null | null | t1_eayd28y | /r/programming/comments/9zyc4q/every_78μs_your_computers_memory_has_a_hiccup/eaydvuj/ | 1546338568 | 1 | t5_2fwo | r/programming | public | null |
False | coloredgreyscale | t2_mpv9x | Getting the result line by line sounds like they are sending each draw instruction and waiting for the result one by one. It might already have helped a fair bit to send off the whole job in one go and receive the results when done (or in bigger blocks)
That way it should perfom better locally and be able to work in a... | null | 0 | 1544922344 | False | 0 | ebvpn19 | t3_a6f5bk | null | null | t1_ebup6as | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvpn19/ | 1547664494 | 4 | t5_2fwo | r/programming | public | null |
False | MarcelGarus | t2_mrpz7h8 | Also, recently the functionality to include native widgets got added. | null | 0 | 1543786751 | False | 0 | eaydz69 | t3_a2b8u4 | null | null | t1_eaxq9we | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaydz69/ | 1546338638 | 2 | t5_2fwo | r/programming | public | null |
False | UpsetLime | t2_22edid2v | Well, shit, if it was that easy, I've been doing it wrong all this time. | null | 0 | 1544922345 | False | 0 | ebvpn2z | t3_a6i85m | null | null | t1_ebvp639 | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvpn2z/ | 1547664495 | 10 | t5_2fwo | r/programming | public | null |
False | cyrax256 | t2_gvkih | You can solve them at any time, even after Christmas :) it's all very relaxed | null | 0 | 1543786801 | False | 0 | eaye2fz | t3_a2damo | null | null | t1_eaydrg5 | /r/programming/comments/a2damo/advent_of_code_2018_is_live_one_coding_challenge/eaye2fz/ | 1546338679 | 15 | t5_2fwo | r/programming | public | null |
False | pyridae | t2_1ahh6o6w | Well, if your objective is to improve something or bring up some kind of fault, this has no consequence at all. Either you learn something or you teach someone. | null | 0 | 1544922601 | False | 0 | ebvpy63 | t3_a6f5bk | null | null | t1_ebu9iby | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvpy63/ | 1547664659 | 2 | t5_2fwo | r/programming | public | null |
False | lechatsportif | t2_aqsat | Well your flat wrong. I have a brand new top end mac and electron doing one file feels like shit compared to a bloated pioe of garbage like eclipse. | null | 0 | 1543786803 | False | 0 | eaye2lg | t3_a2b8u4 | null | null | t1_eay6pxo | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaye2lg/ | 1546338681 | 1 | t5_2fwo | r/programming | public | null |
False | sander1095 | t2_ftwpt | Almost everyone swears or acts "like themselves" during work, but when you are working or doing something for a client, most people will avoid bad behavior.
I dont think customer service ever says "ah yes, you have that problem. Really fucking annoying right?".. or that the administration department makes funny notes... | null | 0 | 1544922745 | False | 0 | ebvq4ao | t3_a6i85m | null | null | t1_ebvj33p | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvq4ao/ | 1547664734 | 51 | t5_2fwo | r/programming | public | null |
False | monsto | t2_52jog | At no point have I conflated UX and UI.
I'll repeat it for you: Electron succeeded because it brings consistent UX across the various UI.
But then again, you're too concerned with my balls to get that.
Blocked. | null | 0 | 1543786810 | False | 0 | eaye323 | t3_a2b8u4 | null | null | t1_eaydqaf | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaye323/ | 1546338687 | 1 | t5_2fwo | r/programming | public | null |
False | --recursive | t2_cu0fm | Upstream will take a CoC, even if it has to be forced into them.
Edit: A less sarcastic reply, we'll find out what happens here: https://github.com/Stuk/jszip/issues/570 | null | 0 | 1544922771 | 1544922985 | 0 | ebvq5bp | t3_a6i85m | null | null | t1_ebvoxqt | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvq5bp/ | 1547664748 | 49 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543786847 | False | 0 | eaye5fj | t3_a2b8u4 | null | null | t1_eayccx5 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaye5fj/ | 1546338716 | -23 | t5_2fwo | r/programming | public | null |
False | pyridae | t2_1ahh6o6w | Because the programmers were looking to the long term, a notion that businessmen usually can't comprehend. So best to leave the programmers to it, otherwise they won't get to complete what is actually a pretty cool idea. Only problem it seems is that the idea was so long term as to be open-ended, the guy was right to i... | null | 0 | 1544922957 | False | 0 | ebvqd86 | t3_a6f5bk | null | null | t1_ebuh2kj | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvqd86/ | 1547664846 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543786859 | False | 0 | eaye677 | t3_a22biq | null | null | t1_eautq3s | /r/programming/comments/a22biq/becoming_a_better_supporter_of_women_in_tech/eaye677/ | 1546338725 | 1 | t5_2fwo | r/programming | public | null |
False | ChipThien | t2_m95tc08 | I love it. I have enough energy to come home and work! The key element is to have amazing coworkers. I attribute lots of laughing and personal growth to pair programming in addition to making great products for my employer. | null | 0 | 1544922974 | False | 0 | ebvqdzg | t3_a6f5bk | null | null | t1_ebuh9kr | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvqdzg/ | 1547664855 | 6 | t5_2fwo | r/programming | public | null |
False | ena-opk | t2_i9p4h | >You can think of async/await as imperative syntax sugar for the following expression:
​
No, the semantic is very different IMHO. `await` is named very missleading as it does not wait. It might await, it might not. Say there are two paths in the `async` function you `await` . One does `await` \* the oth... | null | 0 | 1543786920 | 1543790189 | 0 | eayea6r | t3_a1lebc | null | null | t1_eau3vnt | /r/programming/comments/a1lebc/actually_callbacks_are_fine_implementing_monads/eayea6r/ | 1546338774 | 1 | t5_2fwo | r/programming | public | null |
False | pyridae | t2_1ahh6o6w | Bullshit, it was the company that was torturing the employees by giving them horrible software. Where's the empathy in that? | null | 0 | 1544923052 | False | 0 | ebvqhav | t3_a6f5bk | null | null | t1_ebui5sb | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvqhav/ | 1547664897 | 2 | t5_2fwo | r/programming | public | null |
False | cthulu0 | t2_m1fyc | So you can you tell Brian Kemp , secretary of the state of Georgia, and now governor elect that he was wrong to disenfranchise 54000 voters because their name did not exactly match the name on a voter roll? | null | 0 | 1543786946 | False | 0 | eayebru | t3_a2c8xv | null | null | t3_a2c8xv | /r/programming/comments/a2c8xv/falsehoods_programmers_believe_about_names_with/eayebru/ | 1546338794 | 6 | t5_2fwo | r/programming | public | null |
False | goodes_homolosine | t2_h3cve | This is amazing. | null | 0 | 1544923058 | False | 0 | ebvqhkh | t3_a6k3qb | null | null | t3_a6k3qb | /r/programming/comments/a6k3qb/how_shazam_works_audio_fingerprinting_and_indexing/ebvqhkh/ | 1547664899 | 62 | t5_2fwo | r/programming | public | null |
False | GoranM | t2_94uoz | My notion of "simplicity" accounts for more than just the syntax, or language-level conveniences that can hide a lot of seemingly unnecessary detail.
In practice, the nature of the underlying infrastructure, and the implied overhead, tends to be extremely relevant.
I would highly recommend watching the full video, wh... | null | 0 | 1543787015 | False | 0 | eayeg6n | t3_a2b4n9 | null | null | t1_eaxzi2q | /r/programming/comments/a2b4n9/abner_coimbre_nasa_engineer_on_jai_language/eayeg6n/ | 1546338848 | 1 | t5_2fwo | r/programming | public | null |
False | matheusmoreira | t2_8lmya | Are we going to need some kind of rating system for code now? Parental Advisory? | null | 0 | 1544923093 | False | 0 | ebvqj56 | t3_a6i85m | null | null | t3_a6i85m | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvqj56/ | 1547664919 | 10 | t5_2fwo | r/programming | public | null |
False | combinatorylogic | t2_iab4d | Most of the abstractions shall not have any additional costs. If they do, their implementation is shitty. Also, this whole web stack is a wrong abstraction anyway. | null | 0 | 1543787047 | False | 0 | eayei62 | t3_a2b8u4 | null | null | t1_eay63nq | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayei62/ | 1546338873 | 4 | t5_2fwo | r/programming | public | null |
False | SorteKanin | t2_c0zrb | Has science gone too far? | null | 0 | 1544923206 | False | 0 | ebvqo6w | t3_a6i85m | null | null | t1_ebvmfxb | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvqo6w/ | 1547664981 | 13 | t5_2fwo | r/programming | public | null |
False | Necromunger | t2_70a1i | Could you hide like 100 functions inside an array of closures?
Maybe i'm misunderstanding.
EDIT: sorry? | null | 0 | 1543787130 | 1543791610 | 0 | eayenff | t3_a2b8u4 | null | null | t1_eaxumt5 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayenff/ | 1546338938 | 3 | t5_2fwo | r/programming | public | null |
False | matheusmoreira | t2_8lmya | How is it possible to force someone to adopt a code of conduct? | null | 0 | 1544923293 | False | 0 | ebvqry9 | t3_a6i85m | null | null | t1_ebvq5bp | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvqry9/ | 1547665027 | 4 | t5_2fwo | r/programming | public | null |
False | daidoji70 | t2_4k68g | This is a good writeup. | null | 0 | 1543787155 | False | 0 | eayeozi | t3_a26yph | null | null | t3_a26yph | /r/programming/comments/a26yph/minhashing_clustering_enormous_datasets_with_a/eayeozi/ | 1546338957 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544923386 | False | 0 | ebvqvzz | t3_a6i85m | null | null | t3_a6i85m | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvqvzz/ | 1547665077 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543787338 | False | 0 | eayf0ae | t3_a2b8u4 | null | null | t1_eawxtg6 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayf0ae/ | 1546339097 | 1 | t5_2fwo | r/programming | public | null |
False | pyridae | t2_1ahh6o6w | Imagine where linux would be without these sort of shenanigans. Perhaps technology would be leagues behind what it is today. | null | 0 | 1544923421 | False | 0 | ebvqxji | t3_a6i85m | null | null | t1_ebv1v71 | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvqxji/ | 1547665096 | 31 | t5_2fwo | r/programming | public | null |
False | duncan1382 | t2_6v52c | Anytime! It's just kind of fun to do while it's going on.
You can do the ones from previous years too. | null | 0 | 1543787390 | False | 0 | eayf3k1 | t3_a2damo | null | null | t1_eaydrg5 | /r/programming/comments/a2damo/advent_of_code_2018_is_live_one_coding_challenge/eayf3k1/ | 1546339136 | 6 | t5_2fwo | r/programming | public | null |
False | devraj7 | t2_yhtpo | Ignoring reality and burying your head in the sand is always an option, I suppose.
| null | 0 | 1544923498 | False | 0 | ebvr0uz | t3_a6f5bk | null | null | t1_ebv8s69 | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvr0uz/ | 1547665137 | -1 | t5_2fwo | r/programming | public | null |
False | oridb | t2_90rkq | > exfiltrating data based on timing.
As opposed to exfiltrating data based on SELECT, which you just said they have permissions for? | null | 0 | 1543787402 | False | 0 | eayf47x | t3_a2cosx | null | null | t1_eaxest4 | /r/programming/comments/a2cosx/a_very_sleepy_mysql_attack/eayf47x/ | 1546339145 | 4 | t5_2fwo | r/programming | public | null |
False | josefx | t2_4orl7 | Funny you mention [pokemon names](https://pixelastic.github.io/pokemonorbigdata/). Apparantly marketing guys love those names.
Depending on your marketing department the following words are also evil and should not be used: bug, crash, race condition, limitation, ... . | null | 0 | 1544923569 | False | 0 | ebvr41n | t3_a6i85m | null | null | t1_ebvpcjr | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvr41n/ | 1547665205 | 45 | t5_2fwo | r/programming | public | null |
False | ander_bsd | t2_mrrn82w | Oh, Chromium. That engine which was build from Webkit, and that being a fork of KHTML. Guess which plataform was it born.
Still, QML is just a GUI layout, the rest of the code is pure C++.
Without C++ and QT, no QML. Electron is shipping Chromium and them using JS to write something. Atrocious.
As I said, I complai... | null | 0 | 1543787406 | False | 0 | eayf4gy | t3_a2b8u4 | null | null | t1_eaye5fj | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayf4gy/ | 1546339148 | 17 | t5_2fwo | r/programming | public | null |
False | giantsparklerobot | t2_47gyf | Listen to pretty much any of his demos or interviews. He uses "we" and "they" constantly. Everything is presented as a team effort unless it is very obviously a personal effort of his own. He's listed on a lot of patents not solely because of ego but his influence drove the development in most cases. | null | 0 | 1544923571 | False | 0 | ebvr45a | t3_a6eoaw | null | null | t1_ebv9sbr | /r/programming/comments/a6eoaw/what_was_it_like_to_be_a_software_engineer_at_next/ebvr45a/ | 1547665207 | 6 | t5_2fwo | r/programming | public | null |
False | paowikx | t2_14bpa5 | it depends on what you want to do. but in general i would suggest go for python. | null | 0 | 1543787421 | False | 0 | eayf5hb | t3_a2hpd8 | null | null | t3_a2hpd8 | /r/programming/comments/a2hpd8/is_lisp_a_good_language_to_start_learning_as_a/eayf5hb/ | 1546339160 | 3 | t5_2fwo | r/programming | public | null |
False | g4m3c0d3r | t2_f6uqn | > or the lead
Talk to the lead programmer, they should have more context. | null | 0 | 1544923676 | False | 0 | ebvr8ui | t3_a6f5bk | null | null | t1_ebuzj2j | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvr8ui/ | 1547665266 | 0 | t5_2fwo | r/programming | public | null |
False | ander_bsd | t2_mrrn82w | Wasn't QT LGPL? | null | 0 | 1543787448 | False | 0 | eayf75d | t3_a2b8u4 | null | null | t1_eay0q7f | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayf75d/ | 1546339211 | 9 | t5_2fwo | r/programming | public | null |
False | Yioda | t2_hlekr | It is not. | null | 0 | 1544923771 | False | 0 | ebvrd4p | t3_a6i85m | null | null | t1_ebvqry9 | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvrd4p/ | 1547665318 | -5 | t5_2fwo | r/programming | public | null |
False | haulwhore | t2_id0zh5z | Lisp would probably not be a good language to get started with because of its syntax being so different so everything else.
I would either go for C (because it’s the daddy of all languages) or python (because it’s so user friendly) as a first language. | null | 0 | 1543787454 | False | 0 | eayf7ip | t3_a2hpd8 | null | null | t3_a2hpd8 | /r/programming/comments/a2hpd8/is_lisp_a_good_language_to_start_learning_as_a/eayf7ip/ | 1546339216 | 21 | t5_2fwo | r/programming | public | null |
False | Ravek | t2_72i2j | What do you think basic syntax means? This is the kind of shit you learn in school or on your first hobby projects years before you ever get a job.
People who can’t program for shit also aren’t the people who have deep knowledge about any software systems so I have no idea what that straw man argument is about. | null | 0 | 1544923817 | False | 0 | ebvrf73 | t3_a5ylm8 | null | null | t1_ebuu2g3 | /r/programming/comments/a5ylm8/should_have_used_ada_1_how_some_famous/ebvrf73/ | 1547665344 | 1 | t5_2fwo | r/programming | public | null |
False | mewloz | t2_pbg6u | Yes, however this article is not nearly enough to provide such an accurate cost model, is actually slightly inaccurate when you concentrate on details (e.g. __builtin_expect still very often *do* have an effect on static branch prediction, although it is not through binary annotation but simply thanks to the direction ... | null | 0 | 1543787454 | 1543787749 | 0 | eayf7j4 | t3_a1sbwp | null | null | t1_eav0z7i | /r/programming/comments/a1sbwp/not_all_cpu_operations_are_created_equal/eayf7j4/ | 1546339216 | 1 | t5_2fwo | r/programming | public | null |
False | Gigablah | t2_4ab4q | Looks like a little bit of personal grudge leaking there | null | 0 | 1544923821 | False | 0 | ebvrfci | t3_a6f5bk | null | null | t1_ebva61y | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvrfci/ | 1547665346 | 7 | t5_2fwo | r/programming | public | null |
False | ander_bsd | t2_mrrn82w | Not even close. QT does a lot of more than widgets... | null | 0 | 1543787486 | False | 0 | eayf9fa | t3_a2b8u4 | null | null | t1_eaxba8z | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayf9fa/ | 1546339239 | 3 | t5_2fwo | r/programming | public | null |
False | Gigablah | t2_4ab4q | If you set initial minimum delay to 10s, then reduced it by 1s each performance appraisal cycle, that would have provided quite a bit of material... | null | 0 | 1544924074 | False | 0 | ebvrqnm | t3_a6f5bk | null | null | t1_ebvj1dq | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvrqnm/ | 1547665485 | 9 | t5_2fwo | r/programming | public | null |
False | ander_bsd | t2_mrrn82w | JS is the opposite of TCL/TK, Perl and even the Z-Machine. | null | 0 | 1543787610 | False | 0 | eayfgus | t3_a2b8u4 | null | null | t1_eaybvdk | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayfgus/ | 1546339331 | 1 | t5_2fwo | r/programming | public | null |
False | deejross | t2_fxxv4 | Because the only thing worse than developing in Java is developing on Java. 🤣 | null | 0 | 1544924197 | False | 0 | ebvrvx2 | t3_a6i85m | null | null | t3_a6i85m | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvrvx2/ | 1547665551 | -5 | t5_2fwo | r/programming | public | null |
False | iroflmaowtf | t2_12usbv | I’d say that golang, pascal/delphi, or something that also touches on pointers would be a good place to start.
You will eventually have to grow and learn new languages, starting with lisp, python or the like will make it slightly more difficult, however, if you’re more attracted to some specific language, just go for ... | null | 1 | 1543787640 | False | 0 | eayfinc | t3_a2hpd8 | null | null | t3_a2hpd8 | /r/programming/comments/a2hpd8/is_lisp_a_good_language_to_start_learning_as_a/eayfinc/ | 1546339352 | -1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 1 | 1544924362 | 1547520366 | 0 | ebvs306 | t3_a6i85m | null | null | t3_a6i85m | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvs306/ | 1547665639 | -3 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543787660 | False | 0 | eayfju7 | t3_a1o5iz | null | null | t1_earlmf7 | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eayfju7/ | 1546339368 | 1 | t5_2fwo | r/programming | public | null |
False | tareumlaneuchie | t2_3o15m | > Of course a lot of people also got caught without a seat when the music stopped and had lots of stock that was sellable but they didn't, and so they owned taxes on the price at the time they got them, and were hugely in the hole with AMT taxes.
Aren't you taxed on the profits of selling your stock? if profits <... | null | 0 | 1544924373 | False | 0 | ebvs3fg | t3_a6eoaw | null | null | t1_ebv08k8 | /r/programming/comments/a6eoaw/what_was_it_like_to_be_a_software_engineer_at_next/ebvs3fg/ | 1547665643 | 1 | t5_2fwo | r/programming | public | null |
False | dacian88 | t2_495ze | for the most part it doesn't matter, uikit is basically the same, the only major differences is when you start using APIs that are very hardware specific like camera, opengl/metal, interaction with video decoders and setting up rendering pipelines between the graphics apis and the AV stuff. You have the same problems o... | null | 0 | 1543787715 | False | 0 | eayfn3r | t3_a2b8u4 | null | null | t1_eayakg3 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayfn3r/ | 1546339407 | 3 | t5_2fwo | r/programming | public | null |
False | flatfinger | t2_1ynyypvj | The Atari 2600 Video Computer System (based on a 28-pin version of the 6502) has been emulated on Minecraft. | null | 0 | 1544924412 | False | 0 | ebvs565 | t3_a61to1 | null | null | t1_ebrux0o | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebvs565/ | 1547665665 | 1 | t5_2fwo | r/programming | public | null |
False | Holy_City | t2_bj3zm | You're kind of moving the goalposts here - you said your issue with Electron apps was their poor integration with Windows native UI/UX APIs (accessibility, touch, etc). I'm pointing out that *every* cross platform UI framework has to deal with that.
Now you're saying that your issue with Electron is that it's bloated... | null | 0 | 1543787755 | False | 0 | eayfpi1 | t3_a2b8u4 | null | null | t1_eayd5kw | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayfpi1/ | 1546339437 | 1 | t5_2fwo | r/programming | public | null |
False | stefantalpalaru | t2_433np | > Is this bikeshedding?
No, it's bowdlerisation. | null | 0 | 1544924413 | False | 0 | ebvs56v | t3_a6i85m | null | null | t1_ebvmjws | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvs56v/ | 1547665665 | 13 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | Much better developer UX. Typically better performance. | null | 0 | 1543787776 | False | 0 | eayfqsj | t3_a2b8u4 | null | null | t1_eay6n16 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayfqsj/ | 1546339453 | 1 | t5_2fwo | r/programming | public | null |
False | matheusmoreira | t2_8lmya | > there were some things that were more important than making the system better.
I can't think of anything more demoralizing than this. If someone told me this, I'd stop caring about the system. What's the point of working on it?
Everybody has their own ideas of how everything should be. Programming is unique in h... | null | 0 | 1544924428 | 1544924701 | 0 | ebvs5tr | t3_a6f5bk | null | null | t3_a6f5bk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvs5tr/ | 1547665673 | 3 | t5_2fwo | r/programming | public | null |
False | Lemmings4Friends | t2_1l8v1ag8 | tests aren't needed if it's type safe and small, you can create a proof for your method instead such that all values entering produce an expected result, thanks to type safety. | null | 0 | 1543787794 | False | 0 | eayfrxy | t3_a1o5iz | null | null | t1_earnb07 | /r/programming/comments/a1o5iz/maybe_not_rich_hickey/eayfrxy/ | 1546339467 | 1 | t5_2fwo | r/programming | public | null |
False | driusan | t2_bvkul | Blackmail, threats, and lots of belittling insults until they give in. | null | 0 | 1544924513 | False | 0 | ebvs9j1 | t3_a6i85m | null | null | t1_ebvqry9 | /r/programming/comments/a6i85m/openjdk_bug_report_complains_source_code_has_too/ebvs9j1/ | 1547665719 | 28 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | Performance that is needed. Creating and destroying objects performance besides other things. | null | 0 | 1543787836 | False | 0 | eayfulr | t3_a2b8u4 | null | null | t1_eaxxmjx | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayfulr/ | 1546339501 | 3 | t5_2fwo | r/programming | public | null |
False | am0x | t2_bsryf | Yea you probably wouldn’t be a good fit for the team. It was very interactive and extremely driven by learning a and researching best methods. It was never stressful. People were never angry, it was more of a team collaboration. Some people prefer to play a singles sport like golf and others like team sports like baske... | null | 0 | 1544924526 | False | 0 | ebvsa2k | t3_a6f5bk | null | null | t1_ebvdwac | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvsa2k/ | 1547665725 | 5 | t5_2fwo | r/programming | public | null |
False | quantifiableNonsense | t2_1shi9ft4 | If you are trying to learn programming to become a computer science student, Lisp is a good place to start.
If you are more interested in actually doing things than learning about computer science, Python is probably a better choice. | null | 0 | 1543787864 | False | 0 | eayfwb2 | t3_a2hpd8 | null | null | t3_a2hpd8 | /r/programming/comments/a2hpd8/is_lisp_a_good_language_to_start_learning_as_a/eayfwb2/ | 1546339522 | 15 | t5_2fwo | r/programming | public | null |
False | pavel_lishin | t2_2w8h | Yeah, I don't mean that I wouldn't get along with people or that I'd argue with them; I'm just very introverted and the idea of spending eight hours a day doing nothing but communicating closely with another human being is one of my personal circles of hell. | null | 0 | 1544924597 | False | 0 | ebvsd4z | t3_a6f5bk | null | null | t1_ebvsa2k | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvsd4z/ | 1547665763 | 1 | t5_2fwo | r/programming | public | null |
False | ander_bsd | t2_mrrn82w | Ancient Unixen and old Linux/BSD distros had pretty eclectic VMs/tools since the beggining. So did Windows, with odd designed industrial tools.
But, still, they worked fast. And integrated environments were a thing: OLE under MS, CDE and X standards under Unix such as XDND, and so on.
Electron is pretty much an island... | null | 0 | 1543787922 | False | 0 | eayfzqz | t3_a2b8u4 | null | null | t1_eax1ubp | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayfzqz/ | 1546339563 | 1 | t5_2fwo | r/programming | public | null |
False | reslez | t2_34rzu | All code on my team gets peer reviewed by minimum 2 people. If you write something beautiful, there's a good chance it will get noticed and you'll get kudos :) We have a good dynamic going. | null | 0 | 1544924655 | False | 0 | ebvsfng | t3_a6f5bk | null | null | t1_ebvg2tk | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvsfng/ | 1547665822 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1543787956 | False | 0 | eayg1rg | t3_a2b8u4 | null | null | t1_eayf4gy | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayg1rg/ | 1546339589 | -3 | t5_2fwo | r/programming | public | null |
False | am0x | t2_bsryf | It’s the best codebase I have ever seen. Test driven, extremely thought out, refactored on the spot as needed, etc. | null | 0 | 1544924662 | False | 0 | ebvsfz2 | t3_a6f5bk | null | null | t1_ebvg8if | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvsfz2/ | 1547665827 | 3 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | Flutter is still beta. Should ultimately have the same ability as Electron. Really both are built on Skia. Just flutter far more light weight. | null | 0 | 1543788019 | False | 0 | eayg5kp | t3_a2b8u4 | null | null | t1_eaxm1bj | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayg5kp/ | 1546339636 | 3 | t5_2fwo | r/programming | public | null |
False | am0x | t2_bsryf | Eh maybe, but for overall company success you
Need to think that people are a part of the budget. Too many developers don’t think at all in terms of business and that is equally as bad. If you are costing the company money, then why keep you? | null | 0 | 1544924931 | False | 0 | ebvsrv2 | t3_a6f5bk | null | null | t1_ebv7n0h | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvsrv2/ | 1547665974 | 5 | t5_2fwo | r/programming | public | null |
False | bartturner | t2_dyc5p | No that is not a big if. Heck you do not even need Google to do it. | null | 0 | 1543788066 | False | 0 | eayg8b7 | t3_a2b8u4 | null | null | t1_eay4pn0 | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayg8b7/ | 1546339670 | 2 | t5_2fwo | r/programming | public | null |
False | reslez | t2_34rzu | You can have ownership of code and still produce garbage if your team is dysfunctional. Constructive advice needs to be taken as such. It isn't a personal attack or turf war. That senior manager was actively making the problem worse. That was a shit company, I hope that guy got out before he got any more destructive "a... | null | 0 | 1544924942 | False | 0 | ebvssau | t3_a6f5bk | null | null | t1_ebuct5f | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvssau/ | 1547665979 | 1 | t5_2fwo | r/programming | public | null |
False | mindbleach | t2_28j4q | Good thing we're not talking about JS specifically, then. | null | 0 | 1543788083 | False | 0 | eayg9d0 | t3_a2b8u4 | null | null | t1_eayfgus | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eayg9d0/ | 1546339682 | 1 | t5_2fwo | r/programming | public | null |
False | am0x | t2_bsryf | That’s why there are singles sports like golf and tram sports like basketball.
Even then, it wasn’t very exhausting. I was learning and engaged so much, but I am very passionate about programming, that the conversations I had with people were super fulfilling. Imagine getting to program with the best programmer you k... | null | 0 | 1544925124 | False | 0 | ebvt0bk | t3_a6f5bk | null | null | t1_ebv1exg | /r/programming/comments/a6f5bk/the_best_programming_advice_i_ever_got_2012/ebvt0bk/ | 1547666078 | 2 | t5_2fwo | r/programming | public | null |
False | badsectoracula | t2_3jbnd | Yeah, the XML resource is basically the entire manifest, except instead of being alongside the application is part of the EXE :-P. It was certainly a weird decision. | null | 0 | 1543788119 | False | 0 | eaygbdy | t3_a2b8u4 | null | null | t1_eay8yal | /r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/eaygbdy/ | 1546339708 | 1 | t5_2fwo | r/programming | public | null |
False | flatfinger | t2_1ynyypvj | The real 6502 was an interesting beast, with some parts that were pretty clever, some that I think were unfortunate, and some that leave me scratching my head. I find it curious, for example, that different instructions support so many different subsets of the possible addressing modes, rather than simply having the b... | null | 0 | 1544925219 | False | 0 | ebvt4cd | t3_a61to1 | null | null | t1_ebu8geq | /r/programming/comments/a61to1/write_your_own_virtual_machine/ebvt4cd/ | 1547666127 | 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.