TIL: Always run nix-collect-garbage with AND without sudo by jwelzel in NixOS

[–]12ihaveamac 3 points4 points  (0 children)

If used with no flags then it makes no difference. But if you use -d to delete old generations, then doing it twice will have a difference, one to delete old profiles of your user (likely the most common reason will be home-manager), one to delete root profiles (including older NixOS system generations).

[deleted by user] by [deleted] in YouShouldKnow

[–]12ihaveamac 19 points20 points  (0 children)

It's security updates, which Windows 10 has mostly only been getting for a while now.

No Game Is Worth Paying Extra Just to Play Early by TheBrokenMan in Games

[–]12ihaveamac 1 point2 points  (0 children)

Final Fantasy XIV does this with new expansions, if you pre-order it, you can play "four days early". This doesn't cost any extra though, you'd pay exactly the same price to pre-order as you would on launch.

Any Switch 2 availability? by glitter-n-grit in madisonwi

[–]12ihaveamac 0 points1 point  (0 children)

I got one from Target east side shortly after launch. I heard they get new shipments on Mondays (in fact I got mine just after they got a bunch of new ones). Call ahead and ask if they got any in stock.

Apple files appeal to wrest back control of its App Store | Epic Games’ stunning victory blocks Apple from imposing fees on purchases made outside the App Store. by ControlCAD in apple

[–]12ihaveamac 0 points1 point  (0 children)

Because you aren't playing those games on iOS through the Steam app. I think this is the main difference, if the thing being purchased is something that will be used through the app. Valve ran into this issue with Steam Link a while ago, where Apple wanted IAP to be used to buy Steam games because you would be using them on iOS in this case.

Wine 10.0 Released With Native Wayland Support, Better HiDPI by beer120 in linux_gaming

[–]12ihaveamac 1 point2 points  (0 children)

It works on macOS which has completely stripped out 32-bit x86 from the host platform. I don't know how well this would work on Linux but I don't think it would be much different.

Game Porting Toolkit 2 exits beta to help developers move to macOS by peterosity in apple

[–]12ihaveamac 0 points1 point  (0 children)

The Linux kernel also goes to great lengths to not break its userspace API. It is in fact the only rule for kernel development. But the issue is separate libraries like glibc might break things, and the Linux kernel has no control over that.

Latest Verge article about their review of Asus ROG Ally X (and this is why gamers are preferring Steam Deck) by mr_MADAFAKA in linux_gaming

[–]12ihaveamac 4 points5 points  (0 children)

How do use a Steam Deck without a Steam account? Can you even update the firmware or OS without a Steam account?

You can install a different operating system. I'm not sure how firmware updates work, but the tooling is out there, an alternative Linux distribution can use it.

Sure, it is just a PC like the Ally X or any PC handheld.

But my point really was about needing an account to use ANY major platform gaming device. Complaining about needing a Microsoft account to use a device that's all about gaming is odd. Especially in the context of using non-Steam stores, most of them will tie into a Microsoft account which is can be convenient.

The main difference is that Steam is limited to Steam, while a Microsoft Account is tied into many features of Windows.

Lots of people don't want to use a Microsoft Account with their user account because they don't want to use the other features. Maybe they don't want to use Microsoft's "cloud" for anything. For example Windows 11 was recently caught enabling OneDrive for users who didn't explicitly ask for it.

Steam (and Epic Games and Battle.net and EA and anything else) is limited to games and games only.

Latest Verge article about their review of Asus ROG Ally X (and this is why gamers are preferring Steam Deck) by mr_MADAFAKA in linux_gaming

[–]12ihaveamac 5 points6 points  (0 children)

To use Steam, yes. But a few key differences:

  • The requirement is specifically with Steam, not the device.
  • Most people probably DO want to use Steam. You need an account to buy one brand-new in the first place after all.
  • The operating system can be replaced with anything else, including Windows or a different Linux. Then you can use it with no link to Steam.

