Gobbel2000

joined 1 year ago
[–] Gobbel2000@feddit.de 9 points 5 months ago

I knew that shell files, especially in build systems can get hard to read, but this was absolutely painful to look at from start to finish, even with the very helpful explanations in between. Of course the obfuscation is mostly done by design in this case.

[–] Gobbel2000@feddit.de 3 points 5 months ago

OpenSuse Slowroll does pretty much that, a slightly delayed rolling release.

[–] Gobbel2000@feddit.de 5 points 5 months ago (1 children)

I don't think there is a good way of having references within the same struct, but you could store reference counted matches:

matches: Vec<Rc<Match>>,
players: HashMap<String, Rc<Match>>,

You would still have to make sure that the players map is updated, maybe weak references are useful there.

Maybe you could also consider storing the players of a match in the match itself, not outside.

[–] Gobbel2000@feddit.de 48 points 6 months ago

While reading the question I thought: "That's not how Watts work", but then this "answer" hit...

[–] Gobbel2000@feddit.de 6 points 6 months ago (1 children)

I am also very interested in seeing what the next generation of Rust-inspired languages will look like, and not because I am dissatisfied with Rust today. Rust has significantly raised the bar of how a good programming needs to work and any new language in the systems programming area (and beyond) will inevitably be compared to it.

[–] Gobbel2000@feddit.de 6 points 6 months ago

I really like kitty. It is fast and simple but gives me all the features I would want.

[–] Gobbel2000@feddit.de 35 points 6 months ago

This is not cool of Twitter.

[–] Gobbel2000@feddit.de 22 points 6 months ago (2 children)

Being active is probably most important.

Maybe it would be possible to get a link into a "This Week in Rust"?

 

The Rustup team is looking for Beta testers, particularly for fish-shell integration, Raspberry Pi and loongarch64 support.

[–] Gobbel2000@feddit.de 350 points 7 months ago (10 children)

lemmy.made.me.look.at.this.each.time.i.open.a.terminal

Hostnames can be up to 64 characters long in Linux.

[–] Gobbel2000@feddit.de 5 points 7 months ago

I use Colemak where most punctuation is at the same place as in the US English layout, which programming languages seem to be optimized toward. For the layout I prefer ISO for the larger Enter key.

[–] Gobbel2000@feddit.de 84 points 8 months ago (2 children)

That's sad that Mozilla has to take it into their own hands to provide a proper alternative to Snap Firefox.

[–] Gobbel2000@feddit.de 9 points 9 months ago (1 children)

Yeah, not gonna do that.

 

Beware of what it'll do to your computer!

 

It's not really a big deal, but I am currently writing this using a linux kernel I compiled from source, which certainly feels like an accomplishment. The Arch Wiki has made the process fairly easy to follow. I just took the stock Arch Linux configuration without changes for now.

The most important part of this is of course that I have the option to do that, to take the source code of this incredible project and build my own kernel binary.

view more: next ›