Viewing profile — pjz
pjz
HN member- Joined
- Mon, May 05, 2014, 2:50 PM UTC
- HN karma
- 88
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About pjz
No profile information was provided.
Recent public activity
-
comment
Comment #48849688
I'd appreciate a 'shuffle' button that just re-mixed-up the letters into a different order. I find this keeps me from obsessing on adjacent letter pairs that my eyes/brain lock ont…
-
story
Show HN: Hardbar – compile-time defined i3bar
A fast, compile-time-configured status bar for i3 and sway, outputting the i3bar JSON protocol. I was worried about the performance of i3blocks due to the constant fork-and-execs, …
-
comment
Comment #48008370
on a linux box try `man ascii`
-
comment
Comment #46039397
uhhh... that's mostly on your browser. The css is at the top and pretty skimpy. If it really bothers you, find a styler extension that will override the CSS to render it more pleas…
-
comment
Comment #45592966
This seems like it could be an rdf query tool, though offhand I don't know the ref to the right rdf schema.
-
comment
Comment #45506846
>having to eff around with the crap show of Ruby/Python/Node envs and how every person likes to use different tools for setting those up This was the problem I wanted to solve, and…
-
comment
Comment #45246938
Funny, I see it as them choosing not to add another de-facto 'standard' ala https://xkcd.com/927/ .
-
comment
Comment #44631548
The practical problem with logging by time is that it's not resource constrained: holding N seconds of logs, even when each line is a bounded size, takes potentially unlimited memo…
-
comment
Comment #44272242
The problem with the 'characters are just numbers' approach is that they're not _just_ numbers.. with the advent of unicode, they're _sequences of numbers_... so bytes thus can mea…
-
comment
Comment #44226312
My first thought was that a library was writing fake books to poison LLMs that were using their corpus without their permission, and that someone had developed a tool to identify s…
-
comment
Comment #42636291
>The logical endgame of that approach is to have a big tug-of-war between two big coalitions ...why just two? He specifically mentioned advocating for ranked choice voting, which w…
-
comment
Comment #42565092
Crashing due to lack of a sufficient terminfo is indeed more of a lazydocker problem than a ghostty problem. See the issue above for a workaround.
-
comment
Comment #42344150
This is an off-by-one interpretation of the zero-one-infinity rule :)
-
comment
Comment #41374827
> And why 32 entries? I ran this benchmark with a bunch of different bucket sizes and 32 worked well. I have no idea why that worked out to be the best. If you were using 2-byte in…
-
comment
Comment #41141025
I was just wondering what the author's opinion of Zig's take on C-interop would be.
-
comment
Comment #39355120
I hope so; the dump site will surely be found, and the movie will be rescued. I'm reminded of someone digging up a trove of ET cartridges for the Atari 2600 from the dump where the…
-
comment
Comment #38801829
...right? Anyone remember Pinball Construction Set?
-
comment
Comment #38603295
My understanding is that 44.1k is to improve error correction. 44100 == 2^2 * 3^2 * 5^2 * 7^2 ... something about vertices of a hypercube.
-
comment
Comment #38576736
Besides the obvious attention play, he might be going for an acquisition play... "Why bother writing our own iMessage for Android when we can just buy this little company that's al…
-
comment
Comment #38514159
re: presentation remote controls: Look into remote controls for, say, Kodi. You're sure to find the wiki listing a bunch of ways to control Kodi from your couch, which includes blu…
-
comment
Comment #37824411
Here's an in-the-wild, long-standing example of a table used for bit reversals: https://gitlab.com/libtiff/libtiff/-/blob/master/libtiff/tif... The function to do the same for a by…
-
comment
Comment #36376787
Don't you guys watch Mythbusters? https://www.youtube.com/watch?v=Xzw2iBmRsjs (Mythbusters bust 'bull in a china shop stereotype')
-
comment
Comment #33994334
Yup. I've used Linux for a couple decades of writing python and Java. I've gone from dwm to wmii to i3. Latest gig gave me an M1 macbook, and I tried to use it... 6mo later I ask f…
-
comment
Comment #33577476
Does IMAP search not give you most of this functionality? I wrote a little mh-like cli for IMAP awhile back ( https://github.com/pjz/mhi ) that lets me search just fine, though it'…
-
comment
Comment #33415641
I use etckeeper for this, along with a cron entry to put the currently-installed set of packages into a file (/etc/packages.installed). Thus rebuilding becomes: base-install, pull …