Viewing profile — bitwiseand
bitwiseand
HN member- Joined
- Mon, Jan 25, 2016, 10:05 AM UTC
- HN karma
- 67
- Public activity
- 22 items
- HN profile
- View on Hacker News ↗
About bitwiseand
No profile information was provided.
Recent public activity
-
comment
Comment #14110767
Please don't discourage people without having the full view. There are many good low-level teams with software first people. At least in the bay area there are many exciting projec…
-
comment
Comment #14110647
If a system performance is profiled as being dominated by 80% A , 19% B and 1 % C. I'd focus on working on A first to get maximum gains. Amdahl's law gives you the backing as to wh…
-
comment
Comment #14110426
I fully agree with you. It's not just infrastructure but also devices and the surrounding ecosystem. I work in this space and let me assure you there are many jobs with GREAT pay. …
-
comment
Comment #14110390
Writing and designing code that is mindful of latencies (Amdahl's law). Temporal / Spatial locality, avoiding needless copies etc.. This approach needs to start from design and als…
-
comment
Comment #14048477
A self-driving car, as proposed by Waymo and many others, in no way relies just on GPS. These beasts have fusion of many sensors with built in redundancy. Technology improves and e…
-
comment
Comment #14038555
"There are only two hard problems in CS : 1. Naming things. 2. Cache invalidation. "
-
comment
Comment #14038554
"There are only two hard problems in CS : 1. Naming things. 2. Cache invalidation. "
-
comment
Comment #13755896
- Allow an unambiguous, never "played with", chronological timeline. Have a separate view that's your ML playground. I disagree. The alternate to a vision you may not agree with is…
- story
-
comment
Comment #13447860
Thanks :)
-
comment
Comment #13439939
Edit: I also wrote my comment because the article is beginner friendly. A lot of beginners will get the right idea about CAP once they go through comments and then back again to yo…
-
comment
Comment #13439921
No need to be sorry. I liked the rest of the article. Thanks for that.
-
comment
Comment #13439225
I liked the article but I feel the CAP theorem is again misquoted; it often leads to misunderstanding. From the article - "but they would still confront the reality of the CAP theo…
-
comment
Comment #13351283
This is essentially same as processes sharing (via Page Table mapping) one .so file AKA Dynamic Linking :).
-
comment
Comment #13349161
AFAIK, this is how docker CoW works. Your read-only parts i.e. base OS / starting point of the image is always shared. As you make changes a per-container R/W layer records those c…
-
comment
Comment #13325945
The 90 reforms were by the same person you are criticizing.
-
comment
Comment #13321783
Do you really think people will install and use PayTm apps overnight in villages ?. Was there any research done on mobile literacy or making things easier in rural areas ? Also, yo…
-
comment
Comment #13320455
"Should we call transportation a failure and put a halt to every mode of transportation (be it autos, cars, buses, trains, planes etc) just because of this statistic or should we w…
-
comment
Comment #13319842
"Seriously? In a populace of a billion the death of 100 people for such a huge economic move is close to nothing." This might be a stat for you but if it was your kin maybe you won…
-
comment
Comment #13248115
Google works with a subsidiary of the Railways called RailTel. A lot of the infrastructure / backbone was supplied by RailTel which allowed the project to move fast.
-
comment
Comment #12774258
I took 213 at CMU. Can't recommend it highly enough. A lot of other intro systems courses are based off that. It is a prerequisite for most classes moving forward at CMU. The textb…
- story