this post was submitted on 03 Apr 2026
617 points (97.8% liked)

Technology

83502 readers
2884 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

When will they ever learn?

top 50 comments
sorted by: hot top controversial new old
[–] Adulated_Aspersion@lemmy.world 19 points 1 day ago (1 children)
[–] tumblechinchilla@sh.itjust.works 4 points 1 day ago (2 children)

I have many linux distros running in the house for servers and self hosted software but the one box i havent swapped yet is my daily driver system. Microsoft is pushing me ever closer but with some titles still not supporting linux and getting to the end of a day i just want to game not debug something.

Its getting close though. Fuck this timeline. I looked at Pop OS and bazzite as out of the box gaming distros but am open to anything.

[–] d3lta19@lemmy.ca 6 points 1 day ago (2 children)

It's worth the switch. Bazzite Is a solid choice. I would stay away from PopOS for now. CachyOS is a great high performance choice, especially if you have Linux experience.

[–] tumblechinchilla@sh.itjust.works 1 points 4 hours ago (1 children)

So i have ubuntu, mint, and pop os running currently. And unraid if that counts.

Could you toss out 3-5 solid distros that good for gaming compatibility or general use? I will look up cachy OS. Also id i may ask whats up with pop os? Drama in the distro?

[–] d3lta19@lemmy.ca 1 points 23 minutes ago

They've moved to cosmic DE, which isn't quite ready for primetime in my opinion. Best distros for gaming in my opinion would be cachy, fedora, bazzite. I use Arch, which I feel is the best choice, but not for everyone.

[–] nuclear_wizard@startrek.website 2 points 23 hours ago* (last edited 23 hours ago)

After not ever having set up a gaming focused distro, I gotta say, I was shocked at how seamless CachyOS makes it. Outside of creating the install media, installing CachyOS and getting everything set up to game takes like 10 minutes.

[–] darkangelazuarl@lemmy.world 4 points 1 day ago (2 children)

Want games are holding you back. Between lutris and steam's proton compatibility I personally haven't run across much.

[–] sp0rk@lemmy.dbzer0.com 2 points 23 hours ago

All of EA's new titles use Javelin anti-cheat. It uses a Windows kernel module, so it's not possible to run with Wine/Proton.

Given that EA forces users to run what is effectively a rootkit just to play their games, I feel like the only good choice is to stop playing those games altogether. Or, at the very least, compartmentalize your gaming machine and the network it's on.

[–] fogetaboutit@programming.dev 1 points 1 day ago

EA's games and many anti cheat games arent able to be ran on Linux. Not because its technically not able to, but officially speaking, many anti cheat just ban Linux outright.

Shame.

[–] bagsy@lemmy.world 9 points 1 day ago (1 children)
[–] smeenz@lemmy.nz 1 points 21 hours ago

Corporates drool over the idea of making it their computer and having you pay monthly for a service (right to use it)

[–] Nacktmull@lemmy.world 1 points 17 hours ago

Laughs in Linux

[–] Alpha71@lemmy.world 7 points 1 day ago (2 children)

Could someone PLEASE build an idiot proof way to permanently remove Edge from your system!?

[–] dekerta@lemmy.ca 13 points 1 day ago (1 children)
[–] bilb@lemmy.ml 5 points 1 day ago

Then, install the Linux version of edge for the perverse thrill

[–] groet@feddit.org 2 points 18 hours ago

It can not exist. Microsoft can and will bring it back if they want to. Unless you are also disabeling all windows updates, the computer will never be under your control. And disabeling windows updates ... lets just say there hasnt been a month without a 9-10/10 security vulnerability in a microsoft product in a long time.

[–] Waraugh@lemmy.dbzer0.com 8 points 1 day ago

What a coincidence, I want to edge every time I open my computer.

[–] Earthman_Jim@lemmy.zip 7 points 1 day ago* (last edited 1 day ago)

If they were actively trying to push people towards Linux, would their choices look any different? Perplexing.

IMO they'd be wise to take every step they can to make the OS feel like it belongs to the user, but more abd more they act like "its pur OS, so we do what we want" which is their right, but it's shit marketting that makes them feel more like Apple every day.

[–] ssfckdt@lemmy.blahaj.zone 4 points 1 day ago

I thought we settled this years ago

[–] Kwyjibo1@lemmy.myserv.one 12 points 1 day ago (9 children)

If my school didn't absolutely require windows I would be fully Linux at this point.

[–] iturnedintoanewt@lemmy.world 2 points 1 day ago* (last edited 1 day ago)
[–] ZILtoid1991@lemmy.world 2 points 1 day ago (2 children)

