- 1 Post
- 237 Comments
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•[Discussion] Would you buy a Steam smart phone?English
4·1 month agoIsn’t Sailfish OS already pretty much “a Linux phone that works”?
soulsource@discuss.tchncs.deOPto
3DPrinting@lemmy.world•Elegoo Neptune Max 4: What should I attempt to fix it?English
2·1 month agoI finally printed something again yesterday, and, as far as I can tell, the z-positioning was perfectly stable thanks to your suggestion.
Thanks a lot!
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•[HELP] Windows game from GoG on vanilla Steam Deck
2·2 months agoThere was a similar question some time ago, so I think it’s worth linking it: https://lemmy.world/post/19546682
Also, check my answer there for a solution that does not rely on a launcher: https://lemmy.world/post/19546682/12260141
soulsource@discuss.tchncs.deto
Rust@programming.dev•What additional concepts should I learn before starting to learn rust?
7·2 months agoI think you have done way more work than would be needed to learn Rust. I mean, it certainly is useful knowledge if you want to do any of those things in Rust, but it’s definitely not needed to learn Rust.
The Book (the Rust language guide) assumes that you know some other language first, but you don’t need to be an expert in anything in order to start learning Rust. If you understand the basic concepts of branching, loops, recursion and function calls, you are good to go.
There are of course other concepts you will encounter in Rust (like Algebraic Data Types, Polymorphism, Ownership,…), but those are all explained in the Rust Book, so there really is no need to learn them in advance.
soulsource@discuss.tchncs.deto
Gaming@beehaw.org•GOG now using AI generated images on their storeEnglish
11·3 months agoThe best part is the job opening…
Actively use and promote AI-assisted development tools to increase team efficiency and code quality
Probably the boss of the person who had to write the job opening demanded they include something about AI, and the person who wrote it decided to turn their sarcasm up to 100. The only way to make it more clear would have been sarcastic casing:
Actively use and promote AI-assisted development tools to InCrEaSe TeAm EfFiCiEnCy AnD cOdE qUaLiTy
soulsource@discuss.tchncs.deOPto
3DPrinting@lemmy.world•Elegoo Neptune Max 4: What should I attempt to fix it?English
1·3 months agoThanks, gonna do that first before I start my next print. This sounds like a really plausible cause!
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•Keyboard and mouse suggestions
1·3 months agoI don’t know if there are direct USB-C to PS/2 adapters, but assuming not: USB-C to USB-A adapter followed by USB-A to PS/2.
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•what exactly is the steam frame?English
15·3 months agosmall performance hit
How big the performance hit is depends on the game. If the game logic itself is CPU-heavy, the performance hit will be big. If the game spends most of the CPU time in system-supplied libraries or isn’t CPU-heavy to begin with, it’s gonna be small.
The good news is that many VR titles aren’t CPU-heavy.
soulsource@discuss.tchncs.deto
Rust@programming.dev•Where to start if I wanted to try making my own drawing program?
3·4 months agoFor 2) I’d also suggest to check out SDL. There are excellent SDL bindings for Rust, and it’s way less involved than dragging in a fully-featured game engine.
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•I was recently gifted a Steam Deck for Christmas! If you only had a budget of, let's say 50 bucks, what would you get?
14·4 months agoFor $50 I’d get (afaict current prices):
- Hades ($7.49)
- Pathfinder: Kingmaker ($2.99) (make sure to force-enable the Windows build on the Steam Deck, the Linux build has issues with gamepad input on the kingdom management screen)
- One Deck Dungeon ($1.99)
- Slay the Spire ($2.49)
- Wildermyth ($16.24)
- Against the Storm ($8.99)
- Terraformers ($7.99)
This totals now $48.18. If you have an additional dollar to spare, I’d also recommend to get something to scratch that retro-gaming itch:
- The Settlers 2 ($2.73 on GoG - needs DOSBox, for which I’ve written an install guide)
That’s now $50.91 in total.
soulsource@discuss.tchncs.deto
Rust@programming.dev•Memory Safety Philosophies: Rust vs C++
3·4 months agoOh, sorry. I stand corrected then.
soulsource@discuss.tchncs.deto
Rust@programming.dev•Memory Safety Philosophies: Rust vs C++
7·4 months agoI’m willing to bet that it’s AI. It soft-contradicts itself quite often, emphasising that C++ is “Performance First”, but then also claiming stuff like “Rust achieves memory safety with zero runtime overhead”.
Edit: What I am trying to say is that I have seen text like this in LLM output quite often, if the LLM is mixing text from different sources in its training data.
Also, there is just wrong stuff in the text itself, not only in the conclusion. For instance the claim that Rust’s type system makes data races impossible. They are easier to avoid, but there is nothing stopping you from writing data races… Here, for instance, have a data race in safe Rust…
soulsource@discuss.tchncs.deto
3DPrinting@lemmy.world•Where do you guys buy your 3D print and such at?English
2·4 months agoI’m new to both, FreeCAD and Blender, but what I’ve been doing up to now:
- Draw the to-measure parts in FreeCAD
- Export them as STL
- Import STL in Blender
- Add decorative elements there in Sculpt Mode.
- Profit
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•Latest Steam Deck update will warn you if an Xbox controller needs upgrading
1·4 months agoOh, and a small follow-up:
I just asked my partner which gamepad feels “better”. She chose the Xbox Series X controller, so maybe my opinion isn’t the most objective one.
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•Latest Steam Deck update will warn you if an Xbox controller needs upgrading
1·4 months agoThere are several small differences between the Xbox 360 and the Xbox Series X gamepad. No single point by itself would be a very big difference, but overall it sums up. I have both gamepads in front of me, and will try to make a comparison:
- The material of the Xbox 360 gamepad feels “better”. I can’t exactly say why, but I think it’s because of its smooth material on the bottom.
- The Xbox 360 gamepad has bigger analogue sticks, with stronger springs.
- Similarly, the triggers of the Xbox Series X gamepad are “weaker” than of the Xbox 360 gamepad.
- I would have sworn that the Xbox Series X controller is a lot lighter too, but turns out, after weighing them both, that the Xbox 360 controller is slightly lighter. It does not feel this way though, with the Xbox 360 gamepad feeling way sturdier and heavier (but, as said, it’s actually lighter?!?).
- The buttons on the Xbox 360 gamepad feel a lot smoother. They don’t make a “cheap, broken device” noise when being pressed.
- This also applies to the D-Pad.
I think the last point - the feeling when using the buttons and especially the D-Pad - is the most important one for me. On the Xbox 360 gamepad the buttons feel like actual buttons. On the Xbox Series X gamepad they sound and feel like a fidget toy. Using the D-Pad on the Xbox Series X gamepad is really annoying, because of the noise it makes.
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•Latest Steam Deck update will warn you if an Xbox controller needs upgrading
3·4 months agoWhat annoys me is that previous generations of Xbox controllers had quite good build quality. The Xbox 360 controller was amazing in that regard, and the Xbox One controller was pretty decent too. The Xbox Series X controllers (and I am explicitly not excluding the “Elite” model) feel like cheap trash in comparison.
soulsource@discuss.tchncs.deto
Steam Hardware@sopuli.xyz•Latest Steam Deck update will warn you if an Xbox controller needs upgradingEnglish
8·4 months agoThe worst part is that it is incredibly difficult (impossible?) to update the controller firmware on anything other than an Xbox or a Windows PC…
Do yourself a favour and don’t buy the TP-Link ones though. I have TP-Link powerline adapters too, and they kept losing the connection over time. I later switched to FRITZ! and those have been working perfectly fine for years.
That said, the powerline solution only works well if both devices are on the same phase.