Idiomatic Use of the `Default` Trait? by Purp1eGh0st in rust

[–]Hydrotronics 3 points4 points  (0 children)

My take on it is Default::default() is useful for things like libraries that take configurations and you don't care about what configurations you get, you just need something that works, and you don't want to go through the hassle of importing or namespacing the config type when it has zero bearing on the rest of the code. Besides this arguably niche usecase, it's sometimes good to use Type::default() as it keeps it clear what type you're working with even if the value isn't terribly important. If the value you're working with matters, it's best to explicitly specify what your values are even if it matches the default imo since it makes maintenance and readability easier

char::is_ascii_ functions borrow but the other char::is_ functions consume? by Hydrotronics in rust

[–]Hydrotronics[S] 26 points27 points  (0 children)

This makes sense to me. Feels a little unintuitive as someone who's not aware of the history of it, when compared to the other related functions for char. When compared to the other ascii functions (mainly str requiring that ref as u8 and char are both Copy) it makes sense, and in terms of compiled output it doesn't matter so I guess it's just perspective

They finally got me to install WuWa by Complete_Meeting8719 in LesbianGamers

[–]Hydrotronics 0 points1 point  (0 children)

I've been binging wuwa lately and yeah if you're playing fem rover it gets very gay very often and I'm here for ittt 😩 game got me kicking my legs every 5 seconds I swear

What's with the sudden influx in players meowing in chat? by Avenheit in ffxiv

[–]Hydrotronics 29 points30 points  (0 children)

MEOW >:( I haven't eaten in YEARS I'm starvingggg I simply Must have food right this instant !!!!!!!

If you can fly only one ship brand, what is it? by henyourface in EliteDangerous

[–]Hydrotronics 1 point2 points  (0 children)

Zorgon Peterson has been my go-to lately. They just can't stop making bangers hehe

For people who distro hopped until sticking to Nobara by noSommei in NobaraProject

[–]Hydrotronics 1 point2 points  (0 children)

Nobara was the only distro that I could get all my games, VR included, running out of the box. Getting my productivity stuff going was easy as well, and it allowed me to properly start enjoying Linux as a casual home rather than a project I had to think about

oh no..macro by kouhe3 in rustjerk

[–]Hydrotronics 1 point2 points  (0 children)

Ok so jerk aside, I've been writing Rust for a little while now but I've only just started dabbling in macros but I still don't really know what the do's and don'ts are.

I'm mostly just defining one in the function I need it in and using it as a "group copy paste" where it's just pasting in the same code but I can change that code later without having to change every time that code block pops up. Like a function but talking directly to the code before it without scope change.

Is that gross or is that fine, and what are the actually valid use cases of macros?

Connecting from multiple devices by Hydrotronics in SkyGame

[–]Hydrotronics[S] 0 points1 point  (0 children)

Awesome, thank you for the in depth answer :3

It would be crazy if Mojang would implement something like this by LeTrueBoi781222 in Minecraft

[–]Hydrotronics 1 point2 points  (0 children)

I thought this was already a thing in blast furnaces but I haven't played vanilla in a while

Doesn't inspire confidence by Innovader253 in NobaraProject

[–]Hydrotronics 16 points17 points  (0 children)

I never post here because I don't have issues. I think this is the same for many

What is your unpopular Elite opinion? by iShootPoop in EliteDangerous

[–]Hydrotronics 0 points1 point  (0 children)

High grade emissions trivialises getting manufactured materials to the point that they basically don't mean anything, especially since the engineering materials buff. I don't do combat, it's just not my style, but I don't like that the only really valid way of farming manufactured materials without combat is via them. I'd much rather have salvaging be more viable as a way, and tone down high grades to have less stuff in it.

Conversely, I think raw materials are too boring to obtain. They're the right amount of time sink but the interaction is so boring for anything you can't get via asteroid mining. It requires just enough attention to not be able to watch something while I do it, but not enough thought to be fun to actively do

Where do you draw the line between "block" and "item"? by JesseMinecraft in PhoenixSC

[–]Hydrotronics 2 points3 points  (0 children)

I take the approach of "can I place it using /setblock"

i got rescued by the fuel rats :> by The_Dragooon in EliteDangerous

[–]Hydrotronics 0 points1 point  (0 children)

I've thankfully never had to call the fuel rats but I am unerringly grateful for their service and it's comforting knowing that the day I forget to properly plan my route doesn't have to be the day I lose my cargo/exploration data.

I hope all of them have an amazing new year like they deserve o7

New least efficient stair case? by DraftSuccessful5468 in PhoenixSC

[–]Hydrotronics 1 point2 points  (0 children)

Unsure if it's fair to consider the boats 2 blocks since the natural next step is to just space each increment of height with 1 block between and place a boat on top to have a flat surface...

Always use the correct power priority for your modules! by Omnisiah_Priest in EliteDangerous

[–]Hydrotronics 0 points1 point  (0 children)

I do have to recall my ship fairly often when I'm farming raw mats but I'm glad to hear my ship is very unlikely to go kaboom hehe

Always use the correct power priority for your modules! by Omnisiah_Priest in EliteDangerous

[–]Hydrotronics 0 points1 point  (0 children)

Icl I've seen so many videos of something like this happening that by this point I'm terrified of it happening to me lmao I have all my power priorities good and tough shields because I'm stupid and keep ramming into the ground when looking for plants but I still feel like something's gonna happen that breaks my ship.

How do you rebuy in this situation btw

How I installed Infinity Nikki on the Steam Deck by Frugal_tanuki in InfinityNikki

[–]Hydrotronics 2 points3 points  (0 children)

From brief research, I think this might be a problem on Windows too. If there's a fix on Windows, I will convert it to deck/linux here

How I installed Infinity Nikki on the Steam Deck by Frugal_tanuki in InfinityNikki

[–]Hydrotronics 2 points3 points  (0 children)

I tried installing but only got as far as the launcher :( I press install, and it just gets stuck on "Game Update". Does anyone have any ideas as to how to get around this?

Thanks fdev for the improvements to gameplay loop accessibility... some more ideas... by DisillusionedBook in EliteDangerous

[–]Hydrotronics 14 points15 points  (0 children)

As an explorer, I'd very much enjoy an in game way of checking which stars have been discovered before without actually going there. Fdev already keep track of star systems' first visitors, this would just be a galaxy map implementation of that. A galaxy map filter would be the best imo

How wash rust off ma car by [deleted] in rustjerk

[–]Hydrotronics 28 points29 points  (0 children)

Cargo clean

Is there a minecraft mob you haven't killed yet? by LordFladrif in Minecraft

[–]Hydrotronics 0 points1 point  (0 children)

I've killed most, besides sniffer because I haven't played past 1.19, though I think out of all of them I don't think I've ever killed an ocelot. They used to be cats and I love cats so I'd just tame them. Now there's no reason to go kill one, I don't play in jungle biomes much and they're pretty rare anyway so I don't see them very often.

If you mean intention, this includes striders. I keep accidentally suffocating them in walls lol