ipacialsection

joined 2 years ago
[–] ipacialsection@startrek.website 1 points 9 months ago (1 children)

of course not!

The AtGames Genesis Flashback is more akin to the Ferengi "Genesis Device" from Lower Decks than the original Genesis Device.

[–] ipacialsection@startrek.website 4 points 9 months ago* (last edited 9 months ago) (2 children)

I don't have much PC building experience, but these specs seem sufficient. Only comment is that you might need to use a distro with a new-ish kernel and graphics stack, given the very recent CPU and GPU. So not Debian stable, but Fedora, Ubuntu, or any rolling release distro will be fine.

[–] ipacialsection@startrek.website 14 points 9 months ago* (last edited 9 months ago)

For a while I daily drove a Purism Librem 14 with Debian's fully free kernel, and installed as few non-free packages as possible, including firmware blobs (which I didn't install any of until I decided I needed Bluetooth). My experience with gaming was generally fine.

With linux-libre you really have to buy your hardware specifically with support in mind. You're limited to Intel and non-bleeding-edge AMD graphics cards, a very small range of wifi cards, and no Bluetooth. Otherwise, video games should work as well as they would on any other computers with the same specs. Especially if you're also limiting yourself to games with free engines - I'm not aware of a single libre game that demands more than a modern Intel integrated graphics card can provide, even on high settings.

Handbrake will probably still work if you compile it from source, but it seems like upstream isn't paying much attention to libdvdcss support.

The version in Debian's repo still works for me, anyway.

[–] ipacialsection@startrek.website 7 points 10 months ago

Yeah, it's fake, and as other commenters have pointed out, it's also inaccurate to how the GPLv2 works. It was not meant to convince anyone.

[–] ipacialsection@startrek.website 15 points 10 months ago (3 children)

I've never used these, but I've come across them while scrolling through F-Droid and they seem to fit this use case:

Kotatsu
Kinoko

[–] ipacialsection@startrek.website 11 points 10 months ago* (last edited 10 months ago) (2 children)

I came across a bunch of those recently, which is how I came up with the idea for this, as a parody :)

Internet horror is disappointingly un-creative. I have no idea why the weakest works (sonic.exe, anti-piracy, kill screens) always end up becoming huge trends, or why so few people try to put a significant twist on said trends.

[–] ipacialsection@startrek.website 74 points 10 months ago (3 children)

Tons of companies are shipping Linux without giving users access to the source code, it's just that only one has the term "Tivoization" named after it.

[–] ipacialsection@startrek.website 2 points 10 months ago (1 children)

Where'd you get the OneShot Firefox icon?

[–] ipacialsection@startrek.website 13 points 10 months ago (1 children)

Saru and Kelvin Spock would probably get along really well. Everyone else would be having heated arguments that I think would be amazing to witness, if not take part in.

I think I'd most like to sit between Mariner and Pike, though.

[–] ipacialsection@startrek.website 5 points 10 months ago* (last edited 10 months ago)

If you haven't set up this laptop yet, then I'd suggest installing a server-oriented distro like Debian, AlmaLinux, or Ubuntu Server. Those have minimal install options that come without a desktop environment installed, as most servers do not need one. If you'd like to make the install harder for yourself, this might be a good excuse to give Arch Linux or Gentoo a try, as those have the option of a fully manual install. If you'd like, you can install a desktop environment afterwards using the package manager.

If you already have a Linux with a graphical desktop installed, you can configure the system not to automatically start it with sudo systemctl set-default multi-user.target. (Do not do this on your main device!) You can re-enable it with sudo systemctl set-default graphical.target.

Regardless, you can then start a graphical session using startx, or whatever command is more appropriate for your desktop environment (gnome-session to start GNOME on Wayland, startplasma-wayland to start KDE Plasma), or by sudo systemctl starting your login screen manager (sddm, gdm, lightdm, etc).

view more: ‹ prev next ›