

You can plug a DVD drive into the Steam Machine and it works.


You can plug a DVD drive into the Steam Machine and it works.


Bandcamp rules. Not only can you buy music but many artists also sell merch, sheet music, art and more. It’s a great, one-stop-shop to support your favourite artists.
And if you keep a look out, Bandcamp regularly email about “Bandcamp Friday” which are defined Fridays where they waive their share of the sale meaning the artist gets the whole cut!


I can hear the obituary getting prepared by killedbygoogle.com already.


It seems to have been a plan for a long time, given their huge shift to unified memory architectures across most of their hardware.
They’re pretty much the only vendor where you can cost-effectively deploy a foundational LLM locally.


.NET is arguably one of the better things to come out of Microsoft. The CLR only runs when a .NET application is running so it’s not bloat, and it’s pretty lightweight as far as a VM goes with JIT. It’s well documented, has public standards, is cross platform, and released under MIT.
I’m a Unix/Linux greybeard so I’ve no real skin in the game. But given how C# has become the defacto cross platform game development language of choice for both Godot and Unity engines, .NET deserves a little credit.


Valve technically sell at least one movie


I’m very much in that camp myself. I ducked out from consoles, having owned pretty much all of them since the Atari 2600, after the PS4. So many more amazing games on PC e.g. Song of Syx which would never work on a traditional console but is amazing on PC and even Steam Deck / Steam Controller.


Now we know why they stopped shipping games to PC. They need to prep their user base for a hardware price that will have users consider just buying a PC instead, taking away the “I can play the PlayStation exclusives on PC anyway” argument.


Have you tried tweaking user.js?


This is based on Snapdrop. If the current developer hasn’t gone crazy with the fork, you can read the entire source code over a cup of coffee. The server used to just handle discovery/handshake of devices on the same network, with file transfer peer to peer using local addresses.
Edit: Looks like they’ve added transfer over WAN not just local. Privacy discussion here.


If you’re mandated or regulated to implement MLS or MAC etc, SELinux is a security control that enables you to comply through expanded and expressive policy controls.
When I hear dislike for it, it’s usually because people are using SELinux as a “make my personal computer safer” tool rather than the “we’ve hundreds of thousands of differently classified sensitive documents and thousands of employees with different clearances”.
MAC/DAC/MLS isn’t designed for personal computing and if you think SELinux is the solution you personally need, you might need to reevaluate your threat model (as any external actor will seek to bypass kernel controls entirely e.g. CVE-2025-0078).


Linux also shows up more in CVE databases etc because many distributions also assign their own CVEs for the same bugs.


I thought Lepton was being built on top of Waydroid? So technically you can already use the core feature of Lepton today.


Effluently shining!


Totally - it got us discussing! And if we didn’t, that daemon wouldn’t have been flagged.
Cheers for the thought provocation.


I’m not a Mac lover, it’s just the term; Spyware is data gathering in secret without the user’s knowledge. Apple seems to have it all documented and controllable vs say Windows where you can’t turn off telemetry gathering, just set it to “Basic/required”.
More a semantics thing. I assumed you meant there was something you can’t turn off in Apple shit and it’s done secretly (another commenter has highlighted a daemon that’s doing exactly that!).
I wasn’t part of the downvote brigade either. I don’t get why people downvote stuff that’s more a point of discussion. You didn’t say anything shocking nor blatantly incorrect.


Honest question; in what way is it spyware and do you have references?
From everything I’ve ever seen, macOS is more transparent and controllable than Windows or Android.
I’d still recommend Linux but if I were forced to use a mainstream commercial OS (e.g. for work), I’d pick macOS over anything else except FOSS.


You had McDonalds? That was just a farm in my day. Eee-eye-eee-eye-oh!


They’re raising it because of RAM needs of browsers and GNOME.
If you’re a shell nerd like me, you’ll still be fine running it on a potato.
V2/V3/V4 are the microarchitectures to enable e.g. glibc to search for optimum libraries for the target platform.
x86-64 was drafted in 2000 and up until like 2020 or something, there was no way to discern microarchitecture differences to optimise compilation. So v2 is basically just anything since 2008.
Why Red Hat are moving on from “v1” - likely because they’re spending huge amount of resources maintaining binaries for that old microarchitecture and the cost dwarfs the revenue they’re making from continuing to support it.
With the security vulnerabilities found in older chips that require either a revised architecture or otherwise take huge performance penalties to mitigate (e.g. Meltdown and Spectre), most enterprise customers upgraded their hardware older than 2008 in recent years.
Thankfully this is Linux so while RHEL is moving on, Debian are still maintaining support for old architectures!
Whereas Windows 11 23H2 onwards killed x86-64-v1 support entirely.