Viewing profile — keeperofdakeys
keeperofdakeys
HN member- Joined
- Sat, Apr 16, 2011, 4:32 AM UTC
- HN karma
- 1,623
- Public activity
- 928 items
- HN profile
- View on Hacker News ↗
About keeperofdakeys
No profile information was provided.
Recent public activity
-
comment
Comment #49031062
I'd say the biggest difference is Plex had years to get polish and mature. (After you turn off all the annoying features ...). So Jellyfin is missing little things, or has apparent…
-
comment
Comment #47789727
Nearly all ISPs these days are deploying IPv6 for their mobile networks and core service networks, especially in less developed markets^1. The reason is simple, a cost justificatio…
-
comment
Comment #47773299
> I've been using Duplicati to sync a lot of data to S3's cheapest tape-based long term storage tier. There are actually a lot of cheaper S3-compatible services out there, (like Ba…
-
comment
Comment #47562654
Reminds me of the story of Polywater. https://en.wikipedia.org/wiki/Polywater
-
comment
Comment #46239028
Stripe do this in a cool way. Their REST API is version based on date, and each time they change it they add a stackable compatibility layer. So your decade old code will still wor…
-
comment
Comment #45205445
Ceph overheads aren't that large for a small cluster, but they grow as you add more hosts, drives, and more storage. Probably the main gotcha is that you're (ideally) writing your …
-
comment
Comment #45205306
Arguably, "comma as a separator" is close enough to comma's usage in (many) written languages that it makes it easier for less technical users to interact with CSV.
-
comment
Comment #45012141
A bit out of context, but it reminded me of this funny moment. The only winning move is not to play. https://www.youtube.com/watch?app=desktop&t=10&v=xOCurBYI_gY (Background: Someo…
-
comment
Comment #44872608
https://www.openssh.com/legacy.html - Legacy algorithms in OpenSSH, which explains a little what they do. Then there is also your Identity key that you authenticate yourself with, …
-
comment
Comment #44819503
Usually smooth. But if you're running a production workload definitely do your prep work. Working and tested backups, upgrade one node at a time and test, read release notes, wait …
-
comment
Comment #44819478
Unfortunately clustered storage is just a hard problem, and there is a lack of good implementations. OCFS2 and GFS2 exist, but IIRC there are challenges for using them for VM stora…
-
comment
Comment #43565000
> IP does indeed have broadcast/multicast capabilities that cause the sender's egress traffic to remain independent of the number of recipients rather than being equal to the sum o…
-
comment
Comment #43129008
> Podman has a daemon mode ... Can you provide any documentation about that?
-
comment
Comment #42734325
You can mitigate this by including PCRs that sign the kernel and initrd, however it means whenever you update you need to unlock manually. On Redhat-based distros this can be done …
-
comment
Comment #42734307
> There has to be a better way. Probably Clevis and Tang, network disk decryption that can only decrypt if most of your servers are online. https://github.com/latchset/clevis https…
- comment
-
comment
Comment #42193257
Depending on what's in the rocket, just leaving it to decay in the environment would likely lead to contamination. Especially if you have any Hypergolic fuels lying around (explode…
-
comment
Comment #41957594
Because ZFS has one of the most robust RAID systems in an opensource filesystem, and is incredibly mature. And to be fair, almost every file system will have degraded performance a…
-
comment
Comment #41717772
What would a NACK add? TCP can already send an ACK for the last successful sequence number, telling the sender to retransmit packets after that sequence number. Due to latency and …
- comment
-
comment
Comment #40220342
Any linux process can run with elevated privileges (ie: as root) by setting a specific permission bit - https://en.wikipedia.org/wiki/Setuid . This is used for many things like pin…
-
comment
Comment #40196946
Either put machinery in your schema migration tool to create indexes as a separate step, so they are easy to re-apply. This makes keeping indexes in sync between production and sta…
- comment
-
comment
Comment #39968262
And maybe it wasn't removed by their choice. Below is a video of someone who had all their Spotify music removed with no recourse, due to a claim the were buying streams. No recour…
-
comment
Comment #39913859
> The painful clunkiness of self-checkout was gone. It could be worse. Imagine a smart gate that refuses to open for wheelchair users, or claims the child in your arms is an unpaid…