• 0 Posts
  • 700 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle












  • I interned at IBM in the late '80s at the TJ Watson research facility. I have no idea if that’s still around or if it’s still what it used to be, but at the time it was a pretty amazing place, filled with brilliant people doing stuff that may or may not have been directly related to the corporate bottom line. Benoit Mandelbrot (the chaos theory guy) had an office there. There was an unused scanning electron microscope parked in the hallway outside of our lab because there was nowhere else to put it. I learned to use CADCAM on enormous monitors; it was a blast to design something, send it electronically to the machine shop for fabrication and have it delivered on a cart the next day (sometimes the same day). I worked on a project repurposing these miniature electric punches that had been designed for ceramic green sheets (the way they built their mainframe cores back then) and then got to experiment creating a new hole-punching technique using pressurized fluids. They let you do whatever you felt like doing even if you were just an intern. There were no corporate idiots anywhere in sight there.

    As far as I can tell, that part of IBM (the actual innovation) is gone.





  • American homes…cheap AF.

    One reason for this, believe it or not, is slavery. One very under-appreciated aspect of cotton plantations is that cotton (in the days before artificial fertilizers) very quickly exhausted the soil of the American South, leaving behind land that was mostly only suitable for growing pine trees. This left pine wood as a cheap and plentiful resource for building houses. Southern US pine is now so plentiful that it’s even the source of most of the chopsticks in China.



  • Back in the year 2000 I was writing intranet apps for a big corporation, using Visual Basic and classic ASP (lol) and IE6 (lolol) for the UI. A very handy if not indispensable tool for this sort of work is the ability to View Source on the generated pages, which popped up the HTML in Notepad. One day for me this simply stopped worked entirely – hitting View Source did nothing and I couldn’t fix the problem on my computer no matter what I did (other people’s computers still worked fine). I even switched to a different computer, set up all my tools and programs as normal, and got the same problem with View Source not working at all. I went like this for six months, and it was a real challenge to debug problems.

    Eventually I discovered the problem from a forum post: I had a shortcut to Notepad on my desktop. For no reason I can possibly imagine, this prevented View Source from doing anything at all. It didn’t even have to be a shortcut to Notepad proper; any shortcut that happened to be named “Notepad” would cause the break even if it was a shortcut to some other program. Renaming my shortcut to “NotepadX” fixed the problem. I would LOVE to have some old MS engineer explain to me what the living fuck was going on here.