Ex-Valve Dev Keeps Tweeting About Valve - I'm starting to get worried about his mental health

CrunkLord420

not a financial adviser
Forum Staff
True & Honest Fan
kiwifarms.net
Joined
Jul 22, 2017
Rich Geldreich has been tweeting non-stop for like 3 days with very angsty "I just got fired" tweets. But he hasn't worked for Valve in some time, so I'm not sure what is causing this. Apparently he's going through a divorce. I'm moderately concerned about his mental health but also this is a bizarre trainwreck to watch. Take a look: https://twitter.com/richgel999

SelfOrganizingCompany = Valve
upload_2018-7-16_14-27-54.png

upload_2018-7-16_14-30-7.png

upload_2018-7-16_14-30-47.png

upload_2018-7-16_14-32-3.png

upload_2018-7-16_14-33-1.png

upload_2018-7-16_14-34-47.png

upload_2018-7-16_14-35-2.png

upload_2018-7-16_14-37-37.png

upload_2018-7-16_14-37-51.png
 
So is he trying to say his previous employer has dirt on him and is blackmailing him into spying on his new employer? Or what the fuck is he trying to say? It's Jake level cryptic shit.
 
Modern software is filled with abstractions layered on top of more abstractions. At each layer there are bugs: normal bugs, Heisenbugs, race conditions, array overflows, uninitialized vars, etc. This is why I avoid languages with huge runtimes like C#. They just add more bugs.

What did you expect from C#? You are using a language that uses JIT by proxy. If you can't deal with it go back to C/C++/Modula or asm.

News flash the libraries you use often have bugs. Report them and move on.
 
  • Disagree
Reactions: Poop A Loop
What did you expect from C#? You are using a language that uses JIT by proxy. If you can't deal with it go back to C/C++/Modula or asm.

News flash the libraries you use often have bugs. Report them and move on.

I didn't even see that.

"yeah I don't use runtimes or operating systems I just calculate everything on pencil and paper because software has bugs. I don't know what bugs, it just has bugs. everything has bugs."
 
I didn't even see that.

"yeah I don't use runtimes or operating systems I just calculate everything on pencil and paper because software has bugs. I don't know what bugs, it just has bugs. everything has bugs."

I'm sure the clown doesn't know anything about the KiSystemServiceTable and how many exploitable bugs there were in that under WinNT.

If you are interested:

http://persephone.cps.unizar.es/~spd/pub/windows/ntdll.htm

Mark Russinovich is the person that ran sysinternals before microsoft brought him on board.

Hooking the system service table is what most of your security and antivirus products do, under WinNT.

You can find more information by just looking up hooking the system service table.

https://resources.infosecinstitute.com/hooking-system-service-dispatch-table-ssdt/

So your abstraction can included bugs at even a lower level.
 
Last edited:
I'm waiting for this to segue into the intro to Fresh Prince of Bel Air or a Rickroll.
 
Back