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
null
GhostBond
null
I don't feel like most of what you wrote relates to what I wrote. I seem to have finally found a large company that's actually eager about hiring. Here's the difference. Call Quality: Old Stuff: Hiring was their lowest priority, so they'd call me on old cellphones, speakerphones, using a phone you could hear clearly on they didn't care. You couldn't even tell what they were saying half the time. New Stuff: Hiring is important so I dial into their conference line where they use the same headsets and phone system they use for company calls. Huge improvement in clarity. Rescheduling: Old Stuff: Again hiring was their lowest priority so they'd reschedule multiple times, sometimes they'd just call an hour or two after it was scheduled, etc. New Stuff: Hiring is important so they make the appointment and keep it. Tech Checklist: Old Stuff: If I didn't have every single item on their list (no one usually really has every single item) they seemed to lose interest. New Stuff: If I have the main stuff that's all they need. Getting Back To You: Old Stuff: I've had them tell me 24 hours, then ignore my followup emails and get back to me a week later as if it was no problem. A lot of times they've vaguely handwave about how they were doing a lot of interviews and probably in the next week. New Stuff: They scheduled the next step in the interview process within 1 hour of the initial phone screen. I'm not further into it, so we'll see how the rest goes, but there is a **clear** difference between a company who actually wants to hire, and the several I've talked to who clearly weren't very serious about it.
null
0
1491334079
False
0
dftuynz
t3_637m7q
null
null
t1_dft4y7c
null
1493795281
1
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491334207
False
0
dftv359
t3_63e1ws
null
null
t1_dftof5p
null
1493795342
0
t5_2fwo
null
null
null
null
captcrax
null
Thank you! That is simple, makes sense, and I can see how that's a valuable thing.
null
0
1491334298
False
0
dftv6ek
t3_631rz0
null
null
t1_dftugux
null
1493795387
1
t5_2fwo
null
null
null
null
1Crazyman1
null
INotifyPropertyChanged, INotifyCollectionChanged, ICommand is everything you need for MVVM. Takes 10 minutes to generate a base class you can use for MVVM. What do your use cases require? I don't know what else you need honestly. And you could make the argument of why Microsoft didn't make a NotifyPropertyChanged enabled base class, but it's so easy to write I can understand they didn't want such an easy base class.
null
0
1491334354
False
0
dftv8d0
t3_63a2p9
null
null
t1_dft7pa6
null
1493795413
1
t5_2fwo
null
null
null
null
jackmott2
null
TypeScript - yes. CoffeScript - no. TypeScript is really nice because it is a superset of javascript, so you can ease into it. If you are used to javascript typescript is never in your way. F# has a nice story with the Fable transpiler as well, but then you are going to a completely new language all at once.
null
0
1491334355
False
0
dftv8dt
t3_63eo3w
null
null
t1_dfto1cv
null
1493795413
3
t5_2fwo
null
null
null
null
jackmott2
null
the whole thing reads like bananapants to me. what is this syntax, why did it ever make slow happen anyway. what is going on, is this real life.
null
0
1491334498
False
0
dftvdih
t3_63dzrn
null
null
t1_dftesx8
null
1493795483
2
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491334582
False
0
dftvgeb
t3_63dzrn
null
null
t1_dftesx8
null
1493795521
4
t5_2fwo
null
null
null
null
dannycalamity
null
Can I ask what size your development team is and what the turnover is like? I've never seen niche languages scale to 50 or 100 developers with 2-year average turnover, let alone even more, so my sincere congratulations if your team has managed. In any case, Clojure is far more understandable even if you are at that scale simply because of its age and its popularity as a more friendly functional language. Elm and Typescript both only first appeared 4 years ago whereas Clojure's 1.0 release was 8 year ago.
null
0
1491334696
False
0
dftvkck
t3_63eo3w
null
null
t1_dftt3j1
null
1493795575
2
t5_2fwo
null
null
null
null
cledamy
null
Of course, many of the tools for formally verify software require further research. This is because of my point that not many people take an interest in them. Some tools already exist that can give one some measure of formal verification for free if one programs in languages that have them (e.g. referential transparency (guarantees safety of refactoring) and linear logic (guarantees deterministic freeing of memory)). With C, java, and ada, one has to go outside of the language and use heavy weight formal verification tools to verify them. However, a language that supports the aforementioned features can get a certain degree of formal verification for free through the type system. Adding proper formal verification on top of a language that has say referential transparency is much simpler because one does not have to rely on Hoare triples to prove propositions due to the minimization of shared state. Also, one can globally reason about the correctness of components rather than be forced to locally reason due to state. Another interesting implication of this is that one can partially formally verify separate components without going through the trouble of verifying the whole thing if that is more convenient. Essentially, formal verification would be much simpler if the languages were built with it in mind.
null
0
1491334812
1491335390
0
dftvoaf
t3_63auwj
null
null
t1_dftt9w4
null
1493795629
1
t5_2fwo
null
null
null
null
leafsleep
null
the problem with technology nowadays is that it's in everything and it's all insecure by default. where do you start?
null
0
1491334931
False
0
dftvseo
t3_63auwj
null
null
t1_dft764z
null
1493795683
2
t5_2fwo
null
null
null
null
txdv
null
cant they join efforts to port the jdk to native?
null
0
1491334941
False
0
dftvsqa
t3_63ddi5
null
null
t1_dft8724
null
1493795687
5
t5_2fwo
null
null
null
null
cledamy
null
> There's performance for the sake of cost then there's performance for the sake of performance. Performance to save money (either by having a good user experience, or reducing resource needs) is a noble pursuit. Performance for the sake of performance is a waste of money. I am not arguing for performance for its sake. What I am saying is if we used more formal methods, we could get the performance without sacrificing safety. Also, the greater correctness from the formal methods would translate to other areas of program correctness beyond memory safety.
null
0
1491335114
False
0
dftvyl1
t3_63auwj
null
null
t1_dftrvzo
null
1493795766
1
t5_2fwo
null
null
null
null
Otterfan
null
I've just been told [Chuck Thacker](https://en.wikipedia.org/wiki/Charles_P._Thacker) doesn't have one either.
null
0
1491335144
False
0
dftvzl9
t3_63e1ws
null
null
t1_dftue40
null
1493795779
2
t5_2fwo
null
null
null
null
tdammers
null
Yes, but I wasn't referring to your use of the word "velocity" (I know perfectly well what that word means), but to the "lightning fast services" part. Dynamic languages tend to be slow, but they're still fast enough; execution speed is not the problem, long-term velocity is.
null
0
1491335159
False
0
dftw049
t3_63c9e1
null
null
t1_dftj9fu
null
1493795786
1
t5_2fwo
null
null
null
null
d3ad1ysp0rk
null
1. are you this HN user? https://news.ycombinator.com/item?id=14029260 2. if so, it feels strange that you'd post the *exact* same comment, meaning after all of the responses to what you said, you felt zero need to clarify or change your opinion.
null
0
1491335382
False
0
dftw7vy
t3_63efvm
null
null
t1_dftrx5v
null
1493795890
19
t5_2fwo
null
null
null
null
expatcoder
null
Scala gets into GSOC (Google Summer of Code) every year; there's a GSOC project on tap for porting JDK to Scala Native.
null
0
1491335552
False
0
dftwe0s
t3_63ddi5
null
null
t1_dftvsqa
null
1493795972
11
t5_2fwo
null
null
null
null
destinoverde
null
Don't you ever try CoffeScript, is a completry flop and is not really an improvement over JS. Typescript on the other hand, is the real deal with overall better tooling and IDE exprience.
null
0
1491335586
False
0
dftwf7x
t3_63eo3w
null
null
t1_dfto1cv
null
1493795988
1
t5_2fwo
null
null
null
null
DonLaFontainesGhost
null
Usenet was better than reddit. *sigh*
null
0
1491335662
False
0
dftwhug
t3_63e1ws
null
null
t1_dftmmee
null
1493796024
13
t5_2fwo
null
null
null
null
rbitdan
null
> Dennis Ritchie Yes! In terms of raw and immediate impact on the world at large, Dennis Ritche wins. Big time.
null
0
1491335672
False
0
dftwi6t
t3_63e1ws
null
null
t1_dftmgtv
null
1493796028
6
t5_2fwo
null
null
null
null
choledocholithiasis_
null
they were on /r/place
null
0
1491335708
False
0
dftwjh8
t3_63cv93
null
null
t1_dft4tbk
null
1493796046
4
t5_2fwo
null
null
null
null
TheGidbinn
null
a participation trophy
null
0
1491335753
False
0
dftwl0z
t3_63e1ws
null
null
t1_dfttys8
null
1493796066
1
t5_2fwo
null
null
null
null
rbitdan
null
I propose tarring and feathering.
null
0
1491335783
False
0
dftwm2t
t3_63e1ws
null
null
t1_dfttys8
null
1493796080
6
t5_2fwo
null
null
null
null
tyr--
null
[Obligatory news picture](http://imgur.com/IgWvTWK)
null
0
1491335802
False
0
dftwmpx
t3_63e1ws
null
null
t3_63e1ws
null
1493796089
139
t5_2fwo
null
null
null
null
destinoverde
null
I never had this problem with Typescript since the compiled code is pretty much my hand written JS without the annotations. That's what pretty much is delivered on production and to the JS devs.
null
0
1491335814
False
0
dftwn4c
t3_63eo3w
null
null
t1_dfts54p
null
1493796094
1
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491335862
False
0
dftworm
t3_63e1ws
null
null
t1_dftmu0n
null
1493796120
0
t5_2fwo
null
null
null
null
monocasa
null
You can make individual targets just fine from the top level directory.
null
0
1491335912
False
0
dftwqhh
t3_63dch7
null
null
t1_dftpggl
null
1493796144
3
t5_2fwo
null
null
null
null
rbitdan
null
Someone please make one for Brendan Eich that says Script Kiddie.
null
0
1491335925
False
0
dftwqvv
t3_63e1ws
null
null
t1_dftwmpx
null
1493796149
34
t5_2fwo
null
null
null
null
mfukar
null
If "everything is broken", starting anywhere would be fine, right?
null
0
1491336005
False
0
dftwtlu
t3_63auwj
null
null
t1_dftvseo
null
1493796185
1
t5_2fwo
null
null
null
null
destinoverde
null
There are already somethings called Lisp and Scheme.
null
0
1491336049
False
0
dftwv1v
t3_63ddi5
null
null
t1_dftt4vg
null
1493796205
17
t5_2fwo
null
null
null
null
Adverpol
null
Here's a round to all my physics brethren in computing!
null
0
1491336072
False
0
dftwvwp
t3_63e1ws
null
null
t3_63e1ws
null
1493796217
3
t5_2fwo
null
null
null
null
drsjsmith
null
Usenet is, roughly speaking, decentralized reddit without upvotes (and is still around.)
null
0
1491336078
False
0
dftww4j
t3_63e1ws
null
null
t1_dftwhug
null
1493796220
13
t5_2fwo
null
null
null
null
piponwa
null
I think they're hyper exciting
null
0
1491336135
False
0
dftwy59
t3_63e1ws
null
null
t1_dftgdnu
null
1493796247
0
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
1
1491336149
False
0
dftwym7
t3_63e229
null
null
t1_dftgehk
null
1493796253
1
t5_2fwo
null
null
null
null
loup-vaillant
null
My… That would explain a few things. I had to pay for an x-ray directly 2 months ago because of a mix-up in my paperwork. If I recall correctly, that was between 40€ and 50€, doctor's fee included.
null
0
1491336223
False
0
dftx15k
t3_637m7q
null
null
t1_dftdsd3
null
1493796288
1
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491336243
False
0
dftx1rz
t3_63e229
null
null
t1_dftn3l4
null
1493796296
-1
t5_2fwo
null
null
null
null
go2hello
null
It does work, my bad. It does not work on the wifi/network at work because they "filter some filetypes".
null
0
1491336296
False
0
dftx3m0
t3_6396io
null
null
t1_dfszh8r
null
1493796321
2
t5_2fwo
null
null
null
null
predef
null
Oh wow, any details?
null
0
1491336319
False
0
dftx4d0
t3_63ddi5
null
null
t1_dftwe0s
null
1493796331
6
t5_2fwo
null
null
null
null
slavik262
null
Slightly longer for those of us who don't follow?
null
0
1491336426
False
0
dftx7z1
t3_63auwj
null
null
t1_dftf507
null
1493796380
2
t5_2fwo
null
null
null
null
BruddaTurtle
null
I will win this award someday..
null
0
1491336433
False
0
dftx87y
t3_63e1ws
null
null
t3_63e1ws
null
1493796383
15
t5_2fwo
null
null
null
null
yogthos
null
My overarching team is about 50 developers. Our turn over is pretty low, I think we've had about 3-4 people leave in the past 5 years, and we tend to hire a couple of devs per year. We do a lot of vetting in terms of culture fit when we hire, and people tend to stick around. We break our team down into subteams of about 5 devs that work directly with each other. My experience is that it's the most effective way to work on projects. This is not a technology problem, but rather a communication one. It's really hard to communicate effectively for teams much larger than 5 devs. You end up with a lot of noise, wasted meetings, and so on. So, we break large projects down into independent components, assign small teams to work on those, and then build up the overall product that way. This also makes projects much easier to maintain, and to swap components around as you go. The maturity of the language definitely helps, and also the fact that Clojure is hosted on the JVM and has good Java interop. This allowed us to start integrating it into our existing projects, and it went from there. ClojureScript is a bit newer on the other hand, we only started using it about a year ago in production. So far we're pretty happy with the results though. :)
null
0
1491336480
False
0
dftx9ud
t3_63eo3w
null
null
t1_dftvkck
null
1493796406
1
t5_2fwo
null
null
null
null
bezerker03
null
NYC rent isn't bad if you stay in the outer boroughs, but yeah. I'm an nyc native so I'm used to the costs.
null
0
1491336755
False
0
dftxj0d
t3_637m7q
null
null
t1_dftgy1c
null
1493796528
1
t5_2fwo
null
null
null
null
DonLaFontainesGhost
null
The one huge thing I wish reddit had followed from Usenet was the tapered hierarchy - most general at the top, getting more specific as you go down. For example, /r/pics should be submissions jambalaya....
null
0
1491336831
False
0
dftxlnw
t3_63e1ws
null
null
t1_dftww4j
null
1493796564
12
t5_2fwo
null
null
null
null
wsnqwn
null
1 bad build system is better than 500 good build systems. Sounds paradox but wait for the future and you'll understand what I meant.
null
0
1491336864
False
0
dftxmtm
t3_63dch7
null
null
t1_dftc0kf
null
1493796580
4
t5_2fwo
null
null
null
null
GhostBond
null
> My point is that you don't have to struggle too hard here with a $100k tech job. Which is a significant difference though, from the original comment of: > us midwest programmers are doing quite well for a bit less than 6 figures I agree with you that making $100k here you don't have to struggle to hard. But 5 years ago $100k was "living in a really nice place while still living for retirement", but now it's "not struggling to hard". :-/ I guess I'd probably have less of a problem with it if I didn't think the social climate was so closed off and passive aggressive. I don't get the impression that California is any better in that regard (different but not better). But some other places seem to be.
null
0
1491336986
1491343400
0
dftxqw7
t3_637m7q
null
null
t1_dftbocq
null
1493796635
1
t5_2fwo
null
null
null
null
killerstorm
null
> It seems that it would be easy to implement Encryption itself is simple, the hard part is key distribution. You need to know one's public key to send him an encrypted email.
null
0
1491336988
False
0
dftxqyv
t3_63auwj
null
null
t1_dfte0rx
null
1493796635
3
t5_2fwo
null
null
null
null
mrkite77
null
I used a lot of asynctask in the past, it was Google's recommended way of doing background networking for the longest time. But that's all been replaced with Volley. If you're pulling data off the network in Android and you're not using Volley, you're making life painful for yourself. And if you're doing networking on the UI thread there's a special place in hell for you.
null
0
1491337027
False
0
dftxsak
t3_63ejyr
null
null
t1_dftq243
null
1493796654
5
t5_2fwo
null
null
null
null
ProfessorBeekums
null
Agreed on many points. Shiny new tech is usually unnecessary to put out a product. A lot of people also choose to build things when they should be using off the shelf software. I would disagree that using a third party is "throwing money at the problem" though. Development time is often more expensive. It's more a decision of where money is best spent.
null
0
1491337067
False
0
dftxtou
t3_63ggc2
null
null
t3_63ggc2
null
1493796673
1
t5_2fwo
null
null
null
null
lucidguppy
null
Working with 3rd party libraries are a bit of a pain aren't they? In my experience it's not very easy.
null
0
1491337124
False
0
dftxvn2
t3_63dch7
null
null
t1_dfti3rz
null
1493796698
1
t5_2fwo
null
null
null
null
EricTboneJackson
null
I got excited for a second, thinking something had passed the Turing test....
null
0
1491337154
1491345504
0
dftxwor
t3_63e1ws
null
null
t3_63e1ws
null
1493796713
-3
t5_2fwo
null
null
null
null
supraniti
null
Thanks for rechecking! :)
null
0
1491337194
False
0
dftxy36
t3_6396io
null
null
t1_dftx3m0
null
1493796732
2
t5_2fwo
null
null
null
null
combinatorylogic
null
I want subdirectories to have their own, optionally top-level makefiles, in case they are built independently. It is easy with cmake + ninja.
null
0
1491337208
False
0
dftxym2
t3_63dch7
null
null
t1_dftwqhh
null
1493796738
4
t5_2fwo
null
null
null
null
killerstorm
null
Memory safety would be a good start.
null
0
1491337218
False
0
dftxyxf
t3_63auwj
null
null
t1_dfsum3s
null
1493796743
0
t5_2fwo
null
null
null
null
tragicshark
null
> A truly blessed language would not consume cycles, and so would have no need for a CPU. Perhaps HolyC holds the answers they seek. OP has https://github.com/benaadams/System.Ben to help out with that in C#
null
0
1491337258
False
0
dfty0af
t3_63bxdl
null
null
t1_dfteepk
null
1493796760
1
t5_2fwo
null
null
null
null
wavemode
null
[Here you go fam.](https://en.wikipedia.org/wiki/Shoelace_formula) It's a general formula that was derived in the 1700s. [Here's a clearer representation of it.](http://www.mathopenref.com/coordpolygonarea.html)
null
0
1491337264
False
0
dfty0ii
t3_63fuv5
null
null
t1_dftt53x
null
1493796763
2
t5_2fwo
null
null
null
null
gmfawcett
null
Well, let's at least try to formulate the problem: P(there, reading_this) = P(there|reading_this)*P(reading_this) by the product rule. P(reading_this) is about 1/7000000 based on the current-users information for the subreddit, and the current world population. For P(there|reading_this), let's assume it equal to P(there), since reading this article right now shouldn't directly influence attendance at the museum (this is debatable, of course). Now, P(there) is maybe 50/7000000000, assuming there are about 50 people in front of the exhibit, and assuming (wildly!) that all people on the planet have an equal chance of visiting the museum. So I'd put it at P(there, reading_this) = P(there)*P(reading_this) = (50/7000000000)(1/7000000). Which is approximately one in six, plus or minus a bit.
null
0
1491337323
False
0
dfty2jq
t3_63e1ws
null
null
t1_dftmrv3
null
1493796791
20
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491337356
1493053235
0
dfty3ox
t3_637m7q
null
null
t1_dfsyqf6
null
1493796805
1
t5_2fwo
null
null
null
null
pron98
null
Knowing that a program has some property does not become easier or harder depending on the language used to express the program or the one used to express the property. It doesn't really matter, nor is it harder, that in C/Java, I need to write `\ensures retval % 2 == 0` in some specification language and that in a dependently-typed language I could write that the return type is `{x : Int | x % 2 = 0}` or something like that. Writing that property and proving that property is equally easy, and uses the same algorithms. If you transliterate a Haskell program to C, proving "Haskell properties" on the C code would be as easy as proving them on the Haskell code. The language *does* make a difference when it globally makes some assertions. For example, in C and Java specification languages you say that a function is pure by writing `pure` next to it. The difference between Haskell and C is, then, that Haskell forces you to add that `pure` annotation everywhere, and so the resulting structure of the program makes proving *some* properties easier. In other words, what makes verifying those properties easier isn't the expressiveness of the language but the structure it forces on the program. That doesn't make the *proof* easier, but rather makes it more likely that you're asking an easier question. Proving Fermet's Last Theorem is just as hard no matter in what language you state the proposition, but the choice of language can affect the chances that the correctness of, say, your sorting function is as hard a problem as proving FLT. But that's only in theory. It is very much an open question how languages are able to achieve that for properties that are not immediate consequences of those they enforce to begin with, or whether those are the right properties to enforce. Now, that is not to say that we shouldn't use languages that enforce properties that we know to be important in order to eliminate common sources of bugs; the most notable example is memory safety. The reason formal methods work but we still don't know how to make writing provably correct programs affordable isn't that people aren't interested in formal methods, but that we just don't really know how to do it. After all, this is a problem that is essentially intractable in the best of cases. In the 1980s there was a research winter in formal methods because the field overpromised and underdelivered. Research has since set its sights lower. Affordable, general, scalable and complete program verification is not a direct goal anymore. People are working either on eliminating certain classes of bugs, fully verifying certain types of programs etc.. > Essentially, formal verification would be much simpler if the languages were built with it in mind. That's true, but those would not necessarily be the languages you have in mind. Currently, the languages most amenable to formal verification use a style called synchronous programming, and they are used in writing safety-critical realtime systems.
null
0
1491337376
1491425264
0
dfty4dl
t3_63auwj
null
null
t1_dftvoaf
null
1493796815
1
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491337413
1493053233
0
dfty5ow
t3_637m7q
null
null
t1_dfstati
null
1493796832
2
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491337480
1493053230
0
dfty81r
t3_637m7q
null
null
t1_dfsikex
null
1493796864
1
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491337495
1493053228
0
dfty8kw
t3_637m7q
null
null
t1_dfsi8wt
null
1493796871
1
t5_2fwo
null
null
null
null
bstamour
null
Avoid using 0 and 1 as boolean values in C++. Your changeState function could be written as `variable = !variable;`
null
0
1491337560
False
0
dftyapm
t3_63eicf
null
null
t3_63eicf
null
1493796900
4
t5_2fwo
null
null
null
null
Mrredditorson
null
For a few days no. But when it's the third straight week of the high being in the negatives it gets old. Last two winters have been uncommonly warm which has been a nice change when I go to back to visit.
null
0
1491337572
False
0
dftyb4z
t3_637m7q
null
null
t1_dfty3ox
null
1493796906
2
t5_2fwo
null
null
null
null
sadmafioso
null
Tony Hoare also does not have a PhD.
null
0
1491337590
False
0
dftybq5
t3_63e1ws
null
null
t1_dftvzl9
null
1493796914
5
t5_2fwo
null
null
null
null
leafsleep
null
so what's wrong with this article?
null
0
1491337647
False
0
dftydo1
t3_63auwj
null
null
t1_dftwtlu
null
1493796940
0
t5_2fwo
null
null
null
null
arihoenig
null
It is impossible to overstate how much more than a terminal WSL is. With WSL Windows runs linux executables natively. The Windows loader recognizes ELF headers and loads the binary just as it would load a PE binary. Once loaded into memory the binary is linked dynamically against a libc replacement (quite realistically a Linux binary can be considered a Windows binary that just happens to make kernel calls that look like Linux kernel calls which the Windows kernel just happens to also support). Solaris did this a decade ago with Linux zones, of course, being a Unix derived OS, I imagine the task was easier for the Solaris devs. MS has done a bang up job on this. Kudos to them.
null
0
1491337687
False
0
dftyf08
t3_62ji76
null
null
t1_dfnf0i2
null
1493796958
1
t5_2fwo
null
null
null
null
Stuart_P
null
/r/theydidthemath Well done.
null
0
1491337691
False
0
dftyf5f
t3_63e1ws
null
null
t1_dfty2jq
null
1493796960
4
t5_2fwo
null
null
null
null
ceberous
null
I definitely need to commit scuicide
null
0
1491337716
False
0
dftyg1x
t3_63auwj
null
null
t1_dft4v90
null
1493796972
2
t5_2fwo
null
null
null
null
tunabee
null
Also John McCarthy...
null
0
1491337743
False
0
dftygwj
t3_63e1ws
null
null
t1_dftj2tk
null
1493796983
2
t5_2fwo
null
null
null
null
stronghup
null
If there's a lot of debt the interest payments are high. So it's not the debt as such, but the interest payments that are the undesirable thing.
null
0
1491337832
False
0
dftyk22
t3_63g8jv
null
null
t1_dfttx4g
null
1493797026
-2
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491337895
1493053225
0
dftymaf
t3_637m7q
null
null
t1_dfsaks5
null
1493797055
1
t5_2fwo
null
null
null
null
Regimardyl
null
And yet I once inherited a page that was made with some Microsoft Web thing, and for scrolling text it used a java applet
null
0
1491337959
False
0
dftyoky
t3_63e1ws
null
null
t1_dftkn40
null
1493797086
30
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491337999
1493053222
0
dftypyc
t3_637m7q
null
null
t1_dfsaac4
null
1493797104
1
t5_2fwo
null
null
null
null
rv77ax
null
>>single letter variables Most of the time you don't need more than three variables in one function. Most of them are just for looping return value, and/or temporary. > >>.cc and .hh And? > >>doccomments not in the header In c/cpp header is just for compiler so that they know what function or type that provided by library (.so). It maybe required in closed source library. >>fucking underscore notation > >>fucking DOUBLE underscore notation Underscore notation is quite common in standard library, to minimize name collision between implementation and library. > >>weird inconsistent alignment Where? > >Even if i agreed that not using templates, exceptions and the STL gives you better readability (which is not true), this is definitely not an example to follow. True.
null
0
1491338054
False
0
dftyrtp
t3_6350ax
null
null
t1_dft7kfh
null
1493797131
1
t5_2fwo
null
null
null
null
rv77ax
null
Thank you.
null
0
1491338075
False
0
dftysjt
t3_6350ax
null
null
t1_dft4vua
null
1493797141
1
t5_2fwo
null
null
null
null
tunabee
null
If it weren't for Sir Tim, you wouldn't get to shitpost about Sir Tim. Timception.
null
0
1491338094
False
0
dftyt7j
t3_63e1ws
null
null
t1_dftmxv3
null
1493797150
14
t5_2fwo
null
null
null
null
sstewartgallus
null
I wonder why these lists always specify "idiomatic"? A large amount of programmers are trash. Why follow them if they do something stupid? Not that idiomatic JavaScript is super bad or anything. However, "idiomatic" does seem to me not to offer any value. I would personally prefer a guide to "bug-free", "concise", "extensible" or "simple" JavaScript.
null
0
1491338120
False
0
dftyu2w
t3_63eo3w
null
null
t3_63eo3w
null
1493797161
6
t5_2fwo
null
null
null
null
dannycalamity
null
Yeah, what you've described makes a lot more sense. You're pretty far outside the industry average in a lot of ways it sounds like which is pretty great (and if you're hiring and happen to be in the Denver or Seattle areas, do let me know). I've never seen that low of turnover anywhere. That all said, I still don't think the average large shop could jump into Typescript or Elm right now and expect to be able to even backfill turnover with competent, experienced developers.
null
0
1491338188
False
0
dftywe6
t3_63eo3w
null
null
t1_dftx9ud
null
1493797193
3
t5_2fwo
null
null
null
null
[deleted]
null
[deleted]
null
0
1491338191
False
0
dftywhp
t3_63gdn3
null
null
t3_63gdn3
null
1493797195
1
t5_2fwo
null
null
null
null
tunabee
null
Gay wedding cake.
null
0
1491338256
False
0
dftyynk
t3_63e1ws
null
null
t1_dfttys8
null
1493797224
4
t5_2fwo
null
null
null
null
aurisor
null
How many qualified candidates would there be in 3 years if the position paid 150k? This is a perfect example of how labor supply suppresses wages.
null
0
1491338290
False
0
dftyzut
t3_637m7q
null
null
t1_dfsx6xg
null
1493797239
1
t5_2fwo
null
null
null
null
novalentineforyou
null
We are ALL computers on this blessed day :)
null
0
1491338295
False
0
dftz00p
t3_63e1ws
null
null
t1_dftifpt
null
1493797242
7
t5_2fwo
null
null
null
null
qchmqs
null
you shouldn't use github issues for chat
null
0
1491338298
False
0
dftz04m
t3_63g1t3
null
null
t3_63g1t3
null
1493797243
3
t5_2fwo
null
null
null
null
tunabee
null
I can totally tell you is a bot.
null
0
1491338318
False
0
dftz0w1
t3_63e1ws
null
null
t1_dftoov1
null
1493797254
1
t5_2fwo
null
null
null
null
Erin960
null
PIA or pureVPN doesn't keep logs.
null
0
1491338403
False
0
dftz3vr
t3_5apqj3
null
null
t1_d9map98
null
1493797294
1
t5_2fwo
null
null
null
null
bloody-albatross
null
Well, you could mount the zip file using fuse-zip and then treat it just like a directory of files.
null
0
1491338415
False
0
dftz4ba
t3_63adw4
null
null
t1_dfsr6y1
null
1493797299
1
t5_2fwo
null
null
null
null
dima55
null
Can you please point to a specific case where this is so? CMake-generated files don't count: they generate wrong Makefiles.
null
0
1491338621
False
0
dftzbdu
t3_63dch7
null
null
t1_dft72l1
null
1493797396
7
t5_2fwo
null
null
null
null
Taglialegna
null
Thanks, I'll change it!
null
0
1491338650
False
0
dftzceb
t3_63eicf
null
null
t1_dftyapm
null
1493797409
1
t5_2fwo
null
null
null
null
ehempel
null
Eh? Not really IMO. What are you thinking of?
null
0
1491338663
False
0
dftzcuw
t3_63adw4
null
null
t1_dftmhgx
null
1493797415
1
t5_2fwo
null
null
null
null
sdomino
null
Thanks for bringing that up. I totally agree that you shouldn't use Github issues for chat. I've updated the article to reflect that.
null
0
1491338677
False
0
dftzddd
t3_63g1t3
null
null
t1_dftz04m
null
1493797423
1
t5_2fwo
null
null
null
null
BillFooBar
null
Well true, I would literally wet my pants from happiness if SQLite would get row level locking and switch from PostgreSQL/MySQL in an instant. But I am aware it is probably too complex feature for simple ol' SQLite.
null
0
1491338732
False
0
dftzf7q
t3_63adw4
null
null
t1_dftaczu
null
1493797446
1
t5_2fwo
null
null
null
null
aullik
null
100% testing is impossible. To test 100% you'd have to test the tests as well. and then test the test-tests and so forth. Sometimes there will be mistakes that you simply couldn't test. A faster way to rollback your system will safe you money in case something happens. Depending on your system/product it can safe you a ton of money. In this cases it would be wise to invest into a some sort of an rollback system.
null
0
1491338788
False
0
dftzh6s
t3_63efvm
null
null
t1_dftrx5v
null
1493797473
11
t5_2fwo
null
null
null
null
Plorkyeran
null
Matroska supports DVD-style menus, and you could package an entire season as a single file that can either be played from beginning to end in one shot, or as separate episodes (and even all the episodes in different orders). MPC-HC supports enough of it for people to try it out and conclude that it was all dumb and pointless in practice.
null
0
1491338804
False
0
dftzhr0
t3_63adw4
null
null
t1_dftid0s
null
1493797480
1
t5_2fwo
null
null
null
null
p1-o2
null
Thank you for the recommendation. Her articles are great.
null
0
1491338859
False
0
dftzjlp
t3_637m7q
null
null
t1_dft0dh1
null
1493797506
1
t5_2fwo
null
null
null
null
s73v3r
null
Yeah, you do. Most people agree that California is awesome. If you don't, that's ok, but don't project your views on the rest of us.
null
0
1491338865
False
0
dftzjsz
t3_637m7q
null
null
t1_dftrqu5
null
1493797509
0
t5_2fwo
null
null
null
null
htuhola
null
We don't know whether the results of Google's studies are reproducible on this subject. After all they came up with Go.
null
0
1491338889
False
0
dftzkmn
t3_63c9e1
null
null
t1_dftiz49
null
1493797520
4
t5_2fwo
null
null
null
null
stronghup
null
> I challenge everyone reading this article to go find your favorite open-source project or maintainer, and thank them for all their hard work. Even better, send them some money, many open-source projects accept donations. Or if you have a blog, blog about the open-source projects you use so your thanks become public, and gives them some well-deserved publicity. And, I agree, complaining about something you get for free is of course ... not cool.
null
0
1491338959
False
0
dftzn22
t3_63g1t3
null
null
t3_63g1t3
null
1493797553
4
t5_2fwo
null
null
null
null
htuhola
null
I tend to ask myself "what the program is doing?" Not "what type does the program return?"
null
0
1491338961
False
0
dftzn3i
t3_63c9e1
null
null
t1_dftj6f5
null
1493797554
-2
t5_2fwo
null
null
null
null
8spd
null
KDE runs on Unix-like operating systems, and NeXT ran a Unix-like operating system.
null
0
1491339028
False
0
dftzpil
t3_63e1ws
null
null
t1_dftl11o
null
1493797586
9
t5_2fwo
null
null
null
null
nixonrichard
null
There was a TechRepublic article on it last fall. Can't find it now.
null
0
1491339052
False
0
dftzqd1
t3_637m7q
null
null
t1_dfttop1
null
1493797597
1
t5_2fwo
null
null
null
null
s73v3r
null
I understand exactly what free trade is. Trying to start your argument with the view that others don't know what they're talking about discredits you. And again, this is not a free trade issue. This is an issue of some entitled businessmen believing they shouldn't pay market rates for labor. Them not being able to hire local talent is a sign that they are not offering enough money, and they need to offer more. That is all.
null
0
1491339077
False
0
dftzr8d
t3_637m7q
null
null
t1_dftt6qw
null
1493797609
1
t5_2fwo
null
null
null