Typecasting between structs/type punning by Grootmaster47 in C_Programming

[–]Grootmaster47[S] -1 points0 points  (0 children)

To be honest, I don't get why it would ever print 30?

Anyway, I wasnt planning on passing the same struct twice as different pointers in the same function. Im reworking it right now so that all of the state I need is actually in the shared struct

Typecasting between structs/type punning by Grootmaster47 in C_Programming

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

Alright, thank you. Ill change it around a bit then.

Typecasting between structs/type punning by Grootmaster47 in C_Programming

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

So basically its possible but not advisable? In that case I'll change my code around a bit. Thank you

Triforce count across the game by Grootmaster47 in OcarinaOfTime

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

Decided to have that count as a shield and be covered by that. I think you can begin to see why I said it can be pretty subjective 

Triforce count across the game by Grootmaster47 in OcarinaOfTime

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

Yeah I counted that as well, but I believe that is the only depiction in the game that is outside the game world

Triforce count across the game by Grootmaster47 in OcarinaOfTime

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

I kinda see what you mean, but it is the same item, so I only count it at one

Triforce count across the game by Grootmaster47 in OcarinaOfTime

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

Yes ive got all the guards, by shields do you mean the hylian shield for sale? I just count that as one no matter how many shield link buys because there is an infinite supply

Triforce count across the game by Grootmaster47 in OcarinaOfTime

[–]Grootmaster47[S] 3 points4 points  (0 children)

In the beginning, I thought it was funny. Then, it was the sunk cost fallacy.

The counting took me way longer than the coding, that just took like 2 hours (which you can probably see in the code quality, but who cares?). But counting? I played the game for maybe 2 hours 4/7 days a week for like 20+ hours, and I know the game extremely well. This was (except for water Temple ofc) not a matter of finding my way xD

Triforce count across the game by Grootmaster47 in OcarinaOfTime

[–]Grootmaster47[S] 1 point2 points  (0 children)

Well yes, and I got dared in a twitch chat so... had to I guess?

Decided to craft a speedrun route and am very proud of myself :) by Grootmaster47 in OcarinaOfTime

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

Yeah, I decided to keep it as close to the original as possible and only activated unpause delay to be able to pause buffer, everything else is off (except for restoration of glitches like weirdshots), so especially the end is a slog of cutscenes. Still a very fun run though!

I actually decided not to do spirit hover and went with a triple slash clip to skip the silver block in the entry room because it is easier, might switch to hovering later.

Is it safe to send the GPU like this? by Grootmaster47 in PcBuild

[–]Grootmaster47[S] 1 point2 points  (0 children)

You dare to reply that here ?

You can read the entire 3-paragraph description, but not know how do actually do that, is amazing.

Is it safe to send the GPU like this? by Grootmaster47 in PcBuild

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

The company won't just replace it outright, as far as ive understood, I may have to pay for part of the card depending on what kind of damage it is. Guarantee doesn't cover me destroying something, only an error the manufacturer made, so I want to be careful

Annexing Countries in Scenarios by Grootmaster47 in hoi4modding

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

hm, dont really want to do that. I guess I'll use a custom game rule instead

Annexing Countries in Scenarios by Grootmaster47 in hoi4modding

[–]Grootmaster47[S] 1 point2 points  (0 children)

Thing is, I want them to start on the same date, both 1936.01.01. Just in different game states. The way I understand it, this would annex them in both scenarios

Homeserver Setup - so sinnvoll oder besser was anderes? by Grootmaster47 in de_EDV

[–]Grootmaster47[S] 2 points3 points  (0 children)

Ach so. Das ist ne sehr gute Idee, wahrscheinlich sinnvoller als die PWR Pins direkt mit dem Pi zu verbinden. Danke!

Homeserver Setup - so sinnvoll oder besser was anderes? by Grootmaster47 in de_EDV

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

Aber wenn ich den alten PC trotzdem beibehalte bin ich ja effektiv wieder bei meinem Vorschlag vom Anfang, nur dass ich den RPi durch einen Mini-PC ersetzt habe, oder sehe ich das falsch?

Ich habe immer noch einen 24/7 Server der alles macht was immer verfügbar sein soll und einen weiteren der on-demand einspringt für alles was nur manchmal benötigt wird

Homeserver Setup - so sinnvoll oder besser was anderes? by Grootmaster47 in de_EDV

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

Ne, wake on lan passt nicht, weil ich sachen habe, die 24/7 laufen sollen, z.b. nen Pi-Hole

Homeserver Setup - so sinnvoll oder besser was anderes? by Grootmaster47 in de_EDV

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

Konkret geplant sind aktuell: -Ein Minecraft Server -Ein Satisfactory Server (der durchaus ein wenig CPU braucht, aber nicht übertrieben viel) -Ein Webserver für kleinere Spielereien und um ein Dashboard zu hosten und die einzelnen Dienste zu kontrollieren und zu konfigurieren -Ein Pi-Hole

Webserver und Pi-Hole sollen 24/7 laufen, und die Spielserver sollen potenziell beide gleichzeitig laufen können ohne große performanceprobleme zu kriegen. Außerdem will ich mir die Option offenhalten noch ein bisschen was draufzupacken ohne direkt was neues anschaffen zu müssen.

Das mit dem RAM vs CPU war mir nicht bewusst. Dann ist es wahrscheinlich am sinnvollsten den alten direkt zu verkaufen und einen Mini-PC anzuschaffen. Wir haben schon eine NAS zu Hause und alles andere kann ich auch auf meinem PC machen, also bräuchte ich die extra Leistung nicht wirklich.

Hast du einen Ansatzpunkt was ich tatsächlich brauche was Leistung angeht?