bitwiseand | 9 years ago | on: Low-Level Programming University – A roadmap to becoming a low-level programmer
bitwiseand's comments
bitwiseand | 9 years ago | on: Low-Level Programming University – A roadmap to becoming a low-level programmer
As a real world example, if an operation involves a network call and you see the RTT dominating the time. You may want to think of ways to avoid the call (caching etc..) if possible to get really good gains.
bitwiseand | 9 years ago | on: Low-Level Programming University – A roadmap to becoming a low-level programmer
I"ll go on and make another bold claim. Focusing on lower level stuff and systems concepts lay an excellent foundation for designing complex systems regardless of the language used. Once you understand how a program is executed from the ground up i.e. right from the program counter to page table lookups to cache hits to cache coherency, all abstractions are easier to deconstruct and understand. I work up and down the stack and this has been my, quite possibly just anecdotal, experience.
bitwiseand | 9 years ago | on: Low-Level Programming University – A roadmap to becoming a low-level programmer
bitwiseand | 9 years ago | on: Udacity spins out its self-driving car business as Voyage
Technology improves and evolves. If it didn't you wouldn't be so reliant on Google Maps. We convince people of progress by a safe track record. Google maps may fail occasionally but more often than not it gets you to your destination at the estimated time.
Yes self-driving cars can't be "more often than not" safe. But starting with smaller areas and showing the difference it makes on people's lives and the environment can be a good start.
bitwiseand | 9 years ago | on: Espresso – Google’s peering edge architecture
bitwiseand | 9 years ago | on: Ask HN: How would you turn Twitter around?
I disagree. The alternate to a vision you may not agree with is not having two visions. Use data to support one not both.
bitwiseand | 9 years ago | on: Eventually Consistent: How to Make a Mobile-First Distributed System
bitwiseand | 9 years ago | on: Eventually Consistent: How to Make a Mobile-First Distributed System
bitwiseand | 9 years ago | on: Eventually Consistent: How to Make a Mobile-First Distributed System
bitwiseand | 9 years ago | on: Eventually Consistent: How to Make a Mobile-First Distributed System
The CAP theorem states that in the event of a network-partition you have to choose one of C or A. More intuitively, any delay between nodes can be modeled as a temporary network partition and in that event you have but two choices either wait to return the latest data at a peer node (C) or return the last available data at a peer node (A).
Edit: Switched C and A
bitwiseand | 9 years ago | on: Memory Deduplication: The Curse that Keeps on Giving [video]
bitwiseand | 9 years ago | on: Memory Deduplication: The Curse that Keeps on Giving [video]
https://docs.docker.com/engine/userguide/storagedriver/image...
bitwiseand | 9 years ago | on: The Indian government is set to endorse Universal Basic Income
bitwiseand | 9 years ago | on: The Indian government is set to endorse Universal Basic Income
Also, you wish to ignore facts and reasoning posted by economists all in the name of "disruption". And FYI The Planning Commission of India AKA "Policy Pundits" consists of renowned economists.
bitwiseand | 9 years ago | on: The Indian government is set to endorse Universal Basic Income
Are you actually comparing currency to transportation ? People have a choice in the mode of transport. Your villager however can't use bitcoins because his Rs.500 note isn't legal tender.
"I have a wider positive perspective that no large-scale riots or coup d'état happened that would have sent the Indian economy in a downward spiral or worse: civil war."
Your standards for a successful policy are shockingly low. And stop lying, you have no sympathy, you just called a 100 deaths as having a "narrow perspective".
Do you also disagree with the countless economists that have criticized the move based on theory and facts. Or is that "foreign propaganda" for you ?
bitwiseand | 9 years ago | on: The Indian government is set to endorse Universal Basic Income
This might be a stat for you but if it was your kin maybe you won't feel the same way.
bitwiseand | 9 years ago | on: High-speed Wi-Fi rolls into 100th railway station in India
bitwiseand | 9 years ago | on: Hack the Kernel – Learn about operating systems online
Here is a sample opening at Waymo - https://careers.google.com/jobs/#!t=jo&jid=/waymo/embedded-s...
Sure my experience may be skewed too but there are definitely great jobs with rewarding experiences of shipping tangible products for low level programmers. Not many people get the joy of shipping something your friends and family use and literally say "wow".