Out of curiosity, why put "router" in quotes?
> 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, though. It's like a double knot that…
I do this all the time at my job, without issue. I think it's honestly easier than using plain git.
> 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 to convince me. Okay, snark off. But as…
> 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 on the map, not zoom in and out (which…
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 self-cleaning and self-maintaining.…
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 (leachianus, Jaragua dwarf gecko, and…
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 insight. Other times, they're just links…
I assume you mean Kobo, not Roku?
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]…
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 `jj squash` my working changes into the…
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 well for something from 1986.
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 loop. It didn't. It was the site's real…
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 told it not to.
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 its poor performance on Safari. Overall,…
fish is a bit insonsistent on it. For instance, `git add <tab>` will only autocomplete for modified files. It will also fill in wildcards, e.g. `cat *.txt <tab>` will expand to show all .txt files. On the failure side,…
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 had very bad experiences trying to run…
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]:…
> 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 that doesn't mean we're all motivated…
> 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 deliberately minimal (you don't even get…
If it gets abandoned—so what? Switching browsers is trivial.
> 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 of major features since 2020. Here are…
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. What is the issue I'm not seeing?
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 in a shareable way, even though I…
You can test for existence: val, ok := my_map[123] if ok { ... } https://go.dev/blog/maps#working-with-maps
Out of curiosity, why put "router" in quotes?
> 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, though. It's like a double knot that…
I do this all the time at my job, without issue. I think it's honestly easier than using plain git.
> 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 to convince me. Okay, snark off. But as…
> 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 on the map, not zoom in and out (which…
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 self-cleaning and self-maintaining.…
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 (leachianus, Jaragua dwarf gecko, and…
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 insight. Other times, they're just links…
I assume you mean Kobo, not Roku?
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]…
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 `jj squash` my working changes into the…
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 well for something from 1986.
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 loop. It didn't. It was the site's real…
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 told it not to.
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 its poor performance on Safari. Overall,…
fish is a bit insonsistent on it. For instance, `git add <tab>` will only autocomplete for modified files. It will also fill in wildcards, e.g. `cat *.txt <tab>` will expand to show all .txt files. On the failure side,…
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 had very bad experiences trying to run…
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]:…
> 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 that doesn't mean we're all motivated…
> 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 deliberately minimal (you don't even get…
If it gets abandoned—so what? Switching browsers is trivial.
> 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 of major features since 2020. Here are…
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. What is the issue I'm not seeing?
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 in a shareable way, even though I…
You can test for existence: val, ok := my_map[123] if ok { ... } https://go.dev/blog/maps#working-with-maps