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

help-circle
  • azimir@lemmy.mltoLinux@lemmy.mlWhy?
    link
    fedilink
    arrow-up
    6
    ·
    10 days 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.




  • I learned some more vocab and did some context learning.

    I also started using GPT for some really basic story translation. I’d been using children’s board books (18 month old kid kind of materials) for a while, but with GPT it can give me some tailored short stories, then some feedback on my translation.

    My prompt:

    “I’d like to do some german to english translation practice. Could you please write a 3 paragraph story in German. The language level is 18 months, like a board book kind of level. I’ll try to translate it.”

    The feedback after I type in a translation is usually about like this:

    Good work! You caught most of the meaning correctly. A few small notes:

    “Der kleine Hund Max läuft in den Garten.”

    You wrote: “The small dog Max ran in the garden.” Better: “The little dog Max runs into the garden.”

    Two things:

    läuft is present tense (“runs”), not past. in den Garten means “into the garden” (motion toward), not “in the garden.”

    “Die Sonne scheint.”

    You wrote: “The son shines.” Just a slip: Sonne = sun, not son. So: “The sun is shining.”

    Is it better than in-person work? Nope. Can I do it on the train while I commute? Yup. Is it better than many of the tools I’ve run into? Naturlich.









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