Viewing profile — knlb
knlb
HN member- Joined
- Mon, Sep 19, 2016, 4:09 AM UTC
- HN karma
- 104
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About knlb
Recent public activity
-
comment
Comment #49213833
I recently started a section on my personal site for absolutely minimal and simple microblogging that I could Ctrl-F through: https://knlb.dev/scribbles/ -- I should probably give …
- story
-
comment
Comment #46624011
https://knlb.dev -- new digital garden; https://explog.in -- previous blog, leaving it as is for now though I expect I'll slowly absorb it into the garden.
-
comment
Comment #46450370
> Do you debug JVM bytecode? V8's internals? No. You debug at your abstraction layer In the fullness of time, you end up having to. Or at least I have. Which is why I always dislik…
-
comment
Comment #46435499
I've never really had the patience to fiddle a lot of with the hardware but have always wanted to use e-ink screens for working, specially on the move. (Tried the hacks for remarka…
- story
-
comment
Comment #45932701
I used to be scared of Awk, and then I read through the appendix / chapters of "More Programming Pearls" ( https://www.amazon.com/More-Programming-Pearls-Confessions-C... ) and it …
-
comment
Comment #45815499
The whole post feels like it was edited/modified by ChatGPT; `What we opened — in English, not a changelog`, `Why it matters (no fluff):`, `We are big believers in notebooks — full…
-
comment
Comment #45775886
Perfetto is definitely one of my favorite tools to use ever, thank you for working on it! My personal favorite tool I've built this year is to dynamically generate a trace from a s…
-
comment
Comment #45747171
Thanks for the post, this is pretty cool! I feel like I've seen Cupti have fairly high overhead depending on the cuda version, but I'm not very confident -- did you happen to bench…
-
comment
Comment #45392189
Another vote for the Glove 80: I used the Kinesis Advantage 2 for 10 years (after a few initial signs of finger pain developing), then tried the new 360; and recently got the glove…
-
comment
Comment #45004858
Not the latest one just yet, I still want to play with it a lot more / bake in some more features -- but it's also terribly simple and doesn't do much at the moment. The org mode o…
-
comment
Comment #44999933
My current personal site ( https://knlb.dev ) is built with a single 500 line python file that starts with #!/usr/bin/env -S uv run --script # -*- mode: python -*- # # /// script #…
-
comment
Comment #44361502
My similar trick is to rely on the tmux scrollback and pipe tokenized output into fzf so I can easily autocomplete in zsh against anything on the visible tmux screen https://www.th…
-
comment
Comment #42682868
I wrote a fairly similar take on this a few years ago (without having read the original book mentioned here) -- https://explog.in/notes/debugging.html Julia Evans also has a very n…
-
comment
Comment #41617867
Congratulations -- and thank you! I've been playing with Hy on and off (tried to do transformers with it, and then released https://github.com/kunalb/orphism written in hy). Time t…
-
comment
Comment #41364152
I have a small python (hy) package which extends the idea to horizon charts https://github.com/kunalb/orphism
-
comment
Comment #15331657
Iain M Banks, the culture series touches on immortality and choosing / not choosing it. [edit: didn't read carefully enough. Sadly, he won't be available for interviewing]
-
comment
Comment #12667689
Also the little schemer series, which just expect you to work things out by hand.
-
comment
Comment #12528817
I just use emacs + org mode -> org-publish to generate my site [1] from org-mode with some customizations; it's been the most flexible and fun way to build a site I've had across a…