bin.pol.social

commander, do games w People who call the PS1 'PSX' make me want to kill kittens

Have you ever heard how super Saiyan is said in Japanese, the base language of the series?

bjoern_tantau,
@bjoern_tantau@swg-empire.de avatar

Or almost every other language besides English.

Coelacanth, do games w 6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux?
@Coelacanth@feddit.nu avatar

My gaming PC is on Win 11 because it’s recent and I’m lazy and it’s convenient. My laptop runs Win 10 so it’ll be Linux I guess. Not really looking forward to finding a distro and reinstalling and whatnot but what can you do. It’s been a good few years since I last had a Linux box so I’m pretty rusty and not up to date on the recent best distros.

Ephera,

What distro did you use before?

Coelacanth,
@Coelacanth@feddit.nu avatar

I used to use UbuntuStudio back when I was playing around with music recording and production ages ago because it ran the real-time kernel which was important for JACK I think. Last time though was just Mint.

Ephera,

Well, Mint is still one of the top recommendations for new users. It gets support for the newest hardware at a bit of a delay, so if you wanted to follow suit with your new gaming PC, it might not be as great of a choice for that for now, but for your laptop, that’s what I’d recommend, if you’re not looking to experiment.

Coelacanth,
@Coelacanth@feddit.nu avatar

I’m probably not going to be doing much gaming on my laptop, if any. I could be persuaded to experiment if you have any other suggestions.

Ephera,

Well, that was kind of a general statement. Mint is boring. That’s what it’s good at. That’s why it’s loved and why it’s recommended for new users. Specifically, it’s similar to Windows in many ways. It’s somewhat more customizable, but that’s about it.

With you having used Linux twice before, you could consider something less Windows-like, less boring. I’ll be talking about the desktop environment (DE) rather than distro, because it has much more influence on this. You can use these DEs on various distros.

  • My personal favorite DE is KDE Plasma. The default-layout is also Windows-like, but it’s got all of the bells and whistles and options you could imagine. It’s kind of power-user heaven and almost like a toolbox to build whatever workflow you want.
  • The other big, popular DE is GNOME. It’s more macOS- and Android-like and focuses on a specific workflow. People who can get used to that workflow, then often really like it. The workflow itself is sometimes frustratingly uncustomizable, but it’s also fairly customizable when it comes to the details, typically by virtue of also having lots of features, which can then be customized.
  • Well, and I guess, I’ll throw in Xfce, too, since that’s likely what you used, back when you used Ubuntu Studio. (Ubuntu Studio uses KDE since the October 2020 release, but used Xfce before then.)
    Xfce isn’t necessarily what modern beauty standards would get flustered by, but many folks like it for its simplicity and because it is perhaps even more boring than Mint (without being Windows-like). There’s a good chance that it still works a lot like back when you used it.

Perhaps also worth mentioning that Mint’s DE is called “Cinnamon”, although it’s developed by the Mint devs, so if you like that a lot, it’s typically worth sticking to Mint.

Coelacanth,
@Coelacanth@feddit.nu avatar

Wow, thank you for the extensive reply! I did used to use xfce back in the day, yes. Never had a problem with it, but those were maybe simpler times. Might look into KDE this time, why not.

I was really thinking less of the DE and more along the lines of if you had any recommendations that weren’t Ubuntu- or Debian-based, as that’s pretty much all I’ve used I think. But maybe that’s too much experimenting…

Ephera,

Yeah, I always hesitate to recommend distros. 😅
There’s tons out there and they all exist, because some smart person decided to put in lots of work, as the existing ones didn’t match what they wanted.

