captain_aggravated

joined 2 years ago

closest we got is Peertube.

[–] captain_aggravated@sh.itjust.works 7 points 3 days ago (3 children)

I did once have a Mac user describe the Bash terminal as "it looks like breaking things."

[–] captain_aggravated@sh.itjust.works 1 points 4 days ago (1 children)

For new users, if it doesn’t exist in the repos, you’ve gone too far.

I don't think this holds up under scrutiny. Theoretically sure, installing using your distro's package manager is the beginner skill, compiling from source is the advanced skill.

The reality is, people transplanting from Windows often own hardware they want to continue to use, that require software that isn't in a distro's package manager. For me, this included a DisplayLink docking station, an Epson printer and a SpaceMouse. For some, it will include gaming keyboards or mice, stream decks, who knows what else. A lot of times, there are folks making open source software for these things, but they don't package them. So you end up on Github as a beginner looking for the thing to make your thing work.

As you migrate into the ecosystem, you start buying hardware that is well supported by the Linux ecosystem, that problem starts to fade away.

by rpm vs deb, I wasn't meaning downloading individual files...though I've done that. DisplayLink offered their driver as a .deb. At first, that Epson printer only issued a .rpm, and I had to use Alien to install a .rpm on a Linux Mint computer. With time, they offered a .deb, and eventually the printer was just natively supported by CUPS. I meant, I find that the Debian/Ubuntu repos (the dpkg/APT system that uses .deb files) have more stuff in them than Fedora's repos (the DNF package manager that uses .rpm files) do.

Does Mint still not use Wayland?

When I built my current PC, Wayland support in Mint Cinnamon was "We've just now added it, it doesn't work worth a damn but you can try it." They're coming along, but they're behind.

Is an older codebase generally good for new users? The first distro I installed on an x86 PC was Mint Cinnamon 17. Quiana. On a then brand new Dell Inspiron laptop. For about 6 months, the kernel that shipped with the OS didn't support the laptop's built-in trackpad. I had to manually update the kernel through Mint Update for the trackpad to work. There's problems at the bleeding edge, but there's problems at the trailing edge as well.

[–] captain_aggravated@sh.itjust.works 9 points 4 days ago (1 children)

A girl sexually assaulted me in middle school.

[–] captain_aggravated@sh.itjust.works 1 points 4 days ago (1 children)

The definition of the First World is "The United States and its allies in the Cold War." The Second World is the Soviet Union and its allies. The Third World is everyone else. This definition places Finland and Switzerland in the Third World.

The connotation of "third world" meaning where we go to shoot those "for less than the price of a cup of coffee a day, you too can give food and water to this desolate brown child" commercials came later.

[–] captain_aggravated@sh.itjust.works 1 points 4 days ago (3 children)

At least some of the problems I reported about Bazzite are inherited from Fedora. Bazzite didn't create Anaconda.

Fedora has the problem of being generally fine, but most of the world for the last decade has been targeting Ubuntu as THE Linux distro, so there's a lot if Git repos out there that don't include instructions for Fedora. Way fewer things are packaged in rpm rather than deb. I've never seen Linux Mint kernel panic unless I was fucking around with the video drivers, I've seen Fedora kernel panic.

The main reason I'm using Fedora right now rather than Mint is Mint tends to have an older codebase, and we're at a point in PC technology where things like wayland offer support for video and graphics stuff that don't work well under X11. like my 1440p ultrawide 144Hz monitor sitting next to a 1080p 60hz side monitor. Fedora KDE has it ready to go, Mint Cinnamon does not.

I had one fail fairly early, giving me a cryptic message because apparently it couldn't cope with how I'd set up the partitioning.

I've had a Linux Mint install fail because it couldn't cope with a BIOS setting, the error message gave a plain English explanation "it's probably the XMBT (or whatever acronym) setting in the BIOS, see this page on the Ubuntu wiki for details:" and it gave a hyperlink, because the installer runs in a live environment, it had a copy of Firefox ready to go, AND it gave a QR code so you could easily open that link on a mobile device. THAT'S how it's done.

