HN user

brirec

562 karma

[ my public key: https://keybase.io/bri_; my proof: https://keybase.io/bri_/sigs/rC4TBu-_yMaVuLND-xQhbiU2NCNXKLSnK-hrRw6ykn8 ]

Website: https://ibeep.com GitHub: https://github.com/b-/ Email: hn (at) ibeep (dot) com

Posts1
Comments247
View on HN

I think the parent comment means that Ladybird is fighting to be an additional browser engine in the current ecosystem of “Chromium and a couple of tiny, unimportant competitors.”

However, on the subject of the other meaning of “diversity,” and whether or not it is in the business models of either of these projects, I think we have pretty conclusive evidence that actually it is NOT a core value to either of them:

Citation for Ladybird: https://hyperborea.org/reviews/software/ladybird-inclusivity...

Citation for DHH, the creator of Omarchy: https://news.ycombinator.com/item?id=30600746

As someone directly affected by this sort of thing, I really want nothing to do with either project.

I also can’t help but notice that this “tech-right smell” is about the only thing that these two projects seem to have in common with one another, making me question Cloudflare’s intentions with this.

Netgate are _terrible_ at open source, though — they’re shit at accepting contributions, they’re shit at providing attribution, and they’re shit at providing any support whatsoever to anyone who prefers other hardware (even with their paid software).

So I really can’t say I recommend their hardware…

This is kind of neat. I appreciate how well it falls into the whole Unix philosophy of small tools that do one thing really well.

One thing I’m kind of curious about from a UI standpoint is why the exponential argument isn’t a double-hyphen flag. It kind of feels like it should be, given all of the other arguments are flags.

AnduinOS 11 months ago

Have you ever seen the size of modern OS installs?

These days all of my “Debian” bare metal systems are technically running Proxmox, which I think is a relatively happy medium as far as the base Debian system goes — the Proxmox kernel is basically the Ubuntu kernel, but otherwise it’s a pretty standard Debian system.

I’ve thought about (ab)using a Proxmox repository on an otherwise stock Debian system before just for the kernel…

The standard is, well, a standard, and that’s why PoE is safe in the first place. Adding per-port fuses won’t stop bad cable from burning, because the fuse would have to be sized for the rating of the PoE switch.

This is why you don’t want “fake” Cat6 etc. cable. I’ve seen copper-clad aluminum sold as cat6 cable before, but that shit will break 100% of the time and a broken cable will absolutely catch fire from a standard 802.at switch.

It’s funny to me that this post calls out Podman-Compose as “not actively maintained” with its last commit being 5 months ago, then turns around to recommend Podlet (whose last commit was…5 months ago) as an alternative.

Podlet can be useful and helpful, but ultimately it doesn’t support many of the features of Docker Compose and doesn’t always provide a clean translation. In particular, Podlet doesn’t support stacking multiple yaml files (e.g., -f docker-compose.yml -f docker-compose.override.yml)

As someone with pretty bad hemorrhoids, I’m hesitant to ask my doctor about surgery because I’ve been told the hemorrhoids will come back, without question. So it’s even still just a temporary fix…

That’s whataboutism — Apple slowly has been precluding all of those from getting the latest updates officially (I think the iMac Pro is the last supported Mac without a T2 chip), and they’re ostensibly supposed to go into the landfill too, and that’s also bad!

It’s like using ssh-keygen to generate an SSH key, and entering your chosen password when prompted. This encrypts the private key, which is otherwise completely independent from the password. Not derived from it, just used to lock it.

This was ultimately what I needed to do when I wrote a systemd service that managed some firewall rules. It really was a footgun though, what with having essentially different meanings/purposes for ExecStop whether you’re doing a Type=forking, a Type=oneshot, or a Type=oneshot with RemainAfterExit=yes.

And relatedly, I honestly have no idea when I’d want to use ExecStartPre, or multiple ExecStarts, or ExecStartPost, and so on.