
I found out about it while making a Jekyll plugin, the speed improvement is really noticeable

I found out about it while making a Jekyll plugin, the speed improvement is really noticeable

ImageMagick does the job but can be slow. libvips is à faster alternative
Reading the parts of the original report that are shown in the article, it gives me “AI-generated” vibes. Especially the part at the end, where they list other subreddits the user engaged with : this section feels so unnatural and irrelevant to the broader report
Knowing how much this administration loves AI, this seems plausible to me that these reports are auto generated, either from a human flagging specific posts, or from an automatic flagging system
This thread was a fun read. The part where the author tries covering up their BS with force pushes is so messed up…
Here is a link to the adjust.h GitHub in case you don’t feel like watching a video
Is this some kind of virt-manager but with a TUI ?
https://github.com/atuinsh/atuin is a great tool to manage and search your shell history. I especially enjoy it being able to search commands based on the working directory I was in when I ran them.
It also has more features (which I don’t use) to manage dotfiles and sync shell history across hosts/devices.

I had one such case recently, turned out it was due to a faulty SATA (data) cable. Once you find which drive is clicking, try plugging it with a new cable before declaring it dead.
dmesg output may contain some useful error messages. If you find errors related to I/O, block devices, SCSI or SATA, you should include them in your post

Someone registering the domain would be able to receive any email sent to any address under this domain, including password resets.

Are you talking about this one German instance that did not want to get in trouble with German laws ? That’s the neat part about the fediverse, each instance can have their own rules, and one instance can update its rules to comply with local laws without requiring other instances to do the same

I roughly agree with everythibg you said, but this is a “Reddit” community after all. What did you expect when you subscribed to it ?
Reminds me of the time when I bind mounted my home dir in a chroot, then rm -rfed the chroot when I no longer needed it…
To anyone saying it’s dumb not to use a forge, have you heard of a little open source project called Linux ? It does not use a forge either

Alternatively, if your databases are on a filesystem that supports snapshots (LVM, btrfs or ZFS for instance), you can make a snapshot of the filesystem, mount the snapshot and backup thame database from it. This will ensure the backup is consistent with itself (the backed up directory was not written to between the beginning and the end of the backup)
Enabling multi DC redundancy is really easy though. The other providers you mentioned may have it by default, but they’re also a lot more expensive.
I love that they let me pick my own redundancy strategy, without forcing me to pay for theirs
border-radius: max(0px, min(8px, calc( (100vw - 4px - 100%) * 9999)) );
Oh I missed this. I think it’s only here to showcase doing math between different units, which is really nice in my opinion. I’m thinking about a few instances where I had to resort to dirty JS hacks just because CSS did not support this at the time
We still see somewhat old browsers, especially from people using Safari on Apple devices (because IIRC it only updates when you update the whole OS). But it’s a lot better than it used to be thanks to most browser having auto-updates
Works fine for me. Which OS and browser are you using ?
I don’t know about other homeserver implementations but synapse kinda sucks. It used to randomly eat 100% of 1 or 2 CPU cores (including the database) until I tracked it down to 3 rooms having a messed up state which caused costly SQL queries. I removed the rooms from my server (using a third party admin panel because there’s no proper admin GUI built in, the documentation just mentions curl commands to hit the admin API, with placeholders to manually replace). It has been fine since I did it, but I’m the only user on my server. And I expect other issues to come up at any time…
It also eats a lot of storage, mostly the database. It grew very large quickly, but it’s more stable now