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 | wellmeaningtroll | t2_9526cir | > Do you have the ability to instantly count rows and columns to go to that point in your code where something seems off?
Yes, of course you do have this ability. Any text editor that lets you write macros does that, and vim has most basic movements covered out of the box. I am talking about moves like:
- jump to line N
- go N lines/paragraphs up/down
- jump to column/word
- go N columns/words/sentences forward/backward
- add/subtract N to first number right of cursor
and so on and so forth (the list is not exhaustive, just to give you an idea).
The one thing I cannot imagine is playing a game like for example Starcraft without a mouse. But I suspect that a good touch-screen and enough multi-touch (10 fingers + palms?) gestures might be better than keyboard + mouse. | null | 0 | 1544446384 | 1544446712 | 0 | ebhr3rw | t3_a4nztn | null | null | t1_ebhkpef | /r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebhr3rw/ | 1547427874 | 2 | t5_2fwo | r/programming | public | null |
False | chuecho | t2_ygdqng8 | how would you do it?
Since the result is embedded within a `Result` type which may contain either an "success" value or an error value, I can't see how you can extract the success value without handling the error value (even if simply instructing the program to panic via `unwrap`).
Even using `unsafe` to force-reinterpret the contents of a `Result` as a success value still carries the implication that the programmer who wrote it acknowledges the possibility of an error but is bending backwards to ignore it. | null | 0 | 1545663914 | False | 0 | ecgjl9w | t3_a8rptf | null | null | t1_ecgike7 | /r/programming/comments/a8rptf/i_do_not_like_go/ecgjl9w/ | 1548015170 | 5 | t5_2fwo | r/programming | public | null |
False | Sampo | t2_1tvs | > The health care and universities aren't free though, you pay for them through your taxes.
This is good point, the tax rate can be higher in Europe. But direct comparison of tax rates can still be a bit deceptive, because if you own a house (or apartment) in the US, you also end up paying quite a bit in property taxes. Especially if you have kids and you bought your house in a good school district. And this property tax doesn't how in a direct tax percentage comparison.
> It's also not true that you don't need to save for retirement.
That is not what I meant. When you retire in the US, you also need money not only for living, but for paying your health insurance. So you need to save extra money, so that you can pay for the health insurance once you are retired. | null | 0 | 1544446473 | False | 0 | ebhr655 | t3_a4n8jv | null | null | t1_ebhq8wt | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhr655/ | 1547427904 | 2 | t5_2fwo | r/programming | public | null |
False | aazav | t2_4rki0 | For what? | null | 0 | 1545663946 | False | 0 | ecgjmd3 | t3_a95jxj | null | null | t3_a95jxj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecgjmd3/ | 1548015184 | -16 | t5_2fwo | r/programming | public | null |
False | cbzoiav | t2_gs7o9 | The US government spends a higher percentage of GDP on healthcare than the UK does.
8.5% (£7600) vs 7.7% (£2900) (OECD 2016 numbers).
Total numbers including private / voluntary schemes is 17.3% vs 9.7%. | null | 0 | 1544446565 | False | 0 | ebhr8lm | t3_a4n8jv | null | null | t1_ebhq8wt | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhr8lm/ | 1547427934 | 1 | t5_2fwo | r/programming | public | null |
False | CaptainMurphy111 | t2_oykyy | For some intel integrated graphics, only up to 3.2 is supported. 3.3 is extra stuff you don't really need for 2D, like geometry shaders. | null | 0 | 1545663950 | False | 0 | ecgjmhn | t3_a8kzty | null | null | t1_eccils1 | /r/programming/comments/a8kzty/rubeus_crossplatform_2d_game_engine_created_for/ecgjmhn/ | 1548015185 | 1 | t5_2fwo | r/programming | public | null |
False | tact1cal | t2_w4eay | The most common misunderstanding is that you will need more than 10% of those at your workplace. | null | 0 | 1544446617 | False | 0 | ebhr9yn | t3_a4ul7u | null | null | t3_a4ul7u | /r/programming/comments/a4ul7u/what_common_misunderstandings_do_people_have/ebhr9yn/ | 1547427950 | 5 | t5_2fwo | r/programming | public | null |
False | yawaramin | t2_77bue | It's a problem because the more code you write, the more potential for bugs you introduce. If the process crashes before calling the DB, you can at least (e.g.) show the user an error instance of a success confirmation. If you created the sale object before writing to DB, you would be showing the user a success confirmation, then crashing and losing the transaction record.
See also https://www.reddit.com/r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecgcn7v/ | null | 0 | 1545664055 | 1545664337 | 0 | ecgjq91 | t3_a8vpy4 | null | null | t1_ecghk0r | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecgjq91/ | 1548015231 | 6 | t5_2fwo | r/programming | public | null |
False | bmcmbm | t2_2p83te3j | This is very informative. Thank OP for sharing. | null | 0 | 1544446652 | False | 0 | ebhrawt | t3_a4sqkc | null | null | t3_a4sqkc | /r/programming/comments/a4sqkc/operating_systems_development_for_dummies/ebhrawt/ | 1547427963 | 6 | t5_2fwo | r/programming | public | null |
False | DevilSauron | t2_qa2ah | If by “closer to the metal” you mean things like “not having automatic GC”, then modern C++. As long as you start learning it from modern materials (at least C++11 and newer) and adhere to modern guidelines and conventions (isocpp site is a good resource to start looking for them), you’ll miss many of the infamous footguns and minefields.
It’s not the easiest language, but it will teach you some really interesting and important things (lifetimes, for example), which would then make it easier for you to get into other lower-level languages such as C or Rust. | null | 0 | 1545664122 | False | 0 | ecgjsru | t3_a8rptf | null | null | t1_ecepjqc | /r/programming/comments/a8rptf/i_do_not_like_go/ecgjsru/ | 1548015263 | 1 | t5_2fwo | r/programming | public | null |
False | Sun_Kami | t2_8yj76 | What do I have to do to get to that level?? Is it a management type role, or actually a full time development role? | null | 0 | 1544446706 | False | 0 | ebhrcd6 | t3_a4n8jv | null | null | t1_ebhqm8r | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrcd6/ | 1547427981 | 2 | t5_2fwo | r/programming | public | null |
False | yawaramin | t2_77bue | Sure, SQLite recommends not using the autoincrement feature _unless strictly needed._ For unit testing involving IDs you _do_ need it. | null | 0 | 1545664276 | False | 0 | ecgjyi2 | t3_a8vpy4 | null | null | t1_ecggbqn | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecgjyi2/ | 1548015333 | 1 | t5_2fwo | r/programming | public | null |
False | Sedbict | t2_670l7m | Pretty much, I'm still in uni (maths) but have already made more than enough money just from programming-related side-jobs. Heck, I even have a free Google interview for completing GSoC, which I don't plan on burning anytime soon.
There are more variables to a good life than financial gain and most European devs aren't willing to sacrifice their everyday life for marginally bigger wages (granted the job offer doesn't offer much new in terms of learning) | null | 0 | 1544446727 | False | 0 | ebhrd0p | t3_a4n8jv | null | null | t1_ebggtr4 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrd0p/ | 1547427988 | 1 | t5_2fwo | r/programming | public | null |
False | steveklabnik1 | t2_d7udf | What's that graph from? There's no citation whatsoever, but I'm interested! | null | 0 | 1545664280 | False | 0 | ecgjyne | t3_a8rptf | null | null | t1_ecf5mbe | /r/programming/comments/a8rptf/i_do_not_like_go/ecgjyne/ | 1548015335 | 1 | t5_2fwo | r/programming | public | null |
False | ehubinette | t2_b8kb5 | MakerDAO, crypto firm | null | 0 | 1544446791 | False | 0 | ebhreud | t3_a4n8jv | null | null | t1_ebgwk81 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhreud/ | 1547428011 | 2 | t5_2fwo | r/programming | public | null |
False | MadRedHatter | t2_skbl1 | Use "if let" pattern matching, which is non exhaustive. | null | 0 | 1545664404 | False | 0 | ecgk3c1 | t3_a8rptf | null | null | t1_ecgjl9w | /r/programming/comments/a8rptf/i_do_not_like_go/ecgk3c1/ | 1548015393 | 1 | t5_2fwo | r/programming | public | null |
False | SalvaXr | t2_bf4wg | Thanks! | null | 0 | 1544446825 | False | 0 | ebhrfth | t3_a4n8jv | null | null | t1_ebhreud | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrfth/ | 1547428022 | 1 | t5_2fwo | r/programming | public | null |
False | much_longer_username | t2_8xxdk | Smoke 'em if you got 'em. | null | 0 | 1545664470 | False | 0 | ecgk5r8 | t3_a95jxj | null | null | t3_a95jxj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecgk5r8/ | 1548015423 | 119 | t5_2fwo | r/programming | public | null |
False | tomthespaceman | t2_7iljo | Can I ask how much experience you have? I'm just graduating with a first class comp science degree so not sure how much demand there is for someone without much work experience. | null | 0 | 1544446873 | False | 0 | ebhrh8f | t3_a4n8jv | null | null | t1_ebhdg2a | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrh8f/ | 1547428041 | 5 | t5_2fwo | r/programming | public | null |
False | Nonethewiserer | t2_4emr7 | Maybe. But I think it has more to do with the more robust functionality of computers out of the box though. | null | 0 | 1545664479 | False | 0 | ecgk632 | t3_a90xot | null | null | t1_ecgegco | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecgk632/ | 1548015427 | 2 | t5_2fwo | r/programming | public | null |
False | Sampo | t2_1tvs | > Don't most respectable companies Stateside offer healthcare coverage as part of your contract?
Even with good employer provided health insurance, there are things like [deductibles](https://en.wikipedia.org/wiki/Deductible) and [copayments](https://en.wikipedia.org/wiki/Copayment). So when using a typical insurance, you still end up paying something out of your own pocket.
These can get a bit complicated. I think we'd need a real American to give some examples on how small or large the deductibles and copayments are in their health plan. | null | 0 | 1544447039 | False | 0 | ebhrm08 | t3_a4n8jv | null | null | t1_ebgtxnt | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrm08/ | 1547428101 | 2 | t5_2fwo | r/programming | public | null |
False | eyal0 | t2_32z87 | Of the languages that still fit the bill, I see, like, c++, Java, Rust, and go. Given that the others are still on the list, why did Go need to be invented? It doesn't feel simpler to me than Java, though maybe that is just my bias. Do programmers that know neither of those find go easier to learn than Java? | null | 0 | 1545664541 | False | 0 | ecgk8cn | t3_a8rptf | null | null | t1_ecgjkt6 | /r/programming/comments/a8rptf/i_do_not_like_go/ecgk8cn/ | 1548015455 | 2 | t5_2fwo | r/programming | public | null |
False | DGolden | t2_1pdmi | Also may be worth mentioning: perhaps somewhat unusually, you can also get full officially-licensed "classic" (<= 3.1) Amiga OS ROM ("kickstart") and disk ("workbench") images from Cloanto as part of the ["Amiga Forever"](https://www.amigaforever.com/features/) bundle, Amiga Forever includes a winuae and config primarily set up for easy use by microsoft windows users, but the images themselves all also work fine with any other UAE-based emulation. I mean of course you get them from a torrent or whatever too, we are on the internet, but Amiga Forever has all "Classic" Amiga OS versions entirely legally, even obscure ones of historical interest (well very niche historical interest, but still), and perhaps more importantly clean and neat known-good versions with no weird shit (Amiga ecosystem had quite a zoo [of viruses](https://en.wikipedia.org/wiki/SCA_\(computer_virus\)), early starters there as in other areas...) | null | 0 | 1544447052 | 1544451925 | 0 | ebhrmcy | t3_a4uo6y | null | null | t1_ebhpkbw | /r/programming/comments/a4uo6y/winuae_410_released_winuae_is_open_source_amiga/ebhrmcy/ | 1547428105 | 5 | t5_2fwo | r/programming | public | null |
False | nfrankel | t2_ayl6m | Just don't | null | 0 | 1545664585 | False | 0 | ecgk9zm | t3_a94nbm | null | null | t3_a94nbm | /r/programming/comments/a94nbm/how_to_estimate_time_for_a_projecttask_accurately/ecgk9zm/ | 1548015475 | 2 | t5_2fwo | r/programming | public | null |
False | x89k | t2_1iwkwhjk | Thanks. I'm currently working on the next iteration where I show how to implement keyboard support | null | 0 | 1544447087 | False | 0 | ebhrnc9 | t3_a4sqkc | null | null | t1_ebhrawt | /r/programming/comments/a4sqkc/operating_systems_development_for_dummies/ebhrnc9/ | 1547428117 | 6 | t5_2fwo | r/programming | public | null |
False | GoofAckYoorsElf | t2_225efam3 | BASIC on the C64 was what brought me to programming. Today I'm in AI research and consider myself a Python pro. | null | 0 | 1545665010 | False | 0 | ecgkpmz | t3_a90xot | null | null | t1_ecg271i | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecgkpmz/ | 1548015697 | 3 | t5_2fwo | r/programming | public | null |
False | m50d | t2_6q02y | > So if I don't have partition tolerance, I don't ever have A?
You could have availability without partition tolerance if nodes continue to respond to requests but the global system breaks down (not mere inconsistency but something more fundamental) when partition happens - e.g. those network games where you can "desync" and while both players' copy keeps working, there's no way to ever bring them back into sync again.
But yeah expressing it as CAP as though these were equal-weight properties is misleading; it's better to talk about what the system does when partitions happen.
> In contrast, a Read Committed or Repeatable Read transaction which wants to ensure data consistency may need to take out a lock on an entire table, which could block other users attempting to use that table, or it may use SELECT FOR UPDATE or SELECT FOR SHARE which not only can block other transactions but cause disk access.
Sure, but in an event sourcing architecture you never have a transaction that "wants to ensure data consistency" in that sense. Again, if your design could be implemented in Cassandra then your design can't possibly depend on such things, because there's no way to implement them in Cassandra at all. | null | 0 | 1544447117 | False | 0 | ebhro67 | t3_a3dobm | null | null | t1_ebhqnxj | /r/programming/comments/a3dobm/at_22_years_old_postgres_might_just_be_the_most/ebhro67/ | 1547428127 | 1 | t5_2fwo | r/programming | public | null |
False | icantthinkofone | t2_38m87 | What a great article! Six sentences in three whole paragraphs!!
Can someone post a tl;dr, please. | null | 0 | 1545665030 | False | 0 | ecgkqef | t3_a8wlar | null | null | t3_a8wlar | /r/programming/comments/a8wlar/do_you_program_for_leisure_and_how/ecgkqef/ | 1548015706 | 0 | t5_2fwo | r/programming | public | null |
False | bdtddt | t2_x8et0 | The BitSequence types represents infinite bitstreams, no?
Also can you expand on your first paragraph, how do they do that? | null | 0 | 1544447120 | False | 0 | ebhro9o | t3_a4tlvc | null | null | t1_ebhki42 | /r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebhro9o/ | 1547428128 | 1 | t5_2fwo | r/programming | public | null |
False | crazii_he | t2_111k4q | yep, D3D10 is out of concern. Obvious people will choose D3D11 overn D3D10. But by "D3D10" which is even out dated now, he made a point that: the project's rendering API is too old. Now I'm only thinking about D3D12 & Vulkan. | null | 0 | 1545665042 | False | 0 | ecgkquw | t3_a93m82 | null | null | t1_ecggfcw | /r/programming/comments/a93m82/blade_a_cross_platform_game_engine_tobe/ecgkquw/ | 1548015712 | 4 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544447125 | 1544769730 | 0 | ebhrodz | t3_a4n8jv | null | null | t1_ebgj552 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrodz/ | 1547428130 | 10 | t5_2fwo | r/programming | public | null |
False | arlaarlaarla | t2_5icbg | God damn, try harder to be a an arrogant prick. | null | 0 | 1545665265 | False | 0 | ecgkz1s | t3_a8velu | null | null | t1_ecebi1x | /r/programming/comments/a8velu/spring_data_jdbc_many_to_many_relationships/ecgkz1s/ | 1548015813 | 2 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544447222 | 1544769726 | 0 | ebhrr8q | t3_a4n8jv | null | null | t1_ebgo7rt | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrr8q/ | 1547428165 | 4 | t5_2fwo | r/programming | public | null |
False | Valmar33 | t2_zbck5 | Just because most programmers are terrible doesn't mean that they should be locked in a cage. Otherwise, they don't learn, if they don't make mistakes.
Programmers should use the programming language most suited for whatever usecase they're dealing with. Unfortunately, in corporate environments, they're paid to work with whatever language is mandated. :/ | null | 0 | 1545665382 | False | 0 | ecgl3a6 | t3_a8rptf | null | null | t1_ecgclc8 | /r/programming/comments/a8rptf/i_do_not_like_go/ecgl3a6/ | 1548015866 | 2 | t5_2fwo | r/programming | public | null |
False | hellvinator | t2_io603 | bitkeeper, code.google.com | null | 0 | 1544447311 | False | 0 | ebhrtt4 | t3_a4oi4w | null | null | t1_ebhp4bq | /r/programming/comments/a4oi4w/git_v2200_released/ebhrtt4/ | 1547428226 | 3 | t5_2fwo | r/programming | public | null |
False | kickbass | t2_4q42l | I think you are referring to Technojock's toolkit. I remember using it to add mouse functions. I can remember downloading it from my favorite BBS and printing the documentation on a dot matrix printer. Found a copy of it here:
https://github.com/lallousx86/TurboPascal/commit/9f201623ab3cfd97474877face82c0c1fbd9a29f
| null | 0 | 1545665446 | False | 0 | ecgl5pu | t3_a90xot | null | null | t1_ecfv9nn | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecgl5pu/ | 1548015896 | 1 | t5_2fwo | r/programming | public | null |
False | RollCageOnTheGT3 | t2_f4lccc9 | It's €150/sqft where I'm living and looking at buying a house at €61k, 3 years out of college. Both numbers converted from USD. | null | 0 | 1544447334 | False | 0 | ebhruhg | t3_a4n8jv | null | null | t1_ebhg30n | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhruhg/ | 1547428234 | 1 | t5_2fwo | r/programming | public | null |
False | jerf | t2_9duv | I've seen similar code in inheritance-based code bases. Any time you're just cranking out classes, you get that sort of thing. You want to make sure you're blaming the right thing for that problem. I mean, we didn't just invent the term "boilerplate code" after Go was created... OO languages have had reams of it for a long time.
I've been programming in Go for many years now, and I can't help but think that a lot of the criticisms fired against it compare the real-world Go to some abstract idealized languages that don't actually exist. | null | 0 | 1545665512 | False | 0 | ecgl8bh | t3_a8rptf | null | null | t1_ecg9heb | /r/programming/comments/a8rptf/i_do_not_like_go/ecgl8bh/ | 1548015928 | 6 | t5_2fwo | r/programming | public | null |
False | heili | t2_9cb5y | > There is also a lot of value in being able to just drop into those random conversations because they happen to be talking about something that you know about.
This is not something that helps me be productive. It is *far more likely* that I was focused on something, and someone interrupts me to find out if I know about something, and then my train of thought is blown for at least half an hour.
>There is, without question, a huge benefit to being able to have semi-random informal conversation with team members. Including informal conversation about cats or other non-work related stuff.
It drives my actual output down and forces me to spend more time at work just trying to do the same level of actual work. I don't want to hear about anyone's cats. I do not give a fuck. My goal is to get my work done and *get the hell out of the office*.
We have video chat, which we are forced to use, but I still haven't found it any more useful than IM. | null | 0 | 1544447388 | False | 0 | ebhrw4u | t3_a4n8jv | null | null | t1_ebhc2vr | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhrw4u/ | 1547428254 | 1 | t5_2fwo | r/programming | public | null |
False | hawleyal | t2_6g23m | Oh shit | null | 0 | 1545665739 | False | 0 | ecglh1h | t3_a8rptf | null | null | t1_ecf0wic | /r/programming/comments/a8rptf/i_do_not_like_go/ecglh1h/ | 1548016035 | 0 | t5_2fwo | r/programming | public | null |
False | peduxe | t2_g023y | I feel like that’s too much code for a simple problem...
this would be easily solved without resorting to an algorithm | null | 0 | 1544447397 | False | 0 | ebhrwf9 | t3_9mhv8a | null | null | t3_9mhv8a | /r/programming/comments/9mhv8a/google_engineer_breaks_down_the_interview/ebhrwf9/ | 1547428258 | 1 | t5_2fwo | r/programming | public | null |
False | atilaneves | t2_cwit7 | > The thing you are missing is that Go code is designed with readability in mind
Beauty as always is in the eye of the beholder. I'd rather read code using map, filter and reduce/fold than figure out what a loop is doing. And that error handling... | null | 0 | 1545665814 | False | 0 | ecgljyr | t3_a8rptf | null | null | t1_ecef5mq | /r/programming/comments/a8rptf/i_do_not_like_go/ecgljyr/ | 1548016072 | 9 | t5_2fwo | r/programming | public | null |
False | RedditAndShill | t2_tmwrh | "The result is $1.59 royalty and $0.77 profit per book sold."
That is disgusting. | null | 0 | 1544447429 | False | 0 | ebhrxcu | t3_a4m0rb | null | null | t3_a4m0rb | /r/programming/comments/a4m0rb/game_engine_black_book_doom/ebhrxcu/ | 1547428269 | 2 | t5_2fwo | r/programming | public | null |
False | de_professor | t2_2mw4zbah | Does this fork comes with a **bookmarks sync** feature? If doesn't any solution(extension available) ? | null | 0 | 1545665869 | False | 0 | ecglm6c | t3_a8rk6u | null | null | t3_a8rk6u | /r/programming/comments/a8rk6u/librefox_mainstream_firefox_with_a_better_privacy/ecglm6c/ | 1548016100 | 1 | t5_2fwo | r/programming | public | null |
False | dangerbird2 | t2_7aj29 | [And for demanding untracable ransoms.](https://en.wikipedia.org/wiki/WannaCry_ransomware_attack) | null | 0 | 1544447453 | False | 0 | ebhry30 | t3_a4n8jv | null | null | t1_ebhoy1m | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhry30/ | 1547428278 | 1 | t5_2fwo | r/programming | public | null |
False | John_Fx | t2_5xepr | Yeah. That’s it! | null | 0 | 1545665946 | False | 0 | ecglp3x | t3_a90xot | null | null | t1_ecgl5pu | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecglp3x/ | 1548016136 | 1 | t5_2fwo | r/programming | public | null |
False | Travro | t2_lc2yo | Well, now that I've read this comment, I really don't want to read the article now. | null | 0 | 1544447488 | False | 0 | ebhrz4x | t3_a4l01g | null | null | t1_ebfi0q4 | /r/programming/comments/a4l01g/you_are_not_a_software_developer/ebhrz4x/ | 1547428291 | 1 | t5_2fwo | r/programming | public | null |
False | ThaiJohnnyDepp | t2_d1wfo | >(if you count smartphones as computers)
"What's a computer?" | null | 0 | 1545665985 | False | 0 | ecglqmy | t3_a90xot | null | null | t1_ecgaybp | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecglqmy/ | 1548016155 | 3 | t5_2fwo | r/programming | public | null |
False | heili | t2_9cb5y | > Yeah, if you've both got 10+ years in the industry and you're working on something cutting edge and you need the ability to "mind meld" with the other person you're talking to, then physical proximity is huge.
Going on 20 years in the industry and my use for this is at an all time low. My brain does not problem solve out loud. It does so by quietly staring at a wall while I think. Out loud slows me down or makes it utterly impossible for me to actually figure anything out.
I just don't work that way. This is the fourth time I've been an environment that has tried to force it, and I do not know how long I can tolerate this before I leave. | null | 0 | 1544447571 | False | 0 | ebhs1l1 | t3_a4n8jv | null | null | t1_ebh3co3 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhs1l1/ | 1547428322 | 3 | t5_2fwo | r/programming | public | null |
False | c-smile | t2_ue34p | > wxWidgets, Widgets, Lazarus, WinForms , MFC
Neither of these provide HTML rendering and WYSIWYG editing. Yet they use GDI and windowed components so modern Acrylic UI is out of option. Yet what about MacOS and Linux?
> Qt
How is it conceptually different? Qt does not use native OS widgets... You may use QtQuick and QtWebKit to implement something close but that will pretty much Electron by size as, again, you will package full scale browser, JS and the rest of Qt runtime into your distribution. | null | 0 | 1545666074 | False | 0 | ecglu45 | t3_a8vkzm | null | null | t1_ecg6imc | /r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/ecglu45/ | 1548016226 | 6 | t5_2fwo | r/programming | public | null |
False | sloppycee | t2_agb0t | Contract's are typically full time dev, full time offers were a mix of team lead, or technical lead, depends on which path you want. You need to put in your time, have a good history of success and never stop learning/growing. | null | 0 | 1544447626 | 1544447956 | 0 | ebhs39g | t3_a4n8jv | null | null | t1_ebhrcd6 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhs39g/ | 1547428343 | 2 | t5_2fwo | r/programming | public | null |
False | UpsetLime | t2_22edid2v | I don't understand blogs without timestamps. Do these people not ever read articles or blogs? | null | 0 | 1545666445 | False | 0 | ecgm8b7 | t3_a8rptf | null | null | t1_ecf52af | /r/programming/comments/a8rptf/i_do_not_like_go/ecgm8b7/ | 1548016401 | 6 | t5_2fwo | r/programming | public | null |
False | Hero_Of_Shadows | t2_13fjr0 | > As for the application, it is a GUI configurator for a niche keyboard that costs upward of $300. I started developing the tool in my free time, because I saw a need for it, and noone else was doing it, so someone had to. I wanted to help all the enthusiastic users of the keyboard who were very supportive of everything related to the keyboard, including the firmware work I did, and my attempts at creating a GUI configurator.
I think this is the most important part of the article, the assumption of the anti-Electron faction seems to be that every piece of software at least has a small dev team behind it with the resources to write native, hobyists (or other cases where resources are limited) can BTFO they would rather no one have the (in many cases free) software than for it to exist but be Electron. | null | 0 | 1544447689 | False | 0 | ebhs570 | t3_a4spxl | null | null | t3_a4spxl | /r/programming/comments/a4spxl/walking_in_my_electron_shoes/ebhs570/ | 1547428366 | 8 | t5_2fwo | r/programming | public | null |
False | howHardIsIt2SignUp | t2_dge752e | found the project manager | null | 0 | 1545666459 | False | 0 | ecgm8sp | t3_a94nbm | null | null | t1_ecgirtw | /r/programming/comments/a94nbm/how_to_estimate_time_for_a_projecttask_accurately/ecgm8sp/ | 1548016407 | 11 | t5_2fwo | r/programming | public | null |
False | dnesteruk | t2_4c542 | That's hilarious! Just goes to show how insane modern corporate practices are. | null | 0 | 1544447725 | False | 0 | ebhs6ab | t3_a4n8jv | null | null | t1_ebhqwoj | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhs6ab/ | 1547428379 | 2 | t5_2fwo | r/programming | public | null |
False | SolarBear | t2_1vm8 | Kind of hilarious and ironic that Google would give a name so difficult to google to a programming language they developed. | null | 0 | 1545666475 | False | 0 | ecgm9gd | t3_a90xot | null | null | t1_ecggyrt | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecgm9gd/ | 1548016416 | 4 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544447803 | 1544769724 | 0 | ebhs8lm | t3_a4n8jv | null | null | t1_ebhiczn | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhs8lm/ | 1547428408 | 4 | t5_2fwo | r/programming | public | null |
False | Qwakeworld | t2_16ve03 | > A test that ensures it can actually read from the database is still useful.
Eh, I don't know. Not being able to read from the database can be caused by dozens of issues that are more likely than programmer error. | null | 0 | 1545666539 | False | 0 | ecgmbu8 | t3_a8zgcm | null | null | t1_ecfcq36 | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecgmbu8/ | 1548016445 | 2 | t5_2fwo | r/programming | public | null |
False | chickensaresexy | t2_w6r61 | That is interesting insight broski, I wonder how often these opportunities come | null | 0 | 1544447829 | False | 0 | ebhs9dq | t3_a4n8jv | null | null | t1_ebh2ayb | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhs9dq/ | 1547428418 | 1 | t5_2fwo | r/programming | public | null |
False | The_BNut | t2_i17vp | Exactly my thought. Properly refactoring code must happen anyways. It's even kind of easy and mostly automated nowadays. | null | 0 | 1545666601 | False | 0 | ecgme9h | t3_a8zgcm | null | null | t1_ecfcvx5 | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecgme9h/ | 1548016475 | 2 | t5_2fwo | r/programming | public | null |
False | gott_modus | t2_j2d1j | Than, say, Qt5 | null | 0 | 1544447851 | False | 0 | ebhsa2a | t3_a45jvw | null | null | t1_ebho7tc | /r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebhsa2a/ | 1547428426 | 1 | t5_2fwo | r/programming | public | null |
False | zodiac12345 | t2_4zukh | I think you have a typo in the example theorem you gave - it's not true as stated | null | 0 | 1545666717 | False | 0 | ecgmioq | t3_a91l9v | null | null | t1_ecgglh2 | /r/programming/comments/a91l9v/my_unusual_hobby/ecgmioq/ | 1548016529 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544447940 | 1544769721 | 0 | ebhscug | t3_a4n8jv | null | null | t1_ebhaknq | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhscug/ | 1547428460 | 5 | t5_2fwo | r/programming | public | null |
False | XANi_ | t2_7z5jp | Programming in Go is hardly "getting locked in a cage"... | null | 0 | 1545666824 | False | 0 | ecgmmsm | t3_a8rptf | null | null | t1_ecgl3a6 | /r/programming/comments/a8rptf/i_do_not_like_go/ecgmmsm/ | 1548016580 | 0 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544448001 | 1544769719 | 0 | ebhseqg | t3_a4n8jv | null | null | t1_ebhn1ln | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhseqg/ | 1547428483 | 3 | t5_2fwo | r/programming | public | null |
False | hoosierEE | t2_g6ibf | All of those tips are good, the only one I already knew was `sudo !!`. The video is well-done and presents these tips with good context. If you can watch it, I definitely recommend it. But not everyone can watch, so multiple formats doesn't hurt. Maybe the original author has it in text/blog format already somewhere? That'd be a good Reddit post on its own. | null | 0 | 1545666950 | False | 0 | ecgmrlk | t3_a8la52 | null | null | t1_ecernwt | /r/programming/comments/a8la52/8_super_heroic_linux_commands_that_you_probably/ecgmrlk/ | 1548016641 | 2 | t5_2fwo | r/programming | public | null |
False | Smozdc | t2_1lfjcy7 | Vancouver would like to have a word with you. Here in Canada its mainly van and Toronto. I'm in Montreal and theres plenty of jobs but its still not worth it. Even SV down in Cali would be better.
You won't find reasonable software/it jobs in rural Canada. I've seen 14CAD webdev offers *shudders* | null | 0 | 1544448092 | False | 0 | ebhshkk | t3_a4n8jv | null | null | t1_ebg06rv | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhshkk/ | 1547428518 | 1 | t5_2fwo | r/programming | public | null |
False | DoYouEvenThroCodeBro | t2_niz7r | Absolutely | null | 0 | 1545667017 | False | 0 | ecgmu8p | t3_a8tmd0 | null | null | t1_ecg6lsm | /r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecgmu8p/ | 1548016673 | 1 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | > I live in the most beautiful city on the planet, Rome
Romano confirmed ;)
Ma sul serio: chi cavolo te li da 2000 euro al mese netti a Roma? Sono anche io di Roma e me ne sono dovuto andare all'estero per prendere cifre simili. | null | 0 | 1544448107 | False | 0 | ebhsi3b | t3_a4n8jv | null | null | t1_ebhjg14 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhsi3b/ | 1547428525 | 2 | t5_2fwo | r/programming | public | null |
False | Unkn0wn-H0st | t2_16qsvu | I Bet it runs slower and eats significantly more RAM. | null | 0 | 1545667046 | False | 0 | ecgmvdu | t3_a95jxj | null | null | t3_a95jxj | /r/programming/comments/a95jxj/the_420_kernel_has_been_released/ecgmvdu/ | 1548016688 | 204 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544448125 | 1544769717 | 0 | ebhsime | t3_a4n8jv | null | null | t1_ebhngxc | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhsime/ | 1547428532 | 1 | t5_2fwo | r/programming | public | null |
False | s0lly | t2_j2bhc | An update to my prior post of my "Dungeon Crawler with massive vertical walls effect". This shows some speed performance gains by my first use of multi-threading. All done in C++.
(Edit for clarity:) I've multithreaded the shadow casting algorithm used for the torches, so each torch runs on a different thread.
I'm pretty sure I used it in completely the wrong way, but it seems to work well!! Quite tough to implement for a noob like me!
Any questions, ask away. Any great source material on multi-threading that you found helpful, please let me know! | null | 0 | 1545667060 | 1545670148 | 0 | ecgmvwk | t3_a961pk | null | null | t3_a961pk | /r/programming/comments/a961pk/another_first_for_my_c_games_multithreading/ecgmvwk/ | 1548016694 | 32 | t5_2fwo | r/programming | public | null |
False | serados | t2_66qve | >Because it's not all about expenses but also income.
Cost of living has nothing to do with income. When income is factored into cost of living you get a different index: purchasing power - and even then the average Tokyoite has greater purchasing power than the average Londoner.
>Anyway, I'm curious, why did you bought up expats into this?
The best-known cost of living comparisons (Economist Intelligence Unit, Mercer, UBS) are done to help MNCs plan out expat packages, so there's a strong bias towards a Western upper-middle/middle-class lifestyle. That's going to overindex countries outside Europe and North America where everyday staples in Europe/NA are imported luxuries. | null | 0 | 1544448170 | False | 0 | ebhsjzb | t3_a4n8jv | null | null | t1_ebhlolt | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhsjzb/ | 1547428548 | 2 | t5_2fwo | r/programming | public | null |
False | dacian88 | t2_495ze | >If the process crashes before calling the DB, you can at least (e.g.) show the user an error instance of a success confirmation. If you created the sale object before writing to DB, you would be showing the user a success confirmation, then crashing and losing the transaction record.
You're comparing apples to oranges, in one case you wait for the db transaction, in the other you don't. This has nothing to do with key generation strategies. Having the key up front doesn't make it okay to write bad code.
> Plus if your clients are untrusted, they can generate malicious colliding ones! yay! Wait.
I guess so far your argument boils down to "it's easier" which is fine, it is easier, but you eventually trade off that simplicity for performance and flexibility. | null | 0 | 1545667096 | False | 0 | ecgmxc9 | t3_a8vpy4 | null | null | t1_ecgjq91 | /r/programming/comments/a8vpy4/why_did_we_shift_away_from_databasegenerated_ids/ecgmxc9/ | 1548016711 | 1 | t5_2fwo | r/programming | public | null |
False | oblio- | t2_9a80o | Yes, just like KDE or Gnome totally revamped things in new major versions by asking users nicely :)
The same thing happens in the Open Source world. And while sometimes enough people volunteer to fork and maintain that form (MATE), often times no such luck.
Open Source doesn't just "magic" hard work into existence. | null | 0 | 1544448320 | False | 0 | ebhsokv | t3_a4oi4w | null | null | t1_ebhpbx9 | /r/programming/comments/a4oi4w/git_v2200_released/ebhsokv/ | 1547428605 | 1 | t5_2fwo | r/programming | public | null |
False | badpotato | t2_72zdp | Unit testing on DTOs and some tasks of an ETL really does feel terribles... you either decide to do all the manual works or get a tools to auto-generate unit-tests for you, but the later has is own downside. | null | 0 | 1545667114 | False | 0 | ecgmy1g | t3_a8zgcm | null | null | t3_a8zgcm | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecgmy1g/ | 1548016720 | 1 | t5_2fwo | r/programming | public | null |
False | thfuran | t2_3f4o4 | >$5 an hour doesn't buy you comments, unit tests, or documentation.
Sometimes $50 doesn't either. | null | 0 | 1544448381 | False | 0 | ebhsqhb | t3_a4n8jv | null | null | t1_ebh8zlj | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhsqhb/ | 1547428629 | 22 | t5_2fwo | r/programming | public | null |
False | XANi_ | t2_7z5jp | No it is not. It is passable once you indent/prettify it but reading JSON blobs is annoying at best, painful at worst.
Lack of comments only makes it worse, if it so happens that some moron decided on JSON to be their app's config format. And some custom "JSON with comments" make it even worse as you lose ability to easily machine-parse it using generic libs and have to filter those on your own (if you use configuration management for config). | null | 0 | 1545667115 | False | 0 | ecgmy2o | t3_a8rptf | null | null | t1_ecghre6 | /r/programming/comments/a8rptf/i_do_not_like_go/ecgmy2o/ | 1548016721 | 1 | t5_2fwo | r/programming | public | null |
False | fuckin_ziggurats | t2_cmam5 | \>if everyone is using the tool wrong, there's something wrong with the tool
Wut. You're saying this as if it's an idiom or a common saying. It's completely paradoxical.
But I'll take the bait, if Jira is such a shit tool then what's the alternative? Just scribbling everything down in a text file? When you shit on a tool you better have an alternative or else you just sound like a bitter developer who doesn't realize that there's more to this industry than typing away at your computer. You seriously can't comprehend why Jira might be a considered an asset for companies that do large scale software dev? | null | 0 | 1544448417 | False | 0 | ebhsrl7 | t3_a4n0p9 | null | null | t1_ebgwe88 | /r/programming/comments/a4n0p9/jira_is_an_antipattern/ebhsrl7/ | 1547428642 | -1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | Sorry, but no, you don't get to pretend that "being nice" means never telling the truth. | null | 0 | 1545667214 | False | 0 | ecgn1z0 | t3_a8rptf | null | null | t1_ecfx7u6 | /r/programming/comments/a8rptf/i_do_not_like_go/ecgn1z0/ | 1548016768 | 3 | t5_2fwo | r/programming | public | null |
False | peduxe | t2_g023y | shit that’s one of the most frustrating things ever, one time I had to remove a lot of DOM elements to get to a link... | null | 0 | 1544448502 | False | 0 | ebhsu90 | t3_9pkz50 | null | null | t1_e82ibgp | /r/programming/comments/9pkz50/stop_building_websites_with_infinite_scroll/ebhsu90/ | 1547428675 | 1 | t5_2fwo | r/programming | public | null |
False | hoosierEE | t2_g6ibf | That probably belongs in a list of `readline` tips or cheatsheet. It's a readline/editline feature, isn't it? | null | 0 | 1545667254 | False | 0 | ecgn3io | t3_a8la52 | null | null | t1_ece0i2v | /r/programming/comments/a8la52/8_super_heroic_linux_commands_that_you_probably/ecgn3io/ | 1548016816 | 2 | t5_2fwo | r/programming | public | null |
False | Vadoff | t2_4j4me | Base pay tends to cap off at \~200k, even for those making $1M. After that, it's all equity + some as a cash bonus. | null | 0 | 1544448570 | False | 0 | ebhswgn | t3_a4n8jv | null | null | t1_ebhsime | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhswgn/ | 1547428702 | 1 | t5_2fwo | r/programming | public | null |
False | crabbone | t2_e3qdk15 | > Map is like a Go `map[interface{}]interface{}`
Yeah, I'm all excited... | null | 0 | 1545667282 | False | 0 | ecgn4ku | t3_a8rptf | null | null | t1_ecgeckk | /r/programming/comments/a8rptf/i_do_not_like_go/ecgn4ku/ | 1548016829 | 2 | t5_2fwo | r/programming | public | null |
False | Styx_ | t2_86byd | Yeah, I've got almost two years in the industry now and I haven't had a use for it yet, but I didn't want to discount the possibility that it might be useful, so I figured I'd try to bridge the gap.
That said, I've been remote for the past year now and it's been great. Seeing as you've got 20 under your belt, I can't imagine you'd have any trouble pushing your managers for the ability to work from home, but then again it may depend on the type of company you work for too. I work for a tiny startup with a dev team consisting of 5 people including me and one of them lives in Canada, so it was pretty easy for me to start negotiations once I'd proven I was an asset.
Going remote was a major improvement to my QOL, I got to move back to my hometown to be closer to my family, rent is about half of where I was in the city and I never have to waste brain cycles on small talk unless I just want to. So I'd definitely recommend it. Best of luck in either re-negotiating or finding a gig you like better! I think you'd really enjoy it :) | null | 0 | 1544448587 | False | 0 | ebhsx0l | t3_a4n8jv | null | null | t1_ebhs1l1 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhsx0l/ | 1547428708 | 1 | t5_2fwo | r/programming | public | null |
False | s73v3r | t2_3c7qc | You only illustrated that your worldview believes that no one can be polite and honest at the same time. Which means that you likely don't believe that you can be polite and honest at the same time, and you're one of those people who believes in "brutal honesty" as an excuse to be as insulting as possible at someone. | null | 0 | 1545667314 | False | 0 | ecgn5rm | t3_a8rptf | null | null | t1_ecg46gu | /r/programming/comments/a8rptf/i_do_not_like_go/ecgn5rm/ | 1548016845 | 3 | t5_2fwo | r/programming | public | null |
False | m-o-l-g | t2_kqj1r | Because all the roads build themselves, and healthcare is free. I have no issues at all paying my taxes, thank you very much. | null | 1 | 1544448596 | False | 0 | ebhsxa9 | t3_a4n8jv | null | null | t1_ebhp156 | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhsxa9/ | 1547428712 | 0 | t5_2fwo | r/programming | public | null |
False | dannymyname | t2_acrpppx | Pure porn for a programmer's eye. | null | 0 | 1545667343 | False | 0 | ecgn6va | t3_a90xot | null | null | t3_a90xot | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecgn6va/ | 1548016858 | 3 | t5_2fwo | r/programming | public | null |
False | Vadoff | t2_4j4me | [levels.fyi](https://levels.fyi) or [paysa.com](https://www.paysa.com/) are better sources than indeed.com. Also is indeed.com factoring in software engineers only? And at San Francisco/Mountain View locations? And total compensation (including stock + bonuses)?
Here's typical total comp for software engineers at Google HQ:
L3 (jr eng) = 188k
L4 (mid eng) = 262k
L5 (sr eng) = 358k
L6 (staff eng) = 484k
L7 (sr staff eng) = 675k
L8-L11 = millions | null | 0 | 1544448635 | 1544448942 | 0 | ebhsyig | t3_a4n8jv | null | null | t1_ebhseqg | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhsyig/ | 1547428727 | 4 | t5_2fwo | r/programming | public | null |
False | skocznymroczny | t2_4zi6k | What are you using as input? As a school project (also in Java, although I used preexisting library Encog) I did gesture recognition. Although I didn't use pixels as input, instead I divided the drawn path into points and made the input vector to be the angles between consecutive points. | null | 0 | 1545667352 | False | 0 | ecgn78j | t3_a8ljnm | null | null | t3_a8ljnm | /r/programming/comments/a8ljnm/neural_network_digit_recognition/ecgn78j/ | 1548016863 | 1 | t5_2fwo | r/programming | public | null |
False | Mr_Cochese | t2_rq2rujr | 5% | null | 0 | 1544448651 | False | 0 | ebhsz2n | t3_a4ul7u | null | null | t1_ebhr9yn | /r/programming/comments/a4ul7u/what_common_misunderstandings_do_people_have/ebhsz2n/ | 1547428734 | 3 | t5_2fwo | r/programming | public | null |
False | badsectoracula | t2_3jbnd | I think you are missing my point entirely, i mentioned these frameworks...
> they use GDI and windowed components so modern Acrylic UI is out of option
...exactly because they are not following the so-called "modern UI" design cues that have all the issues i already mentioned in my post and instead they use design styles that fit better to a desktop environment, as used for almost 3 decades before the world got gaga over iPhone and tried to shove everything about smartphones on everything with a monitor, despite how out of place that would be.
> Qt does not use native OS widgets
It doesn't indeed, which is why i mentioned wxWidgets first (if you want to stay in C++ land) and also Lazarus (if you don't mind going away from C++ and instead want a great desktop application development tool), both of them using native OS widgets.
It is also why...
> You may use QtQuick and QtWebKit to implement something close
...i mentioned "Qt *Widgets*" and not just "Qt". I am explicitly talking about software that looks [like this](https://static.diffen.com/uploadz/d/d8/Outlook-Express.jpg) or [this](http://pcauthorities.com/content/wp-content/uploads/2008/10/282.jpg) as opposed to [this](https://assets.pcmag.com/media/images/472347-inbox.jpg?thumb=y&width=980&height=560) or [this](https://news-cdn.softpedia.com/images/news2/microsoft-fixes-decade-old-windows-calculator-square-root-bug-520559-2.jpg).
EDIT: if that still isn't clear enough [check this screenshot](https://i.imgur.com/1dVR6eK.png), showing the Windows 10 "modern UI" control panel and in a window at the bottom right, the Windows 3.1 control panel. Both are about the exact same thing: categories of options, with an icon, caption and description and activating them shows another screen (or window) with the relevant options. Yet compare how much screen is wasted in the modern UI and how compact the Win3.1 version is (and could be more, i think the Win95 one was more compact, but cant find a shot right now). Also, this is subjective of course, but personally i find the colorful icons prettier. | null | 0 | 1545667396 | 1545668404 | 0 | ecgn8xh | t3_a8vkzm | null | null | t1_ecglu45 | /r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/ecgn8xh/ | 1548016884 | 0 | t5_2fwo | r/programming | public | null |
False | [deleted] | None | [deleted] | null | 0 | 1544448673 | False | 0 | ebhszrt | t3_a4n8jv | null | null | t1_ebhrh8f | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhszrt/ | 1547428743 | 7 | t5_2fwo | r/programming | public | null |
False | BubuX | t2_dh7qw | Yep. "Go" isn't search engine friendly at all. The language could have a better name and still use the `go` keyword for coroutines.
It makes it worse that some people are rude and pedantic when reading others write "Golang". The community of a simplistic language should be anything but elitist. And that's coming from someone who works with and likes Go. | null | 0 | 1545667523 | False | 0 | ecgndve | t3_a90xot | null | null | t1_ecggyrt | /r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecgndve/ | 1548016945 | 6 | t5_2fwo | r/programming | public | null |
False | TheThiefMaster | t2_n1div | To be honest they should set it to 7 - I highly doubt anyone is testing it on Vista. | null | 0 | 1544448675 | False | 0 | ebhszu3 | t3_a4oi4w | null | null | t1_ebhk69p | /r/programming/comments/a4oi4w/git_v2200_released/ebhszu3/ | 1547428744 | 5 | t5_2fwo | r/programming | public | null |
False | pakoito | t2_556z4 | >many people still in 1.8 land
And in Java 5 feature-wise :D | null | 0 | 1545667596 | False | 0 | ecgngod | t3_a956qz | null | null | t1_ecgjbwd | /r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/ecgngod/ | 1548016979 | 43 | t5_2fwo | r/programming | public | null |
False | thfuran | t2_3f4o4 | Or you could live somewhere other than SF where a rent of $1500 gets you a 2000 sqft house a 10 minute drive from work, car insurance is $50/mo, and you still make 100k+ | null | 0 | 1544448719 | 1544454758 | 0 | ebht18n | t3_a4n8jv | null | null | t1_ebh6gbx | /r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebht18n/ | 1547428761 | 1 | t5_2fwo | r/programming | public | null |
False | bloody-albatross | t2_cdjk3 | I did not declare Go unusable. Just talking about the shortcomings of Go's approach to error handling. Heck, C is even more limited and I enjoy doing stuff in C every now and then.
It's not just less syntax. Even if you do the `match ...` manually you can't just accidentally access the result value in Rust. That's the main difference. That the syntax is short and takes away the possibility of additional mistakes is just an additional bonus.
With a macro (which they had at first) you'd have to write e.g. `try!(try!(try!(foo()).bar()).baz())` Vs. `foo()?.bar()?.baz()?`. That's why they have a syntax for that now. | null | 0 | 1545667699 | False | 0 | ecgnkl6 | t3_a8rptf | null | null | t1_ecfwyeb | /r/programming/comments/a8rptf/i_do_not_like_go/ecgnkl6/ | 1548017027 | 2 | t5_2fwo | r/programming | public | null |
False | tdammers | t2_6v532 | I hadn't even thought of that option - obviously if you type the passphrase into a legit prompt produced by the SSH client, then it doesn't get compromised, but if the server just lets you in without any actual authentication and then fakes the passphrase prompt, then there's no way for the user to tell the difference... | null | 0 | 1544448764 | False | 0 | ebht2m7 | t3_a4tznm | null | null | t1_ebhqrtf | /r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebht2m7/ | 1547428808 | 4 | t5_2fwo | r/programming | public | null |
False | Ruudjah | t2_3kqw6 | You mock the database and then test the data provider. That is, you configure a fake database using the same scheme using the same (important) database technology. | null | 0 | 1545667751 | False | 0 | ecgnmo2 | t3_a8zgcm | null | null | t1_ecfbbye | /r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecgnmo2/ | 1548017053 | 1 | 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.