If we exclude Ubuntu/Debian-based, that narrows it down somewhat. The other major distros are:

  • Fedora: Rather much tied to the corporate side (Red Hat / IBM), tends to be rather up-to-date. Kind of has a focus on GNOME, but other “Spins” are available.
  • Arch: Community-driven, pretty much a DIY distro, so the initial setup is somewhat challenging. It’s really up-to-date, so much that it’s referred to as “bleeding edge” (rather than cutting edge), meaning you might get faulty updates from time to time. It’s also often loved by minimalists, because they can decide for each component, if they want to install it.
  • Well, and perhaps the most niche of these – which is what I’m on – openSUSE: Has the best integration of KDE (not by a huge margin, but still). I like it in particular, because of its snapshotting system. It automatically starts snapshotting your OS (not the user files) once per hour or whenever you make changes to the installed packages. If something breaks, you can boot into a previous snapshot from the bootloader and roll things back.
    It’s the most “maximalist” mainstream distro, in that it preinstalls relatively much software. Personally, I think the other distros are a bit silly with their minimalist tendencies, but yeah, I’m biased. And well, downsides of openSUSE are that it is somewhat niche. You’ll find a helpful, tight-knit community, but it’s less likely that guides mention how to do things on openSUSE. Similarly, you’re less likely to find pre-packaged software for openSUSE. May have to compile from source more often, although SoS has a good amount of software, too.

As for whether a different distro is too much experimenting, if you do jump into it, you’ll understand why I talked about the desktop environment instead. 🙃
The DE makes a much bigger difference. Some people conflate distro and DE, because certain distros will have certain default DEs.
But if you used the same DE on two distros, honestly the main difference you’d notice is a different package manager. Where Ubuntu Studio and Mint use apt, openSUSE uses zypper, Fedora uses dnf and Arch uses pacman. They handle somewhat differently, but largely do the same things (i.e. install/update/remove packages).
Obviously, there are more differences to the distros, like how quickly they update and some of the default configuration, like the snapshotting I raved about, but ultimately it’s still a Linux system with much of the same software running on both…

Coelacanth,
@Coelacanth@feddit.nu avatar

Thanks again for the rundown! Snapshotting like that is definitely cool, I can see why you enjoy it. I’m no stranger to having to nuke the system partition and reinstalling because I broke something so snapshots definitely sound like a convenient tool. Though I might be older and lazier now and less prone to do a bunch of weird things.

I know the memes of “Arch, btw” and have always been scared of it tbh. Maybe it isn’t so bad though? I’ve also heard people praise Bazzite, but I might lot end up doing much gaming on my laptop as I said.

Is the whole thing about real-time or low-latency kernel still a thing, or is that old news? Just in case I wanted to play around with JACK again.

Ephera,

Yeah, I don’t have first-hand experience with Arch for that reason either. Well, and also because I do want a distro to set things up for me. You could set up the snapshotting (with BTRFS and Snapper) on theoretically any distro, but not having to figure out how and what settings are good, that’s why I go with openSUSE.
I might look into NixOS at some point. It obsoletes the need for OS snapshots, because the entire OS configuration is made in configuration files. But from what I hear, it helps to be a programmer (which I am) to really appreciate NixOS.

And yeah, don’t know much about Bazzite either, but from what I’ve heard, it really has some design decisions that make it feel more like a games console. The atomic/transactional updates, for example. As I understand, updates and such are applied to a copy of your OS, which gets swapped in when you do the next reboot. This helps keep the system stable after applying updates, but implies that you can’t really just poke around manually in your root partition.
It can be helpful for users not looking to experiment, but yeah, can be a pain, if you do want to.

As for a real-time kernel, the JACK FAQ says you don’t need it, but the distro might limit real-time scheduling anyways: jackaudio.org/faq/linux_rt_config.html
I’ve had JACK running on my system about a year ago, although I didn’t really have a need for low latency, so I can’t say, if it actually worked correctly.
Perhaps also worth pointing out that “Pipewire” is becoming a thing, which tries to make interfacing with JACK and PulseAudio much easier. I believe, I also used Pipewire back then. But yeah, folks who’ve dealt with JACK a lot more than I have, seem to be really excited about it, so it’s presumably doing a great job.

Coelacanth,
@Coelacanth@feddit.nu avatar

