Email or username:

Password:

Forgot your password?
Linus :blobcatpenguin:

this codegen bug will keep me warm during winter

0: jump 0
3: <end>
1 comment
Merlin.2160p.BDRip.x265.10bit

@linus Back in Uni, in the first year, we were tasked to write a simple TCP-based messenger in Java, given the protocol spec. A poor persons IRC basically. A friend's group somehow managed to ignore TCP listen and just did busy waiting - no sleep interval in between. Their program used up to much CPU that the laptop they were using to present the project ran out of battery while presenting their submission. I used that program as a small space heater in the winter back then.

Go Up