HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Diti

671 karmajoined قبل 11 سنة
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.).

Submissions

Memoirs from the old web: IE's crazy content rating system

devever.net
2 points·by Diti·قبل 5 أشهر·0 comments

Rust-based web browser project "Verso" no longer maintained

github.com
6 points·by Diti·قبل 9 أشهر·2 comments

comments

Diti
·قبل 6 أيام·discuss
Yep. Also no author – an actual writer would have taken credit. I flagged the article but it did nothing.
Diti
·قبل 10 أيام·discuss
Woops! This is what sleep deprivation does. Thanks!
Diti
·قبل 10 أيام·discuss
Because support for the app stops the moment the Claude Code subscription ends. No-one enjoys unmaintained apps.
Diti
·قبل 12 يومًا·discuss
A VPN is literally a… (Very) Private Network.
Diti
·قبل 12 يومًا·discuss
Let’s be honest, most people do not review the full output of Claude Code because of slop fatigue.
Diti
·قبل 17 يومًا·discuss
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.
Diti
·قبل 17 يومًا·discuss
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.
Diti
·قبل 18 يومًا·discuss
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";
    };
Diti
·قبل 19 يومًا·discuss
I don’t think you have understood the article enough. You can use Schema.org/FOAF/WikiData/etc. ontologies in HTML without JSON-LD and the script tags.
Diti
·قبل 22 يومًا·discuss
Anything is a step-up for Markdown, unless you include HTML in your Markdown. The base features of AsciiDoc (or Org-mode) are alike to Markdown in terms of simplicity (no typesetting).
Diti
·قبل 26 يومًا·discuss
> the main issue is that we lack a global '911'.

911 is for emergencies. I don’t think the global 911 service would give any attention to a LinkedIn scam.
Diti
·قبل 28 يومًا·discuss
Not sure about HTML, but you can use `<switch>` [1] in SVG and it will display localized text based on the `system’anguage` property.

[1]: https://developer.mozilla.org/en-US/docs/Web/SVG/Reference/E...
Diti
·قبل 29 يومًا·discuss
Good point, thank you (and the other commenters)!
Diti
·قبل 29 يومًا·discuss
What about the fact it’s a US-based product so you’re under forced Five Eyes data collection?
Diti
·قبل 30 يومًا·discuss
Am I the only one who doesn’t trust Nextcloud because they use Vimeo instead of a privacy-respecting CDN to showcase videos of their project?
Diti
·الشهر الماضي·discuss
> Also, I still haven't found a clipboard manager that works normally on Wayland.

I recommend Vicinae. https://docs.vicinae.com/clipboard
Diti
·الشهر الماضي·discuss
“Monkeys and microwaves.”
Diti
·الشهر الماضي·discuss
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.
Diti
·الشهر الماضي·discuss
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)!
Diti
·قبل شهرين·discuss
Claude allegedly uses this RegEx to detect frustration:

    /\b(wtf|wth|ffs|omfg|shit(ty|tiest)?|dumbass|horrible|awful|piss(ed|ing)? off|piece of (shit|crap|junk)|what the (fuck|hell)|fucking? (broken|useless|terrible|awful|horrible)|fuck you|screw (this|you)|so frustrating|this sucks|damn it)\b/
https://news.ycombinator.com/item?id=47586778