Spyke

Replies

linux

Comment on

*Permanently Deleted*

Oh how sweet is the irony of the bigots in this thread, who thinks the tag is there to "free" from them from seeing gay people holding hands and kissing, when it's actually there because bigots have outlawed being gay some places.

Comment on

*Permanently Deleted*

Podman is CLI and API compatible with Docker (except where differences in implementation doesn't allow it)

Running Podman as root is 99.9% the same as running Docker.

I have been running my homelab with Podman for several years and it is absolutely mature enough for a regular user.

Also, the docs are really good.

piracy

Comment on

Critical support for the Lemmy world peeps in their fight against pro-intellectual property nerds

Reply in thread

But it is hosted on your home server.

When you subscribe to a community, your home server downloads the content and passes it on to you.

This is not like when The Pirate Bay was allowed to live because it only hosted torrent files and not copyrighted content, in the fediverse, you copy the content to your own server, and pass it on to the client/user, which means hosting the content.

linux

Comment on

*Permanently Deleted*

Reply in thread

That argument is obviously wrong.
Homosexuality (and other sexualities) exist in nature. This is not uncommon knowledge.

Also, the whole "they don't make babies so they're unnatural" thing. How long have you thought this argument through?
Humans and animals are born sterile, they grow too old and become infertile. All of that happens in nature.

That fantasy world of yours is verifiably not how nature works, and it wouldn't take you more than 5 minutes to disprove the bullsh*t.
It makes it hard to believe you are arguing in good faith.

linux

Comment on

Issue Tracking System for Linux

Forgejo/Gitea are probably the most common "low-resource" (read: doesn't use a couple of GB RAM, like Gitlab supposedly does) code forges.

Do you want to impress future employers by running an enterprise-grade bugtracker or by showing that you can document your work with meaningful bug reports/etc.?

If it's the first option, consider Gitlab, if it's the second option, what ever you like.

Comment on

Steam deck, Automount Network Share Library in Gamemode

This is really cool!

Where did you put the service file?

I don't mean this as critique, but as possible next project, since your solution works perfectly fine. Systemd has some cool features that could make this project have a bit fewer moving parts:

  • a .mount file could replace the mount and unmount script, and handle logging too! (I am pretty sure you would need separate files per mount, though, so "fewer moving parts" might be a bit of a lie, depending on your interpretation)
  • that "After=" setting you used, can also be used to check for network connectivity. IIRC it's "networking.target" on Fedora, at least. You might want to double check the systemd docs if After is the right one for this, as I have a hard remembering the systemd dependency intricacies.

That way you would end up with a .mount file per mounted directory, with logging using journald, and no external scripts.

I really like systemd as it can be a great tool, when you start to break down the complexity of it.

I hope you get well soon and get the best you can from this time.

linux

Comment on

Which Distro for Theatrical Use?

There already good recommendations, so i'll just add that you shouldn't make your work life harder for the sake of running Linux.

Definetly give it a go, and see if it fulfills your needs, but maybe hold off on nuking your Windows install until you are satisfied.

I use my Linux computer for personal stuff and some work stuff (web-browsing, email, office suite) and i have a separate Windows PC just for running applications specific to my field, which don't have Linux versions or alternatives (or where it makes the most sense for me to use the industry standard)

linux

Comment on

Silverblue: Run ostree updates at shutdown?

I run the built-in automatic rpm-ostree upgrade service every 6 hours.

If you think that's too inefficient, maybe read the docs for shutdown.target and see if you can use that to run an upgrade service before shutdown?

I'm not too experienced with that part of systemd but it seems like it could be a "proper" way to run things on shutdown?

linux

Comment on

Issue Tracking System for Linux

Reply in thread

Then use Bugzilla. That will show you are ready to flail yourself for the good of the company /s

Sorry, but i find that platform so painful to use.

On a more serious note, i think some of the "github-style" (Gitlab/Gitea/Forgejo) can migrate between each other.

Check out if that's true and if so, try them all!

linux

Comment on

Everytime I try to start something with Linux I fail.

I have fucked up my computer so many times.

  • Accidentally uninstalled the graphical environment, because i didn't notice my package manager was asking me if i wanted to uninstall 200 packages, along with whatever i actually wanted to uninstall.
  • Tested a fork bomb (it worked!)
  • Installed a dual boot system incorrectly.
  • Installed a dual boot system correctly, but Windows had an update.
  • Tried to switch out a working component with Something Really Cool™
  • I have spent days troubleshooting an issue that turned out to be a simple syntax error.
  • And, while technically not fucking with the computer itself, this deserves a mention; Fucking up the wifi/network SO MANY TIMES.

I have also succeeded with some really cool stuff, but that's the thing about working with computers; you fail completely, until it works perfectly. This is of course a gross simplification, but it also has a lot of truth to it. There's just not a lot "this is not great, but it will do", it either functions or it fails (until you get it working and start fine tuning it for the rest of you life)

Just laugh at the absurdity of the situation when you realize you were just missing a comma in a JSON file, and don't let it bother you that you didn't notice before you paid to have your second floor covered in aluminium foil trying to fix the issue.

Try creating a VM in GNOME Boxes (if you use GNOME) or Virt-manager, take a snapshot, so you can easily repeat this process, and break it. Just make it stop functioning. Do it in an interesting way, and look up more ways on the internet.

Be curious, have fun and don't feel bad about getting sick of that stupid computer, you can come back later and it won't care that you even left.

Comment on

What's your fave movie of all time that you love to recommend to people?

My favorite movie is probably Brazil (1985). It's a dystopian movie, but the population is suppressed by absurd amounts a bureaucracy (also the state surveiling and killing it's people). You need to fill out a form to fill out a form, and every screen is tiny, but magnified by a lens to be small instead.

But what I really love about it is the the "terrorist" Archibald Tuttle (who, very much, is not the protagonist); a repair man, who risks execution by the state, zip lining around the city fixing things like the protagonist's air condition.

I think we should all strive to be more like Tuttle in our daily lives.