Live data from Hacker News

Viewing profile — kirici

kirici

HN member
Joined
Wed, Dec 25, 2024, 8:07 PM UTC
HN karma
74
Public activity
45 items

About kirici

No profile information was provided.

Recent public activity

  1. comment
    Comment #49229293

    The default should be that every additional piece needs to be justified

  2. 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…

  3. comment
    Comment #48655986

    This screams LLM to me and I couldn't bear to read past the second paragraph.

  4. 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…

  5. 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 …

  6. comment
    Comment #47421457

    tiobe is garbage and should never be given any credibility.

  7. comment
    Comment #47329027

    Operates on hunks, which may at times be multiple lines that cannot be split further

  8. comment
    Comment #46833697

    > I wonder if github supports regex search /it does like this/

  9. 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…

  10. 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.

  11. comment
    Comment #45344627

    Clearly you fell for the premature measuring fallacy, everyone knows to optimize for web-scale first.

  12. comment
    Comment #45265038

    I'm using difftastic, it cuts down a whole lot of the noise https://difftastic.wilfred.me.uk/

  13. 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 …

  14. comment
    Comment #45201097

    There happens to be a distro called Vanilla that is Debian-based, atomic, integrates distrobox etc. https://vanillaos.org/

  15. comment
    Comment #45178359

    These were singular containers, let alone hosts.

  16. 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…

  17. comment
    Comment #45082009

    I am currently looking into zot, what were your blockers/hiccups with it?

  18. comment
    Comment #44970260

    Glad I didn't start evaluating it earlier, just a few hours down the drain.

  19. comment
    Comment #44880981

    I am increasingly in favor of inspecting/diffing branches from MRs locally.

  20. comment
    Comment #44837426

    Like television and telephone, the "tele" (remote) part is the crucial and defining one. Without it, it's just metry.

  21. 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…

  22. comment
    Comment #44810854

    I've been looking for something like this, will test it out shortly.

  23. comment
  24. comment
    Comment #44644898

    You could disable autom snapshots or use `jj split -i`, which I use almost exclusively

  25. 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…