beatnik86

joined 2 years ago
[–] beatnik86@lemmy.world 19 points 4 months ago (1 children)

That's manipulation of the string held in var. Dollar sign and curly braces wrap the variable, the single percent sign say remove the shortest matching substring from the end of the variable contents, and the 'd*' is the substring to match, a lowercase d followed by any characters in this instance. var will still hold the entire original string, only the echo output is modified here. You can find more documentation here, https://tldp.org/LDP/abs/html/string-manipulation.html.

[–] beatnik86@lemmy.world 14 points 8 months ago

You are aware monhun generally isn't known for story to begin with, right?

[–] beatnik86@lemmy.world 3 points 1 year ago

I don't think that addresses their issue with Ventoy, since this looks to just be a frontend over Ventoy. From the website you linked: "YUMI exFAT utilizes a bootloader based on Ventoy2Disk along with a custom YUMI theme and configuration enabling you to use advanced Ventoy boot methods with YUMI's helpful front end."

[–] beatnik86@lemmy.world 12 points 2 years ago (2 children)

https://doc.opensuse.org/ is going to probably be your best bet

[–] beatnik86@lemmy.world 2 points 2 years ago (2 children)

That works both ways. I'm on lemmy and can browse kbin instances fine.

[–] beatnik86@lemmy.world 1 points 2 years ago

Thank you. I will most definitely check it out when I get the opportunity. The more examples to be found out there the better IMO.

[–] beatnik86@lemmy.world 1 points 2 years ago (2 children)

I am a big fan of Godot, but using Rust with Godot 4 through Gdextension is not in a very stable place yet, and I haven't been able to figure it out yet. Godot 3 with Rust Gdnative bindings was workable but a bit painful to set up.