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
Sage2050
t2_4pdql
As a 30 year old in the tech industry, the idea of aging out of startups and being forced to go corporate is a very real fear for me. Luckily electrical engineering is a bit more forgiving in that regard than coding.
null
0
1546182093
False
0
ecviefp
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecviefp/
1548267337
173
t5_2fwo
r/programming
public
null
False
shinazueli
t2_dprsa
Anyone that says this just isn't operating at the scale of code that I am. The sheer amount of code that I would to need to rewrite non-generalized is enough to kill a feature outright if it wasn't correctly written the first time. Also, *critical point here*, is that the code base is smaller in the non-general case, as you said. What I'm arguing is that doing this fucks up your predictability. You won't know if your new feature will take 2 weeks or 2 years if all of the code is written that way; whereas I can confidently state that I can write it in three weeks each time if it was all written correctly.
null
0
1546182166
False
0
ecvihbp
t3_aac4hg
null
null
t1_ecv6mju
/r/programming/comments/aac4hg/modern_c_lamentations/ecvihbp/
1548267372
0
t5_2fwo
r/programming
public
null
False
Zarutian
t2_1wth
Something I heard from an university sysadmin was that the demon enforcing the 'no long running proccesses' policy on the shell hosts that the students use kept killing C++ compilitions. When I asked what they did to solve the issue the sysadmin said, "simply removed the C++ compilers and replaced with a shell script that printed an explaination of the 'no long running proccesses' policy."
null
0
1546182200
False
0
ecviinm
t3_aac4hg
null
null
t1_ecqxcbd
/r/programming/comments/aac4hg/modern_c_lamentations/ecviinm/
1548267388
2
t5_2fwo
r/programming
public
null
False
Sage2050
t2_4pdql
>By 40, people will ask how many people you manage– not what you do. Literally nobody has ever asked that
null
0
1546182228
False
0
ecvijqv
t3_aav9js
null
null
t1_ecvfqlv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvijqv/
1548267403
61
t5_2fwo
r/programming
public
null
False
aafw
t2_26d1q4cd
>. I lost all interest in Haskell, once I learned that the top Haskell people did not even understand Haskell or how it did garbage collection or how much memory an operation would take, or even what the program was doing. you could say this about the top node people, or perl, or python or most GC languages tbf - few people bother to understand the perfomrance characteristics unless they actaully need to
null
0
1546182261
False
0
ecvil0p
t3_aavxpp
null
null
t1_ecvgyoo
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvil0p/
1548267418
23
t5_2fwo
r/programming
public
null
False
rumborak
t2_jjy1c
I must confess that it wasn't quite clear to me from the article that this is referring to the binary representation of the integer. When I hear "reversing an integer" I immediately think of the classic interview question "write code that transforms 37478 into 87473".
null
0
1546182350
False
0
ecvioci
t3_aavq8r
null
null
t3_aavq8r
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvioci/
1548267459
13
t5_2fwo
r/programming
public
null
False
andents776
t2_bmgjr30
You should add awesome-selfhosted and awesome-sysadmin
null
0
1546182368
False
0
ecvip1w
t3_aaqyit
null
null
t3_aaqyit
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvip1w/
1548267467
0
t5_2fwo
r/programming
public
null
False
ehudt
t2_43rk5
Hi! I wrote the article. Thanks for the feedback. How would you simplify things?
null
0
1546182408
False
0
ecviqk4
t3_aavq8r
null
null
t1_ecvie89
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecviqk4/
1548267486
5
t5_2fwo
r/programming
public
null
False
Edward_Morbius
t2_2t6rgbu
That's funny. I'm 62 and just retired and pretty much exactly fit your profile. **edit** I'm having an immense amount of fun with recruiters now. When they call up with the next hot company and tell me it's "an exciting, fast paced environment". I tell them that's just code for "beat the programmers like pack mules" and to kindly fuck off. I especially like it when they call with "new opportunities" where I know most of the guys that quit and why they can't keep anybody. I told the last one that I had interviewed there "one year and three VPs ago."
null
0
1546182416
1546619297
0
ecviqvm
t3_aav9js
null
null
t1_ecvgcp1
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecviqvm/
1548267490
48
t5_2fwo
r/programming
public
null
False
ehudt
t2_43rk5
Thanks for the feedback!
null
0
1546182484
False
0
ecvitho
t3_aavq8r
null
null
t1_ecvioci
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvitho/
1548267522
2
t5_2fwo
r/programming
public
null
False
ivquatch
t2_3a6gu
If Haskell is your first encounter with FP, it will definitely scramble your brain. It's so wildly different from languages like C, C++, Java, Python, Go, JS, etc... that there's almost no way to proceed without lessons. You can't even write hello world without being confronted by the IO monad. It's like learning to walk again. So, yes. I think your first 25 days with a language like Haskell would be worthy of a blog post. Although you probably won't have anything conclusive to say about what it's like to use Haskell in practice, it will more than likely have left a permanent imprint on your brain, which I think makes for more than an interesting anecdote.
null
0
1546182494
1546183061
0
ecvitw4
t3_aavxpp
null
null
t1_ecvectw
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvitw4/
1548267527
36
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1546182495
False
0
ecvitxv
t3_aawk8h
null
null
t3_aawk8h
/r/programming/comments/aawk8h/programming_pain_an_ode_to_apples_awful_mac/ecvitxv/
1548267528
2
t5_2fwo
r/programming
public
null
False
naval_person
t2_3lpqg
This attitude is so common that you can find examples of it ... um ... the author only had one single example, and it was in an old article that she couldn't actually find. But: trust her, it really was printed (somewhere), and she really did read it, and she remembered it perfectly. So let's extrapolate from that and draw some conclusions.
null
0
1546182774
False
0
ecvj5en
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvj5en/
1548267700
48
t5_2fwo
r/programming
public
null
False
Zalenka
t2_3m5gh
genau that's thinking a thinking Mann
null
0
1546182887
False
0
ecvja7s
t3_aansm3
null
null
t1_ecv79e9
/r/programming/comments/aansm3/netbeans_10_released_the_best_swing_gui_builder/ecvja7s/
1548267761
1
t5_2fwo
r/programming
public
null
False
davidduman
t2_syz8qqh
For me i prefer songs without vocal, just instruments. Ie: Yanni
null
0
1546182955
False
0
ecvjd30
t3_aaw3nh
null
null
t3_aaw3nh
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvjd30/
1548267796
7
t5_2fwo
r/programming
public
null
False
cbleslie
t2_5dwjj
I manage, and I've never been asked that. I mostly get asked when something will ship.
null
0
1546183120
False
0
ecvjk0l
t3_aav9js
null
null
t1_ecvijqv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvjk0l/
1548267881
26
t5_2fwo
r/programming
public
null
False
making_bugs
t2_1813jyvw
sad but true :(
null
0
1546183144
False
0
ecvjkxb
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvjkxb/
1548267893
-3
t5_2fwo
r/programming
public
null
False
pleurplus
t2_radu8
libtard DESTROYED 😎😎😎
null
0
1546183348
False
0
ecvju4n
t3_aav9js
null
null
t1_ecvggm4
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvju4n/
1548268007
-24
t5_2fwo
r/programming
public
null
False
fallwalltall
t2_8qwgv
Hey Sage2050, how many people do you manage?
null
0
1546183348
False
0
ecvju55
t3_aav9js
null
null
t1_ecvijqv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvju55/
1548268007
34
t5_2fwo
r/programming
public
null
False
Sarcon5673
t2_ebelr
Assuming n can be arbitrarily large, it's impossible to reverse an n-bit number in less than O(n) time; simply having to read each bit means you have to do n reads and so you have a lower bound of O(n). What you did was shifts, ANDs, and XORs on n-bit numbers a O(log(n)) number of times, so that's O(nlog(n)) overall. It'd be simpler to just go over every pair of bits from both ends and swap. That's the O(n) optimal solution achieved. It's even more readable.
null
0
1546183370
False
0
ecvjv73
t3_aavq8r
null
null
t1_ecviqk4
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvjv73/
1548268019
39
t5_2fwo
r/programming
public
null
False
stackcrash
t2_11hcu1
That's pretty extreme, no heads would roll if younger people realized its not really worth working 80+ hours a week in hopes of a startup making it to IPO. The reality is if young realized it they probably just wouldn't work the 80+ hours, or they might still do it. After all most people know they won't win a lottery but many still play.
null
0
1546183387
False
0
ecvjvz9
t3_aav9js
null
null
t1_ecvfqlv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvjvz9/
1548268030
16
t5_2fwo
r/programming
public
null
False
Iteria
t2_3nf7u
This is so weird to me. What do you think happens to startups if they survive? They grow into established companies. You're basically saying un the best case that you hope that everyone place you work at never has stable revenue or a significant amount of sway in the market because if that happens you'll jump ship. In the worst, you hope that every shop you work at eventually goes belly up.
null
0
1546183389
False
0
ecvjw2a
t3_aav9js
null
null
t1_ecviefp
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvjw2a/
1548268031
171
t5_2fwo
r/programming
public
null
False
learc83
t2_1fy75
You know that if pensions go sideways, the Pension Benefit Guaranty Corporation steps in? It will cover the entire pension for most workers. The *vast* majority of workers would be better off with a defined benefit pension than with a 401k, even if the fund is mismanaged. There's a reason companies switched away from pensions and it wasn't for their worker's benefit. >some politico There is absolutely nothing stopping politicians from taxing private retirement plans to shore up social security. Look around the world it's happened many times. A 401k doesn't shelter you from political changes anymore than a pension does. As to your point about France. There are problems with the French system, but 78% of then are satisfied with their employment situation, compared to 51% for the US. The French number is also lower than other countries in Europe because France basically has a migrant underclass at the moment. In other countries with strong worker regulations the numbers are even higher--some are even up to 90%+.
null
0
1546183397
1546184442
0
ecvjwh3
t3_aandti
null
null
t1_ecuvv4c
/r/programming/comments/aandti/older_workers_pushed_out_of_work_or_forced_into/ecvjwh3/
1548268036
0
t5_2fwo
r/programming
public
null
False
ehudt
t2_43rk5
Right. Actually I didn't write the code, but I could have framed it better. Thanks for taking the time to write this.
null
1
1546183449
False
0
ecvjyw9
t3_aavq8r
null
null
t1_ecvjv73
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvjyw9/
1548268065
2
t5_2fwo
r/programming
public
null
False
macca321
t2_3qddw
Obligatory "TDD Where did it all go wrong" link : https://youtu.be/EZ05e7EMOLM
null
0
1546183502
False
0
ecvk1bx
t3_aaqrzi
null
null
t3_aaqrzi
/r/programming/comments/aaqrzi/stages_of_tdd/ecvk1bx/
1548268097
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1546183807
False
0
ecvkfya
t3_aaqyit
null
null
t1_ecu7wso
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvkfya/
1548268304
1
t5_2fwo
r/programming
public
null
False
xnevs
t2_dqem3
Based on your preference I believe you'd enjoy [https://somafm.com/missioncontrol/](https://somafm.com/missioncontrol/). And also check out other stations on [https://somafm.com/](https://somafm.com/). I like many of them. Another internet radio I enjoy is [radioparadise.com](https://radioparadise.com), but this one may be too distracting at times.
null
0
1546183814
1546189024
0
ecvkgap
t3_aaw3nh
null
null
t3_aaw3nh
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvkgap/
1548268309
5
t5_2fwo
r/programming
public
null
False
Sage2050
t2_4pdql
Some grow into establishes companies, some get bought by bigger ones. In either case that is my cue to leave, hence my worry. Edit: didn't realize the desire to build something new was so controversial.
null
0
1546183929
1546184296
0
ecvklo3
t3_aav9js
null
null
t1_ecvjw2a
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvklo3/
1548268375
24
t5_2fwo
r/programming
public
null
False
Kumivene
t2_43aup
The touchbar sucks. The reliability sucks. But personally I quite like the feel of the keyboard itself. And I feel like its only loud if you type in a way that you hammer the keys quite hard, which some of my coworkers do.
null
0
1546184158
False
0
ecvkwpk
t3_aawk8h
null
null
t3_aawk8h
/r/programming/comments/aawk8h/programming_pain_an_ode_to_apples_awful_mac/ecvkwpk/
1548268512
2
t5_2fwo
r/programming
public
null
False
SharpWafer
t2_1hixajs9
This is just wrong. You can pass as many source files as you want to cl.exe, assuming they all have the same compiler options. Source: literally do it every day at work.
null
0
1546184197
False
0
ecvkyn8
t3_aalc4n
null
null
t1_ecug6do
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvkyn8/
1548268536
9
t5_2fwo
r/programming
public
null
False
silencer6
t2_f6yhk
https://mynoise.net/
null
0
1546184232
False
0
ecvl0e3
t3_aaw3nh
null
null
t3_aaw3nh
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvl0e3/
1548268558
4
t5_2fwo
r/programming
public
null
False
oridb
t2_90rkq
> You're basically saying un the best case that you hope that everyone place you work at never has stable revenue or a significant amount of sway in the market because if that happens you'll jump ship. Not OP. But the two aren't contradictory: Jumping ship as a company grows just means recognizing you don't enjoy roles at larger companies. The workers pouring concrete for a buildings foundation leave long before the roof is up. And they definitely should be gone when the tenants move in.
null
0
1546184383
False
0
ecvl7ry
t3_aav9js
null
null
t1_ecvjw2a
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvl7ry/
1548268649
116
t5_2fwo
r/programming
public
null
False
Sage2050
t2_4pdql
Exactly my thinking
null
0
1546184430
False
0
ecvla1g
t3_aav9js
null
null
t1_ecvl7ry
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvla1g/
1548268677
6
t5_2fwo
r/programming
public
null
False
spootydooty
t2_p8917vj
Some minor things: The version in this article may very well be more efficient for small n (assuming n <= 64 isn't unreasonable for many things). Comparing time complexities with O notation is (at least formally) missguided, because O notation merely describes an upper bound.
null
0
1546184461
False
0
ecvlbiv
t3_aavq8r
null
null
t1_ecvjv73
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvlbiv/
1548268695
17
t5_2fwo
r/programming
public
null
False
amapatzer
t2_rlou7
He asked for a success story
null
1
1546184503
False
0
ecvldls
t3_aaqyit
null
null
t1_ecuiknm
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvldls/
1548268721
5
t5_2fwo
r/programming
public
null
False
realnoobymcnoob
t2_29kety6r
You still missed the point: it's supposed to be library code, that you don't see.
null
0
1546184633
False
0
ecvljvu
t3_aac4hg
null
null
t1_ecuc8kg
/r/programming/comments/aac4hg/modern_c_lamentations/ecvljvu/
1548268826
0
t5_2fwo
r/programming
public
null
False
kvdveer
t2_5hjkc
Wouldnt a list of lists of lists of lists necessarily also be a list of lists of lists?
null
0
1546184720
False
0
ecvlo74
t3_aaqyit
null
null
t1_ecvhk8x
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvlo74/
1548268880
14
t5_2fwo
r/programming
public
null
False
figurativelybutts
t2_14qu4tf1
If you like this you might like [LiveATC](https://www.liveatc.net), which has tonnes of Shoutcast streams for the various airports around the world.
null
0
1546184835
False
0
ecvlttr
t3_aaw3nh
null
null
t3_aaw3nh
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvlttr/
1548268950
3
t5_2fwo
r/programming
public
null
False
Valmar33
t2_zbck5
I didn't miss any point. Not much changes even if you brush it under the rug where you can't see it ~ sure, then you can happily forget about the horrible syntax, but the compile times will still be a major issue. Debug build performance? Yeah, that still gets flushed down the toilet. Not so happily forgettable. C++ is the only language that has such major issues. It's partially a backward compatibility issue, more than anything else, but that's no excuse.
null
0
1546184840
False
0
ecvlu2e
t3_aac4hg
null
null
t1_ecvljvu
/r/programming/comments/aac4hg/modern_c_lamentations/ecvlu2e/
1548268953
2
t5_2fwo
r/programming
public
null
False
a_marklar
t2_51c4n
> very clear in design, intention, and structure This is very subjective if you think about it. That is what these two sections are addressing, a novice needs a more rigid and formalized process for design while a master has experience to forge a different path.
null
0
1546184875
False
0
ecvlvsq
t3_aanswd
null
null
t1_ecv6g39
/r/programming/comments/aanswd/the_tao_of_programming/ecvlvsq/
1548268975
1
t5_2fwo
r/programming
public
null
False
michaelochurch
t2_4ocdf
> Most who are 40+ have plenty to show for it: see above - hobbies, a decent life, usually kids. I would love to see a return of the lifelong engineer path, the R&D jobs of the Bell Labs days where engineers are trusted to pick and choose (and even define and initiate) their projects. If you're 40 years old and have to explain to 26-year-old "product managers" why you haven't done your Jira tickets, then you've not made any progress. You've lost. If you're old enough to have kids but have to ask for permission to take a two-week vacation, you've been beaten. I would love to see all this change. The manage-or-be-managed world sucks. It's not innovative, and it pushes people into roles they aren't well suited for. Unfortunately, I have my doubts. Corporate capitalism cannot be other than what it is.
null
1
1546184916
False
0
ecvlxuq
t3_aav9js
null
null
t1_ecvgcp1
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvlxuq/
1548269000
-7
t5_2fwo
r/programming
public
null
False
Sarcon5673
t2_ebelr
It's true that, for a lot of algorithms, using a less theoretically efficient algorithm would be more efficient in practice for smaller inputs, but at least the simple approach is more readable.
null
0
1546185044
False
0
ecvm4b2
t3_aavq8r
null
null
t1_ecvlbiv
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvm4b2/
1548269079
6
t5_2fwo
r/programming
public
null
False
[deleted]
None
tl;dr: nonsense puffery for the insecure while the rest of the world calls them "promises"
null
0
1546185175
False
0
ecvmasf
t3_aai5ap
null
null
t3_aai5ap
/r/programming/comments/aai5ap/what_is_a_monad_computerphile/ecvmasf/
1548269160
1
t5_2fwo
r/programming
public
null
False
Mikeavelli
t2_62bj2
Yup. At 34 I fucked right the hell off to the Midwest, took a small pay cut and a huge cost of living decrease, and haven't worked more than 40 hours a week in a year.
null
0
1546185212
False
0
ecvmcpe
t3_aav9js
null
null
t1_ecvgktg
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvmcpe/
1548269183
408
t5_2fwo
r/programming
public
null
False
makeworld
t2_21qnzw
It does.
null
0
1546185227
False
0
ecvmdhr
t3_aaqyit
null
null
t1_ecvgxpw
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvmdhr/
1548269194
4
t5_2fwo
r/programming
public
null
False
synftw
t2_d7636
I live in Vermont, manage a small team making mediocre money at 30, and live like a king. There's no benefit to the valley in my eyes unless you're incredibly gifted in your field.
null
0
1546185301
False
0
ecvmh7i
t3_aav9js
null
null
t1_ecvh9h9
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvmh7i/
1548269239
27
t5_2fwo
r/programming
public
null
False
mc10
t2_6ou7s
I don't think you're talking about the same thing as u/BrunchWithBubbles; what you're suggesting is an `int_or_string option`, not an `int option option`.
null
0
1546185475
False
0
ecvmpxw
t3_aai5ap
null
null
t1_ecsya4d
/r/programming/comments/aai5ap/what_is_a_monad_computerphile/ecvmpxw/
1548269347
1
t5_2fwo
r/programming
public
null
False
michaelochurch
t2_4ocdf
> no heads would roll if younger people realized its not really worth working 80+ hours a week in hopes of a startup making it to IPO. The reality is if young realized it they probably just wouldn't work the 80+ hours, or they might still do it. Sure, but if the 22-year-olds had a sweeping sense of the anti-meritocracy of the corporate game... if they understood at that age how rigged the game is against them... we would have our class war within a week. It's not like startups are the only rotten option... and if you're not born into generational connections, you aren't likely to get any good ones.
null
1
1546185491
False
0
ecvmqpz
t3_aav9js
null
null
t1_ecvjvz9
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvmqpz/
1548269358
-2
t5_2fwo
r/programming
public
null
False
realnoobymcnoob
t2_29kety6r
So your general issue is with C++ then. Fine.
null
0
1546185641
False
0
ecvmyeu
t3_aac4hg
null
null
t1_ecvlu2e
/r/programming/comments/aac4hg/modern_c_lamentations/ecvmyeu/
1548269481
0
t5_2fwo
r/programming
public
null
False
filleduchaos
t2_7r81qd
Funnily enough I've never actually had any issue with the new keyboard (though my coworkers do have complaints galore). Maybe I was just lucky to get a perfect unit/maybe it's because my hands and fingers are so small?
null
0
1546185696
False
0
ecvn187
t3_aawk8h
null
null
t3_aawk8h
/r/programming/comments/aawk8h/programming_pain_an_ode_to_apples_awful_mac/ecvn187/
1548269516
2
t5_2fwo
r/programming
public
null
False
CivBEWasPrettyBad
t2_deou65d
Not sure why you got downvoted. What you want is not even close to what I want, but some people just want that startup life. Good for you, I guess!
null
0
1546185726
False
0
ecvn2rg
t3_aav9js
null
null
t1_ecvklo3
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvn2rg/
1548269535
6
t5_2fwo
r/programming
public
null
False
Valmar33
t2_zbck5
No ~ this is about specific aspects of C++. C++ in general is another, more complex story that I'm on the fence about. C++ can be great ~ presuming you stick with a subset of features.
null
0
1546185825
False
0
ecvn7r6
t3_aac4hg
null
null
t1_ecvmyeu
/r/programming/comments/aac4hg/modern_c_lamentations/ecvn7r6/
1548269597
1
t5_2fwo
r/programming
public
null
False
dustingetz
t2_5zkh4
Is there an argument buried here that age discrimination is emergent from capitalism as it exists in USA?
null
0
1546185969
False
0
ecvnf62
t3_aav9js
null
null
t1_ecvfqlv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvnf62/
1548269689
6
t5_2fwo
r/programming
public
null
False
yessir999
t2_21wrgr
this. Plenty of 40+ people in our tech department.
null
0
1546186033
False
0
ecvnifn
t3_aav9js
null
null
t1_ecvmcpe
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvnifn/
1548269730
132
t5_2fwo
r/programming
public
null
False
Nastrod
t2_rnc4e
Is that true? I'm not in the valley and I know very few developers in their 40s. Maybe it's just the companies I've worked for.
null
0
1546186206
False
0
ecvnr2v
t3_aav9js
null
null
t1_ecvgktg
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvnr2v/
1548269838
15
t5_2fwo
r/programming
public
null
False
musicalprogrammer
t2_pcsxv
This so much. This is my dream type job.
null
0
1546186278
False
0
ecvnuxo
t3_aav9js
null
null
t1_ecvlxuq
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvnuxo/
1548269886
5
t5_2fwo
r/programming
public
null
False
Drisku11
t2_bg6v5
The Church-Turing thesis says lambda calculus and Turing machines are equivalent. As a practical matter, our physical machines follow the Turing model, but the programming language is defined in terms of the lambda calculus. Semantically, the program has no state. We can interpret it through a stateful machine, but you could also imagine is building a physical graph reduction machine and running it more directly.
null
0
1546186290
False
0
ecvnvlg
t3_aai5ap
null
null
t1_ecv4wcf
/r/programming/comments/aai5ap/what_is_a_monad_computerphile/ecvnvlg/
1548269894
1
t5_2fwo
r/programming
public
null
False
crabbone
t2_e3qdk15
https://cdn10.bigcommerc… a painful joke.
null
0
1546186300
False
0
ecvnw5s
t3_aawk8h
null
null
t3_aawk8h
/r/programming/comments/aawk8h/programming_pain_an_ode_to_apples_awful_mac/ecvnw5s/
1548269901
1
t5_2fwo
r/programming
public
null
False
tonefart
t2_ywdx0
The business of tech is simply build a company, sell to a sucker and cash out/retire. To hell with the experienced people working there. There's simply no career future when your boss is just playing the money game.
null
0
1546186340
False
0
ecvnyb9
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvnyb9/
1548269927
30
t5_2fwo
r/programming
public
null
False
Benmjt
t2_4qv69
Goteem
null
0
1546186494
False
0
ecvo6f3
t3_aav9js
null
null
t1_ecvju55
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvo6f3/
1548270055
15
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
I think this is more unique to the USA that they hate old people. In other civilized countries such as in Japan or the EU, ageism isn't anywhere near as much spread as in the USA.
null
1
1546186791
False
0
ecvokzw
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvokzw/
1548270235
4
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> Something I ended up having to decide over and over, > was wether to introduce a Maybe-like type (i.e., data Foo > a = Bar a | Baz) or just use Maybe. Once the Monad endofunctor takes hold of you, it'll never let go again. > Finally, one thing that I’m probably doing wrong: I > could not find any function to parse numbers. Poor Haskell - struggles with numbers. Perhaps it is time for Haskell to learn from COBOL. Reading this makes me sad since he does not realize how complex the mess he is in yet enjoys it. The latter is fine; the first part is not. Considering how difficult haskell is, I wonder why not more software is written in it.
null
0
1546186993
False
0
ecvotwn
t3_aavxpp
null
null
t3_aavxpp
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvotwn/
1548270345
-25
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
I am not sure I agree. 25 days is ... nothing. It's the same "use the right tool for the job" nonsense statement repeated over and over again. You really HAVE to have been using a language in and out for a longer time, say 3 years as a good metric.
null
0
1546187043
False
0
ecvow7j
t3_aavxpp
null
null
t1_ecvexq6
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvow7j/
1548270374
-42
t5_2fwo
r/programming
public
null
False
lumberjackninja
t2_4gs3b
I use WSL for everyday PLC development. I come from the embedded world (bare-metal, various RTOS, and Linux) but my current role has us using a proprietary PLC environment (Beckhoff) that uses a Visual Studio extension for development. The dev tools suck, so I use WSL for things like vim, which has much better editing facilities. Also, all source code is stored in XML files, so it was easier to set up a git commit hook to use xmllint in WSL. The PLC world abhors the very concept of revision control, so getting that working was a hassle. I also wrote a Python utility that reads the PLC compiler metadata and spits out equivalent type/class definitions in Python and Typescript, which makes keeping my HMI web app up-to-date much easier. It's easier to set up all the tools for that in Linux.
null
0
1546187129
False
0
ecvp031
t3_aalc4n
null
null
t1_ecutpga
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvp031/
1548270422
3
t5_2fwo
r/programming
public
null
False
vattenpuss
t2_brzia
> This page is protected from creation, so only administrators can create it. I'm pretty sure Wikipedia *used* to have a list of lists of lists of lists article, that is until someone decided things were getting out of hand and forbid further meta listing.
null
0
1546187132
False
0
ecvp06g
t3_aaqyit
null
null
t1_ecvhk8x
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvp06g/
1548270423
4
t5_2fwo
r/programming
public
null
False
jst3w
t2_3ueep
I also like to listen to Laurel when I code.
null
0
1546187132
False
0
ecvp07w
t3_aaw3nh
null
null
t1_ecvjd30
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvp07w/
1548270423
5
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> Basically, all of the Perl programmers who wrote shit code, lost their jobs to > PHP and then Python developers; then the worst Perl programmers who could not > use a sane language, moved from Perl into Haskell. This is simply wrong what you write here. I am with you on some parts of Haskell - I find it too complex and complicated. It's for math gurus and geniuses, not for average joe. I dislike elitist languages like that. Rust is similar. C++ is way too complex. When you write about perl folks, this is flat out WRONG. They did NOT move en masse into haskell. What happened was that first PHP took away from perl; then both python and Javascript; ruby too, to some extent (Ruby is the prettier perl). Biggest failure of perl was that it failed to evolve. Perl 6 came like 15 years too late or something - nowadays nobody cares about it. And even today (!) perl 5 does not move into perl 6. Then there is the aging problem + 20 years is a LOT of time. You were 25 years old? Now you are 45 and it's a young folks game, really. Influx of new people. So, nah - perl had numerous problems but Haskell literally had NOTHING to do with it. And perl failed to adapt to ANYTHING while the rest of the world changed. It's actually a lesson of failure that perl showed here. Perl is not completely dead though - there are still lots of people using it. But it's like after going to battle several times, having improper repairs and then wondering why it's no longer at the top of the language charts ...
null
1
1546187242
False
0
ecvp52y
t3_aavxpp
null
null
t1_ecvgyoo
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvp52y/
1548270483
11
t5_2fwo
r/programming
public
null
False
michaelochurch
t2_4ocdf
I think so. Corporate capitalism is a fundamentally empty system. It needs a constant supply of new suckers.
null
1
1546187263
False
0
ecvp60a
t3_aav9js
null
null
t1_ecvnf62
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvp60a/
1548270494
-2
t5_2fwo
r/programming
public
null
False
del_rio
t2_48pzj
It's super helpful when trying to find the zeigist-preferred libraries for a given task. Stuff like date picker for React, a Spotify API for Go, or a CRM that plays well with Django.
null
0
1546187306
False
0
ecvp7y4
t3_aaqyit
null
null
t1_ecuealj
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvp7y4/
1548270519
1
t5_2fwo
r/programming
public
null
False
goodDayM
t2_91klu
> If you're 40 years old and have to explain to 26-year-old "product managers" why you haven't done your Jira tickets ... First of all, that's a bit ageist. We're all just humans trying to build things whatever our age, gender, etc. (And I say this as a software engineer in my 30s, while working with both younger and older people.) And second, earning a six-figure salary as an engineer and having to use Jira with young people is far from "losing". You are financially better off than 99% of humans on the planet, and your health and safety is much more secure. You have more opportunities, and freedom/ability to move. If you aren't happy, do something else. Thanks to being a software engineer I've got so much saved in my 401k and my kid's college savings account that it's crazy. I'll be able to retire much sooner than friends who went into other career paths.
null
0
1546187353
False
0
ecvpa18
t3_aav9js
null
null
t1_ecvlxuq
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvpa18/
1548270545
35
t5_2fwo
r/programming
public
null
False
cedear
t2_1ceao
An infamous Hacker News crank. Pretty sure he's still banned there, looks like his last comment was in 2015.
null
0
1546187365
False
0
ecvpaib
t3_aav9js
null
null
t1_ecvggm4
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvpaib/
1548270551
15
t5_2fwo
r/programming
public
null
False
jones1618
t2_39307
It's a good, informative article but most people have no clue what a "Unicode code point" is. Instead, I'd make the following distinction: * A *text file* consists of plain, unformatted words, letters and punctuation intended to be readable by humans. In a text file, every 8- or 16-bit "code" corresponds with exactly one letter, number or punctuation mark. * A *binary file* consists of complex structured data meant primarily to be read by applications that translate those structures into something useful by humans (images, audio, video, richly formatted text, etc). Still, I imagine that 99% of computer users these days (except developers) never deal with text files directly. Almost all content people care about lives in binary files. The exceptions to that rule are some office documents in XML, JSON or RTF format that, while technically might be text documents, are so densely coded and packed with syntax that they might as well be considered binary.
null
0
1546187394
1546238450
0
ecvpbrm
t3_aawt2w
null
null
t3_aawt2w
/r/programming/comments/aawt2w/what_is_a_binary_file/ecvpbrm/
1548270566
36
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
The MS worker drones come up with lots of excuses why the file access on windows is so slow. Biggest problem - it used to be faster in older releases of MS products. So they made things more complicated and less convenient. There is a reason why Linux is winning the war (excluding the systemd-based distributions; ironically systemd made booting a LOT slower, just boot a Fedora DVD and compare this to e. g. GoboLinux - and then tell me again the systemd developers stating how much faster systemd is than sysvinit; I do not condone violence but for such statements you really have to punch them in the face continually until they stop these erroneous, rubbish claims).
null
0
1546187395
False
0
ecvpbta
t3_aalc4n
null
null
t3_aalc4n
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvpbta/
1548270567
-9
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
> Also look at the endless pain in union filesystems. What the hell are you talking about? What "pain"? What is "endless"? It works wonderfully well. I guess you never adapted a SLAX build to your custom needs before?
null
0
1546187473
False
0
ecvpf0i
t3_aalc4n
null
null
t1_ect4c03
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvpf0i/
1548270636
1
t5_2fwo
r/programming
public
null
False
MpVpRb
t2_3bhl4
The hardest part of writing for the end user is understanding exactly what the end user knows and doesn't know In the absurd case, you assume a user who has never seen a computer before and must be given detailed instructions on how to turn it on and start the program I remember an example from years ago. A technical writer was hired to document a project I worked on She went into extreme detail on some things. "To move the measurement window up, use the up arrow key". This was followed by an illustration of the up arrow key, and repeated for all window movement and sizing functions There was no answer to these important questions.. What is a measurement window? Why would you change the size? What size is better for a particular situation? How can you determine if the size or position is correct? When writing documentation myself, I always ask .. what knowledge am I falsely assuming the user knows and when am I boring them and insulting their intelligence by spending too much time on basic stuff It's almost impossible for an expert user to understand the problems faced by a first time user
null
0
1546187515
False
0
ecvpgpg
t3_aavv6v
null
null
t3_aavv6v
/r/programming/comments/aavv6v/the_art_of_writing_documentation/ecvpgpg/
1548270657
45
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
You give us a lot of excuses why Windows is so slow. I think this is a total disaster and failure by Microsoft. They have so many worker drones yet end up having terribly slow, complicated software.
null
0
1546187536
False
0
ecvphk0
t3_aalc4n
null
null
t1_ecuz73a
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvphk0/
1548270668
-11
t5_2fwo
r/programming
public
null
False
Robot_Basilisk
t2_11n0m68q
Why not? When the MBAs roll in it might as well be belly up already. Stories of people working their hearts out to launch a company only for it to be bought out or pushed out of a market they created are a dime a dozen.
null
0
1546187557
False
0
ecvpif9
t3_aav9js
null
null
t1_ecvjw2a
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvpif9/
1548270678
5
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
WSL also inherits this slowness. It's actually one of the few areas where the WSL could really improve a lot. I noticed the speed penalty when I was compiling things on Win10, which was very slow - much slower than compared to a native Linux system. The laptop was very fast in general though and I did not mind "waiting" since I was using another computer anyway.
null
0
1546187625
False
0
ecvpl7n
t3_aalc4n
null
null
t1_ectx6c1
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvpl7n/
1548270713
1
t5_2fwo
r/programming
public
null
False
NotUniqueOrSpecial
t2_3wrgy
> symbolic links are evaluated in user space Nope. They're a kernel-side detail. They actually complicate the kernel path-walking logic pretty substantially.
null
0
1546187631
False
0
ecvplg6
t3_aalc4n
null
null
t1_ecu87ol
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvplg6/
1548270716
4
t5_2fwo
r/programming
public
null
False
jadermcs
t2_fee6d
Google formal verification before elaborating non constructive arguments against lambda-calculus based language.
null
0
1546187664
False
0
ecvpmx3
t3_aavxpp
null
null
t1_ecvgyoo
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvpmx3/
1548270734
15
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Yeah. The WSL team acknowledged before that this is an area where things aren't ... great. Not all their fault alone. What I don't get is - they could make some file system access much faster, e. g. the part that does not touch windows files.
null
0
1546187675
False
0
ecvpndv
t3_aalc4n
null
null
t1_ectskq7
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvpndv/
1548270740
1
t5_2fwo
r/programming
public
null
False
jonny_eh
t2_492di
She's just sharing an anecdote on her personal blog. I enjoyed it.
null
0
1546187679
False
0
ecvpnjk
t3_aav9js
null
null
t1_ecvj5en
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvpnjk/
1548270742
39
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
It's FUSE? Are you sure?
null
0
1546187687
False
0
ecvpnut
t3_aalc4n
null
null
t1_ecu2jar
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvpnut/
1548270746
1
t5_2fwo
r/programming
public
null
False
madwilliamflint
t2_6w2vo
awesome!
null
0
1546187736
False
0
ecvppwt
t3_aaqyit
null
null
t3_aaqyit
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvppwt/
1548270770
0
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
WSL is like using Linus on Windows to some extent. You can even run things such as KDE Konsole and similar stuff. It makes windows suck less. It's not the same as Linux; several things don't quite work. But it makes windows suck less which is good. Ironically when I was using ruby on WSL, it worked better than the one-click .exe installer. :)
null
0
1546187739
False
0
ecvpq0y
t3_aalc4n
null
null
t1_ecutpga
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvpq0y/
1548270772
0
t5_2fwo
r/programming
public
null
False
shevegen
t2_atqp
Perhaps your grandmother is a geek - you just didn't know before. WLAN stuff in linux can be annoying. I ended up writing a wrapper in ruby so that I don't have to remember anything - the script does everything.
null
0
1546187817
False
0
ecvptjg
t3_aalc4n
null
null
t1_ecu32uu
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvptjg/
1548270815
2
t5_2fwo
r/programming
public
null
False
NotUniqueOrSpecial
t2_3wrgy
It's entirely possible that SELinux has gotten more user-friendly, but the base file access control mechanisms are specified by POSIX, so it's not really changed at all. [There have been some add-ons for NFSv4 and Rich ACLs](https://lwn.net/Articles/661357/), but the basic stuff is old as dirt.
null
0
1546187929
False
0
ecvpyee
t3_aalc4n
null
null
t1_ecufzg4
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvpyee/
1548270875
1
t5_2fwo
r/programming
public
null
False
yakinnowhere
t2_1u6opovl
Don't you have an awesome list yet? Then we go to you! People like top of top of top of top of top of top of top list.
null
0
1546187929
False
0
ecvpyep
t3_aaqyit
null
null
t3_aaqyit
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvpyep/
1548270876
1
t5_2fwo
r/programming
public
null
False
dducrest
t2_4msnr
Sounds great. Did you have to change fields or domains?
null
0
1546187949
False
0
ecvpzba
t3_aav9js
null
null
t1_ecvmcpe
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvpzba/
1548270886
7
t5_2fwo
r/programming
public
null
False
michaelochurch
t2_4ocdf
> We're all just humans trying to build things whatever our age, gender, etc. No. The managers and product people aren't "trying to build things". They're trying to climb the ladder. You overestimate their character. Whatever is made, they'd prefer to make sloppily so they can make their deadlines and get promoted away from these projects before things start to fall down. > And second, earning a six-figure salary as an engineer and having to use Jira with young people is far from "losing". I'm the last person to be anti-"young people". But if I walked on to a job and my boss was a recent college graduate, I'd be a bit confused. No one is saying "Young people are bad". We're saying that today's companies don't value experience or excellence; they value the image of youth and they value naivete. > You are financially better off than 99% of humans on the planet Numerical well-being doesn't matter much. The places where there are jobs, rent is also higher than in 99% of places on the planet. If some stranger– often, an uncultured loser who hasn't read a book since high school– can turn off your income because you didn't do enough "story points" last "sprint", then you've been beaten.
null
0
1546187984
1546188759
0
ecvq0qq
t3_aav9js
null
null
t1_ecvpa18
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvq0qq/
1548270904
-20
t5_2fwo
r/programming
public
null
False
nsiivola
t2_3hzwt
Clearly binary file is either 0 or 1.
null
0
1546188006
False
0
ecvq1o9
t3_aawt2w
null
null
t3_aawt2w
/r/programming/comments/aawt2w/what_is_a_binary_file/ecvq1o9/
1548270916
51
t5_2fwo
r/programming
public
null
False
UltimateHughes
t2_h2qkb
I didnt watch this but youd probably have fun at /r/breadtube
null
0
1546188063
False
0
ecvq45g
t3_aav9d0
null
null
t3_aav9d0
/r/programming/comments/aav9d0/interview_with_zed_shaw_creator_of_learn_x_the/ecvq45g/
1548270946
1
t5_2fwo
r/programming
public
null
False
AyrA_ch
t2_8mz48
Historically speaking, a text file is a file whose line endings are changed when transmitting to match the destination systems line ending. Traditionally these files where \^Z terminated. The windows copy command still supports this mode
null
0
1546188235
False
0
ecvqbho
t3_aawt2w
null
null
t1_ecvpbrm
/r/programming/comments/aawt2w/what_is_a_binary_file/ecvqbho/
1548271037
19
t5_2fwo
r/programming
public
null
False
bdtddt
t2_x8et0
Now how about you critique the content of the post rather than just the title.
null
0
1546188323
False
0
ecvqfar
t3_aavxpp
null
null
t1_ecvow7j
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvqfar/
1548271084
38
t5_2fwo
r/programming
public
null
False
flexmuzik
t2_b8wez
That poster is a well known troll and/or crazy person.
null
0
1546188348
False
0
ecvqgdm
t3_aav9js
null
null
t1_ecvggm4
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvqgdm/
1548271097
26
t5_2fwo
r/programming
public
null
False
aesu
t2_6zc3t
Kids are not something to show for it. Anyone can have kids. The people I know with the most kids are the high school drop outs and "fuck ups"
null
1
1546188430
False
0
ecvqjy2
t3_aav9js
null
null
t1_ecvgcp1
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvqjy2/
1548271141
5
t5_2fwo
r/programming
public
null
False
d357r0y3r
t2_53hdu
> Most young tech workers expect to work for 30ish years at various companies with some ups and downs, get paid a decent wage These days, they're going paid *more* than a decent wage, especially compared to their peers. Programming as a profession is full of people, many without degrees or formal education, making as much or more than attorneys for a lot less effort. If you decide to live in the Bay with roommates, that's your choice. You are not "the lost generation". If you live practically anywhere else in the U.S., you're in the top 10% of income earners after a few years of experience. American developers are some of the most entitled people on the planet. God help us if a tech bust comes and the easy money gets cut off.
null
0
1546188431
False
0
ecvqk08
t3_aav9js
null
null
t1_ecvgcp1
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvqk08/
1548271142
29
t5_2fwo
r/programming
public
null
False
ESCAPE_PLANET_X
t2_7rkse
I thought WSL lived behind the windows kernel and filesystem stack? So it is effectively emulating linux behavior where required but still talking to windows APIs in the end.
null
0
1546188452
False
0
ecvqkwx
t3_aalc4n
null
null
t1_ecvpndv
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvqkwx/
1548271153
1
t5_2fwo
r/programming
public
null
False
bdtddt
t2_x8et0
main = putStrLn “Hello world” Stop spreading this nonsense that one must deal with monads to do basic IO. IO is many things, monad is one of them, you don’t need that to print a single string. An accurate statement is that you can’t do Hello World in Java without static methods, objects, `string[] args` etc.
null
0
1546188482
False
0
ecvqm78
t3_aavxpp
null
null
t1_ecvitw4
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvqm78/
1548271169
31
t5_2fwo
r/programming
public
null
False
Mikeavelli
t2_62bj2
Little bit, I'm mostly managing people instead of being hands-on like I used to be - but that would be the traditional career path even if I had stayed in a big tech company.
null
0
1546188531
False
0
ecvqoc4
t3_aav9js
null
null
t1_ecvpzba
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvqoc4/
1548271225
21
t5_2fwo
r/programming
public
null