Live data from Hacker News

Viewing profile — tiltowait

tiltowait

HN member
Joined
Thu, Jun 29, 2023, 3:34 PM UTC
HN karma
1,122
Public activity
428 items

About tiltowait

No profile information was provided.

Recent public activity

  1. comment
    Comment #49118254

    The first ingredient is a plurality, not a majority.

  2. comment
    Comment #48854389

    Out of curiosity, why put "router" in quotes?

  3. comment
    Comment #48406577

    > Yes, it comes apart every so often Laces type matters a lot here. I've run countless miles with a fast knot without it ever coming undone. The secure knot does feel like a cheat,…

  4. comment
    Comment #48262310

    I do this all the time at my job, without issue. I think it's honestly easier than using plain git.

  5. comment
    Comment #48253791

    > Applications like Google Docs would be impossible without each of the four things you listed being available. I was already in favor of banning it. You don't have to keep trying …

  6. comment
    Comment #48253761

    > scrolling: used by games, maps, image viewers Out of curiosity, does anyone like the way Google Maps hijacks scrolling? I use a trackpad. When I scroll, I'd want it to pan around…

  7. comment
    Comment #47884724

    There are several different, sometimes overlapping markets for them. Reptile and amphibian keepers use them, along with live plants, to set up a bioactive tank that is relatively s…

  8. comment
    Comment #47871059

    Interesting! To join the cavalcade of others sharing their experiences: I first asked it "how big are geckos". It gave me a cool comparison diagram between three gecko extremes (le…

  9. comment
    Comment #47868787

    Prior to 2016, he was better. Since then, he regularly posts about Trump, and whatever you think of Trump, those posts are seldom more than random ranting: devoid of substance or i…

  10. comment
    Comment #47843069

    I assume you mean Kobo, not Roku?

  11. comment
    Comment #47808087

    There's research[1] suggesting readers of physical books have greater reading comprehension than readers of eBooks. Anecdotally, I feel that describes me well. [1] https://www.psyc…

  12. comment
    Comment #47773277

    I tend to approach jj commits as local PRs. Decide what it is I'm working on, make a new, empty commit on top of that : jj new -m 'do thing' jj new As I work on the "local PR", I `…

  13. comment
    Comment #47741230

    If you've never played it before, Dark Castle really is worth looking at. Its artwork is incredible even before considering the constraints, and its gameplay holds up remarkably we…

  14. comment
    Comment #47468408

    As I scrolled down, one of the animations started and brought up a subscription modal. "Okay, that one would be enraging," I thought, delighted, as I waited for the animation to lo…

  15. comment
    Comment #47057410

    Claude's willingness to poke outside of its present directory can definitely be a little worrying. Just the other day, it started trying to access my jails after I specifically tol…

  16. comment
    Comment #47057354

    The raft of outages lately (my company was disrupted by I think four last week?) have certainly (and deservedly) created some pent-up frustration. I'm personally frustrated with it…

  17. comment
    Comment #46653845

    fish is a bit insonsistent on it. For instance, `git add ` will only autocomplete for modified files. It will also fill in wildcards, e.g. `cat *.txt ` will expand to show all .txt…

  18. comment
    Comment #46440151

    ZFS will happilly (and intentionally) gobble up available RAM for ARC. On my 64GB system, ARC is using 42.4GB, but this memory is quickly reclaimable if it's needed. That said, I h…

  19. comment
    Comment #46338141

    Traffic fatalities increased during the pandemic[1]. AAA released a study examining the effects in 2024[2]. [1]: https://pmc.ncbi.nlm.nih.gov/articles/PMC10149345/ [2]: https://new…

  20. comment
    Comment #46174990

    > The vast majority of humans are not benefiting from it and are therefore motivated against it. The vast majority of humans do not benefit from you, personally, owning a car, but …

  21. comment
    Comment #46154153

    > Rust has a standard library that looks an awful lot like Python or Ruby, with similarly named methods. Can you elaborate? While they obviously have overlap, Rust's stdlib is deli…

  22. comment
    Comment #46049599

    If it gets abandoned—so what? Switching browsers is trivial.

  23. comment
    Comment #46026682

    > Of the top of my head, I can't think of a single feature that MacOS has shipped since 2020 that I care about. They all kind of blend together, so I asked Claude to give me a list…

  24. comment
    Comment #46026621

    I've used password-encrypted keys on a Mac plenty of times. It was easy to add them to the SSH agent to not require a password after initial authorization, if that's what I wanted.…

  25. comment
    Comment #46016302

    I recently started a blog to document some service migrations and other random musings as I adopt FreeBSD (after a decade-long hiatus). It's fun to write and think about this stuff…