• 0 Posts
  • 62 Comments
Joined 2 years ago
cake
Cake day: June 2nd, 2023

help-circle

  • I consider that analogy somewhat different. Being able to leave your home to travel safely is a basic human right. Cars on roads are inherently dangerous, even if you try to be defensive as a pedestrian. You can be sitting in your grassy front yard and vehicles can come crashing in to kill you. That happens on a regular basis in the US. You can be walking on the sidewalk and have a car run you down. The vision of kids running into the street to be hit isn’t the only risk, merely existing is. Hell, there’s plenty of people killed in their home by cars crashing into their houses!

    Car crashes are the #2 reason for children’s deaths in the US (#1 is now guns, it was cars until about 3 years ago). It’s the #3 reason for adults to die after heart disease and cancer. Those stats are actually low balling it because we’re finding the noise and pollution from cars jacks up many of the other categories (including heart disease, cancer, dementia). Living by car roads is just inherently dangerous, regardless of how you try to teach your kids to avoid being run down in their own neighborhood.

    The government building car only infrastructure, I feel, is an immoral and murderous act against the public. It’s categorically different from the parental preference of whether your 14 year old manages to see some porn using a computer you bought on an Internet connection you installed.







  • Just to put you all on notice: I started my kids on Linux from day 1 of their computing lives. I’m playing the long game here. In another 80 years they’re going to be in the longest living users category.

    They mostly use Linux as their daily drivers. Any time they have to use windows for school work they also rage at the terrible UI and lack of ease of use. <Insert evil laughter here>



  • Been there! It was Avery different time.

    The first program I wrote was in the Logo Turtle Game on an Apple Iie in 4th grade. Did some BASIC programming on the Apple IIe’s building interpreter too.

    I use Arduino boards with Atmega, Esp32/8266, and M0 chips on them for embedded projects. These $8 boards have more processing capability then my first desktop computer…


  • I was given a logging on a RedHat server in 1997. It was operated by a fellow student in the dorm.

    My school taught the engineers how to use SunOS for class, so it wasn’t a huge leap to start using a telnet connection to a local Linux machine.

    Within a few months I was dual booting an older desktop Linux/Win95, and away I went. Since then it’s been about 90%+ of my daily computer use on Linux machines.








  • 15+… I was there, Gandalf… We had these kinds of setups 25+ years ago. How time flies.

    Before that, it was often XTerm style systems. The local machine only booted an XServer and then connected to a central UNIX system. All programs ran on the UNIX server, and were rendered on the XTerm/XServer you were sitting at.

    The original XServer systems were efficient enough to run over serial lines, not just Ethernet.

    Another setup was to put multiple monitors/keyboards/mice on a single UNIX/Linux tower and have it launch multiple XServer sessions so you could have a single computer with up to six people sitting at it.

    I also managed a Rembo lab for a bit. It used a PXE shim OS to get a menu from the Rembo server. From there, you could boot the main OS, or download a new hard drive image from the server. I would build new drive images and upload them to the server, then updating the lab would mean rebooting the computers and clicking a “grab latest” button. It actually worked very well for distributing OSes. We had both Linux and Windows images students could pull down.

    Lab management at scale is a continual struggle to keep everything functional and patched.