[-] rutrum@lm.paradisus.day 1 points 1 week ago

I used an ai painting pkugin before...never considered others! I'll take a look.

[-] rutrum@lm.paradisus.day 2 points 2 weeks ago

I love use tools like mermaid or plantuml. But Ive always faught with formatting (or gave up) instead of editing after the fact. Great idea?

In the same vein, I use draw.io to make architecture diagrams and flow charts.

[-] rutrum@lm.paradisus.day 2 points 2 weeks ago* (last edited 2 weeks ago)

I use todo lists for groceries. So getting things setup on nextcloud and then mobile devices with any caldav compatible app is pretty easy. We have a couple shared lists.

You can use tasks.org for android and reminders for iOS.

[-] rutrum@lm.paradisus.day 1 points 3 weeks ago

I've been using micromamba/mamba and not had solving issues like I did with conda. Im glad conda integrated libmamba.

Question: why were docker containers deemed security risks?

[-] rutrum@lm.paradisus.day 1 points 2 months ago

My drive to nix was so I could simply manage what packages I had installed with a text file. If I removed something from the file, I expect it to be uninstalled. I never found a tool/wrapper for apt to do this.

If you want to start with nixos, I would take whatever distro you are on and install nix and then home manager. Then, you can slowly migrate your user configuration over without starting from scratch. That worked really well for me going from ubuntu to nixos.

[-] rutrum@lm.paradisus.day 1 points 3 months ago

I really think the learning curve will be less than you think. Please consider at least reading the installation instructions. Here's the page for linuxserver.io's maintained plex docker container. I've linked to the usage section, where you can copy the compose file to deploy it. https://github.com/linuxserver/docker-plex?tab=readme-ov-file#usage

[-] rutrum@lm.paradisus.day 1 points 4 months ago

Yes everyone would need a client (probably?) but after having recently set it up the first time, its incredibly simple.

[-] rutrum@lm.paradisus.day 1 points 7 months ago

Not cargo, but I use justfiles in all my projects: https://github.com/casey/just Its great for aliasing project-specific commands like what you have.

[-] rutrum@lm.paradisus.day 1 points 11 months ago

If you have ideas please let me know. I'm preparing to hop distros so I'm very tempted to ignore the problem, blame the old distro, and hope it doesn't happen again :)

[-] rutrum@lm.paradisus.day 1 points 1 year ago

I have the same complaint and I dont know either. You can add at least 5 favorite/bookmarked folders that show underneath, but thats all I know of.

[-] rutrum@lm.paradisus.day 2 points 1 year ago* (last edited 1 year ago)

I don't like having to renavigate to my project directory in a new terminal:

alias clone='(pwd | urxvt & disown $!)'

Takes my current directory and opens it in my terminal. Then it disowns that new terminal process, so if I close the current terminal the new one doesnt disappear with it.

[-] rutrum@lm.paradisus.day 1 points 1 year ago

This may not be helpful but I've used EJS as a template engine before. It's a simple engine and been around for a while.

view more: ‹ prev next ›

rutrum

joined 1 year ago