Live data from Hacker News

Viewing profile — pjz

pjz

HN member
Joined
Mon, May 05, 2014, 2:50 PM UTC
HN karma
88
Public activity
52 items

About pjz

No profile information was provided.

Recent public activity

  1. 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…

  2. 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, …

  3. comment
    Comment #48008370

    on a linux box try `man ascii`

  4. 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…

  5. 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.

  6. 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…

  7. comment
    Comment #45246938

    Funny, I see it as them choosing not to add another de-facto 'standard' ala https://xkcd.com/927/ .

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. 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.

  13. comment
    Comment #42344150

    This is an off-by-one interpretation of the zero-one-infinity rule :)

  14. 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…

  15. comment
    Comment #41141025

    I was just wondering what the author's opinion of Zig's take on C-interop would be.

  16. 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…

  17. comment
    Comment #38801829

    ...right? Anyone remember Pinball Construction Set?

  18. 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.

  19. 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…

  20. 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…

  21. 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…

  22. comment
    Comment #36376787

    Don't you guys watch Mythbusters? https://www.youtube.com/watch?v=Xzw2iBmRsjs (Mythbusters bust 'bull in a china shop stereotype')

  23. 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…

  24. 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'…

  25. 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 …