BaumGeist

joined 3 years ago
[–] BaumGeist@lemmy.ml 4 points 11 months ago (1 children)

I've been running Debian stable on my decade-old desktop for about 3 years, and on my ideapad that's just as old for about 5. During that time I had an update break something only once, and it was the Nvidia driver what did it. A patch was released within a three days.

Debian epitomizes OS transparency for me. Sure, I can still customize the hell out of it and turn it into a frankenix machine, but if I don't want to, I can be blissfully unaware of how my OS works, and focus only on important computing tasks (like mindlessly scrolling lemmy at 2 am).

[–] BaumGeist@lemmy.ml 2 points 11 months ago

I use virt-manager. Works better than virtualbox did at the time (back while v6.1 was still the main release branch), it's easier, and it doesn't involve hitching yourself to Oracle.

VMWare may be "free," but it ain't free. And if you don't care about software freedom, why choose Linux over Windows or MacOS? Also, Workstation Player lacks a lot of functionality that makes it not good as a hypervisor. Only one VM can be powered at a time, and all the configuration is severely limited. Plus the documentation is mediocre compared to the official virt-manager docs.

[–] BaumGeist@lemmy.ml 10 points 11 months ago (1 children)

When I was young, people (read: other kids) would accuse me of being pretentious for using vocab words. I learned to dull down my speech to please them, and lost most of my vocabulary in the process. Now i talk nurmal lik ery1 else

[–] BaumGeist@lemmy.ml 1 points 11 months ago

I used luakit for awhile. Really fun to only use keyboard, but definitely lacking features that makes "modern" websites not suck so hard

[–] BaumGeist@lemmy.ml -3 points 11 months ago (12 children)

developers handle design, not finances. Microtransactions have always been in the interest of profit, not to make the games better. They were the markets compromise with gamers being unlikely to pay enough to cover costs of a Triple A development cycle.

Reminder that when the NES came out, it was still $60 dollars for a game, which would be about $180 today. And that's not accounting for all the extra manhours that now go into the major titles. Microtransactions and DLCs are the deal with the devil we made to keep games from being $200+ a pop

[–] BaumGeist@lemmy.ml 6 points 11 months ago

I replaced windows on my laptop with Ubuntu and stopped using it after realizing how unimpressed I was with the difference. Years later I took the OSCP course, and they required using Kali.

From there I fell in love. Things that would have taken hours and weird 3rd party installers to do in Windows came with the OS or were in the official repos. The CLI showed me unimaginable power over every bit of the computer, and in windows the Conmand Prompt CLI is pretty mediocre; Powershell is better, but is more about data processing than running software. Linux has SSH and Python installed with one sentence, windows graphical installers are a bloated nightmare. There wasn't random shitty third party software installed by the OEM who struck a deal with the OS maintainers.

After that, it was a cascade of disillusionment. Those nasty 3rd party apps I didn't install showing up in my start menu? Actually ads, I was just using cognitive dissonance to avoid admitting that. And the proprietary programs aren't better, they update more frequently just to introduce ads, harvest more data, and change their layout to make it seem like they did anything to help the end users.

Why does changing any meaningful settings require tampering in the registry? Why is this low level stuff documented so poorly? Why can't I turn off telemetry completely? Why can't I check what code is running in the kernel that I purchased and am running ON MY COMPUTER??? IT'S MY COMPUTER, NOT MICROSOFT'S. Why the FUCK should I let them run code that I can't legally review, much less change, on it?

If someone offered you a meal but refused to tell you about any of the ingredients, you just wouldn't eat it. Not "you'd be suspicious," it goes beyond that: you'd be too suspicious to eat it. If someone offered you a home security system that you could have "spy on you minimally" you'd tell them where they could stick it. If it came with your house, you'd remove it immediately. If either of those people tried to charge you for it, you'd laugh in their face.

Yet for some reason, when it's our computers doing the spying and whatever else we can't verify, we've learned to just put up with it? This is BULLSHIT.

And I have too much pride to be treated like a mark, I won't take being scammed lying down anymore. I'm not a hapless dipshit who just lets people have their way with her because it's "too hard to learn new things." I've always said I have some integrity to protect, so I better prove it or forever be a hypocrite.

I already use only Linux at home, I'd have to get my company to switch to let me run it at work.

[–] BaumGeist@lemmy.ml 3 points 11 months ago (1 children)