You are just a font of information, thank you so much! I’m starting to feel like I have a handle on the landscape. NixOS sounds like a cool idea, though I am not a programmer so maybe it’s not for me at this current time.

I probably know what to start looking at now when the time comes to make the change, this has been a great help. Pipewire sounds great and I’ll definitely look into that, I do remember tearing my hair a bit occasionally dealing with PulseAudio back in the day 😅

gonzo-rand19,

For gaming, people often recommend Pop!_OS, Bazzite, or Zorin, but you can use whatever you want if you are a tinkerer. I use Debian and have a great time gaming.

Outside of gaming and if Windows software compatibility isn't really something you're worried about, you can use any distro you want.

You can try some of them out using a web browser with DistroSea if you feel like it, though they don't have every distro because that would be nuts.

ampersandrew,
@ampersandrew@lemmy.world avatar

I’ve been on Kubuntu for a while, but snaps are starting to bug me. When I build a new PC, I’m in the market for a new distro. Do you have a solid recommendation for a KDE-based distro that doesn’t have a Windows-esque update step during shutdown and restart?

gonzo-rand19,

I'm not familiar enough with KDE to know what you mean by a Windows-esque update step, but if you can explain further I'll see if I can find something for you.

Alternatively, someone else might pop in with some options.

ampersandrew,
@ampersandrew@lemmy.world avatar

I sampled Fedora a few years back, but, much like Windows, when it installs updates for certain core components, on shutdown and boot-up, it will have a “Please wait while we install updates” screen. Meanwhile, in Kubuntu, it installs everything in the background while I’m using my computer normally, and the change takes place on next restart, when I’m good and ready, with no additional time waiting at that update screen.

gonzo-rand19,

Hmm, I suppose the big difference between Fedora and Kubuntu is that Fedora is a fixed point release distro (similar to rolling release but less frequent) that applies updates only on restart, so it's possible that it needs a moment to ensure that everything is compatible.

It's certainly a weird choice to kidnap your desktop, so I don't blame you for being annoyed. If that's causing this, then you might want to try a stable release distro. This is part of why I like Debian, because it doesn't change very quickly and updates are unlikely to need special care to ensure stability. Debian also doesn't have the issue you're talking about, it updates right away in the background.

Kubuntu is Ubuntu-based (duh) so if you like how it behaves, you could try Debian (which Ubuntu is based on) or try another flavour of Ubuntu. Pop!_OS and Zorin are both Ubuntu-based and should definitely be on DistroSea.

ampersandrew,
@ampersandrew@lemmy.world avatar

Thanks. That seems like a good jumping off point.

Dariusmiles2123,

I’m using Fedora workstation (Gnome) and the updates are done while turning off the computer.

Next time I start it, it starts without having to apply or download anything.

The only thing which could be improved is that you still have to go to the software center to download updates, but you can apply them whenever you want.

imecth,

To choose your distro you must first decide whether you want a a stable distribution (debian) or a bleeding edge one (arch). Then you have to decide whether you want it to be a rolling release (tumbleweed) or a fixed point release distribution (fedora).

There's a lot more that could be said about each of these distros, but they all have KDE sessions.

b_tr3e,
@b_tr3e@feddit.org avatar

The bleeding edge distro is called “unstable”, not “Arch”. /s

b_tr3e,
@b_tr3e@feddit.org avatar

Snaps are a pest and Ubuntu is more or less a failed experiment. I had way less trouble installing and maintaining a couple of plain vanilla Debian hosts than Ubuntu machines for years. The killer argument for Ubuntu was easiness of installation. Nowadays a standard Debian install is a matter of a few clicks. Sure a custom install like encrypted LVM over several partitions is still a demanding task even for an ecperienced user - but at least it is possible.

ampersandrew,
@ampersandrew@lemmy.world avatar

Does Debian have the same update woes I ran into with Fedora? Or if there was a way to tweak that in Fedora, I couldn’t find the option, and it was several years ago besides.

imecth,

You can update fedora through the terminal which skips the reboot part.

