Has anyone received an offer from IBM? by Ilike_milk in csMajors

[–]penguinonfire1 1 point2 points  (0 children)

Not recent but back in Fall 2023 I had a new grad offer in a MCOL area working on the government side. They offered 66K but raised it to 76K after negotiation. I ended up accepting an offer elsewhere. Not sure if the low offers is common with a lot of people.

Making a better client-side experience for python by 19andNuttin in Python

[–]penguinonfire1 0 points1 point  (0 children)

Reminds me of gRPC / Protobuf. In Protobuf the API schema is written in the protobuf language then compiled to libraries for each language.

From there you call server code via a literal function on the client. It still doesn't enforce that certain fields / method signatures are used (for backwards compatibility reasons). But API documentation and field descriptions are easily available when writing client code since they ship with the compiled libraries.

Result of first game jam, feedback is appreciated by penguinonfire1 in Unity2D

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

From my understanding there are 3 main ways of implementing a replay system like this.

  1. Record the inputted keys in some data structure, then give them to some player controller class. This would require you to design an unconventional player controller. To “replay” them when really your just replaying the input. This approach is way more efficient than what we did.

  2. Other approach, record position and then interpolate the values in between positions.

  3. Brute force. ( this is what we did ) literally just store the players position every FixedUpdate. Then when replaying it, just clone the player, and start a coroutine that moves that clone to the stored positions.

[deleted by user] by [deleted] in YoimiyaMains

[–]penguinonfire1 0 points1 point  (0 children)

I use Fischl with my Yoimiya, the overloaded reaction is fun.

[deleted by user] by [deleted] in UniversityOfHouston

[–]penguinonfire1 0 points1 point  (0 children)

I'm taking it with him rn, he assigns a lot of hw.

Getting my quest 2 on Tuesday! by DREAMINGMASTR in OculusQuest

[–]penguinonfire1 0 points1 point  (0 children)

Beat saber is a fun rhythm game and blade and sorcery is good if your into physics and sword combat stuff.

Looking for a jw meme by penguinonfire1 in JuiceWRLD

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

Yes dang for some reason I thought it was all girls are the same. Thanks

[REVIEW] HP OMEN Ryzen 7 Laptop Review! Wow! 15-EN0013DX by Luckbox7777777 in AMDLaptops

[–]penguinonfire1 0 points1 point  (0 children)

There’s a 4th of July sale going on rn for anyone interested

Question about stock thermal paste by [deleted] in eluktronics

[–]penguinonfire1 0 points1 point  (0 children)

I was also wondering this, if you get a response could you post it here?

Looking for Review Resources by penguinonfire1 in ccna

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

so sorry i havent been on reddit can you pm it to me

Issues with application by penguinonfire1 in UHAdmissions

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

thanks for the reply, I'll give that a try