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

help-circle
  • The city I just left is almost through that entire arc. How did you guess the history of a city you’ve probably never looked at!?!

    The latest wave of city council leadership is actively trying to build out more public transit and it’s amazing just how horrible people can be when you ask them to make a tiny percentage of the roads (often 3+ lanes wide in the city core) have a bike lane or even a few blocks of bus priority lane so the busses can arrive on time during rush hour.

    At the same time it’s in the top 5 most dangerous cities for pedestrians in our state, but the mutilation of fellow city dwellers is okay as long as people can drive fast through downtown to get to the big box store 20+ miles away. Strangely, the City Council’s old members keep yelling about how the city downtown is dying because we added a few bike lanes and therefore people don’t want to be there since it’s harder to drive (but only during major rush hours).


  • It relies mostly upon people feeling shame about being denounced. Being impeached is mostly about an official denouncement.

    If you don’t care, then it means nothing to the individual. It then falls upon the citizens to actually give a fuck about their country having leadership who is more positive than negative. What we’ve learned in the last handful of years is that about 30% of voters would vote for a king if that king hates the same people they do. Another 30% don’t care who runs anything, so a king is fine with them.

    So… A ruling monarch the US will have. It’s nearing the end of the Republic and Orange Fürher has crossed the Rubicon. Apparently no one cares enough to really deal with it, but we’ll surely see lots of walking around on a weekend as to not cause any inconvenience.

    Yes, I feel No Kings is the right message, but the actual wherewithal to enforce the Republic isn’t visible yet.


  • It’s kind of a vote of no confidence that then requires the US Senate to hold a “trial” on whether to remove. Essentially, the House (a more general populace representative body) says "he is bad and should be reviewed’. Then the Senate (which more represents the states, not the public) decides whether to agree and then a removal happens if they do.

    Otherwise? It’s just the Senate saying “he’s fine and we’re okay with it”, which is what the Republicans are. They’re okay with crime and hatred of fellow Americans as long as it’s their people doing the hating and criming.


  • azimir@lemmy.mltoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    6
    ·
    1 month ago

    Windows 95/98 sucked shit. I liked the games, but the kernels were terrible.

    I dual booted or ran two machines Linux (RedHat 5.2 to 6.2, wtf was up with 7?), then whatever worked (usually Debian based) for a while. Mostly used Linux alone for years, but used Win7 for a bit. That one was okay, but Microsoft can’t build dev tools on their own OS to save their lives.

    It’s been Linux Mint for a long time now on desktops and Debian/Armbian on servers.

    Basically, I’ve been mainlining Linux since about '97 and it’s doing me just fine. Works great for my kids and wife. We’re a mostly Linux household. It saves me a ton of headaches. Easy to install, patch, and almost no other maintenance.








  • Come to the Open Source community for ideology, stay for the better life. It’s a learning curve to get in. After that it’ll open more doors and be much more relaxing to run OSS operating environments than you think.

    The real fun is when you’ve been on Linux for a few years and are forced to do some tasks on a Windows machine. It’s amazing how bad the Windows UI and tooling is, but it’s hard to see until you can look with some perspective.


  • I usually start a desktop on Mint since it’s got at least some new drivers and a few more tools with Cinnamon desktop.

    If the hardware is finicky or there’s odd devices a distro doesn’t handle, I often just try a different distro instead of driver hacking. It’s a very big hammer, but I’d rather have things work with the distro configs instead of maintaining it myself.

    Servers? Debian.

    Desktops? Mint (prettier Debian out of the box)

    Otherwise? Use what works with the least effort.









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