[–] captain_aggravated@sh.itjust.works 3 points 5 days ago (1 children)

Having played with it for a little while now that I've got it installed...I think it's alright for a mostly or entirely gaming machine. I wouldn't want to use it, or any immutable distro, as my main computer.

I've attempted to stay out of the trendy distro of the month club, remember Garuda? Remember Peppermint? Remember Endeavour?

[–] captain_aggravated@sh.itjust.works 11 points 5 days ago (14 children)

Bazzite offers KDE or GNOME, and in the menu mentions KDE is what is used in SteamOS.

I installed Bazzite on my HTPC recently. It was the worst install process I've seen in over ten years of using Linux. I shall enumerate the problems I had:

  1. The image is weirdly large, it's like 9GB in size. It takes awhile to download and a weirdly long time to write to a USB stick.
  2. Once written, you boot the image, and GRUB has the options to Install Bazzite or Test Media And Install Bazzite. By default, Test Media is selected. It always fails this test.
  3. If you use the typical non-live environment image, the scaling is tiny on a 4k monitor, and there's no way to adjust this.
  4. If you use the live environment image (in beta at time of writing), it might just lock up. I had that happen twice just while clicking through the Anaconda installer.
  5. The Anaconda installer, which I think they inherited from Fedora, was I think designed by one of the contrarian idiots who work for Gnome. There's a DONE button up in the far upper left hand corner of the screen that sometimes acts as a back button, sometimes acts as a forward button. You have to move the mouse from the top corner of the screen to the center of the screen a lot, for no reason. The top-left corner of the screen is a dumb place to put a DONE button because most languages read top to bottom, left to right, the DONE button is where a START button should go.
  6. There isn't a simple way to tell it "put / on this drive, put /home on that drive." There's an automatic installer which will do god knows what...fail, most likely. There's a "custom" partition dialog which I couldn't make heads or tails of, and then there's a "custom advanced" one that lets you set the size and position of each partition to the byte. Doing it this way apparently REQUIRES you to not only set up a /boot/efi partition, but also a /boot partition separate from /root.
  7. If you're in the habit of putting /, you know, operating system and software, on one drive, and /home on another drive, you have to learn from osmosis that part of Bazzite's immutableness means that there is no /home, there's a /var/home symlinked to /home.

And if it doesn't randomly lock up, you've got Bazzite installed!

Bazzite markets itself as a newbie friendly Linux. They've got that configurator on their website that gives you a little Cosmo quiz about what system you have, what desktop you want etc. which is good! That is good user friendly design. But the actual software you get rattles like a Chrysler. How many noobs are going to bounce right off that?

This is Izzy, aka Her Majesty Queen Isabella Greypelt, Isabella Busy Boo, Izzy Boo, Busy Butt, and The Monochromatic Quadropus.

collapsed inline media

This is Miss Chiff, aka Widdle Bit or Tiny Tux. She weighs 8 pounds and she hates everyone except my mother.

collapsed inline media

 

A lot of the laws of physics I've studied, like Boyle's Law and Charles' Law, describe the behavior of "An ideal confined gas."

I've had to tell several flight students to unlearn what they've learned about that in the meteorology chapter, because, for example, in a confined gas, increasing the temperature causes an increase in pressure while the density stays the same. In the Earth's atmosphere, increasing temperature does nothing to the pressure and decreases the density. Because the Earth's atmosphere isn't "confined," there's no lid, the air is relatively free to change volume. Heat the entire planet up and the atmosphere will just get a little taller.

But, I think, even if we put a magical vacuum tight shell around the planet 200 miles up, making the volume finite, I think the atmosphere would still act like an unconfined gas, because 1. it's so vast that it never homogenizes, parcels of different temperatures, pressures and moisture content take days to slosh across the available space, and 2. the Earth's gravity will cause a pressure gradient; most of the air is at the bottom and if you heat it up, it may not change volume but the pressure at the top will increase.