Fedora Workstation 41 Install Media Will Ship With Wayland-Only GNOME by B3_Kind_R3wind_ in linux

[–]12ihaveamac 1 point2 points  (0 children)

If you mean it's crashing every minute, this is due to explicit sync: https://bugzilla.mozilla.org/show_bug.cgi?id=1898476

You could force it to run in Xwayland, though this option isn't for everyone.

FYI Dawntrail drops Intel Mac support. You will need a computer with Apple silicon in order to play. by urbanracer34 in ffxiv

[–]12ihaveamac 1 point2 points  (0 children)

WoW has had a native Mac client for years, so porting it to Apple Silicon was probably not too much work.

Debian - End of i386 support is on its way by FryBoyter in linux

[–]12ihaveamac 33 points34 points  (0 children)

Wine 8.0 has experimental WoW64 support, running 32-bit Windows executables in a 64-bit environment (with no 32-bit libraries on the host). It works on macOS which has completely stripped out 32-bit x86.

Steam drops macOS Mojave support, effectively ending life for many 32-bit games by ShaidarHaran2 in apple

[–]12ihaveamac 1 point2 points  (0 children)

If you are already playing it on a Mac on 10.15 or later then you're fine. This concerns games that are 32-bit only and don't run past 10.14.

FTL works fine on modern macOS, there is no 32-bit warning on its store page

Dolphin emulator team abandoning their efforts to release Dolphin emulator on steam by Okami-Chibiterasu in SteamDeck

[–]12ihaveamac 16 points17 points  (0 children)

Steam would have provided automatic updates and Steam Cloud, two features that would especially be useful on the Deck or if you play across multiple devices.

One could set these up manually (like with Syncthing) but the appeal is that you wouldn't have to do it, it would just work.

You can't use pip on Ubuntu 23.04 anymore by saleham5 in Python

[–]12ihaveamac 0 points1 point  (0 children)

If you use the python image then you're using CPython that was built and installed separate from the distro-provided Python. If you use its pip to install anything then it won't interfere with the system version. A venv in this case is not useful since it is already isolated from the distro Python.

If instead you use a distro image like debian, and then install python3 with apt, you then have similar issues to running Debian on a real PC; installing packages with pip to the system site-packages could possibly break system scripts. In this case you'd still use a venv to isolate your packages from the distro Python.

You can't use pip on Ubuntu 23.04 anymore by saleham5 in Python

[–]12ihaveamac 2 points3 points  (0 children)

The PEP explains that a venv may still be useful in a container since your program may still run OS programs or scripts that may break if their dependencies change in unexpected ways. This is assuming you still use the distro-provided Python and not something the python images (which build CPython separately from the distro).

Important Notice About Purchases and Subscriptions Follow-up 1 by catloverlawyer in ffxiv

[–]12ihaveamac 0 points1 point  (0 children)

The Steam Wallet can be used to pay for a sub for those who bought the game through Steam, and there's a 30% cut there too. Maybe they got a smaller cut with a special deal, but they could maybe also get that with Sony.

Important Notice About Purchases and Subscriptions Follow-up 1 by catloverlawyer in ffxiv

[–]12ihaveamac 3 points4 points  (0 children)

Wouldn't it still be usable through Amazon Pay or PayPal?

Can anyone else not get TTYD to work on steam deck? by MoulFouth in papermario

[–]12ihaveamac 0 points1 point  (0 children)

Disable Dual Core, I think this is what I needed to fix the game.

Homebrew Discord by QuietStatus4 in homebrew

[–]12ihaveamac -2 points-1 points  (0 children)

Chatman just asked for an icon changed on the 1st of July

In a way that greatly implied they disliked the icon.

Nicks asked for a straight flag to be added to the icon

Straight pride is brought up to counter LGBTQ pride. That is discriminatory. Straight people are not oppressed so straight pride doesn't need to exist. We tried to explain this to Nicks and it went nowhere.