The best Hacker News stories from All from the past day
Latest posts:
Gimp development release 2.99.12 includes initial CMYK support
We are all nerds: The literary works of Neal Stephenson
Ask HN: I want to be an expert in many things but my lifetime won't be enough
If you are this kind, how do you decide which things to work on?
30TB Portable SSD Hits Walmart for $39 but Stay Away from It
JSON Visio – Visualize JSON data into graphs
Why are D-sharp and E-flat considered to be two different notes?
Weird monitor bugs people sent me in the last 5 years
Weird monitor bugs people sent me in the last 5 years
Time Till Open Source Alternative
Ask HN: How can I come to peace with the years I wasted on pointless things?
I started listening the five hours (!) interview of John Carmack on Lex fridman's podcast, and he was talking about, among other things, about the fact that he's coding since he was a kid and spent hours upon hours in front of a screen and keyboard writing code. I find Carmack's, Romero's and the Id software folks work very fascinating and at some point i would like to dive more in depth on the history of their work and analyze their code to learn hopefully new things.<p>But that interview also strucked something that i'm battling with myself. I'm 23 and I spent my entire childhood wasting my time on Social media, World Of Warcraft, and other pointless stuff. Literally 10-14 hours a day. I don't regret my gaming interests, but i do regret the fact that i wasted so much of my life on games like World of Warcraft (I started playing when i was 10 years old) instead of finding and developing my future interests and «passions». I've always knew i wanted to study Computer Science but due to my life circumstances(mental health problems, serious financial hardships, etc.) i sacrificed a lot to get into university which i did and i hope i can finish it.<p>Over the last couple years i started thinking, how would my life be if i spent that time coding/reverse engineering/learning the internals of OS, reading books, or generally developing my interests instead of playing wow and mindlessly scrolling on SM? Would i still be in the same position in my life, the same person, as i am now? Honestly i can only guess but i don't know how to handle that i lost so much viable time. Time which could had invested on my future and develop my skills as a computer scientist.
Use TouchID to Authenticate Sudo on macOS
Ghana bans a Delta Boeing 767 (yes, just one)
American chestnut tree in Centreville is the 'holy grail' for conservationists
American chestnut tree in Centreville is the 'holy grail' for conservationists
We don't know how the universe began, and we will never know
Day ahead electricity prices for EU
One kitchen, hundreds of internet restaurants
DuckDuckGo email protection beta now open
German digital signage ban prompts confusion
Show HN: Devbox – Easy, predictable shells and containers
Devbox is a command-line tool that lets you easily create isolated shells and containers. You start by defining the list of packages required by your development environment, and devbox uses that definition to create an isolated environment just for your application.<p>In practice, Devbox works similar to a package manager like yarn – except the packages it manages are at the operating-system level (the sort of thing you would normally install with brew or apt-get).<p>See it in action: <a href="https://youtu.be/WMBaXQZmDoA" rel="nofollow">https://youtu.be/WMBaXQZmDoA</a>