b_tr3e,
@b_tr3e@feddit.org avatar

No. Debian updates tend to be interruption free. Apt/dpkg is a lot more consistent than RPM and deals very nicely with dependencies in both directions.

taanegl, do games w 6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux?

I have no idea. I rely on music software that doesn’t have a Linux port. This sucks, because that software cost money, and if I can’t get it running reliably on Linux I might have to… either that, or get a Mac :/

aivoton,

Wine works for a lot of software you could always try running your precious software on linux before jumping straight onto Mac

ezdrift,

Sure, but music production programs don’t work well under wine. Also, setting up linux for realtime music production is tough even without using wine.

You can definitely do production on wine, but recording instruments live isn’t feasible.

TrumpetX,

What music software?

taanegl,

The German one o.o

Omegamanthethird, do games w People who call the PS1 'PSX' make me want to kill kittens
@Omegamanthethird@lemmy.world avatar

I’ve never heard someone verbally say “PSX”. Does that happen?

thatKamGuy,

It was usually said when referring to the PlayStation secondarily:

  • “I have a PlayStation at home, you should come over sometime!”
  • “I just bought Resident Evil 2 for the PSX, it’s really scary!”
Kelly, (edited ) do games w People who call the PS1 'PSX' make me want to kill kittens

PSx

RightHandOfIkaros, do games w People who call the PS1 'PSX' make me want to kill kittens

I only use “PS1” when naming a ROM folder so it sorts correctly.

The PSX was always called the PSX. It always shared a suspicious name similarity with the Microsoft MSX computer device family, which Sony manyfactured some of them.

Jancornwell, do games w Recommend a game for me to play with my partner

If you’re looking for a fun and engaging game to play with your partner, I recommend trying Dr. Driving. It’s a simple but exciting driving game where you both can take turns or compete for high scores. It’s easy to play and perfect for casual fun without needing too much time. You can safely download the Dr. Driving APK from the trusted site drdrivingsapk.com, which offers the latest version and updates.

psx_crab, do games w People who call the PS1 'PSX' make me want to kill kittens

Brinjal, aubergine, eggplant, all the same.

Strider, do games w People who call the PS1 'PSX' make me want to kill kittens

Well since Sony made a model called one, there’s a point in psx for the whole line.

LunarLoony, do games w People who call the PS1 'PSX' make me want to kill kittens
@LunarLoony@lemmy.sdf.org avatar

Nah, we’re all actually talking about the PSX.

HEXN3T, (edited ) do gaming w idea for a controller that sounds good on paper and I wanna share
@HEXN3T@lemmy.blahaj.zone avatar

You’re not gonna believe this

en.wikipedia.org/wiki/Plug-%26-Play_TV_Games

Shadow,
@Shadow@lemmy.ca avatar
HEXN3T,
@HEXN3T@lemmy.blahaj.zone avatar

Removed formatting.

DdCno1,

I think this was an Atari 2600 on a chip though, not emulation, although I’m not 100% sure. Wikipedia states that the successor from 2005 used such a design, but surely this must have been the only way of creating this kind of low-cost device in 2002. I doubt there was anything cheap enough that could emulate even a system as basic as the 2600 in software back then.

barsoap,

The 2600 used a MOS 6507, which is a cut-down 6502, which had ~3500 logic transistors (not counting the ones necessary because NMOS), running at a max of 3MHz. Add very primitive graphics and 8k RAM.

Can’t be arsed to slog through suitable processors but ARM cores back then could kill that thing dead. 2002 is six years after the Palm Pilot while Moore’s law was still in full effect. The 2600 is from 1977, two decades more ancient.

There should even be more than enough cycles left over to generate the video signal in software.

DdCno1,

Sure, but 2002 was a bit too early for ARM chips in what was essentially a cheap children’s toy. They were still too complex and expensive for this kind of thing at the time - not to mention, there were few emulators that ran on this architecture available, so it would have to be specifically developed.

sleepybisexual,

I know, that’s where I got imspiration…but like something that cousl also act as a PC controller

