Gobbel2000

joined 1 year ago
[–] [email protected] 9 points 4 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.

[–] [email protected] 3 points 4 months ago

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

[–] [email protected] 2 points 4 months ago

Bestimmt, ist aber nicht mein Foto. Quelle.

[–] [email protected] 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.

 

Hab ich das so richtig verstanden?

[–] [email protected] 1 points 5 months ago (1 children)

If there won't be too many different plugins, maybe having a feature for each plugin would work. Then you could use --features=... when compiling to select the plugins you need.

[–] [email protected] 48 points 5 months ago

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

[–] [email protected] 1 points 5 months ago

Cat by C418 is literally the only piece in the list I recognize.

[–] [email protected] 6 points 5 months ago

I like to look at Issues and Pull Requests on Github if a crate wasn't updated for multiple years. If there are already problems like unsoundness, deprecation, or breaking bugs mentioned with no reaction shown by the maintainer, that is a good sign to look elsewhere instead. If everything seems fine and the crate isn't very complex or security-critical, it is probably not an issue.

[–] [email protected] 7 points 5 months ago

That's just Ancient Egypt with extra steps.

[–] [email protected] 10 points 5 months ago

Ich möchte gar nicht anzweifeln dass es solche rechten Gruppen gibt. Natürlich gibt es solche Bewegungen in der Ukraine wie in jedem anderen Land auch, vielleicht auch etwas mehr. Und natürlich ist ein Teil davon auch im Militär aktiv. Aber das delegitimiert in keinster Weise die Verteidigung gegen den vollständigen Einmarsch Russlands. Die Situation ist zu wichtig, um sich an solchen Einzelheiten aufzuhalten. Unterstützung für die Ukraine ist notwendig und darf nicht auf diese Weise verschleppt werden. Letztendlich sitzen in den Schützengräben sowieso politisch linke neben politisch rechten Soldaten, die es beide für notwendig halten, für ihr Land die Invasion abzuhalten und Russen zu erschießen. Und sie können dabei jede Hilfe gebrauchen.

Ich erwähne die russische Kriegspropaganda deshalb, weil dort genau dieses Argument, dass die Ukraine vom Nazismus beherrscht wäre und befreit werden müsse, immer wieder vorgebracht wird. Das wird dort völlig außer Proportionen gesetzt. Auch wenn von tatsächlich existierenden Bewegungen die Rede ist, haben sie lange nicht die Reichweite und Macht, wie es dort suggeriert wird.

Ähnlich wie in den USA ist die Idee vom Krieg in Russland immer noch sehr vom 2. Weltkrieg geprägt, wo ein gerechter, siegreicher Kampf gegen die Nazis in Deutschland geführt wurde. Dieses Gefühl von Rechtmäßigkeit und "Befreiung", was damals durchaus angebracht war, wird von der Kriegspropaganda heute aufgelebt, um ein ähnliches Gefühl der Rechtfertigung im Falle der Ukraine zu erzeugen, auch wenn das hier überhaupt nicht der Wahrheit entspricht. Es ist allgemein anerkannt dass Zelensky in einem ordentlichen demokratischen Prozess gewählt wurde, es gab seit der Staatsgründung regelmäßig einen neuen Präsidenten.

Wenn es mal zu den Beitrittsverhandlung der Ukraine in die EU kommt, dann finde ich auch, dass genau untersucht werden muss, inwiefern rechte Gruppierungen lokal oder national Macht innehaben, welchen Einfluss sie in der Bevölkerung haben, und insbesondere wie sie im Militär stehen. Aber jetzt gerade darf diese Frage einer Hilfestellung nicht im Weg stehen.

[–] [email protected] 11 points 5 months ago (2 children)

Da hat aber jemand zu viel russische Kriegspropaganda konsumiert.

[–] [email protected] 6 points 5 months ago (1 children)

Wenn ich mich richtig erinnere, lassen sich komplexe Zahlen so auf 2x2-Matrizen abbilden, dass sowohl Addition als auch Multiplikation der Matrizen wieder die korrekten komplexen Zahlen darstellen, was mit einem Vektor nicht so direkt möglich ist. Dadurch verhalten sich 2x2-Matrizen in vielen Fällen genau wie komplexe Zahlen.

 

Von Shura Burtin.

Unser Autor sprach in der Ukraine mit Soldaten über ihre Erlebnisse an der Front. Ihre Berichte zeugen davon, wie wenig ein Leben im Krieg wert ist.

Warnung: keine leichte Lektüre. Die Dinge werden hier unverschönt aus Sicht derjenigen Erzählt, die den Krieg auf ukrainischer Seite ausfechten. Es bringt aber einen sehr realen Eindruck von der Stimmung in den Gräben an der Frontlinie, in einer Nähe wie ich es sonst bisher noch nicht erfahren habe.

 

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

 

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 ›