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

help-circle
  • They may or may not be used here. You could use LLMs to parse the content of sites being visited by web clients on your network. Then, ask the LLM whether the content includes certain topics or is work related. Based on the results of that, you add/remove the site from a blacklist.

    Is this better than just string matching? I would say likely so, though more stochastic in the results. It would let the LLM provide summaries/context of the pages, and not by just confined to specific strings in a list. It might be better ramble to handle context and complexity of the desired outcomes.

    For example, there was a paleontology conference at a hotel once that was stuck behind a firewall blacklisting all sites with the string ‘bone’ in them. Completely ridiculous. The string ‘bone’ has different meanings based upon context, which simple string matching cannot provide, but an LLM might be better and identifying and acting accordingly.


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










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