rutrum

joined 5 months ago
[–] rutrum@programming.dev 2 points 2 months ago

Looking forward to TYPE_CHECKING without import typing.

[–] rutrum@programming.dev 28 points 2 months ago

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.

[–] rutrum@programming.dev 3 points 3 months ago (1 children)

There are many devices for making single or double cups of coffee. I think the aeropress and v60 are great options.

[–] rutrum@programming.dev 1 points 3 months ago
[–] rutrum@programming.dev 3 points 3 months ago (2 children)

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

[–] rutrum@programming.dev 7 points 3 months ago

Only a web dev could be fooled into being a gopher

[–] rutrum@programming.dev 4 points 3 months ago (2 children)

I like butter+jelly and butter+peanut butter on my biscuits, but never both. I also like making sausage gravy with cream cheese instead of flour most of the time. Looks yummy anyway, even the eggs right on top ;)

[–] rutrum@programming.dev 2 points 3 months ago

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

[–] rutrum@programming.dev 2 points 3 months ago* (last edited 3 months ago) (1 children)

It appears the original user changed their github username. The project now lives at https://github.com/in-a-dil-emma/declarative-flatpak

[–] rutrum@programming.dev 7 points 3 months ago* (last edited 3 months ago) (5 children)

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.

[–] rutrum@programming.dev 2 points 3 months ago (1 children)

Love the dinner tray!

[–] rutrum@programming.dev 4 points 4 months ago

Web app might be best. I'd start with one built into a search engine. Try duckduckgo or brave search.

view more: ‹ prev next ›