HN user

aquabeagle

894 karma
Posts6
Comments83
View on HN

While this article is about OpenBSD's floppy support, if you already had OpenBSD on the machine and working networking, upgrading it without any external devices is as easy as:

    ftp -o /bsd.rd https://cdn.openbsd.org/pub/OpenBSD/6.7/i386/bsd.rd
Then reboot and at the boot> prompt, just type "bsd.rd".

On 6.6 and newer, just type sysupgrade and that's it.

Seems like the FTC or some other government agency could save a lot of people a lot of heartache with a PSA targeted at elderly people. Commercials during daytime TV basically saying no one will ever legitimately call you and ask you to buy gift cards as a method of payment.

I've tried Haiku a few times and liked it, but it feels like the beta label has been around forever and is not doing them any favors. It's 2020, you're not publishing software as a big-box release in stores, just cut a release already and then keep iterating!

From Wikipedia:

It wasn't until September, 2009 that Haiku reached its first milestone with the release of Haiku R1/Alpha 1. Then in November, 2012 the R1/Alpha 4.1 was released, while work continued on nightly builds.[8] On September 28, 2018, the Haiku R1/Beta 1 was released.[9] On June 9, 2020, Haiku R1/Beta 2 was released.

Almost 11 years and it's still not out of beta?!

Seems like having to use a bunch of popular patches is counter to the author's other praises about how simple and minimal the software is. Why doesn't upstream integrate them and let everyone use them without having to patch?

OpenBSD 6.7 6 years ago

Which of the hundreds of Linux distributions that have free/volunteer resources split amongst them do you run?

If you consider PGP something that mostly works, and Signal the fringe contrarian view

We're talking about email here, so yeah, the number of encrypted emails I've received with PGP is non-zero and through Signal is zero.

Typical security industry contrarianism.

"Stop using that thing that mostly works as intended and is integrated into lots of email clients and systems, and has a number of independent implementations, and has the decentralized properties that match email."

"What should we use instead?"

"shrug You can send encrypted stickers in Signal, isn't that neat?"

If you're going to advocate for everyone to stop using something that they rely on, make sure there's a viable alternative for them to switch to first (or throw your weight behind making/enhancing one). Otherwise you're just telling people to stop using plastic straws and giving them shitty paper straws in exchange. People know they're bad but the alternatives are worse to them so they stick with the bad thing.

I wish I would have not fought the tools so much.

I started Android programming from the command line using make/ant and testing on a device because I didn't like Android Studio. This ended up wasting a lot of time and energy over the years as I had to integrate more 3rd party libraries (including Google's own crap).

Same thing for iOS. I didn't like building GUIs in Interface Builder so I did everything in code. Over time as iOS devices came in different sizes, this became harder to do properly. I should have given in early and learned to use Interface Builder, auto layout, etc.

If it says CLI, I tend to think of it as a normal command that runs and spits out some output (or nothing). A TUI means a full-screen, long-running, interactive application.

So if this were a CLI for lobste.rs, I'd assume it just fetches the stories and prints them.