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

help-circle
  • America is owned and operated by rich people. They couldn’t make money running passenger trains so once we were ordered to invest in car-only infrastructure the trains were mostly disbanded and shut down. There’s a ghost of a system left with just a few corridors that could be considered bare minimum service in a developed nation.

    How many kilometers of high speed rail does the US have? Zero. We have some that gets close, but not really.

    My mid-sized city has two trains per day, one each direction, and they both leave between 1am and 2am. In Germany you would have 30+ trains per day in a city this size, likely a notable S-Bahn network, and also some trams and/or U-Bahns in the city to compliment busses. I’ve got busses in town, but they operated about every 30-45 minutes each, with evening service being every 60 minutes. Here’s the fun part: our busses are the most used public transit system for a mid-sized city in the US right now and it’s still pathetic when compared to even basic services in Europe.

    DB needs to keep getting investment. Germany must get to a dedicated passenger rail network to separate out the freight trains. DB should also be re-nationalized and operated as a national service, not a for profit system that will inevitably fail as a commercial venture, leading to yet more terrible service. Here’s hoping the latest German Parliament follows through on investment money that they pushed through at the start of the year! Also, keep the Deutschland Karte! That’s such a great resource for everyone.






  • I did the same thing with the Linux machine there, but we got it up and running with a sweet potato using a patch set for the kernel and cross compiling it from the basic potato release. We did find the drivers for the VGA card we salvaged from a scrap pile too! Got it up to the full 640x480 supported by the card.

    You could say it was a sweet setup.




  • 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.


  • When the US tries it’s hand at nation building, and our government diplomats, consultants, and mentors are making suggestions to nascent nations in what kind of republic framework to use, we do not suggest the same Constitutional system we have. We normally try to guide others to a variation of parliamentary systems with a weak president figurehead.

    Our own government knows not to use it’s own model for other nations! It’s not that we’re exceptional, just that we’ve beaten the odds so far. We used to try to copy the US system other places, but they kept failing to executive branches that seized power. How the US held on as long as it did is a wonder. That said, it looks like our exceptional run is effectively over. The fox is in the henhouse and Congress is cheering the bloodbath.




  • Because when I move left in tabs, the cursor isn’t clear which tab I’m on. It also tried to sit off the left edge of a terminal in some editors because it aligns with the right side of the character (the tab), instead of the left.

    I do see how tabs are a better option : they allow the one editing the file to decide how wide the indentation is. That’s actually good User Interface design, by separating the data from the rendering layout.

    I can see the argument both ways, but I like to use spaces so the visual and editing interfaces are more standard.




  • 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.