• 0 Posts
  • 48 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • I grew up near an area where a large number high net worth people. For example as a kid I thought Lamborghini was a common car because I saw them all the time.

    In my experience lots of money brings out your true self and let’s you act the way you want. So if you are inclined to be self centered and an asshole you can be a massive asshole. You can also be generous and kind.

    Most rich people are pretty normal. However the normal ones do try to not make it known that they are rich. So you often don’t notice the normal rich people.

    It’s also hard to tell the difference between a person who lives on a 200k a year income and a person with a double digit millions net worth.

    I had a friend as a teen. I invited him to go diving with me as he had never been. He showed up with a 20k wetsuite.













  • It was something around 40 TB X2 . We were doing a terrain analysis of the entire Earth. Every morning for 25 days I would install two fresh drives in the cluster doing the data crunching and migrate the filled drives to our file server rack.

    The drives were about 80% full and our primary server was mirrored to two other 50 drive servers. At the end of the month the two servers were then shipped to customer locations.




  • Years ago there was a commit to the Linux kernal that strangly had no author. This got some attention of several of the developers.

    Looking into the code that had to deal with network transmission. there was a section that if you tried to get network access in a unusual way had a check that was written something like this.

    If (usr_permission = ROOT) … Instead of If (usr_permission == ROOT) …

    The first giving the user root if invoked and the second checking to see if the user was root.

    It’s widely thought this was the NSA or some other intelligence agency trying to backdoor lin Linux.