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
GitCommandBot
t2_iopitu7
git: 'good' is not a git command. See 'git --help'.
null
0
1544463136
False
0
ebi9641
t3_a4wu3y
null
null
t1_ebi95rx
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi9641/
1547436314
3
t5_2fwo
r/programming
public
null
False
blm126
t2_36x67
I work on a team that aims for 100% coverage, to the extent that we have build checks that will fail any commit that includes un-covered code. We got here over time. In the beginning, I thought exactly like this article. There is so much boiler plate code that is not worth testing. So we came up with complicated rules about what didn't need to be tested. Over time, we noticed it changed the way we architected the product. Any portion of the code base that was declared to be "boiler plate" and unworthy of testing suddenly started containing business logic. This wasn't even really conscious "cheating". I was guilty of it myself. You rely on your instincts so much about will be an "easy" change versus a "hard" change. Your instincts don't like writing unit tests for code they are certain will work. Worse, the quality of code reviews on unit tests was very bad. So, we constantly skipped out on writing tests that should have been there. As a team, we weren't capable of making the decision on what needed testing at scale on a long term basis. So, now we mandate 100% coverage. Yes, there is "wasted" work, but the end result has been a much higher quality product.
null
0
1545691481
False
0
echhuug
t3_a8zgcm
null
null
t3_a8zgcm
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/echhuug/
1548031208
2
t5_2fwo
r/programming
public
null
False
lorarc
t2_zlcgl
I think you need to define halfway decent here or recommend a job board other than LinkedIn/Stackoverflow jobs. 99% of offers I get is rubbish that doesn't match my profile and the other 1% offers a junior salary.
null
0
1544463143
False
0
ebi96fs
t3_a4n8jv
null
null
t1_ebgp8fx
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi96fs/
1547436318
1
t5_2fwo
r/programming
public
null
False
rebel_cdn
t2_4vhqr
Watch their heads explode when they start using `var`. As of Java 10, I find Java almost as pleasant to use as C#. I still like F# and OCaml and Haskell a bit more, but I try not to be dogmatic. C# pays the bills, and I use it happily every day. I think with Java 10+, I could happily write Java every day if I ever need to.
null
0
1545691495
False
0
echhvjs
t3_a956qz
null
null
t1_ecgvktz
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/echhvjs/
1548031216
8
t5_2fwo
r/programming
public
null
False
pixelrebel
t2_aj09m
I force push my "stable" tag upon each release.
null
0
1544463160
False
0
ebi978d
t3_a4uynu
null
null
t1_ebi87b0
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebi978d/
1547436328
2
t5_2fwo
r/programming
public
null
False
cowinabadplace
t2_3xj24
Is anyone ever a fan of switching a codebase to something else entirely? Especially when you’re talking about a JVM/non-JVM integration. The stance we take where I work is “demonstrate the value”. Every quarter, one week is for experimentation that attempts to demonstrate a new idea (not usually language). Our codebase is fairly polyglot as a result (Go, Ruby, JVM stuff, tiny bits of Haskell and C++) but we’ve learned some things are not great. IDE integration for bidirectional Java and Clojure dependencies is not great, for instance, so we keep things going from Java into Clojure but not vice versa. I think this is a fine model. Convincing someone of the value of a new thing isn’t just stating facts. It’s about being able to demonstrate value. And since the majority of code at existing companies is existing code, interoperability is key. If you don’t have a good story around how a new language can be introduced then it’s not going to work. A common misstep is “it’s just tooling”. Well, you need to have demonstrated your ability to build worthwhile tooling. If you haven’t, win the trust of the people you’re counting on participating. It’s a marketplace of ideas but that specifically means you have to sell well. Of course, you may well be at a place where you do all of these things and people still don’t listen. Well, if you can and it’s causing you angst, I’d recommend moving elsewhere. Life’s too short to spend three years in a job where you can’t grow.
null
0
1545691539
False
0
echhxo3
t3_a956qz
null
null
t1_ech8com
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/echhxo3/
1548031243
11
t5_2fwo
r/programming
public
null
False
fungussa
t2_3wv64
They keep on churning out new language features, but my interest in the language is waning. Imagine C++ 22, C++ 26 or C++ 35.
null
0
1544463169
False
0
ebi97nj
t3_a32r4e
null
null
t1_eb3xftq
/r/programming/comments/a32r4e/announcing_visual_studio_2019_preview_1/ebi97nj/
1547436333
1
t5_2fwo
r/programming
public
null
False
jeffsterlive
t2_mtjir
Worse than audio drivers?
null
0
1545691627
False
0
echi1rc
t3_a95jxj
null
null
t1_ecgyhu0
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echi1rc/
1548031293
8
t5_2fwo
r/programming
public
null
False
topher_r
t2_7riw1
I have a high standard job in Europe, I get the 33 base plus 5 more in the UK. McDonald's gives 33, good jobs give more.
null
0
1544463188
False
0
ebi98km
t3_a4n8jv
null
null
t1_ebgdrzl
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi98km/
1547436345
2
t5_2fwo
r/programming
public
null
False
cowinabadplace
t2_3xj24
Perhaps containerized services? The containers deal with the environment variation. The service layer allows code interaction without needing a common environment.
null
0
1545691699
False
0
echi54a
t3_a956qz
null
null
t1_ech1ith
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/echi54a/
1548031335
1
t5_2fwo
r/programming
public
null
False
penguin_named_tux
t2_2fuyri2q
/u/humble_toolsmith is a phoney!
null
0
1544463193
False
0
ebi98rr
t3_a4wbug
null
null
t1_ebi7r7h
/r/programming/comments/a4wbug/castlevaniabot_writing_a_bot_to_play_a_classic/ebi98rr/
1547436347
1
t5_2fwo
r/programming
public
null
False
Programmdude
t2_d32xq
I think the legal issues came from re-broadcasting the streams rather then the actual blocking.
null
0
1545691762
False
0
echi833
t3_a8o8ot
null
null
t1_ecdmchb
/r/programming/comments/a8o8ot/designing_an_adblocker_for_radio_and_podcasts/echi833/
1548031372
2
t5_2fwo
r/programming
public
null
False
BobFloss
t2_i72r3
Yep
null
0
1544463219
False
0
ebi9a0h
t3_a4n8jv
null
null
t1_ebhl5yh
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9a0h/
1547436362
2
t5_2fwo
r/programming
public
null
False
frzme
t2_hfd4y
Windows works consistently and smooth, everything does the right thing. The window decorations look slick yet non obnoxious, it's easy to perform all window interactions without a mouse, everything uses the same Widget set (or at least knows which Widget set look and feel to emulate) There are useful features for working with multiple windows open (you can stack them, move them around, aero snap them, ..) And most importantly there are close buttons in each Window decoration, one top left (requires doubleclick, single click opens the window context menu), one top right - the last time I tried to get this behaviour on Linux I had to patch KDE or use an outdated Compiz version. Also and maybe more relevant: everything works out of the box and consistent on other Windows PCs as well.
null
0
1545691863
False
0
echicqm
t3_a95jxj
null
null
t1_ech3gry
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echicqm/
1548031430
10
t5_2fwo
r/programming
public
null
False
Eccentricc
t2_eugwf
Use machine learning to have it learn how to beat it itself :)
null
0
1544463221
False
0
ebi9a3h
t3_a4vzev
null
null
t1_ebi73nq
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi9a3h/
1547436363
0
t5_2fwo
r/programming
public
null
False
greppable777
t2_15e75v
Well “just like gentoo but without recompiling anything yourself”, So not like gentoo at all.
null
0
1545692077
False
0
echim2t
t3_a95jxj
null
null
t1_echceo2
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echim2t/
1548031545
6
t5_2fwo
r/programming
public
null
False
TCPisBetterThanUDP
t2_1se9jpc4
Umm there's software that does machine learning, image processing, graphics, kernel development, embedded systems etc etc where they're not handling that sort of load like high performance systems or distributed systems, they need very strong engineers and not monkeys doing CRUD.
null
0
1544463260
False
0
ebi9bx7
t3_a4n8jv
null
null
t1_ebgn96v
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9bx7/
1547436386
1
t5_2fwo
r/programming
public
null
False
ishidex2
t2_1xkss2a3
Hol up, are you from OLC community?
null
0
1545692078
False
0
echim42
t3_a961pk
null
null
t3_a961pk
/r/programming/comments/a961pk/another_first_for_my_c_games_multithreading/echim42/
1548031545
2
t5_2fwo
r/programming
public
null
False
Giometrix
t2_4ub89
> No one likes to be the guy that yells at their significant other because they used the word or when they meant and because you’re steeping in an apathetic wasteland of logic. I hope he’s joking; this sounds insane.
null
0
1544463275
False
0
ebi9cmd
t3_a4wu3y
null
null
t3_a4wu3y
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi9cmd/
1547436394
14
t5_2fwo
r/programming
public
null
False
klebsiella_pneumonae
t2_1sgol7kt
It's Nouveau graphics drivers levels of bad.
null
1
1545692085
False
0
echimdk
t3_a95jxj
null
null
t1_echi1rc
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echimdk/
1548031548
-3
t5_2fwo
r/programming
public
null
False
itsaworkalt
t2_td8uk4l
This did not use any ML techniques, but this is AI work. Specifically updating a state machine to employ different strategies is very common for game AI.
null
0
1544463286
False
0
ebi9d3z
t3_a4vzev
null
null
t1_ebi84po
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi9d3z/
1547436400
18
t5_2fwo
r/programming
public
null
False
shared_makes_it_real
t2_wvcqaot
I love the balance between these articles and the counter perspective of "if you wanted to be in tech now why didn't you start programming 20 years ago like the rest of us?" Oh wait. No journalist would ever say such a thing because saying that people who actually put the work in should reap the reward translates into something sexist for all the women who aren't used to hearing the word "no". (Full respect to all the men *and* women who have put in the work.)
null
0
1545692135
False
0
echiocy
t3_a97kyr
null
null
t3_a97kyr
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/echiocy/
1548031572
19
t5_2fwo
r/programming
public
null
False
Twin_Nets_Jets
t2_zkhro
Lmao, of course you have low living expenses if your parents bought your house. JFC. Does this guy just think everyone has their parents doing that?
null
0
1544463286
False
0
ebi9d50
t3_a4n8jv
null
null
t1_ebi3t1g
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9d50/
1547436401
6
t5_2fwo
r/programming
public
null
False
perspectsites
t2_277rsr7h
The service works and that's enough proof. What further proof do you need?
null
0
1545692266
False
0
echitpr
t3_a8l0gi
null
null
t1_ecbuvre
/r/programming/comments/a8l0gi/unbundling_wordpress/echitpr/
1548031639
1
t5_2fwo
r/programming
public
null
False
lorarc
t2_zlcgl
That's when you move to Europe. Like, you could run a small business at loss in UK and still get all the healthcare.
null
0
1544463314
False
0
ebi9ec3
t3_a4n8jv
null
null
t1_ebi4qls
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9ec3/
1547436415
1
t5_2fwo
r/programming
public
null
False
studiosi
t2_4goe5
No, that's not proof of anything. Part if not all of the success of WordPress is that the code is available and that's very easy to self-host and code plugins. I don't think any agency/company that works with services like ServerPilot or many of the other alternatives will suddenly change to this, specially if they can't easily find why should they do it.
null
0
1545692472
False
0
echj1zs
t3_a8l0gi
null
null
t1_echitpr
/r/programming/comments/a8l0gi/unbundling_wordpress/echj1zs/
1548031741
1
t5_2fwo
r/programming
public
null
False
yaboyquy
t2_p4rmo7x
I live in San Diego California and life here is great! Salaries of course is not competitive against the Bay Area and such but it is definitely competitive. $120K is achievable after about 5 years of experience. Transportation is great, you can drive almost anywhere, parking is not bad, traffic can be overcome if you choose where you live according to where you work. Great work life balance, one of the best weather in the world and overall a very fun yet peaceful city.
null
0
1544463322
False
0
ebi9eqq
t3_a4n8jv
null
null
t1_ebhlqxy
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9eqq/
1547436421
4
t5_2fwo
r/programming
public
null
False
Hayden4126
t2_ls9fzmv
Did you use an engine?
null
0
1545692510
False
0
echj3ih
t3_a961pk
null
null
t3_a961pk
/r/programming/comments/a961pk/another_first_for_my_c_games_multithreading/echj3ih/
1548031760
2
t5_2fwo
r/programming
public
null
False
lala_xyyz
t2_lplio
God you're dumb.
null
0
1544463324
False
0
ebi9eui
t3_a4n8jv
null
null
t1_ebi68jj
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9eui/
1547436422
2
t5_2fwo
r/programming
public
null
False
thelordpsy
t2_4ixcf
J/w does that mean you’re actually doing your rendering on the CPU instead of the GPU?
null
0
1545692556
False
0
echj5eq
t3_a961pk
null
null
t1_ecgo5qs
/r/programming/comments/a961pk/another_first_for_my_c_games_multithreading/echj5eq/
1548031814
2
t5_2fwo
r/programming
public
null
False
steveklabnik1
t2_d7udf
For what it's worth, most people who are working on this stuff seem against adding TBAA.
null
0
1544463327
False
0
ebi9ey6
t3_a4ufwz
null
null
t1_ebi7obu
/r/programming/comments/a4ufwz/typebased_alias_analysis/ebi9ey6/
1547436423
3
t5_2fwo
r/programming
public
null
False
Abounding
t2_7grcx
So you’re saying that the mainline isn’t the released version? That explains so much
null
0
1545692835
False
0
echjgq7
t3_a95jxj
null
null
t3_a95jxj
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echjgq7/
1548031952
3
t5_2fwo
r/programming
public
null
False
boboguitar
t2_bjj2f
I just about stopped reading after that line. Author has a very lofty opinion of his profession.
null
0
1544463329
False
0
ebi9f1k
t3_a4wu3y
null
null
t1_ebi5jm4
/r/programming/comments/a4wu3y/how_to_stop_thinking_about_code_after_work/ebi9f1k/
1547436425
15
t5_2fwo
r/programming
public
null
False
studiosi
t2_4goe5
Reasons why you should change: easier to setup? how many plugins are available or how easy is to migrate a WordPress site? Is woocommerce a thing in there? other integrated e-commerce platform? Being API compatible is not very meaningful unless this somehow works out of the box. TBH, this is maybe the tenth product that I see that tries to kill WordPress and none has become anything.
null
0
1545692972
False
0
echjmev
t3_a8l0gi
null
null
t1_echj1zs
/r/programming/comments/a8l0gi/unbundling_wordpress/echjmev/
1548032023
1
t5_2fwo
r/programming
public
null
False
tenfingerperson
t2_2251jhr6
The author did not use ML but they did use AI (pathfinding and reactive automata are part of what you call classic AI and is one of the first things you learn after the classic “search” problem). Using reinforced/adversarial deep learning (ML) would only make this more powerful but you don’t need it
null
0
1544463360
False
0
ebi9gj3
t3_a4vzev
null
null
t1_ebi8xqo
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi9gj3/
1547436443
10
t5_2fwo
r/programming
public
null
False
TeknoMatik
t2_jvmyk
Goodbye
null
0
1545693200
False
0
echjvxd
t3_a95jxj
null
null
t1_ecgtjgg
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echjvxd/
1548032141
1
t5_2fwo
r/programming
public
null
False
Michigan__J__Frog
t2_b43x5
Those policies were put in place to boost the birth rate, right? The US isn’t quite there in terms of population decline.
null
0
1544463370
False
0
ebi9h12
t3_a4n8jv
null
null
t1_ebgek31
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9h12/
1547436448
1
t5_2fwo
r/programming
public
null
False
warlockface
t2_tkqw2k5
Thanks, I've corrected my ambiguous use of "it's saying" to "the survey results are".
null
0
1545693242
False
0
echjxky
t3_a97kyr
null
null
t1_ech4pwf
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/echjxky/
1548032161
2
t5_2fwo
r/programming
public
null
False
Dreadgoat
t2_39pns
My rent right now is very low for my area: 1k. It's not a great place other than the location but I'm willing to put up with some bullshit in order to save money. So I'm able to easily put back 2k-3k every month even without even trying to budget, I pretty much get what I want when I feel like it so long as it feels "reasonable." But I've been saving a while, so I'm soon looking into moving to a better place, which will probably jump me from 1k to 2.5k at minimum.
null
0
1544463391
False
0
ebi9i14
t3_a4n8jv
null
null
t1_ebhyvf9
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9i14/
1547436461
2
t5_2fwo
r/programming
public
null
False
ultim8f8
t2_5ekz2
Especially one that makes such huge unjustified assumptions. People such as that in software really fuck things up, and to immediately berate people with such *fervor* debases everything else. P.S. I'm definitely not a Java developer, and I can sure tell you that Java makes other languages
null
0
1545693273
1545694332
0
echjytl
t3_a8velu
null
null
t1_ecgkz1s
/r/programming/comments/a8velu/spring_data_jdbc_many_to_many_relationships/echjytl/
1548032176
1
t5_2fwo
r/programming
public
null
False
m-o-l-g
t2_kqj1r
God you're edgy.
null
0
1544463416
False
0
ebi9j7f
t3_a4n8jv
null
null
t1_ebi9eui
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9j7f/
1547436475
2
t5_2fwo
r/programming
public
null
False
Sonrilol
t2_846rt
Why would anyone not be on board with using lombok?
null
0
1545693312
False
0
echk0gz
t3_a956qz
null
null
t1_ech8com
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/echk0gz/
1548032197
1
t5_2fwo
r/programming
public
null
False
uLAYeAMpStri
t2_2a6gz55h
They use state machines and decision trees to drive the bots actions. That’s taught in every AI class I’ve ever heard of. I agree that no ML was involved but AI techniques were implemented.
null
0
1544463424
False
0
ebi9jkf
t3_a4vzev
null
null
t1_ebi8xqo
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi9jkf/
1547436480
16
t5_2fwo
r/programming
public
null
False
McNerdius
t2_5e8bl
*"The blockchain is so big."* *"I am a fan of the future, and blockchain is the future."* er wait, that was "The Cyber" --- ^(*sorry... had to, everytime i hear blockchain hype, "the cyber" pops into my head for some reason*)
null
0
1545693494
False
0
echk7u3
t3_a98g6e
null
null
t1_echbu5z
/r/programming/comments/a98g6e/top_5_blockchain_programming_languages_you_should/echk7u3/
1548032290
1
t5_2fwo
r/programming
public
null
False
mirhagk
t2_8uclb
It's important to remember the euro tanked in recent years. It's actually [closer to $45k](https://www.google.ca/search?q=40k+euros+to+usd&rlz=1C1GCEA_enCA765CA765&oq=40k+euros+to+usd&aqs=chrome.0.69i59j0l3.5545j0j7&sourceid=chrome&ie=UTF-8).
null
0
1544463436
False
0
ebi9k4b
t3_a4n8jv
null
null
t1_ebi5csm
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9k4b/
1547436486
1
t5_2fwo
r/programming
public
null
False
perspectsites
t2_277rsr7h
So I don't quite understand what you think I should prove. Here are my claims nonetheless. ​ First claim: reading sites/posts using my service will be significantly faster and more stable than the average self-hosted Wordpress site. Stack my service up against Dreamhost, MediaTemple, etc and I will dust them every time. ​ Second claim: I won't violate your privacy like Automattic does with its spyware embedded into both the client and the server.
null
0
1545693494
False
0
echk7ui
t3_a8l0gi
null
null
t1_echj1zs
/r/programming/comments/a8l0gi/unbundling_wordpress/echk7ui/
1548032290
1
t5_2fwo
r/programming
public
null
False
Bertrejend
t2_fbnuw
This guy's blog is insane, just [look at this shit](https://meatfighter.com/tetristerminology/). Reminds me of the Good Old Days of the internet, when weirdos shared the bizarre ways they chose to spend their time. I love it.
null
0
1544463455
False
0
ebi9l30
t3_a4vzev
null
null
t3_a4vzev
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi9l30/
1547436499
308
t5_2fwo
r/programming
public
null
False
paleolithicus
t2_pmgdl
Release name: Spicy Sativa
null
0
1545693563
False
0
echkan7
t3_a95jxj
null
null
t3_a95jxj
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echkan7/
1548032325
-9
t5_2fwo
r/programming
public
null
False
istarian
t2_4ttmg
First learn how to beat the game. Then spend some time digesting the fundamental mechanics and construction of the game. Once you know the game inside out you can then construct a bot to play it. It's generally true that you have to know how to do something (or at least possess sufficient pre-existing knowledge in an understandable form,like a book)before you can teach someone else, even a machine. Learning something totally ex-nihilo is hard and involves missteps, mistakes, misunderstandings, etc. P.S. If they haven't already they should work on making a computer that can read a book and "learn" the knowledge it contains.
null
0
1544463539
1544463790
0
ebi9oyn
t3_a4vzev
null
null
t1_ebi3yis
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebi9oyn/
1547436546
6
t5_2fwo
r/programming
public
null
False
studiosi
t2_4goe5
Yes, you are not forced to prove anything. I'm just saying that nobody serious will move there until you do.
null
0
1545693734
False
0
echkhir
t3_a8l0gi
null
null
t1_echk7ui
/r/programming/comments/a8l0gi/unbundling_wordpress/echkhir/
1548032437
1
t5_2fwo
r/programming
public
null
False
totallysupercreative
t2_zyqejs8
My bad, I was definitely thinking in the context of different prices across the U.S., Which does exist, but isn't what we were talking about in this thread
null
0
1544463543
False
0
ebi9p42
t3_a4n8jv
null
null
t1_ebhgcnt
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9p42/
1547436548
1
t5_2fwo
r/programming
public
null
False
lelanthran
t2_pnmpo0f
> It’s also the fact that switching has a cost. Someone has to make a DE that’s significantly better than Windows or Mac, because no one is going to uproot their digital life for a small improvement. They did it for Win 10.
null
1
1545694159
False
0
echkyf6
t3_a95jxj
null
null
t1_ecgug3g
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echkyf6/
1548032646
3
t5_2fwo
r/programming
public
null
False
possessed_flea
t2_3auhs
Yeah, im looking at about 30% extra income in my wallet due to california having a lower tax rate than australia. And generally speaking most things are a LOT cheaper in California than they are in Australia ( Except lamb, Lamb here seems to be quite expensive for some reason. ) Certain items are a LOT cheaper ( for example booze and cigarettes. ) Lets not forget that when american's are bitching at high gas prices for $3.30 per gallon Australians are paying $6.70 (USD) per gallon.
null
0
1544463624
False
0
ebi9t1p
t3_a4n8jv
null
null
t1_ebhtbow
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9t1p/
1547436626
2
t5_2fwo
r/programming
public
null
False
InquiREEEEEEEEEEE
t2_2fm0meg7
Thank you for for input, I learned from it! As for TLA+ from when I looked a bit into it: You are right about the machine-checking part (i.e. used for correctness of an distributed system by cecking every possible state). What I also gathered however is that there are also proof keywords such as `assume` and `lemma` that you can use to proof things, similar to Coq. Granted, this is not what TLA+ is known for! I stumpled upon TLA+ by the paper of its author, Leslie Lamport: https://lamport.azurewebsites.net/pubs/proof.pdf I will likely go with TLA+ if I do not find compelling evidence that machine-checked proofs can be done in an much easier way.
null
0
1545694182
False
0
echkzb3
t3_a91l9v
null
null
t1_ecgglh2
/r/programming/comments/a91l9v/my_unusual_hobby/echkzb3/
1548032657
1
t5_2fwo
r/programming
public
null
False
Michigan__J__Frog
t2_b43x5
A lot of jobs will want you to work 40-50 hours in my experience.
null
0
1544463653
False
0
ebi9uhw
t3_a4n8jv
null
null
t1_ebhp3ml
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebi9uhw/
1547436644
1
t5_2fwo
r/programming
public
null
False
studiosi
t2_4goe5
First and Second claim: you can self-host WordPress, you don't need to do anything with Automatic or any other company. Most people that user WordPress professionally do. First: I wonder how can you assure that so bravely. It can be true, but I usually tend to be quite skeptical towards those kinds of assertions, specially when I can have my site hosted on Google cloud couple hundred KM away from my home town. Stability? Reliability? I have seen WordPress sites that have been running non-stop since before you even started to code. So yeah, understand that I am skeptical. And any serious professional will be.
null
0
1545694244
False
0
echl1x9
t3_a8l0gi
null
null
t1_echk7ui
/r/programming/comments/a8l0gi/unbundling_wordpress/echl1x9/
1548032689
1
t5_2fwo
r/programming
public
null
False
andy1307
t2_6bhiv
> Yes, there are a few people in the Bay Area making $250–500k (and, very rarely, more... usually in stock, which means their income isn't diversified). They're not software engineers. They're managers who like to think they still code, and who occasionally take time to crank out a proof of concept (before pushing the ugly details down the chain). You don't get those jobs by being a good programmer and magically being in the US. So you're worth every penny they pay you and a lot more..and the people making more than you suck and don't deserve whatever they make...? Got it...
null
0
1544463919
False
0
ebia7fr
t3_a4n8jv
null
null
t1_ebgflzo
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebia7fr/
1547436851
0
t5_2fwo
r/programming
public
null
False
parkerSquare
t2_12ooom
Just because there’s a difference doesn’t mean there aren’t similarities. Merry Christmas.
null
0
1545694305
False
0
echl4fu
t3_a95jxj
null
null
t1_echim2t
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echl4fu/
1548032720
19
t5_2fwo
r/programming
public
null
False
yaboyquy
t2_p4rmo7x
Most if not all good tech companies you pay little to no insurance... don’t know where you get the $800 from. Second you don’t need to live in the bay to make 120K... I live in San Diego and make way more than that... and I have lots of friends in many areas of the stated that make more than 120K Lots of good tech hubs popping up all over America. Also in San Diego $3500 on rent will get me a mansion... Commute is amazing.. quality of life is great and not to mention our weather... probably one of the best in the world. So yeah...
null
0
1544463922
False
0
ebia7jk
t3_a4n8jv
null
null
t1_ebgji3f
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebia7jk/
1547436853
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1545694736
1545958396
0
echlmc8
t3_a956qz
null
null
t1_echk0gz
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/echlmc8/
1548032940
7
t5_2fwo
r/programming
public
null
False
orthoxerox
t2_cyj90
Yep, manager here. If you are silent, I think you are happy with your situation. I also can't go to the HR and say "we hired a junior for $X, we have to give a raise to our seniors since some of them earn $X+ε". If you need more, come to my desk and tell me.
null
0
1544463975
False
0
ebiaa5v
t3_a4n8jv
null
null
t1_ebh73l0
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiaa5v/
1547436885
2
t5_2fwo
r/programming
public
null
False
MadDoctor5813
t2_eifbq
Windows 10 (if you upgraded in the normal way) was free and preserved all your files. All of your programs pretty much worked afterwards. For Linux, you have to relearn all the interface conventions, transfer all your files (maybe even convert proprietary formats) and find replacements for Windows-only programs.
null
0
1545694910
False
0
echltl1
t3_a95jxj
null
null
t1_echkyf6
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echltl1/
1548033060
20
t5_2fwo
r/programming
public
null
False
WonderfulBerry3
t2_1fjf2atu
Thank you for sharing this. My goal, in \~10 years, is to have my own OS. But the process (learning C etc.) can be so slow that it gets frustrating some times. Having a tutorial such as yours can keep the passion going by experimenting a bit and then going back to studying again.
null
0
1544464011
False
0
ebiabtj
t3_a4sqkc
null
null
t3_a4sqkc
/r/programming/comments/a4sqkc/operating_systems_development_for_dummies/ebiabtj/
1547436905
5
t5_2fwo
r/programming
public
null
False
jboadas
t2_7r319
"vs" is an opinion, I think there is no better, both frameworks have thousand applications on production, if I need to choose from one of them I will choose Django because I dislike PHP and love Python but is only my humble opinion.
null
0
1545694941
False
0
echlux2
t3_a980q5
null
null
t3_a980q5
/r/programming/comments/a980q5/django_vs_laravel_which_is_the_best_web/echlux2/
1548033076
1
t5_2fwo
r/programming
public
null
False
zeroone
t2_3782z
Thank you sir. Glad to know someone is looking at those pages.
null
0
1544464024
False
0
ebiachj
t3_a4vzev
null
null
t1_ebi9l30
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebiachj/
1547436913
148
t5_2fwo
r/programming
public
null
False
aldonius
t2_7l315
Microsoft goes out of its way to make sure programs work on new versions of Windows though. When I'm on Linux there are a heap of things I don't have from the Mac side - Pixelmator, GarageBand, the calculator built into Spotlight, iTunes and my music library. (Also no cross-OS file access in the general case, because I use full disk encryption.)
null
0
1545695160
False
0
echm3ul
t3_a95jxj
null
null
t1_echkyf6
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echm3ul/
1548033188
8
t5_2fwo
r/programming
public
null
False
RainsDownOnLeith
t2_20dwxdyt
Smashing response, mate, thanks for taking the time to write it. Particularly eye-opening was that a single-mum nurse can enjoy that sort of lavish lifestyle. With all that included, I could handle 25 days of holiday. It definitely sounds like you have a sweet setup. Have you found any differences in how people are socially? I guess being a family man it's a bit less of a worry but is it an easy place to make friends? Do people hang out often, etc?
null
0
1544464078
False
0
ebiaf31
t3_a4n8jv
null
null
t1_ebi8d20
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiaf31/
1547436946
2
t5_2fwo
r/programming
public
null
False
dopexile
t2_4ns9v
Based on my experience at University women were around 2% of the technology majors. They avoided rudimentary math classes like the plague. Nothing wrong with that, it is not a career for everybody. Of course this contradicts the whole identity politics narrative.
null
0
1545695194
False
0
echm57i
t3_a97kyr
null
null
t3_a97kyr
/r/programming/comments/a97kyr/women_in_tech_less_than_2_of_leadership_roles_in/echm57i/
1548033204
10
t5_2fwo
r/programming
public
null
False
m50d
t2_6q02y
A commit shouldn't be a book.
null
0
1544464083
False
0
ebiafcw
t3_a4uynu
null
null
t1_ebi4ire
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebiafcw/
1547436949
2
t5_2fwo
r/programming
public
null
False
bloody-albatross
t2_cdjk3
ERROR: type should be string, got "https://www.phoronix.com/scan.php?page=article&item=linux-420-bisect&num=2\n\n> The PHP performance is about 30% slower with Linux 4.20 on this Core i9 box.\n\n> Keep in mind with Linux 4.19 there is already the out-of-the-box mitigations against Spectre, Meltdown, Foreshadow, etc. This performance drop with Linux 4.20 is on top of all the previously outlined performance hits this year from the security hardening."
null
0
1545695354
False
0
echmbx0
t3_a95jxj
null
null
t1_ech0ia7
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echmbx0/
1548033286
15
t5_2fwo
r/programming
public
null
False
thephotoman
t2_32kjm
That's the purpose of unregulated securities.
null
0
1544464104
False
0
ebiagbm
t3_a4n8jv
null
null
t1_ebhoy1m
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiagbm/
1547436961
1
t5_2fwo
r/programming
public
null
False
DingBat99999
t2_3atq6
I've been an agile coach for a long time now, but my past is grounded in engineering. I still encounter a lot of shops (the majority?) that do not have a strong engineering culture. This can be especially dangerous in agile projects as a lot of the values, principles, and practices are based on the assumption that your teams are not created steaming piles of crap code each iteration. Now that a lot of agile coaches are moving into the "enterprise agile" space the emphasis is shifting from a strong engineering foundation to management and culture. This was not the intent of the original authors of the agile manifesto. ​ I believe in unit tests, but I don't care if you do them or not. What I want to know is: What do YOU believe you should be doing to produce the appropriate quality for the product and quality of life for the engineers and are you following it? ​ Sometimes, in an effort to instill that engineering culture you'll see managers impose practices and goals, such as a set unit test coverage goal. That, in itself, isn't evil but it runs the risk of engineers being confronted by obvious silliness, such as the instances you provided. This undermines the message. The key is not to impose practices but instead to inform engineers that they, as the people trusted to write the damn code in the first place, are able to set their own standards and practices. You can't really blame middle managers for this as many shops are still stuck halfway in industrial revolution thinking where top down direction is expected. The idea that engineers might be better able to determine how to write good code, in their context, is alien to many. ​ Still, the unit tests should prove valuable. Stick with it and, as trust builds, the hard goals should relax.
null
0
1545695863
False
0
echmwd4
t3_a8zgcm
null
null
t1_echbqpa
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/echmwd4/
1548033539
7
t5_2fwo
r/programming
public
null
False
zeroone
t2_3782z
As would I. I can only get halfway through that game. But, if I ever master it, I'll share what I learn with CastlevaniaBot.
null
0
1544464114
False
0
ebiagsq
t3_a4vzev
null
null
t1_ebi7l2e
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebiagsq/
1547436967
10
t5_2fwo
r/programming
public
null
False
icarebot
t2_2n5al08x
I care
null
0
1545695868
False
0
echmwke
t3_a8zgcm
null
null
t1_echmwd4
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/echmwke/
1548033541
0
t5_2fwo
r/programming
public
null
False
thephotoman
t2_32kjm
There are simpler, better solutions for that which work faster.
null
0
1544464125
False
0
ebiahd4
t3_a4n8jv
null
null
t1_ebhhwse
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiahd4/
1547436974
1
t5_2fwo
r/programming
public
null
False
lacksfish
t2_eongh
Not on Christmas!
null
0
1545695898
False
0
echmxpy
t3_a95jxj
null
null
t1_echcff3
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echmxpy/
1548033555
15
t5_2fwo
r/programming
public
null
False
matthieum
t2_5ij2c
Fintech seems concentrated in Amsterdam as well. Of course, given the geography, you can live in Amsterdam and work in Eindhoven or vice-versa, whereas in France it's impractical to live in Bordeaux or Lyon and work in Paris.
null
0
1544464135
False
0
ebiahsp
t3_a4n8jv
null
null
t1_ebhe9xn
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiahsp/
1547436980
1
t5_2fwo
r/programming
public
null
False
VernorVinge93
t2_2amyhthy
I spent some time trying to get the OpenAI Gym python libraries working on NixOS. I got one or two dependencies figured out but in general, py2nix couldn't get me working configs so I had to manually edit them, this got me another working dependency but I got really stuck on the rest. This was a while ago so the specifics aren't in my head anymore. I also struggled to get Haskell packages cabal files converted to nix properly. I like the ideas of nix, but the combination of a somewhat arcane config language and a very small user base (and therefore set of tutorials) made it hard to get started even though I had a bunch of Linux experience. I want something with its properties though, the build system cache, multiple version package management and isolation of packages was all wonderful.
null
0
1545696041
False
0
echn3fx
t3_a8rptf
null
null
t1_ecfabh0
/r/programming/comments/a8rptf/i_do_not_like_go/echn3fx/
1548033655
1
t5_2fwo
r/programming
public
null
False
mormaii2
t2_9d58c
There's some fully remote companies that offer US like salaries regardless of where you live too (I'm getting 110K living in Mexico)
null
0
1544464193
False
0
ebiaki8
t3_a4n8jv
null
null
t1_ebhvu2h
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiaki8/
1547437013
1
t5_2fwo
r/programming
public
null
False
edwbuck
t2_hwo13
The Prolog command to short-circut the logic is called a 'cut'. Basically you can configure your system to follow certain paths through the problem set first. I agree, the existence of 'cuts' in Prolog is pragmatic, and sort of robs Prolog of its (otherwise) beautiful premise. Unlike many people here, I wrote a production Prolog program. It was quite an education. We had a product back in 1990 which was so complex to configure that I recognized the configuration state as a non-trivial language. I used Prolog to model the relationships, and then queried the relationships for solutions that met the requirements, pegging various facts to values, if the customer provided invariants that needed to be met for their environment. Naturally, the program worked very well, but the effort to get it there was quite specialized. I eventually was buying rare Prolog books (the programming kind, not the intro kind) and spending hundreds of dollars on them. Eventually the use of cuts and other techniques was required to avoid logic structures which would evaluate branches of solutions unlikely to yield positive results, and to implement various items which are trivial in non-prolog languages. After a successful demo, my boss came up and congratulated me on solving the problem of providing this tool. He asked me what language I did it in, and when I replied SWProlog, he nearly beat me on the spot! My next task was to rewrite the entire thing in "a reasonable" language, which somehow was translated to me (without my input, which couldn't be trusted after using Prolog) as Tcl/Tk. Needless to say, I never wrote another Prolog program in production again.
null
0
1545696073
False
0
echn4mz
t3_a8fs67
null
null
t1_ecbya7w
/r/programming/comments/a8fs67/solving_murder_with_prolog/echn4mz/
1548033671
3
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1544464195
False
0
ebiakmd
t3_a4vzev
null
null
t1_ebi3yis
/r/programming/comments/a4vzev/how_i_created_a_bot_that_plays_castlevania_nes/ebiakmd/
1547437015
1
t5_2fwo
r/programming
public
null
False
perspectsites
t2_277rsr7h
Automattic collects an insane amount of data **even** from your self-hosted Wordpress install. You just don't see it because it all happens on the server. My service generates what's known as a "static site" and does not depend on a database just to display the website. Latency from a database and the instability that occurs is particularly pronounced in a shared hosting environment. A popular post on Reddit will crush an average Wordpress install. Not on my service. Just won't happen because of the "static website" architecture. Period. Also, the Wordpress API compatibility works out of the box. Point clients such as Wordpress on iOS, Android or MarsEdit and it will just work in spite of Wordpress not actually existing on the server at all. ​
null
0
1545696139
False
0
echn73o
t3_a8l0gi
null
null
t1_echl1x9
/r/programming/comments/a8l0gi/unbundling_wordpress/echn73o/
1548033701
1
t5_2fwo
r/programming
public
null
False
mormaii2
t2_9d58c
Or elastic, both have those shitty practices
null
0
1544464219
False
0
ebialrd
t3_a4n8jv
null
null
t1_ebhnbdw
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebialrd/
1547437029
1
t5_2fwo
r/programming
public
null
False
morganmachine91
t2_ge28w
Well then you have done the hard part. That's honestly the biggest draw to arch for me, all of the software is completely up to date with regards to their upstream, because there is no upstream.
null
0
1545696208
False
0
echn9p5
t3_a95jxj
null
null
t1_echgt7q
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echn9p5/
1548033733
2
t5_2fwo
r/programming
public
null
False
SalvaXr
t2_bf4wg
Mind sharing the data? I'd be really interested
null
0
1544464223
False
0
ebialxt
t3_a4n8jv
null
null
t1_ebiaki8
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebialxt/
1547437032
1
t5_2fwo
r/programming
public
null
False
Determinant
t2_3fmrp
Except that if you look at the 25 reasons, you'll notice that other than the data-class category, those can only decrease if Java breaks backward compatibility (which Java intends to keep) so the language itself will allow you to continue to create those defective scenarios. This list of 25 defects doesn't even cover half of the problems of Java that Kotlin addresses. As an example, Java's type system with regards to generics has many fundamental flaws and Kotlin addressed a bunch of these. Unfortunately, Java seems to be fundamentally broken and the only way to fix it in future releases is by abandoning backward compatibility.
null
0
1545696487
1545696933
0
echnkpd
t3_a7r8qv
null
null
t1_ecetgjq
/r/programming/comments/a7r8qv/eclipse_410_released/echnkpd/
1548033868
1
t5_2fwo
r/programming
public
null
False
GluteusCaesar
t2_2fr6zp3z
°~° That's absolutely mystifying. A running joke we have in America is ripping on California for being so much more expensive that almost everywhere else. I live in Boston, which is by any measure an expensive town (especially housing, but that's its own story) but still shoot down offers to move to Cali for work because the cost of living is still higher. Can't imagine how an Aussie would feel moving to somewhere like Texas or Colorado.
null
0
1544464239
False
0
ebiamop
t3_a4n8jv
null
null
t1_ebi9t1p
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiamop/
1547437040
2
t5_2fwo
r/programming
public
null
False
o11c
t2_fjay8
You know how teenagers go through that phase where "sex = funny"? This is `s/sex/weed/`.
null
0
1545696627
False
0
echnqvg
t3_a95jxj
null
null
t1_ecgzdz1
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echnqvg/
1548033946
21
t5_2fwo
r/programming
public
null
False
my_name_isnt_clever
t2_5o567
Well in Flask it works like this: (Python) app = Flask() @app.route("/about") def about(): return render_template("about.html") And if you need to work with dynamic content you can pass it as a parameter: @app.route('post/<post_var>', methods=['GET', 'POST']) def post(post_var): # Code to deal with parameter here return render_template("post.html", para1=other_var) Obviously as a interpreted language Python works very differently and Kweb is not trying to be the same thing, but it's the easiest to understand that I've seen while still being flexible. How does the existing routing work?
null
0
1544464247
False
0
ebian2k
t3_a4dtp2
null
null
t1_ebhwykm
/r/programming/comments/a4dtp2/kweb_a_new_approach_to_building_rich_webapps_in/ebian2k/
1547437045
1
t5_2fwo
r/programming
public
null
False
tonefart
t2_ywdx0
Still javascript.
null
0
1545696650
False
0
echnrxz
t3_a8vkzm
null
null
t3_a8vkzm
/r/programming/comments/a8vkzm/sciternode_as_an_alternative_to_electron/echnrxz/
1548033959
0
t5_2fwo
r/programming
public
null
False
lorarc
t2_zlcgl
That is not correct. Average salary with USA may be 20-30% more without any benefits that western European countries provide and that's rather okay. But that doesn't explain developers earning several times more in USA.
null
0
1544464361
False
0
ebiashd
t3_a4n8jv
null
null
t1_ebgiudg
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiashd/
1547437112
1
t5_2fwo
r/programming
public
null
False
studiosi
t2_4goe5
You are assuming that WordPress sites have no caches, apparently, which is obviously not true. Most WP sites don't hit the database everytime they render a page, even though obviously depends on the configuration and plugins. The API compatibility is OK, but the main problem for most WP users is not how to add/edit posts with external apps, but the extra features that come with plugins, for example: woocommerce, custom fields, etc... and most importantly themes. I would appreciate an elaboration on what do you mean by "even self-hosted WP sends a lot of info to Automattic".
null
0
1545696731
False
0
echnvgk
t3_a8l0gi
null
null
t1_echn73o
/r/programming/comments/a8l0gi/unbundling_wordpress/echnvgk/
1548034002
1
t5_2fwo
r/programming
public
null
False
WitchHunterNL
t2_4zpr8
WrItInG eVeRyThInG yOuRsElF iS mOrE sEcUrE
null
0
1544464410
False
0
ebiauuv
t3_a4uynu
null
null
t1_ebi6eo0
/r/programming/comments/a4uynu/on_the_importance_of_commit_messages/ebiauuv/
1547437141
6
t5_2fwo
r/programming
public
null
False
Beaverman
t2_52n9v
You know how we're abusing getters and setter to essentially just make all members public? Yeah, there's this library that let's us use that anti-pattern more efficiently.
null
0
1545696749
False
0
echnwat
t3_a956qz
null
null
t1_echk0gz
/r/programming/comments/a956qz/java_language_architect_brian_goetz_on_java_and/echnwat/
1548034013
13
t5_2fwo
r/programming
public
null
False
thephotoman
t2_32kjm
I do not expect blockchain to be the best answer for any problem. The issue is that it's not solving trust problems. It's attempting to abstract them away, but it doesn't actually do that. Blockchain is a solution looking for a problem. That damns it to uselessness. If you're working on blockchain, you're wasting your time and your company's money.
null
0
1544464426
False
0
ebiavl3
t3_a4n8jv
null
null
t1_ebha72h
/r/programming/comments/a4n8jv/why_software_developers_are_paid_5x_more_in_the/ebiavl3/
1547437151
2
t5_2fwo
r/programming
public
null
False
NotExecutable
t2_fw7wi
I know your comment is on the broader situation, but I'd like to say that our situation isn't as grim. The coverage goal is self-imposed. We developers decided that we wanted to try that and except for a couple weird tests, it's not bad actually. My manager (and middle manager and top manager) also knows the importance of solid software engineering. He (/they) - for the most part - won't let a methodology get in the way of that. From my personal experience, controlling is much worse in that regard than even the worst implementation of what people dare to call "agile". Also: Our QA is great, since we can't risk too much downtime (yay for government regulations!).
null
0
1545697015
False
0
echo7yd
t3_a8zgcm
null
null
t1_echmwd4
/r/programming/comments/a8zgcm/the_myth_of_100_code_coverage/echo7yd/
1548034156
3
t5_2fwo
r/programming
public
null
False
Don_Equis
t2_b2zu0
It is the set of *computable* functions and it's countable
null
0
1544464440
False
0
ebiawaq
t3_a4tlvc
null
null
t1_ebi382w
/r/programming/comments/a4tlvc/seemingly_impossible_swift_programs/ebiawaq/
1547437160
3
t5_2fwo
r/programming
public
null
False
rockyrainy
t2_k5w48
> year of the desktop linux. Why is this still a meme? Everything runs linux. Everything connects to something that runs to linux. Everything contains a component that runs linux. Everything that connects to anything has an adaptor that runs linux.
null
0
1545697126
False
0
echocpr
t3_a95jxj
null
null
t1_ecgolk0
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echocpr/
1548034249
3
t5_2fwo
r/programming
public
null
False
redditthinks
t2_43jni
I wasn’t making an argument, nor was I referring to you specifically. You’ve made a mountain out of a molehill. That said, alt-right has an established definition that’s centered around racism. This is the view of white nationalist Richard Spencer who coined the term. Perhaps you mean to consider yourself a rationalist or something else.
null
0
1544464465
False
0
ebiaxij
t3_a4u4la
null
null
t1_ebhyw4g
/r/programming/comments/a4u4la/95_of_it_engineers_in_india_incapable_new_report/ebiaxij/
1547437175
0
t5_2fwo
r/programming
public
null
False
ThellraAK
t2_fbztn
I mean, what more do you really need?
null
0
1545697171
False
0
echoeob
t3_a95jxj
null
null
t1_ech2leq
/r/programming/comments/a95jxj/the_420_kernel_has_been_released/echoeob/
1548034274
9
t5_2fwo
r/programming
public
null