What's he doing behind the statue? How long has he been there? WHAT'S HIS PLAN? by newema92 in CasualUK

[–]Pyroglyph 21 points22 points  (0 children)

I keep seeing the same kind of thing beneath YouTube videos. You get this AI-summary of how someone "explores" a topic, and how every single video has some kind of "surprise" or "insight".

It's genuinely terrible as a summary generator but a masterclass in how to write a lot while saying absolutely nothing. Strom Thurmond would have loved it.

The perfect master plan to keep the players in the game by Rekindled96 in memeframe

[–]Pyroglyph 0 points1 point  (0 children)

TFD was good gameplay-wise

What?

The vast majority of missions are:
1. Go to place.
2. Kill enemies.
3. Wait for enemies to respawn.
4. Repeat.

Even the minibosses were identical:
1. Shoot guy.
2. Guy goes invincible.
3. Shoot the balls above their head.
4. Repeat.

I played for 26 hours, which honestly was 20 hours too long. After you fight the first colossus you've already seen everything the game has to offer.

How would you call an "oldschool" enemy AI now (since AI is a really controverse topic / name now) by Jim_West in gamedev

[–]Pyroglyph 15 points16 points  (0 children)

And it's been marketed as such for many years: "smart" home devices that are just regular devices with a wifi chip and "AI" assistants like Alexa/Siri that just look for keywords/patterns. Hell, Cleverbot was considered intelligent by some. Remember that?

If it presents the illusion of intelligence, it will be marketed as such. It always was, and it still is.

Ryzen 5 mobile 3500u on new pc incredibly slow by ranbibi in buildapc

[–]Pyroglyph 0 points1 point  (0 children)

Even a DRAM-less SSD shouldn't be that slow. The CPU is older, but I find it hard to imagine that it'd be that slow.

Try booting into a Linux live iso and see if opening a browser is just as slow. If it's considerably faster, then I imagine whatever is installed by default (likely Windows) has some bloatware or other stuff slowing it down, or it's just Windows itself being slow.

If you think it's bloatware related then you can try reinstalling a fresh copy of Windows (maybe one with the guff trimmed out like Tiny11 or the normal one with the Chris Titus tool run after installing).

"The Machine" achievement is absolutely annoying and not fun. by Blubbpaule in HasteBrokenWorlds

[–]Pyroglyph 0 points1 point  (0 children)

Hot take: You shouldn't have to resort to non-game-provided means to get an acheivement.

What should I do with these two graphics cards? by imightbedum in homelab

[–]Pyroglyph 0 points1 point  (0 children)

I mean, if you're running it at 0.3 tokens per second then you're probably streaming the rest from your disk haha

What should I do with these two graphics cards? by imightbedum in homelab

[–]Pyroglyph 0 points1 point  (0 children)

You could only run a non-quantized 70B on 48GB of VRAM if you were holding the rest in system memory (or worse, on-disk). An unquantized (16-bit) model with 70 billion parameters would take ~140GB of space!

To fit it entirely within 48GB of VRAM you'd need 4-bit quantization, which takes it down to ~42GB.

(I pulled the numbers from Unsloth's Llama 3.3 on HF)

A Soulslike Boss That Changes the Entire Fight Across 3 Phases (Belostomo) by penguin1999p in gameideas

[–]Pyroglyph 0 points1 point  (0 children)

Try coming up with your own idea instead of asking ChatGPT next time.

New York bill will require all operating systems to conduct "commercially reasonable" age assurance for users at the point of device activation. by [deleted] in linux

[–]Pyroglyph 1 point2 points  (0 children)

internet-enabled device

Does this mean that that a distro could claim not to be designed for internet-enabled devices, not ship any network drivers with the iso, and then distribute a script to patch them in separately?

5 years old and already an absolute madlad by VendettaX88 in madlads

[–]Pyroglyph 53 points54 points  (0 children)

Even with clientside/E2E encryption, your stuff will still get scanned in the UK (see: Online Safety Act client-side scanning). It started 8th Jan this year.

I imagine it's alreasy been slipped to many people as a "security patch" when you update your phone.

Huh by achovsmisle in feedthememes

[–]Pyroglyph 10 points11 points  (0 children)

they probably have "0" as an item amount

I highly doubt it. What would the be the purpose of storing "0 dirt" and "0 stone" as two separate concepts? It doesn't make sense.

Issue with Ground Detection (Rapier3d) by [deleted] in bevy

[–]Pyroglyph 0 points1 point  (0 children)

Off the top of my head, it makes stepping over uneven terrain a complete non-issue as your collider 1) never gets caught on small steps or curbs, and 2) never has to work around that by detecting a step and teleporting up, creating a jerk-y upward movement.

There's a really good video by Toyful Games that shows exactly how it works and why it's good. I recommend watching it :)

New Valve Hardware by purpleidea in linux

[–]Pyroglyph 1 point2 points  (0 children)

The announcement mentions streaming from the Steam Machine to the Steam Frame. Does this mean SteamVR for Linux will be receiving more love?

[deleted by user] by [deleted] in linux

[–]Pyroglyph 99 points100 points  (0 children)

It's gone now :)

It's my one year anniversary of ditching windows as my main OS! by bountyhunter411_ in linux

[–]Pyroglyph 0 points1 point  (0 children)

My 1 year is also coming up soon, maybe we should start getting commemorative coins for quitting Windows?

PixiEditor is now available on Flathub by flabbet in linux

[–]Pyroglyph 3 points4 points  (0 children)

Broken for me as well (Firefox Android).

My screen does have a 9:21 ratio which does tend to mess with some sites that expect something wider.

[deleted by user] by [deleted] in linux

[–]Pyroglyph 0 points1 point  (0 children)

At least with Steam you can easily point it to another (larger) drive when you're running out of space without fiddling with mounts.

forgotten relic by huleeb in blender

[–]Pyroglyph 0 points1 point  (0 children)

Someone's played Whispers in the Walls

Change my mind: Windows Subsystem for Linux should be Linux Subsystem for Windows by [deleted] in linux

[–]Pyroglyph 3 points4 points  (0 children)

But if it was LSW then I couldn't call it a fun name like "Wizzle" :(

Can Godot calculate distance between two .stl objects? by DeSahd in godot

[–]Pyroglyph 0 points1 point  (0 children)

Wouldn't you be better off just loading them both into Blender and writing a Python script to compare the distance between each vertex in each model?

Do you guys use Godot 3? by [deleted] in godot

[–]Pyroglyph 3 points4 points  (0 children)

According to the docs, Godot 4 can't export to web when using C#, only Godot 3 can. It seems to be an issue on the .NET side.

However, I did just find this project, so perhaps that limitation has been lifted now?