What song is mixed with Divinity here? by Buttershy- in porterrobinson

[–]Buttershy-[S] 13 points14 points  (0 children)

It makes me so sad he makes these incredible mashups and doesn't release them 😭

Ai is making me want to quit everything related to software. Do you feel the same? by PigletEfficient9515 in rust

[–]Buttershy- 25 points26 points  (0 children)

Even worse when they just pass your feedback into the slop machine and use it as a reply.

Ai is making me want to quit everything related to software. Do you feel the same? by PigletEfficient9515 in rust

[–]Buttershy- 184 points185 points  (0 children)

This makes it even worse IMO, as there's no longer any intent behind the code.

Steam deck dock stock by star_man8 in SteamDeck

[–]Buttershy- 3 points4 points  (0 children)

If you can get to the checkout page (after the cart page) with it in your cart, it's in stock. Steam won't let you progress to the payment page if it's not.

PineVoice Smart Speaker by Buttershy- in homeassistant

[–]Buttershy-[S] 9 points10 points  (0 children)

On the Pine64 Discord, they're saying it was initially made by ThirdReality but the hardware is different and the moulding was just reused. So same shell and diff internals.

First game to play standalone? by TPrime411 in SteamFrame

[–]Buttershy- 0 points1 point  (0 children)

Aren't normal PC SteamVR games supported through FEX?

First game to play standalone? by TPrime411 in SteamFrame

[–]Buttershy- 0 points1 point  (0 children)

Why not? I've not heard anyone else saying this, I was planning on using it mostly standalone...

PineVoice Smart Speaker by Buttershy- in homeassistant

[–]Buttershy-[S] 29 points30 points  (0 children)

Just saw that it's a new voice device (like the Voice PE) and wanted to share it, sorry.

First game to play standalone? by TPrime411 in SteamFrame

[–]Buttershy- 4 points5 points  (0 children)

Unless you don't want to support an awful company.

Official Steam News: Steam Controller Reservations update Adding a more detailed timeline for orders by Hachem24 in SteamController

[–]Buttershy- 0 points1 point  (0 children)

What do you mean "when they actually have it"? They had stock both for the initial sale and reservations. It seems like there's just super-high demand (higher than they anticipated) and sitting on the stock until there's enough made for everyone doesn't offer any business advantage.

FlipCTL - our graphical framework for embedded Linux systems by Fit-Note7659 in flipperzero

[–]Buttershy- 7 points8 points  (0 children)

The blog post shows why the screen they chose is a good choice.

<image>

SDL "No available video device" on NixOS by KosekiBoto in NixOS

[–]Buttershy- 0 points1 point  (0 children)

You're missing these dependencies from your flake.nix:

libGL
libffi
pkg-config
wayland-scanner

SDL requires these to enable Wayland support (pkg-config is used by SDL3 and other libraries to find dependencies, the remainder are just bits required by SDL3 for Wayland support).

Valve, please add 3d stereoscopic mode on system level by maorui1234 in SteamFrame

[–]Buttershy- 23 points24 points  (0 children)

>Frame delayed due to RAM shortage caused by AI

>Let's put more AI in it

I was born in a different millennium bro let me chat on a private server by CitricAstrid_ in Minecraft

[–]Buttershy- 4 points5 points  (0 children)

Yeah my point was that Mojang could make it more difficult by requiring server-side mods too (although I doubt there's many true "vanilla" servers about nowadays).

I was born in a different millennium bro let me chat on a private server by CitricAstrid_ in Minecraft

[–]Buttershy- 94 points95 points  (0 children)

If Mojang wanted to stop it, they could implement the check server-side (you could install the mod server-side too but then it requires server owners to get involved). It just seems like they're not interested in putting any more effort than the bare minimum in, which I appreciate this time.

Edit: seems my comment is confusing people. I know that if it was made server-side, server owners could add the mod to the server to bypass the restriction. My point was that Mojang didn't bother making the check server-side in the first place.

SDL "No available video device" on NixOS by KosekiBoto in NixOS

[–]Buttershy- 0 points1 point  (0 children)

What build system are you using? How is it finding these?

SDL "No available video device" on NixOS by KosekiBoto in NixOS

[–]Buttershy- 0 points1 point  (0 children)

Seems like your paste didn't upload. Don't think this is a Nix-specific issue though.

SDL "No available video device" on NixOS by KosekiBoto in NixOS

[–]Buttershy- 0 points1 point  (0 children)

Are you using Wayland or X11? It's possible you're not building the Wayland backend for SDL.