Viewing profile — sk1pper
sk1pper
HN member- Joined
- Mon, Nov 21, 2016, 12:42 AM UTC
- HN karma
- 281
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About sk1pper
No profile information was provided.
Recent public activity
-
comment
Comment #49110516
I went through Turing Complete up to a working CPU and found it incredibly fun. I then went on to build my own RV32I (simplest RISC-V instruction set) core in Verilog - if you keep…
-
comment
Comment #47011453
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 luc…
-
comment
Comment #35111867
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 slown…
-
comment
Comment #34395962
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 fo…
-
comment
Comment #34386924
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 legiti…
-
comment
Comment #33437324
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 sp…
-
comment
Comment #32966371
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 …
-
comment
Comment #32818308
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 an…
-
comment
Comment #32286144
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’…
-
comment
Comment #31880816
> 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 m…
-
comment
Comment #31523680
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-proje…
-
comment
Comment #31236081
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 i…
-
comment
Comment #31235906
Counterpoint: Zig is unstable (as in, Stick to C++ or Rust, which I won’t weigh in on here. But both are much more mature.
-
comment
Comment #31222530
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 g…
-
comment
Comment #31129252
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 i…
-
comment
Comment #30925597
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 bef…
-
comment
Comment #30885718
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…
-
comment
Comment #30885305
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 a…
-
comment
Comment #30885196
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…
-
comment
Comment #30738371
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…
-
comment
Comment #30550549
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 doi…
- comment
-
comment
Comment #26799203
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 stabl…
-
comment
Comment #20184109
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 …
-
comment
Comment #19884760
You can create indexes on expressions, like mycustomfunction(a), in Postgres at least.