Viewing profile — rjayatilleka
rjayatilleka
HN member- Joined
- Tue, Nov 25, 2014, 3:12 AM UTC
- HN karma
- 77
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About rjayatilleka
Recent public activity
-
comment
Comment #27266608
FYI you can do cut in Mac. Do Cmd-C to copy and the Cmd-Option-V to cut-paste. For whatever reason, Windows has cut attached to selecting the file, but Mac has it attached to pasti…
-
comment
Comment #27240798
Why is a judge asking a witness questions? Isn't that normally either the prosecutor or defense counsels' job?
-
comment
Comment #26896885
To be clear, Linux kernel patches from good UMN researchers and students are rare. We have plenty of great people at the University of Minnesota, they just don't work on the Linux …
-
comment
Comment #23995397
Why would Jupiter give off radiation?
-
comment
Comment #21998641
Could you name it please? Thanks
-
comment
Comment #20193638
Could you clarify what you mean by "don't abstract idioms?"
-
comment
Comment #20143951
Up to the team. I've "interviewed" for 4 internal transfers there, and I've had: - Three 1hr interviews, coding/system design/behavioral - Portfolio review - Talk to senior enginee…
-
comment
Comment #19865381
He got degrees in computer science and electrical engineering from Princeton. I have no idea how competent he is, but I think you can assume at least equal to the average college g…
-
comment
Comment #19465902
One thing I learned in interview training about unconscious bias. "No one thinks they're immune to bias, but no one thinks in the moment that they're making a biased decision."
-
comment
Comment #19026364
I don't think you would need to track each container individually (as another commenter said, consumers will probably keep an extra of each item for buffer). The subscription/order…
-
comment
Comment #18610111
Even worse, at some big companies, recruiters will ignore direct referrals and ask you to submit the resume internally through their req system. But then resumes get lost anyway. G…
-
comment
Comment #18195161
This is something I learned recently, but some people who get lucky and find a good manager will just follow them around for a while. At least at Amazon, having a great manager is …
-
comment
Comment #18195136
That doesn't sound accurate. Anecdata, but in my current org in Amazon Retail I think about 1 in 15 engineers browse HN daily. When I was in AWS it was around 1 in 3. Why do you th…
-
comment
Comment #13341403
Good find, thanks!
-
comment
Comment #13339688
Very cool project, I'm trying it out, but this is an unrelated question: what is that Vim colorscheme in your screenshot? Do you have a link?
-
comment
Comment #11747321
There was a large (but informal) survey done on /r/haskell (one of the largest Haskell communities) last month about "Why Haskell sucks". The results were collated into a presentat…
-
comment
Comment #11411476
Yeah, and that's why you squash all the intermediate commits first. If all your commits on master are useful and meaningful individually, bisect works great.
-
comment
Comment #11286091
Some sites only use Flash like Crunchyroll or Quia for DRM purposes (and lack of technical chops)
-
comment
Comment #11280986
An Erlang process isn't really equivalent to a Java thread. A Java thread maps to a native thread, whereas an Erlang process is entirely in userspace. Erlang processes are basicall…
-
comment
Comment #11146685
Did you switch that up? Learn You a Haskell is excellent for beginners. The intermediate space is the gap.
-
comment
Comment #10863583
I think you should learn Rust, because there are actually things there that you can't learn about in other languages. 1. How to manually manage memory more safely with aid from a b…
-
comment
Comment #10841526
Um, that was sarcasm right? You might want to add a /s then.
-
comment
Comment #10821593
Cheers! Let's make 2016 even better!
-
comment
Comment #10814811
Forbes doesn't even work with an adblocker for the last couple weeks. If you want to hear about the actual settlement, here's a ReCode article: http://recode.net/2015/12/30/apple-t…
-
comment
Comment #10803431
I'm not a d3 dev, but from what I've heard is that the current d3.min.js is v3, the current standard. The various small modules that are coming out are v4, and are meant to entirel…