lord_ryvan,

[ The person editing this and has done plenty of research from multiple trustworthy sources. ]

That reads sus. Like “Trust me bro” in nicer words.

Poopfeast420, do gaming w Spend money and consume!
@Poopfeast420@discuss.tchncs.de avatar

Is the top right one of these AI Ghibli images, that I’ve heard of these last few weeks?

Also, why is Fallout London and Skyblivion on that picture? Bethesda are supporting mods for their games, they don’t care that someone makes new stuff. Have they ever blocked one of these mods, like Take2 or Nintendo always do?

Viri4thus,

Because Bethesda tried to make money off of modders’ work, that’s why. Bethesda is as cancerous as Nintendo, especially after acquisition when the office “hunger games” started.

It’s like charging you 45% after building a house for using their shovel…

Poopfeast420,
@Poopfeast420@discuss.tchncs.de avatar

Ok? I don’t think taking money for mods is wrong. It’s not like Bethesda did this without the modders knowledge. Free mods still existed. Nowadays people just open a Patreon to get paid for this stuff.

What “hunger games” stuff do you mean.

dev_null,

The problem isn’t modders getting paid for their work. The problem was Bethesda trying to take a cut for mods they didn’t make.

Viri4thus,

Ok? I don’t think taking money for mods is wrong.

Nobody argued taking money for mods is wrong. The argument is Bethesda taking ~50% of someone else’s mod pay is borderline worthy of racketeering charges.

It’s not like Bethesda did this without the modders knowledge. Free mods still existed.

So the choice was getting nothing and getting shafted by Toddy, most people chose to get nothing and you think that was OK, and not at all a sign of disgusting behaviour, because Bethesda looked modders in the eye while they robbed them?

I will NEVER understand fanboys.

Poopfeast420,
@Poopfeast420@discuss.tchncs.de avatar

While I agree with you, that the money distribution was unfair, I think if you’re actually comparing this to the shit Nintendo pulls all the time, you’re insane.

Also, if you’re calling me a fanboy, because I don’t immediately blacklist a company for a (in my opinion) small issue, you have to be one as well, because otherwise you’d live off the grid in the woods.

Viri4thus, (edited )

a

b

Edit: now that the placeholder comment has been replaced I can edit too.

While I agree with you, that the money distribution was unfair, I think if you’re actually comparing this to the shit Nintendo pulls all the time, you’re insane.

Bethesda, like Nintendo, has jumped the “bleed the fans dry” bandwagon, rather than make games that people love like in the days of yore. They indeed are as cancerous as Nintendo, just smaller.

Perhaps we can let Mick Gordon be the judge of that?

psx_crab,

That’s entirely different case though? They didn’t pull the shit with FOL and Skyblivion.

Viri4thus,

Yet…

Dropper_Post, do games w People who call the PS1 'PSX' make me want to kill kittens
@Dropper_Post@lemm.ee avatar

No one called it psx. It was PlayStation.

Metostopholes, do games w People who call the PS1 'PSX' make me want to kill kittens
@Metostopholes@midwest.social avatar

Nobody called it the PS1 until the PS2 came along. Sony codenamed it the PSX.

over_clox, do games w People who call the PS1 'PSX' make me want to kill kittens

Apparently you weren’t there when the original PlayStation came out. If you’re into nostalgia like that, you’re studying the wrong thing…

en.wikipedia.org/wiki/PlayStation_models

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • FromSilesiaToPolesia
  • rowery
  • esport
  • fediversum
  • test1
  • ERP
  • Technologia
  • krakow
  • muzyka
  • shophiajons
  • NomadOffgrid
  • informasi
  • retro
  • Travel
  • Spoleczenstwo
  • gurgaonproperty
  • Psychologia
  • Gaming
  • slask
  • nauka
  • sport
  • niusy
  • antywykop
  • Blogi
  • lieratura
  • motoryzacja
  • giereczkowo
  • warnersteve
  • Wszystkie magazyny