Today I listened to this podcast episode: Ryan Bush – A Guide To Mental Self-Mastery.
Category Archives: Chatter
Is Inheritance That Evil?
I found a very long article: Is Inheritance That Evil? I am far too tired to concentrate on it right now. Sorta looked interesting though.
Louvre Collections
This popped up on HN today: Louvre Collections. Pretty awesome.
Cargo Cult Science
Feynman’s old classic turned up in the news again today: Cargo Cult Science.
Reading time as lines-of-code per hour
I was wondering how many lines of code it was possible to read per hour. I found on the Wikipedia code review article the claim: “Code review rates should be between 200 and 400 lines of code per hour.” They say any faster is too fast to find errors. I also found on the Wikipedia article source lines of code that a contemporary Linux kernel has 20 million lines-of-code. So if you didn’t sleep and read code 24×7 you could read the Linux kernel in a little over 5 years…
Sony Releases Stupid Piece Of Shit That Doesn’t Fucking Work
How to Deal with Difficult People on Software Projects
This on r/programming today: How to Deal with Difficult People on Software Projects.
Software disenchantment
Well someone is/was upset: Software disenchantment. I really liked the image of the design process: simple -> complex then complex -> simple. Maybe that’s the answer to Nikita’s woes: we’re just not finished yet.
When Should I Interrupt Someone?
A fun article on Hacker News today with the maxim: if you’re stuck for over an hour, seek help.
How are zlib, gzip and zip related?
Via r/programming today: How are zlib, gzip and zip related? What do they have in common and how are they different?