BrianTheeBiscuiteer

joined 1 year ago
[–] BrianTheeBiscuiteer@lemmy.world 14 points 2 days ago (3 children)

AI takes the core directive of "encourage climate friendly solutions" a bit too far.

A drawer option would've been sweet. I love my 5.25" drawer. Perfect for flash drives, dongles, extra screws, little screwdriver, or a hiding spot almost nobody would know is there.

[–] BrianTheeBiscuiteer@lemmy.world 3 points 5 days ago (1 children)

Maybe a dumb question but what kind of case do you have? Hopefully not metal because I had some crazy wifi behavior before I realized the case was either dampening the signal or capturing too much noise.

[–] BrianTheeBiscuiteer@lemmy.world 9 points 6 days ago (1 children)

No no. Those trees died of natural causes. /s

[–] BrianTheeBiscuiteer@lemmy.world 60 points 6 days ago (1 children)

It's past time to delete X. The platform is just as bad as it was a year ago. People couldn't be bothered to do the simplest fucking thing until they realize, "Whoops! I was supporting fascism!"

Lenny was insanely effective and didn't even need AI.

[–] BrianTheeBiscuiteer@lemmy.world 18 points 6 days ago (1 children)

This only makes sense when the owner of the platform isn't actively driving the conversation to the right.

[–] BrianTheeBiscuiteer@lemmy.world 1 points 1 week ago (1 children)

Tried the native installer again (was using Flatpak up until now). No freezing and the encoders are found!

Only problem now is getting the resolution to change based on my client. Any other screen is going to be much smaller than my desktop widescreen so changing resolution is pretty important. The Sunshine suggestion didn't work (script to run nvidia-settings command).

[–] BrianTheeBiscuiteer@lemmy.world 1 points 1 week ago (2 children)

I'll try that again but the first time I tried that I had to rollback because the desktop would freeze immediately after login.

 

I guess the other post was removed so I couldn't continue the convo there. A few people said Sunshine worked great for them with their Nvidia cards and I've actually lost sleep over my issues.

I'm running Bazzite on a fairly new custom build with a RTX 2060S. Someone else said they used a RTX 40 series GPU so maybe my hardware is just too old. Still everything worked great in Windows (same machine) including streaming. I'm willing to try another OS but I don't know if I can deal with another new GPU because it'd be my 3rd and I hate the hassle of selling stuff online.

A key thing I've seen is that the vainfo command reports no encoding capabilities at all. I've never seen any other reports online where someone showed an Nvidia card that could encode according to vainfo. I can absolutely encode using ffmpeg though which is why I'm even more frustrated.

On one hand that's a good thing.

On the other hand you had to wait for our government to go fascist to start making the bare minimum of effort so here's a temporary "Go Fuck Yourself" from those of us that knew enough to leave two years ago.

[–] BrianTheeBiscuiteer@lemmy.world 7 points 1 week ago (3 children)

I've barely scratched the surface of Linux gaming (started using Linux as my main OS for games) and the biggest issue I've run into is Nvidia drivers. They're technically supported on Linux but that doesn't mean it's equal to AMD or fully featured. Waydroid (Android emulator) doesn't work with Nvidia nor does Sunshine (game streaming server). These cases may not apply to you but if I started from scratch I wouldn't buy an Nvidia card. Hopefully this doesn't apply to you.

[–] BrianTheeBiscuiteer@lemmy.world 27 points 1 week ago* (last edited 1 week ago) (2 children)

Something tells me he's not going anywhere.

 

I'm incredibly close to pulling the trigger to make WattOS my new distro for my netbook. I've been using antiX for a while and it's really great overall but the lack of systemd has worn me down I feel. A few programs I want to use just don't work properly without systemd and I don't have the patience to fill in the gaps myself.

My only real concern with WattOS is the fact it seems so mysterious. There's very little info on their site and NO LICENSE OR SOURCE CODE OR REPOSITORY! I highly doubt Russia or China are trying to weasel their way into old AF computers to create a botnet but I've never seen a Linux project be so secretive.

Anyone else have some light to shed on this project?

33
submitted 4 months ago* (last edited 4 months ago) by BrianTheeBiscuiteer@lemmy.world to c/linux@lemmy.ml
 

Couldn't find the project in my browser history or Lemmy saves. I'm pretty sure it was Lemmy though that led me to find a GitHub project similar to OSTree. It sounded like it was maintained by one person and it hasn't been updated in a long time because the author thought it was "done" and they used it frequently.

It was a tool that let them basically create images that could be booted from and it was easy to layer software on top of a base image and I think there were config files similar to Containerfiles but didn't look the same. Don't think it be was "goldboot" either but that might be a little closer to what the project does. I don't think it was something Fedora specific either like bootc.

Update: Found it! It was in the history of a laptop I rarely use (of course). The project is https://github.com/godarch/darch and it does appear to be those things I said: layered, docker-like, bare metal, and OS agnostic.

36
submitted 6 months ago* (last edited 6 months ago) by BrianTheeBiscuiteer@lemmy.world to c/linux@lemmy.ml
 

I've looked at a lot of other immutable distros and I might just end up using one of those, but I feel like taking on a bit of a challenge and there's a few things I'm not very keen on with existing solutions (last paragraph is my idea if you want to skip the context).

Most immutable systems I've seen require a reboot in order to apply system changes. What is this, Windows? Yeah, reboots are quick but restoring my windows and getting back into my groove is not quick. Also, every immutable OS I've seen wants you to opt-in to a rollback. Rarely do I see the full effects of installing a package or altering a config immediately. By the time I notice an issue maybe it's too late to rollback to before the change or maybe I've done a few other things since and I don't want to rollback everything. I would much prefer to make "rolling forward" or persisting changes to be a very conscious process.

I started messing with BTRFS and I think I've come up with a process that will get me what I want, no matter the distro. Please poke holes in my idea. So I think I can use BTRFS to hold data for the rootfs in three different subvolumes (at minimum): root-A, root-B, root-Z. root-Z is my golden image and it represents what I want root to look like after reboot. root-A and root-B are the active and passive instances of rootfs, but which one is active will flip-flop after every reboot. So if I boot with A, B gets replaced with the contents of Z. In the meantime I can do whatever I want with A. Not sure how I'll update Z (chroot or "promote" the active subvol to be Z) but without an update every reboot is an automatic rollback.

Thoughts?

view more: next ›