Live data from Hacker News

Viewing profile — jcgl

jcgl

HN member
Joined
Sat, May 18, 2024, 10:10 AM UTC
HN karma
435
Public activity
405 items

About jcgl

sysadmin and low-key programmer

j+hn@cgl.sh

(my website and mail are hosted on my laptop; they may be offline at any given time.)

Recent public activity

  1. comment
    Comment #49169187

    MTA-STS really is a drag. Baking in dependencies on a web server and web PKI is a true drag. Such web infrastructure has different operational profiles/modes of resilience that it’…

  2. comment
    Comment #49148628

    But that doesn't work if the indentation carries semantic meaning; you can't change the indentation without changing the meaning. Maybe you can correct syntactically-incorrect spac…

  3. comment
    Comment #49084200

    Edit: s/economics/ergonomics/

  4. comment
    Comment #49083582

    Agreed. DNS is, afaik, the very best naming system we've got. But there's plenty left to do to make it better for human beings. Legally encoded rights to DNS names paired with easy…

  5. comment
    Comment #49081366

    Tightly coupling identity to cryptosystems should be entirely dismissed for anything that is supposed to have broad adoption. First off, these systems always require indefinitely-l…

  6. comment
    Comment #49057361

    Thanks for trying to summarize. > - you and other guy believe non-technical people can't build technical things because its still too hard and you need to know the technical things…

  7. comment
    Comment #49045255

    And I'm glad that works well for you! But this is the context of the thread: >> most people don't need cloud backups > What world do you live in? As put by another commenter: > Mos…

  8. comment
    Comment #49033490

    Even just by narrowing to some definition of "product people," you've cut out the vast majority of the population. > Why does someone who says “I pay -$x for Google Drive, how much…

  9. comment
    Comment #49003692

    Technical people, maybe. Even if we hypothetically grant that vibe-coded backup systems can be trusted, deploying, using, and maintaining are still hurdles. And there’s absolutely …

  10. comment
    Comment #48990593

    Not my area, but isn't it really only because glibc doesn't maintain stable interfaces across versions? If it did, you absolutely could use the same ld.so with different glibc vers…

  11. comment
    Comment #48969106

    First of all, techy nerdy people like things to be easy too. They're just somewhat more likely than other people (on average) to overcome not-easiness. Second of all, how long is I…

  12. comment
    Comment #48959333

    What Linux distros do you think would exclude on the basis of closed door/cathedral-style development? I’ve never heard of this.

  13. comment
    Comment #48944428

    You mean a few customers? Yes, I think that’s perfectly reasonable to expect that changes made to a very expensive product are well-documented for those customers to whom that matt…

  14. comment
    Comment #48936012

    This is the first I've heard anyone claim higher throughput for Go than Rust. Any articles you'd point to to learn more?

  15. comment
    Comment #48920297

    What's the history and status of ASPA? As far as I can see, it's a fairly active draft with the IETF: https://datatracker.ietf.org/doc/draft-ietf-sidrops-aspa-ver... It says it's o…

  16. comment
    Comment #48917834

    Huge fan of jet. It lets you just write SQL, but in your Go. I basically can’t imagine using anything else now. Why is that better than writing plain SQL like in sqlc? My main reas…

  17. comment
    Comment #48896359

    > Poor writing is not a new thing, of course. Most of the moderation mechanisms that it uses were perfected a quarter century ago when sites like Slashdot were popular as a defense…

  18. comment
    Comment #48891476

    That's definitely the pragmatic choice when working with shell and what roughly everyone does. But it's is also a UX compromise that, if needed anywhere other than the Stockholm Sy…

  19. comment
    Comment #48879267

    Tl;dr: Plain text's bad composability forces the dichotomy that you identify between --sort and sort . I agree with you that --sort often can be a sensible UX choice regardless, bu…

  20. comment
    Comment #48864311

    Oops, yes, I don't know why I mistyped a question mark. That's exactly what I was wondering, thanks.

  21. comment
    Comment #48863736

    There is some cool stuff here. I like using column to format the table. Appending it to alloyed's command fixes their header problem. The stdbuf to multi-command block (term.?) is …

  22. comment
    Comment #48862376

    Yes, the point was about doing it in a pipeline. The pipeline is the basis for composition of plain text in the unix shell. If something as basic as sorting a table is hard to do, …

  23. comment
    Comment #48861586

    Ooh, I was so hoping someone would take up the challenge! This is a far shorter answer than I had honestly thought was possible. More readable too, somehow? Great use of tee that I…

  24. comment
    Comment #48859029

    Great example! How do you like using elvish? Even though I am a proponent of structured data and like PowerShell a lot (mentioned in a nearby comment of mine), I use fish as my reg…

  25. comment
    Comment #48858983

    I think you're mistaking text-with-structured data for structured data itself. Because unix shell is irrevocably text-oriented, kludging in something like JSON is basically the bes…