So I guess there has to be an upper limit to the volume and/or mass of air that can be "confined" and it's somewhere below planetary scale.

 

Something written had to exist in order to be read, so writing is at least a second older than reading.

 

I have a 3DConnexion Spacemouse. I bought it, and use it, for CAD work, but I'm drunk enough to think it'd be fun to play Satisfactory with. What do you think I'd need to do to map it to a controller or something? Am I gonna have to fuck around with the Python library? It's been awhile since I've fucked around with a Python library.

5
submitted 6 months ago* (last edited 6 months ago) by captain_aggravated@sh.itjust.works to c/lemmyshitpost@lemmy.world
 

So here's the state of things right now:

I've got a Synology NAS with stuff like my movie collection stored on it. I think at some point I'll move my music collection up there, too. It's an ARM powered 2-bay thing, I'm not particularly interested in using any of Synology's software, and there's some stuff that won't run on that box because it's ARM instead of x86. I don't really have a "server" box running.

A few years ago I bought a "commercial TV" aka one that doesn't have Roku or whatever. For awhile, I ran OSMC (basically Debian Kodi) on a Raspberry Pi, which...I had enough problems with that it's unlivable. I'd rather just not have a television than continue to use OSMC.

In the meantime, I built a new gaming PC for my desk, the old machine (which happens to be in a Fractal Node 202 case so it already looks like a TiVo) has been moved into the living room. It's a Ryzen 3600/GeForce GTX-1080 machine with a bit over a terabyte of SSD and 16GB of RAM. It's still kicking bubblegum and chewing ass. Yes, it idles at a greater power draw than the Pi pulls at full steam, but it'll spend most of its time asleep, we'll be okay.

I'm currently still using Mint Cinnamon on it. Which is a hilariously unusable home theater OS. Plus I have my desktop (a Ryzen 7700/Radeon 7900GRE machine running Fedora KDE) and my phone (A Galaxy S10e) that I sometimes watch media on. Some questions:

  • Why does VLC error out when trying to play mp4s stored on my NAS? Is it because SMB is Microsoft fucksewage that doesn't actually work? Because that's my working hypothesis.

  • I have so little information on what Plex/Jellyfin even are, I gather Plex is at least semi-commercial while Jellyfin is the open source but worse option. These may or may not have a server component that has to run on a server-like box, which I don't and won't have.

  • On the client side, I don't know if they take the place of a DE the way Kodi does, or if it's a separate app, or if you'd have to exit Plex or Jellyfin to use something like Steam, or if Steam Big Picture mode would work as a media center, but can it get to Youtube...

Is there anything out there that works better than throwing my TV away and forgetting about it?

 

I finally caught a lunar eclipse. like five of them I missed due to weather, it's clear tonight.

 

Did a lot of things like emptying the bathroom trash can, got rid of some packaging that was holding nearly nothing, put some stuff in some drawers, folded one load of laundry and loaded another. The place is technically better in a way that isn't apparent.

 

Like, would Hephaestus be the god of magnetos, distributors and capacitor discharge ignition systems? Or does that count as lightning and thus be Zeus' problem? Is Oden the god of whiskey because it necessarily must be made in oak barrels, or being booze would that fall under Dionysus? Is Mercury the god of SMS?

 

I'll go first: r/kitty. One of the hundred grillion cat subs back on Reddit, the culture in this one was you posted a cat picture, and the only word allowed in the title or in any comments or replies was "Kitty."

Someone is using that subreddit for covert communications, I just know it. Either on the level of "if u/PM_me_your_nostrils posts an orange cat, we attack at dawn!" or there's some steganography going on with the pictures, but that subreddit was too stupid to be as active as it was.

view more: next ›