I haven't been on HN in years and wandered here to the Ask section with something similar on my mind. I really, really love programming. I love learning about computers. I'm so lucky to get to do this for work and get…
I’m still rocking my 2015 MBP. I have no issues at all. The battery says it needs to be serviced, but the battery life is still plenty good for my uses. I have no issues with slowness. And I’m not running a minimalist…
My fiancee has ADHD and sends me memes and videos and such about it. And I'm always like, these videos are dumb, doesn't everyone do those things? I've been wondering about this for a while, but I've tended to write it…
Man, yeah, I feel that; I just don’t have enough time to do everything I want to do. - me, laying on my couch and mindlessly browsing HN There are things I want to do that I legitimately don’t have time for, even though…
Hmm, I think that's a little heavy-handed. Just off the top of my head: CUDA (maybe other gpgpu stuff too), gamedev, most projects with a UI. The tooling you'd be using in those spaces is still bleeding edge; too much…
I want this to be true very badly. I’ve been a Linux user for nearly 20 years and I’ve never had an install that “just works” to the level of macOS or even Windows. Although there was a while there in like 2006 where I…
We can make a pretty good guess. I found this link on her website: https://justmeat.co/docs/health-dangers-of-a-plant-based-die... A cursory review of her website doesn't reveal any references or links to actual…
Nitpick: > when a nested query is refactored into a common table expression (CTE), this kind of change doesn’t have any functional impact on either a query or its outcome This isn’t quite true, at least in Postgres. It…
> Julia is very specifically a general purpose programming language I’ve been trying to figure this out recently - because I love Julia’s features. Readable like Python, but with more ability to optimize performance,…
Do you mean for production? Zig isn't production-ready. Nim is extremely niche. I'm kind of puzzled why I see these thrown around so much on HN. Sure, they're fine for a side-project, but they're pretty out there for…
Here’s a fun way to decide. Do Raytracing in One Weekend[1] in one of them. Then rewrite it again in the other. That should give you a good sense for which one you want to invest in. Spoiler: I did this exercise myself.…
Counterpoint: Zig is unstable (as in, <1.0 release) and the docs are still pretty lacking. You’ll find yourself reading source code if you want to do anything nontrivial pretty much. Stick to C++ or Rust, which I won’t…
Autocomplete usually drives me crazy in IDEs - often it covers up nearby code that’s relevant to what I’m currently typing, so I end up hitting ESC all the time just to get it to go away. I guess you don’t have that…
In the vein of learning how computers work, osdev has got to be pretty high up there. It’s so much fun - it has become my hobby. I’m surprised no one else seems to have mentioned it. I just finished implementing a…
Hmm, I didn't find that quite to be the case. I wrote a toy GPU-accelerated (using OpenGL via C) terminal emulator in Zig. My take is that I'll probably wait for at least a 1.0 before I start hacking my side projects in…
I know (or, my sense is that) the whole dopamine detox thing causes a lot of folks to raise eyebrows, myself included for the most part. But, I’ve done multiple meditation retreats, which are a kind of extreme case of…
The commentary around organic learning reminds me of The Outer Wilds. Imho it’s an even more extreme case of what the author is getting at here: (very mild spoilers follow) there are no stats or levels in The Outer…
Me too. If I wear a simple blue button down, there’s a 100% chance it gets commented on. And I work full time remote… I feel like if I wore that to a software engineering interview I’d run the risk of being judged as…
A great counterpart to this book might be Everyday Zen by Charlotte Joko Beck. The Mind Illuminated is a technical manual for meditation practice; Everyday Zen is more about how to think of the rest of your life while…
Logitech K380. I can type faster on that thing than any mechanical keyboard. It feels like the old gen MacBook Pro keyboards to me, but more crisp. (The gen before they started doing weird Touch Bar stuff.) It has 3…
Not parent commenter but I've had the same experience - and I'm sure this comment will be received just as poorly as theirs, but I've given up on Linux desktop. It just isn't stable. I've tried so many times and I don't…
n=1, but my general takeaway from the show wasn't that nuclear is fundamentally flawed, it was that a series of pretty questionable choices by management and egregiously eschewing safety protocol lead to the accident.…
You can create indexes on expressions, like mycustomfunction(a), in Postgres at least.
I used to work at a place that did this and know other people that have too. Not necessarily over job titles, but generally pushing people out over stupid shit to keep salaries low. I just can’t imagine that is more…
Glad I’m not the only one. I thought something was wrong with my brain. Or that I might be a robot.
I haven't been on HN in years and wandered here to the Ask section with something similar on my mind. I really, really love programming. I love learning about computers. I'm so lucky to get to do this for work and get…
I’m still rocking my 2015 MBP. I have no issues at all. The battery says it needs to be serviced, but the battery life is still plenty good for my uses. I have no issues with slowness. And I’m not running a minimalist…
My fiancee has ADHD and sends me memes and videos and such about it. And I'm always like, these videos are dumb, doesn't everyone do those things? I've been wondering about this for a while, but I've tended to write it…
Man, yeah, I feel that; I just don’t have enough time to do everything I want to do. - me, laying on my couch and mindlessly browsing HN There are things I want to do that I legitimately don’t have time for, even though…
Hmm, I think that's a little heavy-handed. Just off the top of my head: CUDA (maybe other gpgpu stuff too), gamedev, most projects with a UI. The tooling you'd be using in those spaces is still bleeding edge; too much…
I want this to be true very badly. I’ve been a Linux user for nearly 20 years and I’ve never had an install that “just works” to the level of macOS or even Windows. Although there was a while there in like 2006 where I…
We can make a pretty good guess. I found this link on her website: https://justmeat.co/docs/health-dangers-of-a-plant-based-die... A cursory review of her website doesn't reveal any references or links to actual…
Nitpick: > when a nested query is refactored into a common table expression (CTE), this kind of change doesn’t have any functional impact on either a query or its outcome This isn’t quite true, at least in Postgres. It…
> Julia is very specifically a general purpose programming language I’ve been trying to figure this out recently - because I love Julia’s features. Readable like Python, but with more ability to optimize performance,…
Do you mean for production? Zig isn't production-ready. Nim is extremely niche. I'm kind of puzzled why I see these thrown around so much on HN. Sure, they're fine for a side-project, but they're pretty out there for…
Here’s a fun way to decide. Do Raytracing in One Weekend[1] in one of them. Then rewrite it again in the other. That should give you a good sense for which one you want to invest in. Spoiler: I did this exercise myself.…
Counterpoint: Zig is unstable (as in, <1.0 release) and the docs are still pretty lacking. You’ll find yourself reading source code if you want to do anything nontrivial pretty much. Stick to C++ or Rust, which I won’t…
Autocomplete usually drives me crazy in IDEs - often it covers up nearby code that’s relevant to what I’m currently typing, so I end up hitting ESC all the time just to get it to go away. I guess you don’t have that…
In the vein of learning how computers work, osdev has got to be pretty high up there. It’s so much fun - it has become my hobby. I’m surprised no one else seems to have mentioned it. I just finished implementing a…
Hmm, I didn't find that quite to be the case. I wrote a toy GPU-accelerated (using OpenGL via C) terminal emulator in Zig. My take is that I'll probably wait for at least a 1.0 before I start hacking my side projects in…
I know (or, my sense is that) the whole dopamine detox thing causes a lot of folks to raise eyebrows, myself included for the most part. But, I’ve done multiple meditation retreats, which are a kind of extreme case of…
The commentary around organic learning reminds me of The Outer Wilds. Imho it’s an even more extreme case of what the author is getting at here: (very mild spoilers follow) there are no stats or levels in The Outer…
Me too. If I wear a simple blue button down, there’s a 100% chance it gets commented on. And I work full time remote… I feel like if I wore that to a software engineering interview I’d run the risk of being judged as…
A great counterpart to this book might be Everyday Zen by Charlotte Joko Beck. The Mind Illuminated is a technical manual for meditation practice; Everyday Zen is more about how to think of the rest of your life while…
Logitech K380. I can type faster on that thing than any mechanical keyboard. It feels like the old gen MacBook Pro keyboards to me, but more crisp. (The gen before they started doing weird Touch Bar stuff.) It has 3…
Not parent commenter but I've had the same experience - and I'm sure this comment will be received just as poorly as theirs, but I've given up on Linux desktop. It just isn't stable. I've tried so many times and I don't…
n=1, but my general takeaway from the show wasn't that nuclear is fundamentally flawed, it was that a series of pretty questionable choices by management and egregiously eschewing safety protocol lead to the accident.…
You can create indexes on expressions, like mycustomfunction(a), in Postgres at least.
I used to work at a place that did this and know other people that have too. Not necessarily over job titles, but generally pushing people out over stupid shit to keep salaries low. I just can’t imagine that is more…
Glad I’m not the only one. I thought something was wrong with my brain. Or that I might be a robot.