HN user

mfashby

188 karma
Posts0
Comments106
View on HN
No posts found.

It's essential on narrow shared paths e.g. a canal towpath, when you're approaching a pedestrian from behind in order to avoid startling them when you pass.

Most people walking the canal towpath around here know this, runners in particular will sometimes be give a wave or visual acknowledgement they've heard you without turning around.

Force interoperability one way or another. WhatsApp is a closed system, if I want to use an alternative I'm stuck with adversarial interoperability, so stuff like Beeper (which is great, but...) which might get my account banned. Or waiting for some legislation to force WhatsApp to open it's API and let me interact with my contacts there without being locked into their apps

I also had an issue with the power button on my FP4, sadly it became stuck _on_ so the phone just bootlooped and was immediately unusable.

I ended up posting it for repair, over Christmas, which did take about 2 weeks but it was fully covered by the warranty.

I've successfully replaced the USB port after accidentally filling it with sand once, and that was trivial apart from UPS losing the package the first time. I really do appreciate the repairability, even if it could be better.

I've got an openbsd server, postgres installed from the package manager, and a couple of apps running with that as the database. My backup process just stops all the services, backs up the filesystem, then starts them again. Downtime is acceptable when you don't have many users!

I moved us off docker swarm to GKE some years back. The multi node swarm was quite unstable, and none of the big cloud providers offered managed swarm in the same way they offer managed k8s.

It's a shame I agree because it was nicely integrated with dockers own tooling. Plus I wouldn't have had to learn about k8s :)

But it would be healthy for everyone if people supported a DRM-free and non-surveillance ebook ecosystem.

I try nearly every time. The book I want (usually sci-fi recommended to me by friends) is never available from any DRM free shop I can find.

I end up buying from Amazon because their DRM is the most convenient to remive. And I go to the effort to remove it because I want to keep the content I buy, not have it disappear when the DRM key holder decides to take it away from me.

It's not what you're aiming for with this comment, but I bet git would actually make a pretty good storage tool/format for archival of mostly static sites.

horrible simple hack: use `wget` with `--mirror` option, and commit the result to a git repository. Repeat with a `cron` job to keep an archive with change history.

Updates as the other commenter says. Also isolation technology like docker containers, chroots, bsd jails, protections that systemd offers, or virtual machines. While not perfect, it means that the attackers must have the ability to chain exploits in order to break out of the compromised application to the rest of the host system.

It varies, I guess. For a normal end-user account on a system where no interaction between users is possible, it pretty much just affects you.

For some kind of admin account with privileged access to other users' data, then it definitely affects others.

One might expect increasing mandatory security measures correlating with increased potential damage of a breach. Similar to safety measures on mass transit vs. personal vehicles.

I've been using maddy.email running quietly on my RPi for a couple of years now. I think it's 'simpler' than mail-in-a-box because it implements IMAP, SMTP, all in one server which can be backed by a database, instead of managing installation and updates of many different programs. It also does DKIM automatically and uses ACME/LetsEncrypt to automate certificate management.

It doesn't have as many features as mail-in-a-box though for a example no webmail or Cal/CardDAV, so I have to run those separately. It would be great to extend the project

Another similar project is stalw.art mail server. I haven't used that yet but it looks promising, and it supports JMAP (a possible IMAP successor)