Viewing profile — crabique
crabique
HN member- Joined
- Thu, Dec 14, 2023, 11:44 PM UTC
- HN karma
- 49
- Public activity
- 35 items
- HN profile
- View on Hacker News ↗
About crabique
No profile information was provided.
Recent public activity
-
comment
Comment #48662063
This particular image is a bit different though. By CVEs I mean the architectural stuff that was discovered after the original ingress-nginx repo was archived, so there is no "offi…
-
comment
Comment #48659009
Is their ingress-nginx-controller image similar to that of Chainguard: a drop-in replacement with the CVEs fixed?
-
comment
Comment #48116031
At least on ZFS, VersityGW absolutely does use sync IO, found it out the hard way on an HDD zpool with no SLOG...
-
comment
Comment #47892150
Very cool, I wish there were something similar to this for filesystem images though. Just recently I needed to somehow generate a .tar.gz from a .raw ext4 image and, surprisingly, …
-
comment
Comment #47767277
I, too, can vouch for ZFS+VersityGW being a great solution, we were able to scale it vertically on a single-node deployment to a pretty high throughput, both reads and writes. Most…
-
comment
Comment #45669506
Care to elaborate?
-
comment
Comment #45372659
Yeah unfortunately mirrors is no go due to efficiency requirements, but luckily read performance is not that important if I manage to completely offload FS/S3 metadata and small fi…
-
comment
Comment #45371851
In their design document at https://garagehq.deuxfleurs.fr/documentation/design/goals/ they state: "erasure coding or any other coding technique both increase the difficulty of pla…
-
comment
Comment #45363207
For sure, there is zero expectations for any kind of hardware downtime tolerance, it's a secondary backup storage cobbled together from leftovers over many years :) For software, a…
-
comment
Comment #45362765
It's a very beefy server with 4 NVMe and 20 HDD bays + a 60-drive external enclosure, 2 enterprise grade HBA cards set to multipath round-robin mode, even with 80 drives it's nowhe…
-
comment
Comment #45359768
Thanks, but I forgot to specify that I'm interested in S3-compatible servers only. Basically, I have a single big server with 80 high-capacity HDDs and 4 high-endurance NVMes, and …
-
comment
Comment #45359372
Is there an open source service designed with HDDs in mind that achieves similar performance? I know none of the big ones work that well with HDDs: MinIO, Swift, Ceph+RadosGW, Seaw…
-
comment
Comment #44669196
I wouldn't recommend doing it from a cronjob, there are sometimes things that require sudo to update, breaking changes and important notes from Brew maintainers in the output. It's…
-
comment
Comment #44627116
The trick for smooth experience is to treat it like `pacman -Syu`: brew update && brew upgrade && brew autoremove && brew cleanup && brew doctor Running this every few days and fix…
-
comment
Comment #44582720
Most CAs offer them, the only requirement is that it's at least an OV (not DV) level cert, and the subject organization proves it owns the IP address.
-
comment
Comment #44422893
Get a wildcard for the apex domain/higher-level subdomain, the "secret" subdomain will be covered implicitly. If you don't want the certificate to be in the CT logs, your only opti…
-
comment
Comment #44217116
I remember WML tag, essentially SPA 20 years before SPA even became a term.
-
comment
Comment #44216104
This is how it works already, the DoH endpoint is "/dns-query", both CloudFlare and Google route this endpoint to their resolver services, while the rest of the site (one.one.one.o…
-
comment
Comment #43556026
testssl.sh allows you to scan stuff inside private networks, supports custom ports/SNI, and things like StartTLS.
-
comment
Comment #43511858
There's https://github.com/itchyny/gojq which is pretty popular, even GitHub CLI embeds it for their --jq filter.
-
comment
Comment #43234497
It does not matter, the intent is obvious no matter how they try to spin it, the damage has been done. I am uninstalling Firefox after 16 years of sustained everyday use in dual-br…
-
comment
Comment #42581137
Proper quake mode is just one shortcut to show/hide the entire terminal window, otherwise the app is completely hidden from the app switcher and the dock. This also involves handli…
-
comment
Comment #42579912
Somehow this is the first time I see anyone else bring this up, but the fonts are absolutely displayed with wrong kerning on my mac, for my font (at 12pt) I was able to make it loo…
-
comment
Comment #42579866
Unfortunately, it's nowhere near close feature-wise just yet: proper quake mode, search, prompt navigation, line timestamps, tab output indicators, forced keyboard locales, customi…
-
comment
Comment #42531844
On my system it's ctrl+tab to cycle through tabs, then escape to open the one that is currently highlighted.