keskadale | 2 years ago | on: Ask HN: How can I learn about performance optimization?
keskadale's comments
keskadale | 4 years ago | on: The Software Foundations: mathematical underpinnings of reliable software
keskadale | 4 years ago | on: Ask HN: Should I accept the free Windows 11 upgrade?
keskadale | 4 years ago | on: Covid-19 may have killed nearly 3M in India, far more than official counts show
The officially reported number of Covid deaths are ~483k. So according to this analysis, the real number of deaths should be closer to 3.3 million.
keskadale | 4 years ago | on: Types and Programming Languages (2002)
i think the first lesson on programming language design is to not design a language like javascript
keskadale | 4 years ago | on: Arcane Algorithm Archive
keskadale | 4 years ago | on: GCC Rust Monthly Report – October 2021
keskadale | 4 years ago | on: Hackernews.com
redirects to news.ycombinator.com
keskadale | 4 years ago | on: Elon Musk invited to a video call into Volkswagen executive conference
keskadale | 4 years ago | on: Ask HN: What does one look for in a laptop these days?
keskadale | 4 years ago | on: Is this the simplest (and most surprising) sorting algorithm?
keskadale | 4 years ago | on: Ask HN: Books that teach you logic building skills
keskadale | 4 years ago | on: Microsoft deletes all comments under heavily criticized Windows 11 upgrade video
keskadale | 4 years ago | on: PinePhone – Open Source Smart Phone Supported by Major Linux Phone Projects
keskadale | 4 years ago | on: Ask HN: Anyone here built successful SaaS/startup just for money?
true, but would it be wrong to assume that the following ratio:
(the number of people who are passionate about xyz and curiosity and pure joy are major driving forces) / (total number of people working in xyz)
is probably much higher for cs than for plumbing?
keskadale | 5 years ago | on: I Am Bezos
keskadale | 5 years ago | on: BTC Endgame
keskadale | 5 years ago | on: BTC Endgame
Some people just want to watch the world burn. - Alfred from The Dark Knight
keskadale | 5 years ago | on: Tauri: An Electron alternative written in Rust
keskadale | 5 years ago | on: Autopilot on Cars for $999
This is a good book. It covers most common concepts and techniques in a fairly accessible way. At they end it also shows builds up a highly optimized version of some algorithms and data structures and does explains every optimization.