I do have a few other pet peewees too for Linux, despite having that on my ThinkPad.

  • GDB is pretty uncomfortable to use.
  • The only usable GDB GUI is a glorified webpage by none other, than Micro$lop.
  • Some low-level API (sound, input, etc.) are absolutely dogshit compared to their Windows counterparts (still haven't found anything on how to specify to ALSA if I want to open a device other that default, and how exactly, just found a massive issue with Evdev, etc.).
  • Want something better than those? jUsT USe sDl, except SDL is kind of dogshit under Windows (DirectInput/XInput + DirectAudio instead of newer APIs), could not get its audio system working at all as people were instead suggesting me to use MP3 player DLLs instead of writing my own audio solutions, etc.
[–] forestbeasts@pawb.social 2 points 1 day ago

Bit specific, but for opening an audio device other than default, you should use the API of a sound server. Pulseaudio's for instance. The new hotness is Pipewire, and it has its own API, but it also supports the Pulseaudio API and AFAWK most clients (apps and things) are still using that.

The sound server sits on top of ALSA and handles all the routing and mixing and shit. ALSA is lower level than what you need as an app/user program dev.

(Pipewire also supports the JACK API. Music apps and such used to use JACK because it was lower latency than Pulseaudio. Which meant you had to stop Pulse and start JACK and lose all sound from your other apps and it was a right pain. Pipewire just does both.)

-- Frost

[–] Aatube@lemmy.dbzer0.com 2 points 1 day ago* (last edited 1 day ago)

VS Code is far from the best GDB GUI; in fact I would confidently say that everything about running and debugging in VS Code has been the biggest pain I have ever experienced. even with its recent decade of inattention from the community, Eclipse CDT is miles better than this thing. i’d wager that even Qt Creator is better than it

Anyways, JetBrains recently made CLion free for non-commercial, so that’s what you should use. it is obviously better than VS Code

load more comments (7 replies)

Change this anytime in Settings.

Will do

[–] tangycitrus@lemmy.world 8 points 1 day ago (1 children)

Its sometimes fun to watch this drama from the otherside. Windows is 'that other OS' for me now. I was switching between Linux and Windows a while ago, and made a permanant switch around 2021-ish (I think). I only use Windows at work as I don't have a choice, and in certain instances where I'm forced to use a Windows device e.g. for online exams, etc..

load more comments (1 replies)
[–] sonofearth@lemmy.world 31 points 1 day ago (2 children)

I have an idea. Linux should start automatically everytime you boot you PC.

load more comments (2 replies)
[–] MrSulu@lemmy.ml 3 points 1 day ago

Glad that they specified WindyPlop11. Linux wins in every branch of every one its splendid variations

[–] Agent641@lemmy.world 12 points 1 day ago* (last edited 1 day ago) (1 children)
@echo off
timeout /t 60 /nobreak >nul
tasklist /fi "imagename eq msedge.exe" | find /i "msedge.exe" >nul
if not errorlevel 1 (
    taskkill /f /im msedge.exe >nul 2>&1
)
exit
load more comments (1 replies)
[–] j_0t@discuss.tchncs.de 21 points 1 day ago

Mint guy here, since 6 months ago, best choice I have done. If you make some research, in few time you realiese you do not need Microsoft to live in the majority of the cases.

[–] weew@lemmy.ca 42 points 2 days ago (25 children)

I honestly might switch to Linux. I know people say that a lot, but gaming has been the only thing keeping me on Windows.

But I've also come to realize I just don't have that much free time to game any more. Most of my computer use is putting YouTube on in the background or web browsing. I still occasionally game, but Linux support keeps improving and even if I only pick Linux supported games... I still won't have enough time to play them all.

I've been gaming on Linux for over ten years now: It has gotten to the point where the only major hurdle is kernel-level anti-cheat. Which does work in Linux, but the developer has to enable it to work in Linux, and most don't. This is only a factor in competitive multiplayer games. I'm not into those so basically I haven't noticed, I want to run a game, it runs.

load more comments (24 replies)
[–] ilinamorato@lemmy.world 13 points 1 day ago* (last edited 1 day ago) (4 children)

When I bought a new gaming PC a few weeks ago (where I live the pre-builts that were assembled before rampocalypse are still at a reasonable price until the stock runs out), I asked if I could get it cheaper without the Windows 11 license. The sales guy said, "well, it's already installed." I told him, "I'm literally going to take it home and wipe it for Bazzite." He said, "good call, but seriously, they're practically giving these licenses away, so even if we could it would only take like $20 off the purchase price."

Kind of a bummer to waste that $20, but honestly the satisfaction of hitting "reformat" on a brand new, slop-infused, bloatware-infested, data-harvesting-ready SSD and watching it all vanish before I even used it was almost worth the money.

EDIT: Not to mention, I got back a significant amount of space. 15+ GB.

load more comments (4 replies)
[–] Khrux@ttrpg.network 5 points 1 day ago (1 children)

Funnily enough I actually have Firefox open by default whenever I boot up my PC.

I have no taskbar or desktop items. I always default to a specific workflow of pressing the windows key (or whatever we call it for Linux), and searching for everything. I have since early windows 10.

I realised that 90% of the time, I was opening Firefox, so now it just opens. I have a pretty minimal toolbar setup for it, so it's basically just an address bar that automatically focuses when I start typing.

One day I'll set up something where I have multiple search hotkeys for web search, file search, application search, music etc, that will sort of replace this.

[–] flubba86@lemmy.world 2 points 1 day ago

Sounds like you'd like a power launcher style workflow like KRunner or Rofi. Instead of hitting the meta key to bring up the start menu and search for the app you need, bind a key to KRunner or Rofi and invoke the app you want directly. These solutions also natively integrate file search, web search, quickly toggling settings, do in-place calculations etc.

[–] pgs@aussie.zone 20 points 1 day ago* (last edited 1 day ago) (1 children)

Some senior VP obviously has his annual performance bonus tied to increasing Edge market share, and is pulling shit like this to artificially inflate the numbers.

Ditto for Bing, Copilot, etc.

load more comments (1 replies)
load more comments
view more: next ›