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
Flamingoer
t2_1s8kkdmg
I always find things like this interesting, because in hardware reversing an integer is basically free.
null
0
1546188561
False
0
ecvqplj
t3_aavq8r
null
null
t3_aavq8r
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvqplj/
1548271241
12
t5_2fwo
r/programming
public
null
False
Drisku11
t2_bg6v5
It's an abuse of notation/language which generally makes sense given that there's usually an "obvious" choice of functor, and the monad structure is uniquely determined by the functor. That sort of notational abuse comes up all the time in math (the group `G`, the ring `R`, the space `X`, etc.). In particular, `Maybe` is the free pointed set, and `List` is the free monoid, so it's natural to associate them to those functors. I don't know whether `Either` has a natural interpretation as a free thing, but parametricity means that there's only one non-trivial functor to pick (and only one "choice" at all if you're also parametric over `E`). That said, it really grinds my gears when people say that the *values* of a type are monads, since as you say, it's really the (type, instance) pair, so the abuse should really be kept to saying the *type* (or *kind*, I suppose) is a monad (with an implicit instance lurking around).
null
0
1546188577
1546189459
0
ecvqqa3
t3_aai5ap
null
null
t1_ecuz9ve
/r/programming/comments/aai5ap/what_is_a_monad_computerphile/ecvqqa3/
1548271250
1
t5_2fwo
r/programming
public
null
False
jeremyjh
t2_8sdxa
> Poor Haskell - struggles with numbers. No, it absolutely doesn't. The author needed to learn about parser combinator libraries like attoparsec and didn't. 25 days is not enough time to form an opinion useful to other people, since it will be full of huge gaps.
null
0
1546188587
False
0
ecvqqq4
t3_aavxpp
null
null
t1_ecvotwn
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvqqq4/
1548271256
19
t5_2fwo
r/programming
public
null
False
lost_in_life_34
t2_qj4xf
Same thing as the gold rush of 1848 Except this time the 49ers are the programmers and just like then someone else is making all the money
null
0
1546188914
False
0
ecvr53s
t3_aav9js
null
null
t1_ecvmh7i
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvr53s/
1548271434
18
t5_2fwo
r/programming
public
null
False
ivquatch
t2_3a6gu
I certainly remember that `public static void main(string[] args)` moment!
null
0
1546188951
False
0
ecvr6nf
t3_aavxpp
null
null
t1_ecvqm78
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvr6nf/
1548271453
20
t5_2fwo
r/programming
public
null
False
NAIDBTPROG
t2_2ucjxhbv
That's why I've gone independent. I dealt with enough BS from small startups that did nothing more than go in like a lion and the end of the year slinked away into obscurity. The problem with tech companies these days is that they want to be like Apple during the early years or Redhat upon they're released. But the realization is that these days a company will never accomplish those goals. They'll either write apps for mobile devices that will never break what they paid into it and crumble and vanish. The tech industry is a joke if you can start your own small venture with something you truly are passionate about I say do it. Even if it's destined to fail, you would've accomplished more than 75% of the current tech workforce. The moment I left, I ventured out into the wilderness, I don't answer to no one. I don't respond to anyone except for texts and emails. I'm working on my passion project and I feel great. The feeling of coding for yourself and no one else is amazing. I won't say the name of the company I use to work for because I left on good terms. Dreams are worth fighting for, why spend you're life to make other people's come true.
null
0
1546189001
False
0
ecvr8p1
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvr8p1/
1548271479
36
t5_2fwo
r/programming
public
null
False
lodc
t2_3lscr
The aging/fading hack is really simple. Instead of using a 1 or 0 for each cell to mean alive or dead, use a bigger number to mean alive, say 255. Now each time you calculate a generation, alive cells get 255 instead of 1, and checking for alive neighbors mean checking for 255 instead of 1.. no big deal. Next change is a dead cell gets -1 to it's current value instead of being set to 0. That's really it for the changes to the math. Now your cell matrix has values ranging from 255 for alive to 0 for "dead since at least 255 generations ago". Use this to decide what gradient of color to display for the cell, and you have a weird fading swirling organic looking thing. Hth
null
0
1546189013
False
0
ecvr97i
t3_aa72q0
null
null
t1_ecseu4a
/r/programming/comments/aa72q0/conways_game_of_life_wallshelf_decoration/ecvr97i/
1548271484
1
t5_2fwo
r/programming
public
null
False
int2d
t2_1ywgqli9
I'm just gonna leave this here. /r/financialindependence current top post: "**If You’re Over 50, Chances Are the Decision to Leave a Job Won’t be Yours"** But yeah, fuck the Valley! /s
null
0
1546189088
False
0
ecvrcgt
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvrcgt/
1548271524
10
t5_2fwo
r/programming
public
null
False
InfiniteButtersVI
t2_2nl6vgfq
It's been true everywhere I've been in the Midwest. Software engineering is much more of a stable career; something with 401k matching, coworkers who talk about their kids, and cleaning crews that come in at 6pm and are surprised to see you if you're working late as opposed to a bunch of 20 somethings in a loft burning angel funds hoping for million dollar equity. It's a great way to make $80k a year to work 40 hours a week and never so much as read an email on Saturday.
null
0
1546189098
1546189304
0
ecvrcw5
t3_aav9js
null
null
t1_ecvnr2v
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvrcw5/
1548271530
68
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1546189138
False
0
ecvrel9
t3_aavxpp
null
null
t1_ecvqqq4
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvrel9/
1548271551
1
t5_2fwo
r/programming
public
null
False
Red-Portal
t2_cf9yfz
I live in Korea and the developer ageism (as you call) is really serious and real. Most people at their 40s start thinking about opening a Kentucky fried chicken restaurant and everyone joke about it. "When are you going to fry chicken?". I mean literally!
null
0
1546189142
False
0
ecvretb
t3_aav9js
null
null
t1_ecvokzw
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvretb/
1548271554
21
t5_2fwo
r/programming
public
null
False
JoshWithaQ
t2_d2ak7
One of the best engineers I've hired was twice my age. I just brought him with me to a second new employer. He's in his 60s now. There are companies and bosses out there with the right values. The problem I've had hiring more experienced folks is the salary requirements. It's a tough pill for management to swallow. Takes a lot of work at some places to communicate the value.
null
0
1546189148
False
0
ecvrf1i
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvrf1i/
1548271557
122
t5_2fwo
r/programming
public
null
False
DaveNay
t2_774y2
I like either New Age Ambient or Celtic music when programming.
null
0
1546189216
False
0
ecvrhwc
t3_aaw3nh
null
null
t3_aaw3nh
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvrhwc/
1548271592
1
t5_2fwo
r/programming
public
null
False
DancinginAshes
t2_aaqpyyp
I spent about 18 months working for various tech startups doing an investor outreach and communications role. The real game in Silicon Valley isn't about building bleeding edge technology, it's about your startup's strategy to get funding and then get bought out by a bigger company so your investors become even more obscenely wealthy. They're basically as fucking cynical as the suit-wearing douchebags working for Wall Street investment banks, but they get to pretend they're saving the world through technology. ​
null
0
1546189318
False
0
ecvrmas
t3_aav9js
null
null
t1_ecvfqlv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvrmas/
1548271647
11
t5_2fwo
r/programming
public
null
False
moh_kohn
t2_g755m
Yup. By the time you're in your late 20s / early 30s, if you're smart, you've realised that these guys are not going to reward you, no matter how hard you work - they'll just expect the same again next week, and will can you just as quick as anyone else if it's convenient.
null
0
1546189368
False
0
ecvroe2
t3_aav9js
null
null
t1_ecvfqlv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvroe2/
1548271673
7
t5_2fwo
r/programming
public
null
False
DancinginAshes
t2_aaqpyyp
The people who get the most out of living in the valley are doing VC stuff there, not building tech.
null
0
1546189413
False
0
ecvrqal
t3_aav9js
null
null
t1_ecvmh7i
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvrqal/
1548271696
10
t5_2fwo
r/programming
public
null
False
glaba314
t2_g0h7l
Sure, if you have built in hardware you can do anything to a certain maximum size in "O(1)" time. This is basically meaningless because it depends on the fact that, up to a certain size, bitwise operations are done in parallel. But clearly the author doesn't know what big O notation means, because this only applies for n < some maximum n given by the word size
null
0
1546189454
False
0
ecvrs34
t3_aavq8r
null
null
t3_aavq8r
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvrs34/
1548271718
5
t5_2fwo
r/programming
public
null
False
Lt_Riza_Hawkeye
t2_yf0lh
You're right, I was disregarding ICF.
null
0
1546189481
False
0
ecvrta5
t3_aac4hg
null
null
t1_ecushsx
/r/programming/comments/aac4hg/modern_c_lamentations/ecvrta5/
1548271732
1
t5_2fwo
r/programming
public
null
False
adrianmonk
t2_34f32
> Then, following from that, why can't they afford to quit? Why haven't they gone off to sail the world? What is their major malfunction which makes them unable to hit the jackpot? IMHO there's another issue here (other than age discrimination). The issue is the unquestioned assumption that the main reason I would be or anyone would be in tech is to get rich. Not because the work is interesting and the computer stuff is fun, nor to create technology that changes or improves the world in some way, but because the money is good. Silicon Valley has become more about the business than about the technology. So much so that if you are more interested in actual technology than business plans and profit, many people almost don't even know how to react to you. Don't get me wrong. I realize for-profit businesses are about money, and working for one makes enabling profit part of my responsibility. I'm not against capitalism or anything. And I'm not exactly shocked that it is this way, because there's so much money floating around that it's basically inevitable that money-oriented people would be attracted. But joining a startup and finagling things so I hit it big is an explicit non-goal for me. I'm not an entrepreneur or a business guy. Having as much money as possible is not a goal, and I'm not going to orient my whole life around that. Tech pays well, easily enough for my needs, so it is a perfectly viable and reasonable strategy to work on things I enjoy and earn a really comfortable salary. I manage my money responsibly, so it's not like I don't have a financial plan for retirement and such. That's my decision, it's a reasonable one, and if someone can't or won't understand that, then that's their problem. And frankly I may even question their ability to set aside their preconceptions and think about the world from different angles. I might even wonder whether, if I worked with this person, they'd be capable of unconventional or original thinking or being able to accept or try to understand new ideas. Of course, it's also possible they do understand it on some level, but it's just one-upmanship. If that's a competition they need to start and define themselves as having won, then go ahead. OK, fine, you're on the millionaire track, and I'm not.
null
0
1546189548
False
0
ecvrwba
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvrwba/
1548271771
77
t5_2fwo
r/programming
public
null
False
iambeingserious
t2_9vqzq
Look for start ups that don't use the latest hipster tech, they usually don't last long anyways.
null
1
1546189617
False
0
ecvrze7
t3_aav9js
null
null
t1_ecviefp
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvrze7/
1548271835
0
t5_2fwo
r/programming
public
null
False
Callmebobbyorbooby
t2_f3r86
Im on the east coast, 36 and actually start my first day as a developer tomorrow. 13 years in recruiting and I’ve been studying software development for quite some time and finally caught a break. I really can’t wait to join the industry and I’m actually joining a team of almost all people my age, just much more senior in their position. I can’t imagine out west would be nearly the same situation I’m entering in to.
null
0
1546189682
False
0
ecvs293
t3_aav9js
null
null
t1_ecvgktg
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvs293/
1548271870
73
t5_2fwo
r/programming
public
null
False
spootydooty
t2_p8917vj
This kind of stuff is why in computational complexity theory we also study boolean circuits. For instance, intuitively, hardware can be so efficient because of massive (and easy) parallelization, and computational complexity theory formalizes this by relating the complexity classes AC and NC.
null
0
1546189729
False
0
ecvs4c8
t3_aavq8r
null
null
t1_ecvqplj
/r/programming/comments/aavq8r/reversing_an_nbit_number_in_olog_n_time/ecvs4c8/
1548271896
4
t5_2fwo
r/programming
public
null
False
sabas123
t2_by3ez
It is a shame since a good deal was about the early rise of his series
null
0
1546189750
False
0
ecvs5ar
t3_aav9d0
null
null
t1_ecvq45g
/r/programming/comments/aav9d0/interview_with_zed_shaw_creator_of_learn_x_the/ecvs5ar/
1548271908
1
t5_2fwo
r/programming
public
null
False
recycled_ideas
t2_bpl7i
I'm explaining that Windows and Linux are different. You can't make Windows into Linux without it no longer being Windows.
null
0
1546189802
False
0
ecvs7if
t3_aalc4n
null
null
t1_ecvphk0
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvs7if/
1548271936
6
t5_2fwo
r/programming
public
null
False
WelcomeToRedditPost
t2_2vua5h1e
Hello and welcome to Reddit, I see this is your first post and want to help you out, so have an upvote on me :)
null
0
1546189824
False
0
ecvs8i9
t3_aaxlm1
null
null
t3_aaxlm1
/r/programming/comments/aaxlm1/because_im_dumb_i_write_better_code/ecvs8i9/
1548271949
-51
t5_2fwo
r/programming
public
null
False
WSp71oTXWCZZ0ZI6
t2_kno19k6
Surely a list of lists of lists of lists is one type of lists of lists of lists (in the same way that an array of arrays of arrays is itself a type of array).
null
0
1546189895
False
0
ecvsbg1
t3_aaqyit
null
null
t1_ecvhk8x
/r/programming/comments/aaqyit/github_jonatasbaldinawesomeawesomeawesome_awesome/ecvsbg1/
1548271985
3
t5_2fwo
r/programming
public
null
False
Detallado
t2_6pja6
In Venezuela when you reach the 25 years old you are already considered crap, age is just a tool companies use to hire "dumb kids" who are willing to spread their ass for "experience", while older people have the experience already and they just want a good salary, I've never hired people personally, but I'd rather hire older people than dumb kids and I'm 25 years old myself, people are my age know nothing and expect big salaries
null
0
1546189950
False
0
ecvsdt5
t3_aav9js
null
null
t1_ecvokzw
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsdt5/
1548272013
8
t5_2fwo
r/programming
public
null
False
Schmittfried
t2_p3a6y
Nobody said the more kids the better.
null
0
1546189965
False
0
ecvsehi
t3_aav9js
null
null
t1_ecvqjy2
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsehi/
1548272022
10
t5_2fwo
r/programming
public
null
False
dducrest
t2_4msnr
Gotcha. I've been making that transition from software engineer to production manager for a few years now at an educational company. Been thinking about switching one of the two.
null
0
1546189974
False
0
ecvsevr
t3_aav9js
null
null
t1_ecvqoc4
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsevr/
1548272027
3
t5_2fwo
r/programming
public
null
False
icec0ld378
t2_13m8h1
No lie, 35 is considered old/dont hire this person in the industry and its complete bullshit. Ageism is alive and well in the information technology field. I pivoted to cybersecurity few years ago from lead software architect role as part of this culture. Its an upward and unfortunate losing battle.
null
0
1546190023
False
0
ecvsgzv
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsgzv/
1548272053
3
t5_2fwo
r/programming
public
null
False
int2d
t2_1ywgqli9
I couldn't find any sources that relate industry, location, and age... would you mind sharing?
null
0
1546190046
1546190305
0
ecvsi0d
t3_aav9js
null
null
t1_ecvgktg
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsi0d/
1548272066
3
t5_2fwo
r/programming
public
null
False
Valmar33
t2_zbck5
It's very interesting how things like this happen. :) Part of it is probably because Linux doesn't have so much corporate management insanity weighing it down.
null
0
1546190057
False
0
ecvsihx
t3_99kvm1
null
null
t1_e4tck8g
/r/programming/comments/99kvm1/24core_cpu_and_i_cant_type_an_email_part_two/ecvsihx/
1548272072
1
t5_2fwo
r/programming
public
null
False
runT1ME
t2_37yqy
How did you only take a small pay cut? Working remote for a bay area company?
null
0
1546190110
False
0
ecvskue
t3_aav9js
null
null
t1_ecvmcpe
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvskue/
1548272101
13
t5_2fwo
r/programming
public
null
False
asmx85
t2_iv78q
I love hearing metal for amusement but for coding i am going with synthwave. I am not listening to any kind of electro/techno in my free time – but for programming very yes! I have the feeling its just doing something with my brainwaves idk :D
null
0
1546190125
False
0
ecvslkl
t3_aaw3nh
null
null
t3_aaw3nh
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvslkl/
1548272109
1
t5_2fwo
r/programming
public
null
False
Heathronaut
t2_6d5lw
>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. I think you're pretty disconnected from the reality of most of the world if you think that way. What about happiness, security, political stability, crime, jobs, etc. Just because cost of living is higher than 99% of the world doesn't mean you aren't significantly better off.
null
0
1546190189
False
0
ecvsogc
t3_aav9js
null
null
t1_ecvq0qq
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsogc/
1548272145
15
t5_2fwo
r/programming
public
null
False
Kenya151
t2_82qo6
Weird you think the USA isn't civilized
null
1
1546190206
False
0
ecvsp8i
t3_aav9js
null
null
t1_ecvokzw
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsp8i/
1548272156
5
t5_2fwo
r/programming
public
null
False
Hendrikto
t2_rsoye
Thank you, this is exactly what I meant… I do not understand why I am getting downvoted.
null
0
1546190268
False
0
ecvss55
t3_aav9js
null
null
t1_ecvhfqy
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvss55/
1548272190
1
t5_2fwo
r/programming
public
null
False
tanelso2
t2_10vwrq
Bitbucket already has this built-in though
null
0
1546190312
False
0
ecvsu72
t3_aankii
null
null
t1_ecu9d4x
/r/programming/comments/aankii/upforksh_keep_up_to_5_forks_updated_for_free_and/ecvsu72/
1548272216
1
t5_2fwo
r/programming
public
null
False
HellfireOwner
t2_2juz5fhu
Just a bunch of kids gambling away their trust funds. No common sense nor business sense. Some get lucky...but only because our failing society falls so easily for gimmicks...
null
0
1546190325
False
0
ecvsur0
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsur0/
1548272223
0
t5_2fwo
r/programming
public
null
False
Aargau
t2_4njm4
The two companies I personally know the most people inside of (and also work at) are Google and Microsoft, and both have plenty of individual contributors in their 50s. Go to NeurIPS or ICML and you'll see many people in their 50s and 60s. Many have also joined startups in RL, GANs, or deep classifiers.
null
0
1546190326
False
0
ecvsuta
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvsuta/
1548272224
14
t5_2fwo
r/programming
public
null
False
daroons
t2_55340
>Most people at their 40s start thinking about opening a Kentucky fried chicken restaurant and everyone joke about it. "When are you going to fry chicken?" What an odd facet of Korean society....
null
0
1546190462
False
0
ecvt0xm
t3_aav9js
null
null
t1_ecvretb
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvt0xm/
1548272299
9
t5_2fwo
r/programming
public
null
False
nik12321
t2_12xz6c
This is also real in India. I am 24 and its really scary to see people of 35 something leaving for low paid management jobs. Its not that they did not keep up with the software trends, it just that they began to get left out. I cannot even imagine someone above 35 doing any actual coding at my workplace.
null
0
1546190539
False
0
ecvt4ae
t3_aav9js
null
null
t1_ecvokzw
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvt4ae/
1548272341
7
t5_2fwo
r/programming
public
null
False
Schmittfried
t2_p3a6y
As they said, assuming an old person is experienced is true more often than not. Obviously, that's not the only factor that determines a person's value for a company.
null
0
1546190601
False
0
ecvt70p
t3_aav9js
null
null
t1_ecvhfqy
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvt70p/
1548272403
2
t5_2fwo
r/programming
public
null
False
GhostBond
t2_v4lid
^ Hey look, it's the "don't talk about what's happening" crowd as usual. Have anything...you know...useful to add?
null
1
1546190681
False
0
ecvtaja
t3_aav9js
null
null
t1_ecvggm4
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvtaja/
1548272447
-4
t5_2fwo
r/programming
public
null
False
Schmittfried
t2_p3a6y
No, they aren't. They are criticizing blindly dismissing old people because thereby you dismiss the experienced ones among them just because you assume old experienced people should already have retired.
null
0
1546190697
False
0
ecvtb9g
t3_aav9js
null
null
t1_ecvcqdd
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvtb9g/
1548272455
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
25?? that's like prime developer age if not till mid 30s! that's fucked up
null
0
1546190860
False
0
ecvti5b
t3_aav9js
null
null
t1_ecvsdt5
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvti5b/
1548272540
2
t5_2fwo
r/programming
public
null
False
Mithren
t2_bf5od
Just because you feel you’ve failed doesn’t mean it isn’t a meritocracy. It may just mean you aren’t good enough.
null
0
1546190929
False
0
ecvtl7r
t3_aav9js
null
null
t1_ecvmqpz
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvtl7r/
1548272581
14
t5_2fwo
r/programming
public
null
False
rpgFANATIC
t2_3rgeh
Wow, that release was quick. jdk 11 support and new PHP stuff will help Apache Netbeans catch up, but most of the community is desperately waiting for them to review, alter, and release the EE stuff. I'm stuck on 8.2 until they do. :-/
null
0
1546190944
False
0
ecvtlu7
t3_aansm3
null
null
t3_aansm3
/r/programming/comments/aansm3/netbeans_10_released_the_best_swing_gui_builder/ecvtlu7/
1548272589
2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
1
1546190983
1546191427
0
ecvtnjn
t3_aav9js
null
null
t1_ecvskue
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvtnjn/
1548272609
8
t5_2fwo
r/programming
public
null
False
picnorez
t2_rjb7ius
I'm in exactly this position (turning 30 soon, always worked for startups) so I can explain a little. Startups are different. Your role is more important and the workplace is culturally a little more loose (HR departments are rare, parties can get crazy, and you get lots of free perks like espresso machines paid for by investors). The tradeoff is that you might work late into the night a lot more often. It's a pretty exciting mad dash to prove yourselves as a team and build something that takes off. In a comfortable corporate environment, I've found that there are more rules and less ambition. It's entirely possible to make a living doing barely any work just by showing up, looking busy, and completing the bare minimum. I'm working for a company that was acquired (mission accomplished) and we've seen the culture transform from a startup to a comfortable subsidiary. The excitement and ambition has tanked, so people are leaving to join new startups and try to get them acquired too. We're not against mission success, just leaving for our next mission after.
null
0
1546191008
False
0
ecvtomz
t3_aav9js
null
null
t1_ecvjw2a
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvtomz/
1548272623
21
t5_2fwo
r/programming
public
null
False
LeerooooyGaaaankins
t2_gdw5t
To be fair, Korean fried chicken joints are the shit.
null
0
1546191017
False
0
ecvtp0r
t3_aav9js
null
null
t1_ecvretb
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvtp0r/
1548272628
8
t5_2fwo
r/programming
public
null
False
kininja08
t2_11x373
Good for you, congrats on making the career switch.
null
0
1546191255
False
0
ecvtzhn
t3_aav9js
null
null
t1_ecvs293
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvtzhn/
1548272758
14
t5_2fwo
r/programming
public
null
False
NotUniqueOrSpecial
t2_3wrgy
It's technically incorrect, but arguably is what happens for most people who also do cross-platform stuff. Unless you're using native Visual Studio solutions, most cross-platform answers (e.g. CMake) generate build systems that do per-file compilation rules. They do the same on Linux, obviously, but it's not nearly as huge a performance penalty due to process start-up times. Do you know of a cross-platform way to get the multi-file compilation? That would be an awesome thing to add to my tool belt.
null
0
1546191288
False
0
ecvu103
t3_aalc4n
null
null
t1_ecvkyn8
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvu103/
1548272777
4
t5_2fwo
r/programming
public
null
False
tannerntannern
t2_2kpl1dyi
Nice quote: "What if we regarded code not as a high-stakes, sexy affair, but the equivalent of skilled work at a Chrysler plant?"
null
0
1546191299
False
0
ecvu1fg
t3_aaxmml
null
null
t3_aaxmml
/r/programming/comments/aaxmml/the_next_big_bluecollar_job_is_coding/ecvu1fg/
1548272782
6
t5_2fwo
r/programming
public
null
False
Game_Ender
t2_33b51
This difference is you can make 3-5x that $80k at top tier tech valley tech company, no hope needed. Hours can be more, but you can work a normal 40 hours if you are productive and don’t care about getting the best bonus or a fast promotion. Not all the pay difference is eaten up by CoL differences, but traffic and general crowdedness are big issues.
null
1
1546191300
False
0
ecvu1hk
t3_aav9js
null
null
t1_ecvrcw5
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvu1hk/
1548272783
1
t5_2fwo
r/programming
public
null
False
wholeandswole
t2_1pbhhbci
When writing to a file you can chose to open it as a text file or binary file. Writing the number "64" to a text file will save the two numbers as the ascii characters "64" which would be "00110110 00110100" in binary. This way it is human readable when opening with a text editor. However writing to it as a binary file will save the bits "00000000 00000000 00000000 01000000" instead which is the binary representation of the unsigned integer "64". Edit: My example is from C, where you have more control of this than most higher level languages. Edit2: I thought this was a text post asking a genuine question, I missed the fact that it was linking an article haha
null
1
1546191320
1546193330
0
ecvu2bq
t3_aawt2w
null
null
t3_aawt2w
/r/programming/comments/aawt2w/what_is_a_binary_file/ecvu2bq/
1548272793
2
t5_2fwo
r/programming
public
null
False
jacobb11
t2_vyni
The article seems to assume that the question"Why are you still working?" implies that the techie is no longer useful or has failed to achieve financial success. I think that's a bad assumption, and that the intended implication is that the techie has in fact achieved financial success, and the real ask is what other motivations are present.
null
0
1546191388
False
0
ecvu5dh
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvu5dh/
1548272830
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
1
1546191420
False
0
ecvu6sf
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvu6sf/
1548272848
1
t5_2fwo
r/programming
public
null
False
Sage2050
t2_4pdql
Well said
null
0
1546191436
False
0
ecvu7il
t3_aav9js
null
null
t1_ecvtomz
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvu7il/
1548272857
1
t5_2fwo
r/programming
public
null
False
abrahamsen
t2_34i8y
... in *other* civilized countries ...
null
0
1546191454
False
0
ecvu8as
t3_aav9js
null
null
t1_ecvsp8i
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvu8as/
1548272866
4
t5_2fwo
r/programming
public
null
False
Mikeavelli
t2_62bj2
Nope, it's a local company. It's a combination of a big promotion into a managerial role and being a bit underpaid before leaving, because I've always hated working overtime, and didn't put in enough hours to get a *really* big salary in the first place.
null
0
1546191482
False
0
ecvu9ie
t3_aav9js
null
null
t1_ecvskue
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvu9ie/
1548272882
27
t5_2fwo
r/programming
public
null
False
bloody-albatross
t2_cdjk3
I see.
null
0
1546191542
False
0
ecvuc2c
t3_aalc4n
null
null
t1_ecvplg6
/r/programming/comments/aalc4n/windows_file_access_performance_compared_to_linux/ecvuc2c/
1548272913
1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1546191545
False
0
ecvuc7c
t3_aav9js
null
null
t1_ecvt0xm
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvuc7c/
1548272915
4
t5_2fwo
r/programming
public
null
False
Sage2050
t2_4pdql
This guy is super cynical and I disagree with a lot of his points, but he's absolutely right that nothing in corporate America is a meritocracy.
null
0
1546191561
False
0
ecvucwb
t3_aav9js
null
null
t1_ecvtl7r
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvucwb/
1548272924
8
t5_2fwo
r/programming
public
null
False
gimpwiz
t2_4aaq1
Yeah, I try to save half my pre-tax income because it feels like I'm on a gravy train and all gravy trains end eventually. I feel like a king, often, except when discussing housing prices. I wanted to understate things a bit because I don't want to paint with too broad a stroke. There are some folk even in the bay area who don't get paid top dollar for tech work and there are some folk with circumstances out of their control that make them struggle. My life is great so I can't speak for them. I'm constantly hanging out with 30- and 40-somethings, who've never done management, who spend spare cash on fancy camera gear and race track toys. It just doesn't seem like the 20-something life of six figures somehow turns into a life of poverty or money- or career-related misery. The future is never known but I'm not seeing a future where this early start of decent (or fat) paychecks somehow makes us worse off in ten or twenty years.
null
0
1546191571
False
0
ecvudbp
t3_aav9js
null
null
t1_ecvqk08
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvudbp/
1548272928
15
t5_2fwo
r/programming
public
null
False
Alav81
t2_9yb4lav
I understood like 3% of the article. I would really like to like Haskell and I have tried a few times to pick it up but real life is too short for those neurotic languages no matter how cool they seem. Will stick with Python...
null
1
1546191593
False
0
ecvuear
t3_aavxpp
null
null
t3_aavxpp
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvuear/
1548272941
-3
t5_2fwo
r/programming
public
null
False
pheonixblade9
t2_4zcgr
rapport, not report :) also, I did get a job offer for 100% remote from bay area with the commensurate salary, but I live in Seattle, so it's not as much of a difference. but they did say I could work from anywhere in the US and they didn't mind.
null
0
1546191616
False
0
ecvufbc
t3_aav9js
null
null
t1_ecvtnjn
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvufbc/
1548272953
20
t5_2fwo
r/programming
public
null
False
campbellm
t2_3b632
I'm in a tech company recently (3 years) acquired by a huge bay area monstrosity, but before we were acquired we were 300 people in suburbia south east. The employee population average was way over 30, and we've actually had a couple people retire.
null
0
1546191620
False
0
ecvufhg
t3_aav9js
null
null
t1_ecvnr2v
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvufhg/
1548272955
4
t5_2fwo
r/programming
public
null
False
RandoBurnerDude
t2_buq9k
That's awesome. Good luck!
null
0
1546191685
False
0
ecvuidj
t3_aav9js
null
null
t1_ecvs293
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvuidj/
1548273017
1
t5_2fwo
r/programming
public
null
False
goodDayM
t2_91klu
> No. The managers and product people aren't "trying to build things". They're trying to climb the ladder. That’s a broad generalization to make. Everyone has different goals and motivations. Many people go to work to earn money for their family, or to go on vacations, or support an aging parent, or sure, to get a promotion. Also, not everyone has such antagonistic relationships with coworkers. Do you have lunch with coworkers? Or a Friday happy hour? I do, and that often includes managers. They are people too, with nice kids. They often have hobbies and goals outside of work. The only game here is the one you’ve constructed in your mind. You chose the point system. Nobody else even knows they’re playing your game, or what their score is. >> You are financially better off than 99% of humans on the planet > >Numerical well-being doesn't matter much. Sounds like you would benefit from living in another country for a little bit - or hell just visit the rough parts of your own city. Financial and health security matter a lot. But, like I said before, it sounds like you’ve chosen the point system in the game of life, and you’re playing your own game. I’m just telling you that many of use value things differently, and have a totally different outlook.
null
0
1546191686
False
0
ecvuigl
t3_aav9js
null
null
t1_ecvq0qq
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvuigl/
1548273018
9
t5_2fwo
r/programming
public
null
False
Calavar
t2_gm1q8
This is about 6 to 7 years ago now, but when I was interviewing for entry-level developer jobs in the northeast, they were mostly offering in the range of $80 to $90k. In the Valley, they were offering about $100k to $110k. Rent was WAY cheaper around the northeast jobs. About $900 a month for a studio in New Jersey not too far outside of NYC. None of the northeast jobs I interviewed at were remote jobs; they were all in-office positions for companies based in the northeast. That includes things like military/defense companies (especially around the Maryland/DC area), financial companies (around NYC), and healthcare technology companies (mostly Boston). So no, you won't have that sexy job at Facebook or Google but I never understood why so many people so to work at those specific places so badly anyway. I also agree with others about never having to work more than 40 hours a week. Even as an entry level dev, it was pretty rare that I would break 50 hours unless I wanted too. This depends on the culture of the specific company obviously, but I think there are way more companies like that outside of the Valley than there are inside the Valley.
null
0
1546191727
1546193972
0
ecvuka9
t3_aav9js
null
null
t1_ecvtnjn
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvuka9/
1548273041
18
t5_2fwo
r/programming
public
null
False
wholeandswole
t2_1pbhhbci
Also, there are a lot of cool things you can do in binary to save space. Notice how many zeros are unnecessary since we have such a small number. As long we know our numbers are 255 ("11111111" in binary) or below we can convert it to a byte before storing it. Essentially cutting the space it takes down to 1/4. This is especially useful if sending them as network packets where you are more limited in terms of bandwidth.
null
0
1546191739
False
0
ecvukrd
t3_aawt2w
null
null
t1_ecvu2bq
/r/programming/comments/aawt2w/what_is_a_binary_file/ecvukrd/
1548273046
7
t5_2fwo
r/programming
public
null
False
sunzoo
t2_75n9y
Communication is part of being an engineer. Jira et al is how people communicate complicated priorities with 10s-100s of people. Write your tickets. Do your job. Or don’t. But don’t bitch when that 28 year old rides your ass so that he can keep you employed.
null
0
1546191789
False
0
ecvumxd
t3_aav9js
null
null
t1_ecvlxuq
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvumxd/
1548273073
5
t5_2fwo
r/programming
public
null
False
ninefourtwo
t2_caseq
Why is https necessary when no secrets are exchanged on a blog?
null
0
1546191810
False
0
ecvunug
t3_aav9js
null
null
t1_ecvu6sf
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvunug/
1548273085
11
t5_2fwo
r/programming
public
null
False
theferrit32
t2_6glap
The places I've worked have developers in their 20s, 30s, 40s, and even some in their 50s. It's a pretty even spread across all of those. I think it depends on where you are geographically and what the company is.
null
0
1546191844
False
0
ecvupci
t3_aav9js
null
null
t1_ecvnr2v
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvupci/
1548273103
10
t5_2fwo
r/programming
public
null
False
pheonixblade9
t2_4zcgr
when negotiating between a FAANG company and a couple startups that I had offers from, the FAANG company did not even count the equity grant as part of the competing compensation. shows you their honest attitude towards it. I got screwed out of a decent chunk of equity in an acquisition already early in my career. not life changing amounts of money (I was employee #50), but a down payment on a nice house, at least. Now if it's not a company where equity is the same as cash (Amazon, Google, Microsoft, etc.), I go for a higher cash comp. No need to learn that lesson twice. I also don't work more than 40 hours per week. Your output becomes negative at that point if you're actually working on difficult programs, IMO.
null
0
1546191851
False
0
ecvupo0
t3_aav9js
null
null
t1_ecvfqlv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvupo0/
1548273107
6
t5_2fwo
r/programming
public
null
False
ninefourtwo
t2_caseq
I was at NIPS, mostly 20 something Asians
null
1
1546191851
False
0
ecvupok
t3_aav9js
null
null
t1_ecvsuta
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvupok/
1548273108
-2
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
1
1546191926
False
0
ecvusvx
t3_aav9js
null
null
t1_ecvunug
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvusvx/
1548273146
0
t5_2fwo
r/programming
public
null
False
hairy-beary
t2_14ovcp
Damnit you beat me to it.
null
0
1546191974
False
0
ecvuuy1
t3_aaw3nh
null
null
t1_ecvp07w
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvuuy1/
1548273172
1
t5_2fwo
r/programming
public
null
False
masklinn
t2_d5sb
That doesn't make much sense, most file/IO interfaces don't let you write numbers. And in the languages which do, a number will likely be stringified to its decimal representation under some default encoding when writing to a "binary" file.
null
1
1546191986
False
0
ecvuvhn
t3_aawt2w
null
null
t1_ecvu2bq
/r/programming/comments/aawt2w/what_is_a_binary_file/ecvuvhn/
1548273179
2
t5_2fwo
r/programming
public
null
False
hairy-beary
t2_14ovcp
Gai Barone (and similar music)
null
0
1546191992
False
0
ecvuvr6
t3_aaw3nh
null
null
t3_aaw3nh
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvuvr6/
1548273182
1
t5_2fwo
r/programming
public
null
False
hairy-beary
t2_14ovcp
I honestly feel more focused with good techno
null
0
1546192039
False
0
ecvuxv2
t3_aaw3nh
null
null
t1_ecvslkl
/r/programming/comments/aaw3nh/whats_your_favourite_programming_background/ecvuxv2/
1548273208
2
t5_2fwo
r/programming
public
null
False
xdavehome
t2_1656st
Most coders' idea of documentation: > // Read the code
null
0
1546192106
False
0
ecvv0u1
t3_aavv6v
null
null
t3_aavv6v
/r/programming/comments/aavv6v/the_art_of_writing_documentation/ecvv0u1/
1548273245
21
t5_2fwo
r/programming
public
null
False
NeededANewName
t2_3ohns
Title is a bit broad, this is just used in DevDiv (VS, VS Code, etc). Most of the company is still on a pretty traditional computer science style interview model. I was 1 on 1 and given traditional whiteboard questions for Azure interviews early this year.
null
0
1546192198
False
0
ecvv4uw
t3_aaxsey
null
null
t3_aaxsey
/r/programming/comments/aaxsey/microsoft_totally_changed_how_it_interviews/ecvv4uw/
1548273295
285
t5_2fwo
r/programming
public
null
False
njtrafficsignshopper
t2_3xgey
8% of all programming jobs... Ok, but what percentage of the global population? Also, haven't there been more in-depth articles about that coal miner coding school where it turned out that only a couple of them end up being placed in a job, and many of those are actually working for the school? I think any working dev knows that the startup wunderkind thing is just a trope. I don't really disagree with the conclusion of the article, that development will eventually become more and more of an everyman kind of job, but this article seems really poorly put together. Not really selling me on the fact that I'm running out of free articles there, Wired.
null
0
1546192212
False
0
ecvv5h4
t3_aaxmml
null
null
t3_aaxmml
/r/programming/comments/aaxmml/the_next_big_bluecollar_job_is_coding/ecvv5h4/
1548273302
5
t5_2fwo
r/programming
public
null
False
tzjmetron
t2_13hwdxno
Idris, I find, is a much more practical language than Haskell. In fact, I am going from Idris to Haskell myself (eventually).
null
0
1546192225
False
0
ecvv610
t3_aavxpp
null
null
t1_ecvotwn
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvv610/
1548273309
5
t5_2fwo
r/programming
public
null
False
LazyOldPervert
t2_tx9dw
Can I PM you sometime? I'm thinking of doing something similar but would appreciate a candid discussion with someone in your position.
null
0
1546192237
False
0
ecvv6l0
t3_aav9js
null
null
t1_ecvs293
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvv6l0/
1548273317
2
t5_2fwo
r/programming
public
null
False
lzantal
t2_48o39
I left just as I was turning 30, now 41. Best decision ever! I work 35-40 hours a week. I enjoy my boat, classic cars and lots of family trips :))
null
0
1546192239
1546192719
0
ecvv6oh
t3_aav9js
null
null
t1_ecvmcpe
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvv6oh/
1548273318
24
t5_2fwo
r/programming
public
null
False
Redmega
t2_9rpxh
Not everyone has the financial freedom to pull that off. Good for you!
null
0
1546192269
False
0
ecvv7zf
t3_aav9js
null
null
t1_ecvr8p1
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvv7zf/
1548273334
18
t5_2fwo
r/programming
public
null
False
tzjmetron
t2_13hwdxno
Except that there is no default laziness in these languages.
null
1
1546192301
False
0
ecvv9ec
t3_aavxpp
null
null
t1_ecvil0p
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvv9ec/
1548273351
-1
t5_2fwo
r/programming
public
null
False
[deleted]
None
[deleted]
null
0
1546192304
1546345224
0
ecvv9jv
t3_aav9js
null
null
t1_ecvijqv
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvv9jv/
1548273353
19
t5_2fwo
r/programming
public
null
False
13steinj
t2_i487l
The thing is the qualifier here is wrong. In two different perspectives, at that. Firstly it's not Valley companies, it's "I want my dream" startup companies. Which are generally horrible in the first place, from business management to budget to budget calculation-- (one I know figured they could get away with paying $10/hr for a full-stack developer with min 5 years of experience) --to everything else. Many will probably think that if you aren't young you aren't good. Either because your tactics are outdated or the tech to make the tech has changed significantly from when you started. That's the second point. These startups assume those qualities about you, and correlation helps them make that assumption, fortunately or not (and it's usually not). But in any decent company if you're > 40 and those qualities *aren't* you, you should be fine. But if you refuse to learn <insert framework thats popular in this current year>, you're the problem.
null
0
1546192409
False
0
ecvvecq
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvvecq/
1548273413
18
t5_2fwo
r/programming
public
null
False
jaybazuzi
t2_3qjvp
A great talk!
null
0
1546192563
False
0
ecvvl7g
t3_aaqrzi
null
null
t1_ecvk1bx
/r/programming/comments/aaqrzi/stages_of_tdd/ecvvl7g/
1548273497
1
t5_2fwo
r/programming
public
null
False
perduraadastra
t2_tpogl
Same here. The best guy I ever hired was old enough to be my father.
null
0
1546192570
False
0
ecvvljs
t3_aav9js
null
null
t1_ecvrf1i
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvvljs/
1548273502
30
t5_2fwo
r/programming
public
null
False
Kalium
t2_3jday
> You know that if pensions go sideways, the Pension Benefit Guaranty Corporation steps in? It will cover the entire pension for most workers. So, every pension in the US is ultimately federally guaranteed? That's very interesting, thanks for sharing! It does make me at least a little more skeptical, though. I am not keen on the idea of picking up the tab for bullshit promises made because someone used a 7% discount rate and union members were convinced that $20 a paycheck is *totally* enough to pay for a lifetime pension - even though I'm sure that union leader got re-elected. The PBGC has its own funding source, but it is of course ultimately backed by the federal government's funds. Before you say anything unkind about my motives, my objection is not in any way, shape, form, or manner that I object to making it possible for people who have worked hard their whole lives to be cared for in dotage. I object to making it easy to promise entirely unreasonable things, knowing someone else will pay for the consequences decades down the line. We have enough irresponsible governance already. > 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. You're absolutely, completely, **100% right**! A 401k does not shelter you from political changes. Further, you're right that taxes to shore up social security are always possible! However, it may be worth considering that both points could stand to be more relevant to the point I was driving at: the political symbiosis that has developed between politicians and unions in many places. This has tended to encourage the poor running and administration of long-term finances, and using a 401k system *does* do a lot to free someone from those particular risks. French rates of job satisfaction are very interesting! Thank you very much for sharing. It may be worth considering that this might, at times, be different from how many and in what age groups are in the cohort receiving the strong job protections mentioned previously. It's perhaps possible that job satisfaction may differ slightly from this. Again, you're completely right. on all your points here. There just might be some room for subtlety on the question of the salience of your wise and correct points.
null
0
1546192584
1546192827
0
ecvvm65
t3_aandti
null
null
t1_ecvjwh3
/r/programming/comments/aandti/older_workers_pushed_out_of_work_or_forced_into/ecvvm65/
1548273510
2
t5_2fwo
r/programming
public
null
False
LordDaniel09
t2_yx2mr
Lol, people actually went to job hires, and got ask questions like how many ping pong fits a plane? Never heard about it, and it sounds stupid.. good for changing it to something logical.
null
0
1546192637
False
0
ecvvop9
t3_aaxsey
null
null
t3_aaxsey
/r/programming/comments/aaxsey/microsoft_totally_changed_how_it_interviews/ecvvop9/
1548273540
54
t5_2fwo
r/programming
public
null
False
exptime
t2_r3ken
I never understood those interviews, they always felt like IQ tests. Sure you want people who also understand the field and you may need to filter thousands of applications. But then you get people who just trained for those tests, or copy and paste programming challenges from stackoverflow. So nothing is won here.
null
0
1546192641
False
0
ecvvow4
t3_aaxsey
null
null
t3_aaxsey
/r/programming/comments/aaxsey/microsoft_totally_changed_how_it_interviews/ecvvow4/
1548273543
49
t5_2fwo
r/programming
public
null
False
beall49
t2_6m29y
When is this gonna flip to where we start talking about young people and how they write horrendous code and only get into this because they think they're gonna be rich? Because thats some stereotypical shit I can get behind.
null
0
1546192644
False
0
ecvvozs
t3_aav9js
null
null
t3_aav9js
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvvozs/
1548273544
88
t5_2fwo
r/programming
public
null
False
aafw
t2_26d1q4cd
yeah that's true i guess - though it's what makes haskell interesting imo
null
0
1546192660
False
0
ecvvpq2
t3_aavxpp
null
null
t1_ecvv9ec
/r/programming/comments/aavxpp/advent_of_haskell_thoughts_and_lessons_learned/ecvvpq2/
1548273554
7
t5_2fwo
r/programming
public
null
False
stackcrash
t2_11hcu1
I don't know, I work in a fortune 50 and everything is merit based for me promotions, raises, bonuses, recognition, etc. It might be different than your experience because I am not a developer I am a pentester. Despite my interactions with the developers generally resulting in more work for them they seem happy as well.
null
1
1546192668
False
0
ecvvq2o
t3_aav9js
null
null
t1_ecvucwb
/r/programming/comments/aav9js/how_the_valley_treats_its_experienced_people/ecvvq2o/
1548273557
-1
t5_2fwo
r/programming
public
null