I suggest reading through multiple answers despite everyone answering all your questions, this way you get the most complete answers. As such, here's my two cents:

  1. Yes, search for "Widgets" at Gnome's official website to see: https://extensions.gnome.org/

  2. Depends on what you mean by "problematic"? My laptop refused to go to sleep because of a setting in the wifi card, but once I changed it I haven't had any issues. You may also find that some of your hardware is nonstandard, and therefore requires extra steps during installation.

  3. What do you mean "minimum"? Because I installed Debian headless, and starting with nothing but a command-line and the system utilities and nothing else installed is what I heard, but maybe in your mind it just means a graphical desktop and nothing more. If you did mean that, you could try something like MATE for your desktop environment, or XFCE if you want to learn by customizing. If you're feeling really adventurous, use SwayWM

  4. Depends on how it came installed, but generally it's easy. Most of the time, starting out it will be as easy as running the uninstall command for whatever package management software installed it.

  5. "Rooting" a device refers to installing untrusted firmware on SoC devices. Unless your laptop is a chromebook, you probably don't need to worry about that. Dual-booting Windows and Linux won't stop Windows from updating, nor stop whatever application manages your firmware from working in Windows, if that's what you're worried about.

  6. It depends on your distro and its package manager(s). In Debian it's as easy as sudo apt install <Desktop Environment> and then logging out, changing which DE you're logging into, and then logging back in. Most are going to be that way

  7. Lazy answer: don't worry about it, and don't worry about it. If you're the type who wants their PC to "just work," it's behind-the-scenes stuff that will never apply to you. If you're prepared to get down in the weeds, occasionally break things, and customize every aspect of your OS, then you'll learn when it's relevant. If you're saying "Lazy question" and not showing that you already did some research on the topics, you're most likely in the former camp; this isn't a value judgment, just an observation.

But, since we're all still nerds here regardless of what we're nerdy about, and since learning almost never hurts, I'll throw some vocab at you to get you started:

Wayland is a specification of how software should display things on the screen, it's the generic blueprints of how Display Servers and their Clients should behave; Wayland is seeking to replace the X Window System specification, and specifically the popular Xorg Server implementation.

Docker is a containerization platform (software ecosystem). Containers are essentially a small subset of Virtual Machines (or VMs) which are Guest operating systems that run within a separated off environment from your Host operating system. On Linux, features like namespaces, cgroups, and chroots are used to achieve this effect. Containers tend to use less hardware than Hypervisor-hosted VMs, but also tend to be single-purpose systems.

[–] BaumGeist@lemmy.ml 27 points 11 months ago

and when I visited the website, there was an open order for a PS5 with delivery to:

After logging into Macy’s I got 43 emails at once to seven different services

Did you manually navigate to Macys.com, or did you click a link in the email to "Macys.com"? Because it's a common phishing technique, they may have used your macys email and password to password spray every other website they could find it associated with when you "logged in." It's usually a page that's spoofed to look like a legitimate login page, which redirects you to the actual page once it records a login attempt.

Also check HaveIBeenPwned.com, your email may show up in a few major beaches, which is enough for script kiddies to spray it across the entire net.

[–] BaumGeist@lemmy.ml 1 points 11 months ago (1 children)
[–] BaumGeist@lemmy.ml 1 points 11 months ago

Ayyyyyyyyyyyy my boy Brando Sando!

Time for !BooksCircleJerk

[–] BaumGeist@lemmy.ml 15 points 11 months ago

By the time the changes in your health are dramatic enough that you notice the difference, you've already done enough damage to warrant a loooong recovery. This goes double for mental health.

A lot of people will just write off symptoms that don't disrupt their daily routine. "Walk it off," so to speak. But that's when you should have started looking for what lifestyle changes you could make to avoid anything more dire in the future.

I failed out of college the first time I ignored my anxiety and depression. This time, it led to a complete breakdown that I'm still struggling to overcomevthe symptoms of: I spend every day feeling on edge like my safety is threatened, and my gut revolts at every crumb of food. At night I twitch and can't sleep from the stomach pain without a sleeping pill. And it's been better this week than it was this time last month, where I hadn't slept for >48 hours, after a week of waking up every hour nightly, and was in the worst pain I've ever experienced as my body started to digest itself.

It started slowly in spring, with just a panic attack once a week or so, and spikes of anxiety that caused my vision to shake too much to see... But I still perservered without much thought. The doc prescribed me anti-vert meds, said it was just vertigo induced by allergies, sent me on. I forgot about it all summer as I focused on obligations and trips and work.

And now I'm wondering if this is just my life now, if I'll never feel relaxed again. Will the meds and therapy work, or have I done irreversible damage to my brain through inaction? Admittedly a less unpleasant thought than wondering if I'd ever be able to see straight long enough to get work done and put food on the table, or stand up without collapsing from panic and dizziness. At times I've wondered how much more I can take before suicide starts to sound like the better alternative.

I'm gonna keep on fighting and healing, but holy shit I wish I had just started the meds sooner.

view more: ‹ prev next ›