Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

atzanteol, to selfhosted in Could someone explain how to set up a lemmy instance with ansible for an absolute beginner

I agree completely with self hosting lemmy for a beginner. But disagree completely about ansible.

Learning to script your environment is extremely useful for stability, maintainability, and security.

atzanteol, to linux in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

This is true. The ctrl+a, ctrl+e and ctrl+l stuff is very emacs-like.

You can actually set bash to use a vi mode as well (set -o vi). Though I’ve found it to be annoying for use on the CLI for some reason.

atzanteol, to linux in Looking for input regarding finding an IDE (spoilers: involves Emacs and Vim)

My comment on Emacs is a bit flip - but it’s based on what I’ve seen and from my biased vi-using POV. Almost every IDE or developer-focused app I use has some sort of Vi keybinding either available as a plugin or built-in. And they’re often pretty good. Even joplin which is a note-taking app has Vi keybindings built in (though to be fair it also supports emacs keybinds).

If anything Vi keybindings have become more popular over time not less. “back in the day” getting any sort of Vi keybindings working with IDEs was either impossible or painful and limited. These days it’s a checkbox. The nice thing is I can take a good sub-set of the Vi bindings between many editors and IDEs. Ideavim’s implementation is quite good and even supports vim macros which are amazing once you get the hang of them.

atzanteol, to linux in "Help me choose my first distro" and other questions for beginners

They don’t make everything slow. And a beginner isn’t going to notice or care about loop devices.

atzanteol, to memes in D and D had multiple 10 episode seasons to get it done. Lucas did it in three movies.

The main reason the original trilogy was so successful is because they were very well made movies made in a time when well made movies hadn’t even been done yet.

That’s certainly a take…

atzanteol, to selfhosted in Backing-up Single Board Computer

Like I do any other system. rsnapshot nightly to backup server.

atzanteol, to linux in KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future

Railways are not a “replacement” for canals.

atzanteol, to linux in Redox OS - an OS built entirely out of Rust

My exact response when reading the title.

atzanteol, to asklemmy in Getting Over a Breakup

Glad to hear! Hopefully you find it helpful (if not find someone else).

atzanteol, to asklemmy in Getting Over a Breakup

It can be. But also don’t be hard on yourself if it does take a while. It’s okay if it does. It’s also not as intense for as long.

Maybe a therapist would be helpful as somebody you can vent to and help you through it.

atzanteol, to asklemmy in Getting Over a Breakup

With the caveat that many of these things should be done in moderation. Abusing drugs and alcohol will make things worse.

atzanteol, to selfhosted in Kubernetes? docker-compose? How should I organize my container services in 2024?

FWIW I manage docker compose files with ansible. Allows me to centrally manage them without the need to go logging into multiple vms. I also create a systemd service file to start/stop the containers (also managed with ansible).

That said I’m starting to switch over to k8s as well (also with microk8s which has been the easiest to work with). Definitely overkill but I want to learn it.

atzanteol, to selfhosted in Planning on setting up Proxmox and moving most services there. Some questions

This seems to be a “widely believed fact” but I haven’t seen any real data to back it up.

atzanteol, to selfhosted in Joplin alternative needed

I think you need to learn more about how databases work. They don’t typically reclaim deleted space automatically for performance reasons. Databases like to write to a single large file they can then index into. Re-writing those files is expensive so left to the DBA (you) to determine when it should be done.

And how are you backing up the database? Just backing up /var/lib/postgres? Or are you doing a pg_dump? If the former then it’s possible your backups won’t be coherent if you haven’t stopped your database and it will contain that full history of deleted stuff. pg_dump would give you just the current data in a way that will apply properly to a new database should you need to restore

You can also consider your backup retention policy. How many backups do you need for how long?

atzanteol, to linux in Best distro for data science? [request]

I’ve been running Linux since the 90s and use popos. Nothing “beginner” about it.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #