HN user

Diti

673 karma

Curious, adaptable and meticulous developer, with a taste for backend and DevOps, supervised and distributed systems, infrastructure as code, and automation.

Disabled (French “RQTH”). I probably can’t make it past the usual hiring process because of that.

My favorite tools: NixOS, Elixir, Tailscale, Zsh, NeoVim, Blender, ffmpeg.

I also like poker and video science (gamma transfer functions, timecode, etc.).

Posts4
Comments388
View on HN
Back to Kagi 10 hours ago

I extensively report obvious slop websites. Most of them get rejected/marked as “not AI”. That initiative is cute on paper, but they apparently do not trust the community.

NixOS 26.05 23 days ago

Let’s be honest, most people do not review the full output of Claude Code because of slop fatigue.

Where in the terms of service or in the admin UI do you see this information? You can pre-pay, yes, and the CDN service (and ONLY the CDN service) has a setting to stop the billing. But the other services do not seem to have a limit on how much you can get billed.

I want to love Bunny. But I am terrified about being suddenly charged thousands of euros if some unexpected traffic from LLM/crawler activity happens.

As far as I know, Bunny products are their own business units with their own goals and feature requests (Bunny Stream, in particular, lacks a lot of features) and the “block all requests after the bill becomes 50 EUR” ONLY exists for Bunny CDN, not for their other products.

The day Bunny starts treating all their products evenly (and listen to requests asking to implement basic features) will be the day I will switch all my nonprofit communities to their services.

If you see a directory for pictures, it means XDG directories are available in your system. Then you can change their location at will, and place them as deep in your user directory as you like. Like in `~/opt/art/visual/picture`.

My Nix Home Manager settings for XDG directories:

    xdg.userDirs = {
      enable = true;
      createDirectories = true;
      desktop = "${config.home.homeDirectory}/var/desktop";
      documents = "${config.home.homeDirectory}/opt/docs";
      download = "${config.home.homeDirectory}/var/download";
      music = "${config.home.homeDirectory}/opt/art/music";
      pictures = "${config.home.homeDirectory}/opt/art/visual/picture";
      publicShare = "${config.home.homeDirectory}/var/public";
      videos = "${config.home.homeDirectory}/opt/art/visual/video";
      templates = "${config.home.homeDirectory}/opt/templates";
    };

What about the fact it’s a US-based product so you’re under forced Five Eyes data collection?

Your opinion reminds me of the narrative about cheaters in the speedrunning community. The cheaters say they cheat not because they feel superior, but because they feel “they could achieve good results if they put in the time”. They feel entitled to cheating.

I thought the unlabeled `<textarea>` was part of the prominent Cloudflare captcha that’s on the page. I sent intense swearing as a result. I’m sorry. But your UI could be made slightly better (by adding a label)!

Tools like this can also display false low glucose figures, leading you to reduce your slow-acting insulin and skipping fast-acting insulin. A day later, you start feeling nauseous (ketoacidosis), and you’re in danger of death.

I’ll keep using the manual glucose meters (like you advised), and would personally stay the fuck away from any transformer-based LLM to report medical data.

Claude understands AsciiDoc just fine. His training data makes it so that most AsciiDoc documents he generates uses Markdown-like capabilities, but a gentle push in an appended system prompt (like a “feel free to use all of AsciiDoc’s features”) makes him create very nice documents to iterate on, in my opinion.

I hope to see the day when (or if) the LLMs get so good at spotting and fixing bugs that all that’s left for the Firefox engineers to do is to focus on adding new features.

This isn’t sarcasm. Firefox deserves to be used more. Most people I know don’t use it because “Chrome does almost everything better”, and Firefox can’t compete with the other browsers’ roadmaps.