Viewing profile — kirici
kirici
HN member- Joined
- Wed, Dec 25, 2024, 8:07 PM UTC
- HN karma
- 74
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About kirici
No profile information was provided.
Recent public activity
-
comment
Comment #49229293
The default should be that every additional piece needs to be justified
-
comment
Comment #48673698
Passbolt and Bitwarden can be self-hosted on top of offering the usuals pros like MFA, an API incl. integrations (e.g. https://external-secrets.io/latest/provider/passbolt/ ) and a…
-
comment
Comment #48655986
This screams LLM to me and I couldn't bear to read past the second paragraph.
-
comment
Comment #47972408
How does BEAM renew my certificates, configure reverse-proxies, mount networked storage volumes to whichever node a given process is running on and handle cronjobs, disk pressure a…
-
comment
Comment #47912702
How does Elixir renew my certificates, mount networked storage mounts and create a VIP and internal DNS entries for my valkey instance? Scaling is a sidenote, that it becomes easy …
-
comment
Comment #47421457
tiobe is garbage and should never be given any credibility.
-
comment
Comment #47329027
Operates on hunks, which may at times be multiple lines that cannot be split further
-
comment
Comment #46833697
> I wonder if github supports regex search /it does like this/
-
comment
Comment #46684185
https://github.com/sunny0826/kubecm Tested a bunch and this is the one I stuck with, at least until I make my own. Once the entries are all right, I use the dare I say industry sta…
-
comment
Comment #45484587
Even if they did they still won't have caught up, because Tesla has had full self driving at the end of every year for the past 8 years.
-
comment
Comment #45344627
Clearly you fell for the premature measuring fallacy, everyone knows to optimize for web-scale first.
-
comment
Comment #45265038
I'm using difftastic, it cuts down a whole lot of the noise https://difftastic.wilfred.me.uk/
-
comment
Comment #45208186
I was using "just git" until I realized I've started writing a whole bunch of scripts of various types to recreate ("ad-hoc, informally specified and bug-ridden...") functionality …
-
comment
Comment #45201097
There happens to be a distro called Vanilla that is Debian-based, atomic, integrates distrobox etc. https://vanillaos.org/
-
comment
Comment #45178359
These were singular containers, let alone hosts.
-
comment
Comment #45160964
I've had multiple flaky issues with SQLite (e.g. non-HA Grafana) on Azure Files using NFS v4.1 leading to locked DBs. Perhaps some implementations work, I'm not gonna rely on it or…
-
comment
Comment #45082009
I am currently looking into zot, what were your blockers/hiccups with it?
-
comment
Comment #44970260
Glad I didn't start evaluating it earlier, just a few hours down the drain.
-
comment
Comment #44880981
I am increasingly in favor of inspecting/diffing branches from MRs locally.
-
comment
Comment #44837426
Like television and telephone, the "tele" (remote) part is the crucial and defining one. Without it, it's just metry.
-
comment
Comment #44833402
>opt-out telemetry: go By default, telemetry data is kept only on the local computer, but users may opt in to uploading an approved subset of telemetry data to https://telemetry.go…
-
comment
Comment #44810854
I've been looking for something like this, will test it out shortly.
- comment
-
comment
Comment #44644898
You could disable autom snapshots or use `jj split -i`, which I use almost exclusively
-
comment
Comment #44552452
>With Go's multiple return values to represent errors, they are also known to be too easy to "forget" to even look at the error value. How? Unassigned foo := myFunc() # [...] assig…