HN user

tiltowait

1,119 karma
Posts0
Comments425
View on HN
No posts found.

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 you can untie like a single. Witchcraft!

Don't Roll Your Own 2 months ago

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 someone who dislikes the proliferation of "web apps", I'd be perfectly happy to see Google Docs and others die off if it meant we moved back to real, locally run applications.

Don't Roll Your Own 2 months ago

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 always feels awful as a scroll action and never stops where I want it to).

Click-drag to pan doesn't feel nice.

It doesn't really matter anymore, since 99% of maps use is on mobile now, but this was always a small pain point to me in the past.

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.

Keepers of very small reptiles sometimes maintain colonies as feeder insects.

And still others skip the scaly middlemen and keep isopods as pets. They can get hilariously expensive. Just a couple of years ago, rubber duckies (featured on this site) used to be $90 a pop due to their rarity and difficulty in keeping them. Since they exploded in popularity, however, they're a much more reasonable^1 $15 a head or so.

[1]: For certain definitions of reasonable.

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 leopard gecko, if curious). Info all looked correct. Drilling into the Jaragua brought me to a less-impressive page with utter gibberish text and duplicated info boxes. So it goes. I drilled further, but they were more esoteric topics I'm less versed on (lamellar setae), I can't evaluate the accuracy without further research.

I also gave it something broader: "tokay gecko". More duplicate info boxes, and for some reason it "drew" two geckos on top of each other. Kind of cute, but tokays are extremely territorial, so happy cohabitation isn't their default (though it's not unheard of).

Still, despite the issues, I thought it was very neat.

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 to someone else's random, substanceless Trump rant.

It's a real shame, because he can be genuinely insightful when it comes to computing topics (and Apple in particular, obviously). That said, I do find his podcast much more bearable. Not zero-Trump, but less Trump.

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 named commit. By keeping my working commit description-free, I avoid accidentally pushing it (and potentially broken code) to origin.
Dark Castle 3 months ago

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 subscription modal.

I feel like there's a lesson in there.

Claude Sonnet 4.6 5 months ago

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.

Gentoo on Codeberg 5 months ago

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, though, it's ... fine. That's all. A little worse than it used to be, which is frustrating, but certainly nowhere near unusable. I stood up my own forge and mirror some repos to it. The performance is almost comically better. I know it's not a fair comparison: I have only one user. On the other hand, I'm on a 9-year-old Xeon located geographically farther from me than GitHub's servers.

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, `rm foo <tab>` will still show `foo` as an option.

IME, zsh has better autocompletion (which, at the time at least, was a separate install).

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 RNG without hitting crates.io), whereas Python's is gigantic. And in actual use, they tend to feel extremely different.

Orion 1.0 8 months ago

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 those that I've enjoyed:

* Universal control * iPhone mirroring * Stage Manager * Container CLI

Granted it's not a giant list, but each release does have little refinements here and there, and Claude may have missed some (it didn't mention container CLI, for instance; that was from my memory). I also omitted some features I don't care about (like Safari profiles and some other window management stuff).

What features are you hoping for? Aside from a tiling WM, which won't happen, I'd be happy just with refinements and bug fixes.

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 expect no one[0] to ever read it. It's also been fun using a new-to-me SSG (Hugo).

[0] Correction: I have had three visitors, not including myself.

People are worried about half-assed[0] rewrites that break functionality and introduce exciting, new vulnerabilities due to improper implementation. And they aren't wrong to fear that, given the multiple issues we've seen in just the past week with Ubuntu's Rust overhaul.

[0]: Or even whole-assed. Memory (un)safety is only one form of vulnerability.

I've found Claude 4.5 Sonnet to be great with FreeBSD stuff. Very occasionally it'll hallucinate a sysctl argument, but that's been about the extent of my issues.

I've noticed the same. At first, I thought it was Baader-Meinhof, since I recently decided to set up a FreeBSD server after over a decade since I last used it, but it's definitely hitting the news more (15.0-RELEASE comes soon, and a Swift build was just announced), which I guess naturally leads to more discussion.

Would love to see it surge in popularity. Underrated OS.

I'm glad I'm not the only person with similar feelings. I'm perfectly comfortable in Linux, but there's a certain ... uncanniness to it that's hard to pin down. FreeBSD (and, I suspect, the other BSDs as well) just feels more coherent.