Live data from Hacker News

The short, tormented life of computer genius Phil Katz (2000)

bbsdocumentary.com

71–80 of 134 posts

Re: The short, tormented life of computer genius Phil Katz (2000)

#71
post #19

Because this is an old post and not someone who is recently deceased, I do not feel what I am about to say is in poor taste. I don't want to see the idea of the loner computer hacker be idealized any longer. Mr Robot, while a clever and more accurate representation of tech than its predecessors, still leans on the troubled genius trope. My main gripe is how software developers are dehumanized into masochistic agents…

Katz's story is perhaps actually an antidote to that: he worked crazy hours much of the time, and ended up dead at 37. What's interesting for me is that many geeks I've worked with have real issues in some regard, in a way that non-geeks seem to find a way to make entertaining (IT Crowd, Big Bang Theory), or simply think is disturbingly sad (the loner in the basement stereotype). The truth is the things that make us…

I definitely get the sense that this was a situation where a guy made too much money way too fast. Like almost overnight.

Reading between the lines, it sounds like he had been pent up, and when an effectively unlimited budget reared its head, it open the floodgates for so many bottled up urges.

By the time he had graduated to drunk driving convictions, other habits had been so firmly established that he was never going back to his old life.

It reads like a medical study of addiction models in animals. When granted unlimited push-button access to an addictive stimulus they push the button compulsively, without stopping and kill themselves from sheer lack of self control.

And about that writing of the tell-all cringe blog. I'd reconsider if I were you. Definitely do some writing. Write on paper. Not on a computer. Not on the internet. Lock it away, and then proof read it when you're in the best possible mood, and try to imagine how it would change your mood to realize others had read it, and cringed over it.

Re: The short, tormented life of computer genius Phil Katz (2000)

#72
post #46

Very sad story. The guy's initials are immortalized in the magic number of the zip file format, the bytes of which are 0x50 0x4b 0x03 0x04 The values 0x50 0x4b are 'P' 'K' in ASCII. Note also that every Java JAR file is also a ZIP file, so they all begin with the same magic number.

Windows executables start with "MZ", for Mark Zbikowski. Edit: fixed the name

FreeBSD (and other BSD) UFS2 file systems have a magic number that coincides with Kirk McKusick's birthday.

#define FS_UFS2_MAGIC 0x19540119

Re: The short, tormented life of computer genius Phil Katz (2000)

#73

I just lost my best mate from university to alcohol. Growing up in Britain, this is not my first friend I've lost because of alcohol. I'm in tears... I've struggled with drinking too much myself, this hits very close to home.

Brit here too. I feel your pain. I'm not a drinker but my parents are. It's getting more and more excessive. I'll find litres of whiskey hone in a sitting.

The drink has ruined my relationship with them.

When I was a teenager, me and my sister suffered from psychosis. They blamed their drinking on that. When we got better, they continued and found a different scapegoat.

My sister is going through children's mental health services. My parents don't seem to understand that wrestling tablets from my mother attempting suicide is traumatic for a child. This is really messing up my sister.

When I spoke to my dad about my sister's problems, his response was "I'm not giving up my life for some 15 year old"

Over the years, I'd get nasty text messages. Anything from long essays on why my birthday gift wasn't adequate to how my choice of partner isn't adequate (my partner demands that the kids don't have cordial - my mother disagrees). Years of that plus childhood has made me feel inadequate.

Alcoholism doesn't just screw over the drinker but the family too. Sometimes it's not just the pain of watching them fall.

Re: The short, tormented life of computer genius Phil Katz (2000)

#75
post #68

Earlier quoted context omitted.

Sorry, how does it lend credence to the genetic theory? Ones genes don't change do they? But the need for escapism can.

If said friend wasn't genetically predisposed to alcoholism, it would explain why they would be able to quit drinking to excess with relative ease.

This goes against Occam's razor, needing 2 different mechanisms, one for people that manage to quit drinking (even after 5 decades of alcoholism) and one (genetic) for others that died alcoholics.

Re: The short, tormented life of computer genius Phil Katz (2000)

#76

For some people conscious existence is too burdensome, uncomfortable, full of anxiety, outright maddening or some combination thereof. You see this in everyday life too, albeit in benign quantities - watch a kid after you tell him he can do nothing for the next hour. I had read Phil Katz's story before and I read it again today - it wasn't any less painful the second time around. I think if we were to debug it - ther…

+1. It took meditation to make me realize how much we suffer and react to it without realizing it a such a regular basis. It is so part of the everyday life, and anybody does so: children, adults, old people, rich, poor, healthy, sick, etc. We manage to feel that "conscious existence is too burdensome, uncomfortable, full of anxiety, outright maddening or some combination thereof" in any context, which is a hint that we, as a specie, are part of the problem. And we invent so many ways to distract ourself to avoid feeling it we became masters at it. Some never master it, and instead of hiding the dirt under the carpet, they decide to leave home for good.

Re: The short, tormented life of computer genius Phil Katz (2000)

#77
post #75

Earlier quoted context omitted.

If said friend wasn't genetically predisposed to alcoholism, it would explain why they would be able to quit drinking to excess with relative ease.

This goes against Occam's razor, needing 2 different mechanisms, one for people that manage to quit drinking (even after 5 decades of alcoholism) and one (genetic) for others that died alcoholics.

I suspect that in the case of "what underlies alcoholism" a simpler explanation is likely to be less complete than a less simple one. There are probably dozens of different reasons people get hooked or are able to quit.

Re: The short, tormented life of computer genius Phil Katz (2000)

#79
post #44
post #27

Earlier quoted context omitted.

Hmm. I thought my condescension was over the top. Guess i was too subtle.

OMG. I'm an idiot. I'll just leave this here, lol

No, no worries. it happens to the best of us. I've been suckered in by a zillion trolls. Good on you for leaving the (edited) comment up.

Re: The short, tormented life of computer genius Phil Katz (2000)

#80

Off topic, but what was so special about the "zip" file over a ".tar.Z" file, especially that it already existed when ZIP came out?

- It had a table of contents. You can list the contents of a ZIP file, or even extract individual files, without having to decompress the whole thing. (Which was a particularly big deal back in the 90s, when extracting a large archive would take a while.) - You could update an archive in place. Not incredibly useful, but certainly nifty. - It had support for multi-disk archives. Again, big deal in the 90s. Finally, l…

Let me add ZIP2EXE for self-extracting archives.
Post reply on HN