Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)R
Posts
3
Comments
23
Joined
1 yr. ago

  • Which is great for TSMC opening new fabs in the US too lol

  • Those leaves tricked me

  • Many people think of Docker as a virtual machine, but a better way to look at it is as a security wrapper around a process.

    I really like this interpetation of containers. Thanks for sharing.

  • Nix / NixOS @programming.dev

    Why is xxx2nix a preprocessing step?

  • This already happens with resumes and it works great!

  • I've had an amazing time remoting into friends and families windows machines from my linux box, and they were able to install rustdesk very easily. It's incredibly streamlined and has been so helpful when I need it.

  • Whoa! Howd you make a website from typst? I would love a way to draft my website in typst.

  • I use a tool called ouch so I never have to remember the tar flags ever again.

  • This should be added somewhere to wiki.nixos.org. Thank you for sharing

  • I dont think the criticism of installing apps is valid. Windows also has many ways of installing things. He criticizes the app center as if you can install everything from the microsoft store. On windows you still install stuff from a website, and you can use a package manager too it just isn't a requirement.

  • OBS Studio: There's a community version but no official version of OBS for Linux.

    This is incorrect, right? Im assuming had to install it somewhere else and presumed it wasnt official.

  • Nix / NixOS @programming.dev

    NixOS 25.05 released | Blog | Nix & NixOS

    nixos.org /blog/announcements/2025/nixos-2505/
  • What a great domain name

  • I use borg backup. It, and another tool called restic, are meant for creating encrypted backups. Further, it can create backups regularly and only backup differences. This means you could take a daily backup without making new copies of your entire library. They also allow you to, as part of compressing and encrypting, make a backup to a remote machine over ssh. I think you should start with either of those.

    One provider thats built for being a cloud backup is borgbase. It can be a location you backup a borg (or restic I think) repository. There are others that are made to be easily accessed with these backup tools.

    Lastly, I'll mention that borg handles making a backup, but doesn't handle the scheduling. Borgmatic is another tool that, given a yml configuration file, will perform the borgbackup commands on a schedule with the defined arguments. You could also use something like systemd/cron to run a schedule.

    Personally, I use borgbackup configured in NixOS (which makes the systemd units for making daily backups) and I back up to a different computer in my house and to borgbase. I have 3 copies, 1 cloud and 2 in my home.

  • Does anyone here use kellnr? Sounds really awesome to have, but I dont write any closed source rust, and just publish to crates.io.

  • I enjoy beyond all reason, which is the only flatpak I have in my config XD

  • Very exciting! You're layout looks fine as is. As it grows it might change, but for what you have now its a great schema.

    On themes: catppuccin has a dedicated flake for applying the catppuccin style to a lot of different terminal apps and gnome/kde I think. I prefer this over stylix, a general purpose themer, because I want explicit control over which color scheme is enabled on each app. Stylix is cool, but doesnt make it easy (or possible?) to apply different themes to different apps.

    Declarative flatpak by germanbread in-a-dil-emma is a nice flake. Occassionally theres a flatpak I need that isnt already packaged. This takes care of that. https://github.com/in-a-dil-emma/declarative-flatpak

    If you want to work with secrets, look into sops-nix. Vimjoyer on youtube has a great video on how to get it setup.

  • Yeah, you're totally right.

    All image processing happens locally.

    And then it mentions that you can just open the index.html directly, which means it uses clientside javascript or wasm and runs on the browser. You are correct!

    On the topic of word choice, you might be right. Save or open might be better.

  • Just because its run locally, doesnt mean it still isnt a web server. The software could run anywhere and be accessed over the network. The image optimization happens at the server, so download and upload are more accurate.

  • Programming @programming.dev

    I've been playing an MMO that you can only play via rest API calls: Artifacts

    artifactsmmo.com