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
c_o_r_b_a
t2_unys3
Yeah, the shitty parts of living in the US usually don't apply if you're among the upper class of workers (i.e. working in STEM, law, or similar). I work as a developer and I get unlimited vacation, my employer pays for the majority of my health insurance, certifications, and a significant portion of college education - all that on top of a Silicon Valley-esque salary despite me working remotely on the East Coast. Basically no downsides. Yeah, it's all at-will employment, but it pretty much just means if you do poorly or the company does poorly, they might fire you. I can accept that. I've visited Europe and like it, but if you're a programmer, nothing beats living in the US.
null
0
1544432672
False
0
ebhjjw4
t3_a4n8jv
null
null
t1_ebgpoop
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjjw4/
1547424343
8
t5_2fwo
r/programming
public
null
False
kmgrech
t2_14o97s
Cross-posting this comment from r/java: Maybe it's just me, but looking through the examples in the [JEP](https://openjdk.java.net/jeps/326), I found none of them convincing. Let's go through these one by one. * File paths: You shouldn't be hardcoding absolute paths in your program to begin with and as for relative paths the Java API supports '/' just fine, even on Windows. I'm not sure what happens if you try using '\' as a separator on Linux, but it's really fishy. * HTML/Polyglot: Unless your Java IDE is aware of those languages, you lose all the good features an IDE would get you by embedding them in source code as a String. It also just leads to an unmaintainable mess. Imagine you start working on a huge existing code base that embeds HTML everywhere. Good luck finding that piece of HTML your program just outputted. I just can't help but think "Who in their right mind would want to do this?!". * Regex: I think I'm actually okay with this one to some degree, but I rarely have to write lots of regexes and when I do, I try to avoid complicated ones. I've also never written a multi-line regex, this is a clear sign that your regex is just too complicated and you should be using something else. * SQL: I'm going to address this separately from HTML/Polyglot, because I think it deserves a special mention. I'm guilty of this too, even though I'm aware that I'm writing bad code. But I definitely wouldn't want my language to encourage bad style. Using an ORM goes a long way towards avoiding verbatim SQL. There's also nothing wrong with loading your queries from a text file. Simply put, I see very few use case where raw strings might be helpful and it enables and/or encourages lots of bad practises. In my mind multi-line strings are even less useful and add more unnecessary complexity (see the section about 'margin management'). I don't think it's worth the trade-off.
null
0
1545640959
False
0
ecg48or
t3_a8kwz8
null
null
t3_a8kwz8
/r/programming/comments/a8kwz8/raw_string_literals_removed_from_java_12_as/ecg48or/
1548007988
1
t5_2fwo
r/programming
public
null
False
Aeon_Mortuum
t2_j5t1a
Continuously firing and hiring new people can be expensive and time consuming, though
null
0
1544432674
False
0
ebhjjxq
t3_a4n8jv
null
null
t1_ebge05i
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjjxq/
1547424344
1
t5_2fwo
r/programming
public
null
False
PurpleFredSpoon
t2_enz2u1h
Article is about proving theorems, BTW. Now you know, and knowing is half the battle!
null
0
1545641135
False
0
ecg4d2j
t3_a91l9v
null
null
t3_a91l9v
/r/programming/comments/a91l9v/my_unusual_hobby/ecg4d2j/
1548008043
45
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544432711
False
0
ebhjkm2
t3_a4n8jv
null
null
t1_ebg06rv
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjkm2/
1547424352
1
t5_2fwo
r/programming
public
null
False
stepstep
t2_bki8s
I wrote this article last year; it's nice to find it on reddit again. Sorry for the title. I updated it on my blog, but sadly we're stuck with the clickbaity version here. ​ Learning Coq is probably the most rewarding technical investment I've made in myself. It has a steep learning curve, but it's hard to describe the feeling of finishing a proof (or program) and having confidence that you didn't make a mistake. Even though most software doesn't require this kind of assurance, it's still nice to have the ability to do machine-checked reasoning when needed. ​ I'm considering teaching an online course on proving theorems and formally verifying software with Coq, but I'm not sure if there would be much interest. It's a huge learning curve for a tool you'll rarely use in practice (for software engineering), but knowing how to formally verify proofs and programs gives me the feeling of having a superpower. I think formal reasoning (with machine-checked proofs, not just casual proofs on paper) should be included in computer science curricula. Journals and conferences are increasingly rejecting papers that aren't accompanied by certified proofs.
null
0
1545641345
False
0
ecg4i9o
t3_a91l9v
null
null
t1_ecg2f8j
/r/programming/comments/a91l9v/my_unusual_hobby/ecg4i9o/
1548008107
83
t5_2fwo
r/programming
public
null
False
ep1939
t2_qtb0i
I pay around 150/180 for food/month. I have 30 euros for condominio/month, 26 for house phone, internet and mobile, 20ish for bus abonament (I don't own a car, or I'd spend around 4000$ per year at least), gas is around 60 euros per month, water is included in condominio (don't know the word for it in English), and electricity we have around 40 per month. It should be noted that those expenses are double that (safe for public transport and food), but we split them with my gf.
null
0
1544432745
False
0
ebhjl90
t3_a4n8jv
null
null
t1_ebgh818
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjl90/
1547424360
1
t5_2fwo
r/programming
public
null
False
gerbs
t2_4goj7
> Especially the inability to explicitly declare that a struct implements an interface. It allows you to implement the interface in another module without needing to import that module first. Go hates inheritance. With Inheritance, what youre inheriting could change at any time and break your code. Go doesnt like that, either. So, without inheritance, interfaces must be implicit. https://groups.google.com/forum/#!msg/golang-nuts/mg-8_jMyasY/lo-kDuEd540J Here's the creators thoughts on it from 2011 for anyone curious. And another post on it from one of Go' creators from 2009. https://research.swtch.com/interfaces This goes into much greater detail about why it's better performance-wise at the lowest level.
null
0
1545641502
1545642797
0
ecg4m7k
t3_a8rptf
null
null
t1_ecdsmiv
/r/programming/comments/a8rptf/i_do_not_like_go/ecg4m7k/
1548008156
2
t5_2fwo
r/programming
public
null
False
hugokhf
t2_i21sp
Are u suggesting that all software developers in Europe are not as good as California ones?
null
0
1544432765
False
0
ebhjllu
t3_a4n8jv
null
null
t1_ebgt3b6
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjllu/
1547424364
27
t5_2fwo
r/programming
public
null
False
sihat
t2_9ysty
That reminds me of a Britney song, that irritated the hell out of me in high school, because it was on and sung way too much. Yeah, some songs are no better than ads. :) :P
null
0
1545641572
False
0
ecg4nw1
t3_a8o8ot
null
null
t1_ecdgmoe
/r/programming/comments/a8o8ot/designing_an_adblocker_for_radio_and_podcasts/ecg4nw1/
1548008177
2
t5_2fwo
r/programming
public
null
False
MrToolBelt
t2_3zcqb
I make well over 200k so... yeah. Maybe not every engineer does, but working for the same company, doing the same job... you’d think you should make the same. It’s not that hard of a point to get across...
null
0
1544432810
False
0
ebhjmfr
t3_a4n8jv
null
null
t1_ebhjfau
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjmfr/
1547424374
4
t5_2fwo
r/programming
public
null
False
NotYourMudkip
t2_6fagjml
Already know C and quite a lot of C++. The whole thread is about newer languages in general. Since so many have appeared in the 2000s I'm looking for a good candidate to learn.
null
0
1545641613
False
0
ecg4ovr
t3_a8rptf
null
null
t1_ecff86e
/r/programming/comments/a8rptf/i_do_not_like_go/ecg4ovr/
1548008189
2
t5_2fwo
r/programming
public
null
False
TheAnimus
t2_87mxh
Even more so if you are saving money as well!
null
0
1544432813
False
0
ebhjmhv
t3_a4n8jv
null
null
t1_ebh8qq1
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjmhv/
1547424375
1
t5_2fwo
r/programming
public
null
False
RagingAnemone
t2_3l83h
That's alright, that's ok, y'all work for me someday
null
0
1545641708
False
0
ecg4r4n
t3_a90xot
null
null
t1_ecg25ay
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg4r4n/
1548008217
1
t5_2fwo
r/programming
public
null
False
ep1939
t2_qtb0i
Eh, no, not really. If you want top notch meat, fish and wine you gotta pay, and the expenses would be higher. Most of the time I eat "normal" I'd say. Some chicken breasts, some veggies, some pasta, etc, nothing really too expensive.
null
0
1544432826
False
0
ebhjmpv
t3_a4n8jv
null
null
t1_ebgg34g
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjmpv/
1547424378
3
t5_2fwo
r/programming
public
null
False
billsil
t2_6ay72
> Proper 100% coverage means achieving 100% of the business use cases. If you know the business case well enough to do that. Why would you be adding non-useful functionality? I just delivered a very complicated aircraft design tool. There are plenty of limitations that I have no idea even that it's lacking and others that I do, but haven't fixed because I didn't need them when I did my analyses. Someone else might do things in a very different way than me and think my program is garbage because of it.
null
0
1545641809
False
0
ecg4tjn
t3_a8zgcm
null
null
t1_ecfd6hk
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecg4tjn/
1548008246
1
t5_2fwo
r/programming
public
null
False
hugokhf
t2_i21sp
If anything a lot of these luxury goods are cheaper in the US
null
0
1544432895
False
0
ebhjo02
t3_a4n8jv
null
null
t1_ebh8qq1
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjo02/
1547424393
38
t5_2fwo
r/programming
public
null
False
fiah84
t2_7jocc
yep, QBASIC that came with DOS 6.22 was my first, then Turbo Pascal. The accessibility of QBASIC really helped
null
0
1545642219
False
0
ecg531m
t3_a90xot
null
null
t1_ecg271i
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg531m/
1548008365
22
t5_2fwo
r/programming
public
null
False
Epaminondas
t2_5x8lw
It's in a new, "artificial" city close to Nice actually: [Sophia-Antipolis](https://en.wikipedia.org/wiki/Sophia_Antipolis) And it's the European headquarters, not the global ;) I've been there, the environment is really nice, the companies are in the middle of the forest, but commuting looked like hell and there's not much to do around.
null
0
1544432897
False
0
ebhjo1r
t3_a4n8jv
null
null
t1_ebgedax
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjo1r/
1547424394
6
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
I think to further illustrate your point, here's an excerpt from a comment I made earlier: > You don't stabilize software by writing it in a stable manner, you stabilize software by writing it and spending the next X amount of time exercising it and then going back and adjusting the code as needed until eventually you stop having to do it. And you view it as a fundamental aspect of software rather than as a mistake needing to be fixed. From my perspective, you can do this using exceptions or manual error management. Both approaches have ups and downs to them. The important thing is not which one you use but how you approach stabilizing your software.
null
0
1545642237
False
0
ecg53gc
t3_a8rptf
null
null
t1_ecfygc2
/r/programming/comments/a8rptf/i_do_not_like_go/ecg53gc/
1548008370
2
t5_2fwo
r/programming
public
null
False
ep1939
t2_qtb0i
Free as in income based free. That being said nobody I know in Italy pays more than 2k/year in public universities.
null
0
1544432923
False
0
ebhjoia
t3_a4n8jv
null
null
t1_ebgpcn5
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjoia/
1547424400
1
t5_2fwo
r/programming
public
null
False
crabmusket
t2_1fztix5
Yep, you're right that it's not 100% consistent, but I think it's closer than most languages.
null
0
1545642365
False
0
ecg56e9
t3_a8rptf
null
null
t1_ecdrei4
/r/programming/comments/a8rptf/i_do_not_like_go/ecg56e9/
1548008436
1
t5_2fwo
r/programming
public
null
False
ep1939
t2_qtb0i
It's free as in income based free. You pay between 0 and 2k/year in highest tier of income.
null
0
1544432948
False
0
ebhjoxq
t3_a4n8jv
null
null
t1_ebgcuzh
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjoxq/
1547424405
3
t5_2fwo
r/programming
public
null
False
jplevene
t2_a7c44
Showing my age, I remember using the Turbo Vision GUI.
null
0
1545642423
False
0
ecg57pg
t3_a90xot
null
null
t3_a90xot
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg57pg/
1548008452
1
t5_2fwo
r/programming
public
null
False
peduxe
t2_g023y
hell it is, by the time Android Studio finished building and opened the app on my phone I could do 50 push ups and have a glass of water. it made developing apps slow as a solo developer with a medium end 8GB RAM i5 laptop; idk how these days the development with it goes and I will have to get back on it for some projects soon but i’ll probably look into React Native. The projects are not that big and scalability is not going to be a issue so it’s most likely my go-to framework. it helps i’m using a 6-core mbpro now but having hot reloading and sharing codebase are pros I can benefit so much from.
null
0
1544432957
1544433221
0
ebhjp38
t3_a2b8u4
null
null
t1_eawuhk5
/r/programming/comments/a2b8u4/flutter_on_desktop_a_real_competitor_to_electron/ebhjp38/
1547424407
1
t5_2fwo
r/programming
public
null
False
saltybandana
t2_2hallns5
To add on to what /u/kickopotomus said, high performance eventually turns into being all about the data and what you can do to keep the data being shoveled into the CPU as quickly as possible. Think of it like the old coal powered engines on a train. The more coal in the engine the faster it goes. Which means the faster you can get coal into the engine, the faster it goes. Same with data and the CPU. The more data you can shove into the CPU, the faster it goes. NOTE: I'm sure coal engines don't actually work like that, but it's a useful analogy to help explain why optimizations eventually turn into how you can layout your data such that you keep the CPU fed.
null
0
1545642607
False
0
ecg5byv
t3_a8kwg9
null
null
t1_ecbvffi
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecg5byv/
1548008504
2
t5_2fwo
r/programming
public
null
False
killerstorm
t2_m827
> In general, family formation in Europe is much more expensive than the US Somehow I doubt that. What's about healthcare and childcare costs?
null
0
1544433088
False
0
ebhjrcu
t3_a4n8jv
null
null
t1_ebgxfcn
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjrcu/
1547424435
3
t5_2fwo
r/programming
public
null
False
sergiuspk
t2_f878e
Compiling ESnext to ES3/5/6. You get everything nice including async/await in a fast and easy to use package.
null
0
1545642774
False
0
ecg5g92
t3_a8i4ar
null
null
t1_ecew8nt
/r/programming/comments/a8i4ar/swc_superfast_alternative_for_babel/ecg5g92/
1548008557
0
t5_2fwo
r/programming
public
null
False
jpsalvesen
t2_80lw2
A buffoon that disagrees with us? 🤷‍♂️
null
0
1544433121
False
0
ebhjrx4
t3_a4n8jv
null
null
t1_ebh6kbn
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjrx4/
1547424442
4
t5_2fwo
r/programming
public
null
False
_101010
t2_bwmxa
It implies that companies don't want to continue paying fair salaries to the employees and want to dumb down everything so that they can train average people. You see the same thing happening with the code schools and boot camps springing up everywhere. They want to move software engineering from a niche field to a mainstream employment. All so that they can save a buck. Fuckers!
null
0
1545642795
False
0
ecg5gs1
t3_a8rptf
null
null
t1_ecffu6l
/r/programming/comments/a8rptf/i_do_not_like_go/ecg5gs1/
1548008564
2
t5_2fwo
r/programming
public
null
False
Epaminondas
t2_5x8lw
We don't do 35 hours/week in software development in France ;) I usually consider I would have to be paid twice as much in the US to cover for lost holidays and health insurance (we don't really use unemployment insurance, jobs are aplenty in the sector). But salaries in the US are closer to 3 times or more what they are in Paris. I firmly believe what the video was pushing : a big part of the difference is just supply and demand, because in the case of France for example we are really lagging behind on VC money.
null
0
1544433251
False
0
ebhju82
t3_a4n8jv
null
null
t1_ebgffaq
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhju82/
1547424470
8
t5_2fwo
r/programming
public
null
False
_101010
t2_bwmxa
I am myself a functional programmer with a Haskell background. I tried to accept Go. What I have accepted that Go is a shit language. And I don't care much about the code I write since everyone else is making such a mess in the name of velocity.
null
0
1545642954
False
0
ecg5kvs
t3_a8rptf
null
null
t1_ecf0y3q
/r/programming/comments/a8rptf/i_do_not_like_go/ecg5kvs/
1548008614
0
t5_2fwo
r/programming
public
null
False
hugokhf
t2_i21sp
£60k in London have to be fairly senior or work for the top dogs. Most pay about 30-35k when u first start (most of them on the lower end)
null
0
1544433278
False
0
ebhjuot
t3_a4n8jv
null
null
t1_ebg53ff
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjuot/
1547424476
1
t5_2fwo
r/programming
public
null
False
TheLuckySpades
t2_adrvt
Why hate Pascal? It was my first programming language as it was the one they taught in my school (this was 4 years ago, they switched to Python now). Pascal is still pretty good to learn, especially when at least half of the pseudocode I see is pascal-esque.
null
0
1545643008
False
0
ecg5m7c
t3_a90xot
null
null
t1_ecfvhn8
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg5m7c/
1548008631
27
t5_2fwo
r/programming
public
null
False
Marcuss2
t2_pxfa3
I heard of Indian programmer stereotype: Put everything in main.
null
0
1544433279
False
0
ebhjupk
t3_a4u4la
null
null
t3_a4u4la
/r/programming/comments/a4u4la/95_of_it_engineers_in_india_incapable_new_report/ebhjupk/
1547424476
7
t5_2fwo
r/programming
public
null
False
_101010
t2_bwmxa
Have you seen Kubernetes codebase? They have to write their own dynamic type system because some idiot decided to use Go. Kubernetes has it's own internal type registry where each type must be registered before it can be used. Kubernetes seems to be using Go for the heck of it, nothing else. Codebase is absolutely not enjoyable to read. Not to add so much of the stuff is generated. Please research before you go out and defend Go.
null
0
1545643126
False
0
ecg5p2m
t3_a8rptf
null
null
t1_ecek90o
/r/programming/comments/a8rptf/i_do_not_like_go/ecg5p2m/
1548008667
3
t5_2fwo
r/programming
public
null
False
tomkeus
t2_5cbot
> We don't do 35 hours/week in software development in France ;) Well, I work in a very large company, and here its like aftermath of Zombie apocalypse after 17h. Its only us unfortunate cadres that are left.
null
0
1544433389
False
0
ebhjwlm
t3_a4n8jv
null
null
t1_ebhju82
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjwlm/
1547424500
5
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Fuck off. We all must use Lojban or at least Esperanto instead of this shitty iirregular English.
null
0
1545643318
False
0
ecg5tka
t3_a8kwg9
null
null
t1_ecg3jpj
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecg5tka/
1548008722
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544433389
1545141037
0
ebhjwlo
t3_a4n8jv
null
null
t1_ebgxrfn
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjwlo/
1547424500
2
t5_2fwo
r/programming
public
null
False
Beaverman
t2_52n9v
The problem can be abstracted a bit. You only use it in failure cause, but it exists every time the state machine can transition without any user input (epsilon?). To see a case where that makes sense, let's look at an implementation of an asynceonus socket. When we connect, it transitions into the state connection, from there the it will do something until it transitions to either connected for failed (let's say). How do we express this unexpected system driven transition? No call triggered it, and it can happen at arbitrary points in the program, so there's no simple/logical place to change return type.
null
0
1545643378
False
0
ecg5uxq
t3_a92arx
null
null
t1_ecg47kp
/r/programming/comments/a92arx/state_machines_and_the_strange_case_of_mutating/ecg5uxq/
1548008739
1
t5_2fwo
r/programming
public
null
False
Epaminondas
t2_5x8lw
Ah :) I tried very large companies when younger, and most of my family are public servants, so I see what you mean ;) It's very different in Parisian startups though.
null
0
1544433533
False
0
ebhjz4n
t3_a4n8jv
null
null
t1_ebhjwlm
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhjz4n/
1547424531
3
t5_2fwo
r/programming
public
null
False
combinatorylogic
t2_iab4d
Look at this brain-dead ignorant worthless webshit who have no fucking idea of how to ensure cache locality with the managed languages. Electron is a manifestation of the webshit mindset. If you fail to understand this fact, you're even dumber than most of the typical webshits.
null
1
1545643427
1545643632
0
ecg5w24
t3_a8kwg9
null
null
t1_ecg3efj
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecg5w24/
1548008752
-1
t5_2fwo
r/programming
public
null
False
harlekinss
t2_cjn5zvk
Hmm... the 'report' website is not displaying properly and you cant download the report unless you subscribe. There is a fallacy at intro where it states that the testing was conducted on a sample of students, contrary to what the caption says -"engineers". Also not saying what year or whatever, so the caption is a click bait.
null
0
1544433584
False
0
ebhk016
t3_a4u4la
null
null
t3_a4u4la
/r/programming/comments/a4u4la/95_of_it_engineers_in_india_incapable_new_report/ebhk016/
1547424541
9
t5_2fwo
r/programming
public
null
False
yairchu
t2_33msg
Your last sentence was confusing. Then I figured that where you are from students borrow textbooks from the schools. Amazing.
null
0
1545643479
False
0
ecg5x6d
t3_a90xot
null
null
t1_ecfwhe3
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg5x6d/
1548008767
-1
t5_2fwo
r/programming
public
null
False
appropriateinside
t2_729ad
If I didn't have to pay separately for the Linux AV...
null
0
1544433750
False
0
ebhk2uj
t3_a4tznm
null
null
t3_a4tznm
/r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebhk2uj/
1547424605
-4
t5_2fwo
r/programming
public
null
False
crabbone
t2_e3qdk15
> I've never written Go Oh, an expert in the thread!
null
0
1545643490
False
0
ecg5xf5
t3_a8rptf
null
null
t1_ecfyb4k
/r/programming/comments/a8rptf/i_do_not_like_go/ecg5xf5/
1548008769
4
t5_2fwo
r/programming
public
null
False
redditthinks
t2_43jni
Old post and alt-right site.
null
0
1544433784
False
0
ebhk3fa
t3_a4u4la
null
null
t3_a4u4la
/r/programming/comments/a4u4la/95_of_it_engineers_in_india_incapable_new_report/ebhk3fa/
1547424612
6
t5_2fwo
r/programming
public
null
False
_ak
t2_3463x
Here‘s something to blow everyone‘s minds: Go is essentially Oberon (a direct successor of Pascal, developed by the same guy) but with C tokens.
null
0
1545643676
False
0
ecg61iy
t3_a90xot
null
null
t1_ecg5m7c
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg61iy/
1548008820
24
t5_2fwo
r/programming
public
null
False
LeDucky
t2_4ad9e
> * The minimum version of Windows supported by Windows port of Git is now set to Vista. No more git for XP users I guess.
null
0
1544433950
False
0
ebhk69p
t3_a4oi4w
null
null
t3_a4oi4w
/r/programming/comments/a4oi4w/git_v2200_released/ebhk69p/
1547424647
10
t5_2fwo
r/programming
public
null
False
kuzux
t2_4v4qw
> you get shit done in Go Yeah, I can't get shit done. In any language, Go or not. > A lot of libraries for a young language Go is not that young. It's 10 years old, IIRC. Java was released in 1996. C#, 2000. Compare Java ecosystem in 2006, C# ecosystem in 2010 and Go ecosystem today. > Supported by many third parties for APIs That's never been my experience. There is a lot of support for Go, but any API that supports Go tend to have nice language support (Probably supports JS and Python). However, there's also many that support JS only (I'm not happy about this at all)
null
0
1545643687
False
0
ecg61re
t3_a8rptf
null
null
t1_ecf25a6
/r/programming/comments/a8rptf/i_do_not_like_go/ecg61re/
1548008823
10
t5_2fwo
r/programming
public
null
False
LeDucky
t2_4ad9e
They also like to mix them around so even if you do know them, you need to relearn.
null
0
1544434029
False
0
ebhk7m7
t3_a4oi4w
null
null
t1_ebh2jl8
/r/programming/comments/a4oi4w/git_v2200_released/ebhk7m7/
1547424664
4
t5_2fwo
r/programming
public
null
False
TheZech
t2_gw95y
I agree, Terry didn't even seem particularly racist. He used a lot of slurs, but it wasn't even clear if he was referring to ethnicities, or just some abstract concept of people who don't believe in God.
null
0
1545643767
False
0
ecg63i2
t3_a8mjza
null
null
t1_eccf408
/r/programming/comments/a8mjza/templeos_down_the_rabbit_hole/ecg63i2/
1548008845
8
t5_2fwo
r/programming
public
null
False
Dall0o
t2_6gq4r
Stack Overflow is the best tutor to learn how to ask a question. A hard tutor but I learned so much there. You are going to be close a lot at first, but in the long run your will learn why and improve.
null
0
1544434050
False
0
ebhk7z5
t3_a4hmbu
null
null
t3_a4hmbu
/r/programming/comments/a4hmbu/how_not_to_ask_a_technical_question/ebhk7z5/
1547424668
1
t5_2fwo
r/programming
public
null
False
Paccos
t2_8tqzp
Useless. Can’t even run Slack. /s
null
0
1545644357
False
0
ecg6g2v
t3_a8tmd0
null
null
t3_a8tmd0
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg6g2v/
1548009029
1
t5_2fwo
r/programming
public
null
False
ChrisRR
t2_de2j4
After seeing this I bought the ebook version. I know it's not a huge amount of money but at least Fabien gets a bigger cut compared to the paperback.
null
0
1544434108
False
0
ebhk8yg
t3_a4m0rb
null
null
t3_a4m0rb
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebhk8yg/
1547424680
3
t5_2fwo
r/programming
public
null
False
NoMoreNicksLeft
t2_7mcb
You should use CSS for messaging. It is the only programming language you need.
null
0
1545644414
False
0
ecg6h95
t3_a93598
null
null
t3_a93598
/r/programming/comments/a93598/whats_the_difference_between_xmpp_and_websockets/ecg6h95/
1548009044
-8
t5_2fwo
r/programming
public
null
False
vz0
t2_4mc6r
>Argentina has an attitude problem. Can you elaborate, please? I'd like to know what you mean by that. >I think if they're qualified and can speak English, they've already come to the US. [This follows the Joel Spolsky idea on "Finding Great developers"](https://www.joelonsoftware.com/2006/09/06/finding-great-developers-2/). He claims that you'll never hire great developers, because they are never on the market: they already have great jobs and they are not looking for a new position. Argentina has a cultural difference compared to the rest of the world. Having a good job there means that you are safe, and people rather have job safety than an extra bit of money. This is specially true for junior positions. If you want to hire junior positions in Argentina you'd have to follow Joel advice: hire people from university and train them, or draw attention in a way that they want to work for you.
null
0
1544434120
1544435375
0
ebhk95t
t3_a4n8jv
null
null
t1_ebgd9ir
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhk95t/
1547424683
2
t5_2fwo
r/programming
public
null
False
Atario
t2_4a2ps
What one programmer can accomplish in one month, two programmers can accomplish in two months.
null
0
1545644418
False
0
ecg6hcn
t3_a8tmd0
null
null
t1_ecej4mo
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg6hcn/
1548009045
9
t5_2fwo
r/programming
public
null
False
jyper
t2_44f90
I'm pretty sure rust does support just running the complier with a different build tool, not many people do that but if you wanted to throw a little rust into a c++build using make or cmake might suit your needs more then cargo
null
0
1544434121
False
0
ebhk96m
t3_a47s2x
null
null
t1_ebeea37
/r/programming/comments/a47s2x/happy_17th_birthday_d/ebhk96m/
1547424683
2
t5_2fwo
r/programming
public
null
False
badsectoracula
t2_3jbnd
> Why do you think you represent majority of users? I never wrote i do, i don't know why you think that. > This is real Windows 10 desktop application. No, it is a mobile/tablet application masquerading as a desktop application. All the design decisions about this UI were made to be usable in a mobile/tablet-first environment where you need to fiddle with sausage fingers and a tiny screen than something where you have a high precision pointing device (mouse) and a large screen. That it runs in a desktop OS is irrelevant, its design screams mobile. > What is that "something" that you would choose for implementing it? wxWidgets, Qt Widgets, Lazarus, WinForms hell even MFC would be better - not because it would be easy for me but because these are designed for real desktop applications.
null
0
1545644478
False
0
ecg6imc
t3_a8vkzm
null
null
t1_ecfe1fg
/r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/ecg6imc/
1548009061
2
t5_2fwo
r/programming
public
null
False
jyper
t2_44f90
Really? I'm unaware of cpython doing anything like that Maybe you mean pypy? But my understanding is that pypy isn't as compatible with python c extensions as say jruby and doesn't have the widespread use of say jruby
null
0
1544434255
False
0
ebhkbhb
t3_a47s2x
null
null
t1_ebfxpp0
/r/programming/comments/a47s2x/happy_17th_birthday_d/ebhkbhb/
1547424712
1
t5_2fwo
r/programming
public
null
False
nfrankel
t2_ayl6m
You're right, I was talking about replacing `>=` by `>`.
null
0
1545644596
False
0
ecg6l3i
t3_a8p1m1
null
null
t1_ecfpnds
/r/programming/comments/a8p1m1/the_myth_of_100_code_coverage/ecg6l3i/
1548009091
1
t5_2fwo
r/programming
public
null
False
FG_Regulus
t2_aybf9
Oh no, I don't mean it like that. I just mean Rust isn't a prototyping kind of language. It's architectural by nature and so for many domains it just isn't a candidate. It's a fantastic language in almost all regards though and I'm optimistic for the future!
null
0
1544434454
False
0
ebhkew8
t3_a47s2x
null
null
t1_ebhk96m
/r/programming/comments/a47s2x/happy_17th_birthday_d/ebhkew8/
1547424754
1
t5_2fwo
r/programming
public
null
False
sustrik
t2_37v8a
When an error happens the call can close the socket and return NULL.
null
0
1545644613
False
0
ecg6lg5
t3_a92arx
null
null
t1_ecg47kp
/r/programming/comments/a92arx/state_machines_and_the_strange_case_of_mutating/ecg6lg5/
1548009096
1
t5_2fwo
r/programming
public
null
False
georobv
t2_135lq7
Not, according even with the data the guy above posted. https://www.numbeo.com/cost-of-living/rankings_current.jsp
null
0
1544434495
False
0
ebhkfkm
t3_a4n8jv
null
null
t1_ebgw8i6
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhkfkm/
1547424762
1
t5_2fwo
r/programming
public
null
False
Atario
t2_4a2ps
I choose to read this in a tone of delight and celebration
null
0
1545644630
False
0
ecg6lsm
t3_a8tmd0
null
null
t1_ecfh7i9
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg6lsm/
1548009100
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544434525
False
0
ebhkg40
t3_a4m2dp
null
null
t1_ebg27qx
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebhkg40/
1547424769
1
t5_2fwo
r/programming
public
null
False
badsectoracula
t2_3jbnd
I wasn't making any comparison with Electron, my comment was about the linked app. Sure, if you had to choose between Electron and Sciter and there was absolutely no other choice, Sciter looks like a better choice. My comment was that neither is a choice i'd personally like to experience *as a user*.
null
0
1545644646
False
0
ecg6m4f
t3_a8vkzm
null
null
t1_ecfvpmy
/r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/ecg6m4f/
1548009104
1
t5_2fwo
r/programming
public
null
False
immibis
t2_dj2ua
One of the neat things about Smalltalk is you can do that; one of the neat things about Java is you can't do that. Duck typing brings in its own problems.
null
0
1544434575
False
0
ebhkgxe
t3_a4m2dp
null
null
t1_ebgr7sd
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebhkgxe/
1547424778
3
t5_2fwo
r/programming
public
null
False
CanIComeToYourParty
t2_12v6mu
Mine is downvoting posts with vague titles.
null
0
1545644913
False
0
ecg6rrm
t3_a91l9v
null
null
t3_a91l9v
/r/programming/comments/a91l9v/my_unusual_hobby/ecg6rrm/
1548009174
19
t5_2fwo
r/programming
public
null
False
nikto123
t2_7otkd
[Yeah...](https://i.imgur.com/c6fwC3O.png)
null
1
1544434615
False
0
ebhkhnr
t3_a4m0rb
null
null
t1_ebgcsop
/r/programming/comments/a4m0rb/game_engine_black_book_doom/ebhkhnr/
1547424788
1
t5_2fwo
r/programming
public
null
False
badsectoracula
t2_3jbnd
Ah yes, you are right, somehow i read that as a recommendation for anything, not just kiosks where you control the computer specs.
null
0
1545644971
False
0
ecg6t4a
t3_a8vkzm
null
null
t1_ecfrfel
/r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/ecg6t4a/
1548009191
1
t5_2fwo
r/programming
public
null
False
agumonkey
t2_62nu4
dart best feature will be when they'll free the dartvm team :p
null
0
1544434634
False
0
ebhki0q
t3_a4dtp2
null
null
t1_ebh6fhj
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebhki0q/
1547424793
1
t5_2fwo
r/programming
public
null
False
GYN-k4H-Q3z-75B
t2_lbonz
Ahhh, Pascal. After learning Basic and a bit of assembly programming, I was so crushed by its structured approach and many rules that after a few weeks I decided to learn C instead. Years later I spent some time with Delphi.
null
0
1545645185
False
0
ecg6xit
t3_a90xot
null
null
t3_a90xot
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg6xit/
1548009245
1
t5_2fwo
r/programming
public
null
False
zardeh
t2_8npx0
Grrrr. Its entirely possible to implement Any/AllSatisfy over the integers. Agda (and in general dependently typed languages) do it all the time! Nor are there an uncountable number of finite-lengh bit sequences (as can be represented by the BitSequence type). The set of bit sequences is absolutely [a countably infinite set!](https://math.stackexchange.com/questions/2768229/how-do-i-represent-the-set-of-all-finite-bit-strings)
null
0
1544434640
False
0
ebhki42
t3_a4tlvc
null
null
t3_a4tlvc
/r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebhki42/
1547424793
17
t5_2fwo
r/programming
public
null
False
peterfirefly
t2_9arrl
But with multiprogramming and channels and a different type system. Go is essentially a slight rework of older languages by Rob Pike. He had about two decades of a succession of slightly changed multiprogramming languages with channels before he made Go.
null
0
1545645192
False
0
ecg6xoc
t3_a90xot
null
null
t1_ecg61iy
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg6xoc/
1548009247
6
t5_2fwo
r/programming
public
null
False
tdammers
t2_6v532
> Although Linux is a much more secure operating system compared to the more widely used Windows, Actually, no, it's not, at least not in such a blanket way. Linux isn't even an OS, the actual overall security situation depends on the whole of kernel + system packages + user software. One advantage that FOSS has in the security arena is that truly independent audits and patches are possible; but what exactly that means in the individual case isn't a black-and-white matter. > This smaller number of threats has resulted in cyber-security firms paying much less attention to the Linux malware ecosystem than they normally do to its Windows counterpart. This is blatantly false. The cybersecurity world is extremely vigilant as far as Linux is concerned, because while Linux is a fringe thing on the desktop, it still dominates servers, mobile, embedded, and IoT, and those are extremely interesting targets. Windows malware tends to be mainly after the hardware and the network connection, i.e., use the infected machine as leverage for attacking the real target, or for running all sorts of illegal operations. But that's just one type of malicious activity out there; as far as truly valuable targets are concerned (i.e., sensitive data, crucial infrastructure, etc.), Linux is at least as interesting a target as Windows. Besides, this isn't exactly breathtaking news. In a nutshell, what they found is this: 1. OpenSSH is a piece of software that handles sensitive data, particularly SSH keys and passwords. 2. It is possible to modify OpenSSH itself to compromise that sensitive data - it's not difficult at all, the code is available freely, so you can just change it to dump those passwords somewhere or upload them to your server. And naturally, people have done this. 3. Once such a maliciously altered OpenSSH binary has been crafted, you can use it to replace the legit OpenSSH binary on a server that you have already compromised (i.e., **the attacker already has root on that machine**). Subsequent password-based logins to this compromised machine will expose the passwords to OpenSSH (by design), thus leaking them to the attacker. So this isn't really spectacular - the "news" is that a server that has been fully compromised can leak SSH passwords. Duh. Everything else in that article is just sensationalist fluff. On a side note, it seems that doing this will not even compromise key-based authentication, only passwords - after all, in key-based authentication, the server never gets to see the key. Which is a very good argument against SSH password auth. Now, what would be truly interesting would be a way to compromise *clients* through a malicious OpenSSH server - that is, you don't just intercept the password, but you manage to actually plant malicious code on the client's system through a mere SSH connection. But that's not what this is about.
null
0
1544434658
False
0
ebhkifk
t3_a4tznm
null
null
t3_a4tznm
/r/programming/comments/a4tznm/eset_discovers_21_new_linux_malware_families_all/ebhkifk/
1547424797
193
t5_2fwo
r/programming
public
null
False
peterfirefly
t2_9arrl
Only from version 6.0.
null
0
1545645288
False
0
ecg6zlb
t3_a90xot
null
null
t1_ecfwvvp
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg6zlb/
1548009271
2
t5_2fwo
r/programming
public
null
False
walterbanana
t2_dhb5oto
In the Netherlands and Germany there are actually a lot more cities where it won't be too hard to find a job as a software developer. You can go to Cologne, Munich, Berlin, Rotterdam, Zwolle or Eindhoven and you'll find a job in no time.
null
0
1544434785
False
0
ebhkkp7
t3_a4n8jv
null
null
t1_ebg2iuo
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhkkp7/
1547424825
2
t5_2fwo
r/programming
public
null
False
FitzyRJ
t2_1x9hh50x
Reminds me of robopascal... Lots of memories. Wrote a checkers game in Turbo Pascal. Great fun.
null
0
1545645330
False
0
ecg70ef
t3_a90xot
null
null
t3_a90xot
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg70ef/
1548009280
1
t5_2fwo
r/programming
public
null
False
Eurynom0s
t2_4dmtf
It's a big enough difference that it's still clearly a real pay cut, but the COL isn't directly comparable. Health care expenses are an obvious piece of why. Like yes, sure, you're getting paid less, but there's also some fairly significant differences in out of pocket expenses. If you rarely make use of doctors though then yeah the difference can be way more significant.
null
0
1544434860
False
0
ebhklzb
t3_a4n8jv
null
null
t1_ebhbo82
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhklzb/
1547424841
19
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545645441
False
0
ecg72lx
t3_a8rptf
null
null
t3_a8rptf
/r/programming/comments/a8rptf/i_do_not_like_go/ecg72lx/
1548009308
5
t5_2fwo
r/programming
public
null
False
philipwhiuk
t2_78ppe
You’d have to use references to clock cycles or something, not time - as the times make no sense across processors.
null
0
1544434977
False
0
ebhko0s
t3_a4m2dp
null
null
t1_ebfpszz
/r/programming/comments/a4m2dp/limits_of_programming_by_interface/ebhko0s/
1547424866
1
t5_2fwo
r/programming
public
null
False
fungussa
t2_3wv64
To repeat u/cheald 's comment: > Go enjoys significant prominence in modern infrastructure tooling. k8s, docker, all of hashicorp's stuff (consul, terraform, vault), etcd, coredns, trefik, telegraf, filebeat, prometheus - all Go. Most modern cloud based architectures are heavily dependent on a significant chunk of that list. It's fair to say it's become dominant in the space. > To put it another way, you really should learn go if you want to be a devops engineer today. That may not hold in the future, but that's definitely where it's at today.
null
0
1545645456
False
0
ecg72x1
t3_a8rptf
null
null
t1_ecg5p2m
/r/programming/comments/a8rptf/i_do_not_like_go/ecg72x1/
1548009312
1
t5_2fwo
r/programming
public
null
False
Vadoff
t2_4j4me
Average 2BR apartment in SF is 4.4k, when split it's **2.2k**. Average studio apartment is **2.4k**. (3BR apartment when split is \~1720 per person). 1.1 - 1.3k is plenty to cover utilities, transportation, food, clothes, etc. There are people who live alone and get an entire 1BR apartment to themselves, but they usually make 160-200k base salary. I would say the average non-senior programmer would not choose that option.
null
0
1544434977
1544435828
0
ebhko0t
t3_a4n8jv
null
null
t1_ebhjdl6
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhko0t/
1547424866
1
t5_2fwo
r/programming
public
null
False
frequenttimetraveler
t2_7z6qs
Is there an emulator for it?
null
0
1545645550
False
0
ecg74tr
t3_a8tmd0
null
null
t3_a8tmd0
/r/programming/comments/a8tmd0/apollo_guidance_computer_restoring_the_computer/ecg74tr/
1548009336
1
t5_2fwo
r/programming
public
null
False
Sampo
t2_1tvs
With free or cheap health care and free or cheap university tuition, Europeans don't need as much money as Americans. Even if your employers pays your and you family's healthcare now, Americans need to save money for their retirement, including enough savings to pay for the health insurance when you're retired. And Americans need to save money for putting their kids to a university. Europeans don't need money for those things. Or paying back their own student loans.
null
0
1544435028
1544435957
0
ebhkowh
t3_a4n8jv
null
null
t1_ebghj9u
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhkowh/
1547424877
51
t5_2fwo
r/programming
public
null
False
responsiblemoose
t2_1umsbnzs
It was the first environment I used on the PC which combined the compiler and linker into a single "Run" operation. This made programming much easier to pick up for beginners since the compile time was reduced to seconds, giving you almost immediate feedback, instead of the previous compilers which spent minutes on the separate compile and link phases. (before TP, I used BBC Basic on a BBC B which also was awesome and inspired by Comal/Pascal)
null
0
1545645576
False
0
ecg75du
t3_a90xot
null
null
t3_a90xot
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg75du/
1548009343
6
t5_2fwo
r/programming
public
null
False
red75prim
t2_60lnx
> which is both faster and more precise Do you have the ability to instantly count rows and columns to go to that point in your code where something seems off? Or instantly choose the fastest method to get there? "Faster" claim doesn't seem to be backed by evidence. I searched, and haven't found anything, but claims that it feels faster.
null
0
1544435056
False
0
ebhkpef
t3_a4nztn
null
null
t1_ebgckrf
/r/programming/comments/a4nztn/today_is_the_50th_anniversary_of_doug_engelbarts/ebhkpef/
1547424883
5
t5_2fwo
r/programming
public
null
False
badsectoracula
t2_3jbnd
Hey i didn't expect to see my video here this morning :-P. Sometimes i like just opening an IDE and record myself making a small game in it, although it is very infrequently. But if you liked this you may also like the older [Making a game in VB1](https://www.youtube.com/watch?v=Olq0tSwmyBI) (posted before once), the "sequel" [Making a game in Free Pascal](https://www.youtube.com/watch?v=hPmJB0mS-GA) (this one is the longest so far at almost 5h), [Making a tilemap editor in Lazarus](https://www.youtube.com/watch?v=_3JgeIUo1X0) (not making a game but a game dev tool) and the most recent one [Making a puzzle game in Linux using Lazarus](https://www.youtube.com/watch?v=s_01Xhd2EJM). At some point i also want to do some videos with using TP5.5, Delphi 1, Delphi 2, Borland C++ Builder 1, OpenWatcom, Klik & Play, VB4, VB5 and perhaps some more modern stuff like Python, FreeBasic, etc although i think the more modern stuff are more mundane and i prefer to play around with older tools :-P. Ah yeah, i recently bought Walter Bright's C/C++ tools, so i want to make a video on that too.
null
0
1545645681
1545645912
0
ecg77ia
t3_a90xot
null
null
t3_a90xot
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg77ia/
1548009368
81
t5_2fwo
r/programming
public
null
False
MrStickmanPro1
t2_eo5qu
But wouldn’t be removing that code == telling everyone == going to jail?
null
0
1544435091
False
0
ebhkq01
t3_a3kk7u
null
null
t1_eb7uuxl
/r/programming/comments/a3kk7u/australian_programmers_could_be_fired_by_their/ebhkq01/
1547424891
1
t5_2fwo
r/programming
public
null
False
possessed_flea
t2_3auhs
Except any code coverage tool worth its salt will only mark the condition on the If statement as 66% covered if you only pass through the statement with b as 1, you will need 4 passes ( jacoco or its predecessor Emma both will do this )
null
0
1545645803
False
0
ecg79tl
t3_a8zgcm
null
null
t1_ecg0ukf
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecg79tl/
1548009398
11
t5_2fwo
r/programming
public
null
False
serados
t2_66qve
That list is ranked according to Cost of Living *excluding rent*. Considering London's rent index at 70 is almost twice that of Tokyo's at 36, and that someone considering moving to a new city will most likely rent, it's not a useful comparison. If Tokyo is cheaper in every category excluding groceries (which itself is extremely biased since it's computed based on ingredients found in a *Western diet* - cheese and beef are not part of an everyday diet here in Japan), how can the cost of living in Tokyo be more expensive than in London?
null
0
1544435164
1544435368
0
ebhkra3
t3_a4n8jv
null
null
t1_ebhkfkm
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhkra3/
1547424907
2
t5_2fwo
r/programming
public
null
False
possessed_flea
t2_3auhs
The issue is that if you cover only the business use cases but still don’t cover anything else relevant you can end up with situations where you can have extremely adverse effects from bigs or vulnerabilities. For example, could you imagine you have a business requirement to log all http referers into a table, since you have a web application there is no business use case for someone manually modifying this field so you don’t write any tests that cover insane values, turns out that sql statement doesn’t properly sanitize the input and lets the user drop the database if they send something not 100% kosher.
null
0
1545646172
False
0
ecg7gsj
t3_a8zgcm
null
null
t1_ecg4tjn
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/ecg7gsj/
1548009484
3
t5_2fwo
r/programming
public
null
False
Zapsy
t2_h5sp9
Cost of living among a lot of other points.
null
0
1544435198
False
0
ebhkruw
t3_a4n8jv
null
null
t1_ebhfhus
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebhkruw/
1547424913
2
t5_2fwo
r/programming
public
null
False
parkerSquare
t2_12ooom
BBC Basic with the integrated assembler was awesome - made it so easy (relatively) to move code over to assembly for better performance.
null
0
1545646194
False
0
ecg7h72
t3_a90xot
null
null
t1_ecg75du
/r/programming/comments/a90xot/making_a_game_in_turbo_pascal_302/ecg7h72/
1548009489
3
t5_2fwo
r/programming
public
null
False
jonjonbee
t2_t44gw
Yet another example of why C++ is a terrible, broken language. Any system whereby code compiles and runs, yet works differently to what the programmer expected or intended, is fundamentally flawed.
null
0
1544435285
False
0
ebhktbw
t3_a4tul7
null
null
t3_a4tul7
/r/programming/comments/a4tul7/deducing_your_intentions/ebhktbw/
1547424931
-1
t5_2fwo
r/programming
public
null
False
fuckin_ziggurats
t2_cmam5
>brain-dead ignorant worthless webshit Ahh I see, you hate web devs, and pretty much anyone who doesn't agree with you as I can see from this thread. >Electron is a manifestation of the webshit mindset Electron is a manifestation of a lack of decent cross-platform libraries and tooling in the industry. If you fail to understand that fact you're dumber than most egotistical, web-hating assholes.
null
0
1545646321
False
0
ecg7jlg
t3_a8kwg9
null
null
t1_ecg5w24
/r/programming/comments/a8kwg9/what_every_programmer_should_know_about_memory/ecg7jlg/
1548009520
6
t5_2fwo
r/programming
public
null
False
spaghettiCodeArtisan
t2_3jyrfgx
> My point was that everything can and should be upgraded. And why the fuck should that be the case? I guess we're not generating enough trash already and we should produce some more?
null
0
1544435312
False
0
ebhkttl
t3_a45jvw
null
null
t1_ebgnx68
/r/programming/comments/a45jvw/electron_and_the_decline_of_native_apps/ebhkttl/
1547424937
2
t5_2fwo
r/programming
public
null
False
Herbstein
t2_au753
Face it Alexa, ya basic
null
0
1545646374
False
0
ecg7kng
t3_a92yi9
null
null
t3_a92yi9
/r/programming/comments/a92yi9/i_made_amazon_alexa_run_basic/ecg7kng/
1548009533
26
t5_2fwo
r/programming
public
null