• 1 Post
  • 35 Comments
Joined 1 month ago
cake
Cake day: January 21st, 2025

help-circle
  • paequ2@lemmy.todaytoLinux@lemmy.mlAdvice for a Linux Laptop in 2025
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    1 day ago

    My top pick for a Linux laptop would be the Dell XPS 13 9310. It’s old I guess, from 2020. But the build quality and Linux support is excellent. You could get a used one from eBay for around 400USD.

    Alternatively, maybe you could look for a used Thinkpad X1 Carbon. I’ve purchased several of those in the past and have had really good experiences with them. The hardware is great and the software support is excellent.

    I would avoid Framework. I actually just switched back to the Dell XPS 13 9310 after a year of using the Framework. Linux support on the Framework is just not as good as some other laptops. The biggest con of Framework is the HiDPI display. You will never get the display to look good. You’ll have to do a ton of tweaking and debugging—and you’ll still have some apps that are blurry or have weirdly sized icons or text. See: https://lemmy.today/post/22761155/13770242











  • Yeah, I’ve definitely grown to like TOML, especially after spending hours trying to edit a giant (nested) YAML file…

    I didn’t realize the indentation in TOML was purely aesthetic.

    This

    [servers]
      [servers.alpha]
      ip = "10.0.0.1"
      dc = "eqdc10"
    
      [servers.beta]
      ip = "10.0.0.2"
      dc = "eqdc10"
    

    equals this

    [servers]
    [servers.alpha]
    ip = "10.0.0.1"
    dc = "eqdc10"
    
    [servers.beta]
    ip = "10.0.0.2"
    dc = "eqdc10"
    

    which equals this

    {
      "servers": {
        "alpha": {
          "ip": "10.0.0.1",
          "dc": "eqdc10"
        },
        "beta": {
          "ip": "10.0.0.2",
          "dc": "eqdc10"
        }
      }
    }
    



  • Being able to direct my own reccomender system, in order for it to be alligned with my goals and not with my addictive tendencies

    AGREE! There are options for controlling the data side of things, Lemmy, Mastodon, Jellyfin, torrents, but I’ve definitely noticed the recommendation side of things is basically non-existent. What I miss the most from Spotify or Netflix isn’t the music or movies, it’s the recommendations. There’s a ton of content outside the megacorps, but we don’t have a good way to find it.

    It would be awesome if we had an algorithm that we could control. We could tune it to whatever we want, instead of letting these giant megacorps shove their shit in front of us.



  • I like that Migadu gives you a ton of control over your email experience. You can create unlimited users, have unlimited domains, create unlimited aliases, sending identities, they have custom routing features, etc. The backend/management panel seems like it was made with techies in mind. The actual email users don’t have to worry about any of those knobs though.


  • two guys running email?

    Is it? I can’t tell from the about me. It says “In 2014, two of us, Michael Bruderer and Dejan Strbac, started…”, but nothing else on the page talks about the size of the company. It started as two people, but is it currently two people? Anyone know?

    no 2FA support

    The webmail client does have 2FA, but when connecting via client there is no 2FA. Although, not sure what this would look like. Would you enter a TOTP every time you want to connect to the IMAP server? Or do you mean more like an OAuth2 flow, like Gmail, and that asks for your TOTP?

    I actually haven’t gotten around to playing with purelymail. Not sure if they handle this differently. What service are you thinking about?




  • I also don’t like the grip YouTube has on me. I found it really hard to break because sometimes there are legitimate reasons to be watching videos on YouTube, such as for home repairs. Still, most of my time there is wasted.

    I’ve tried installing Leechblock and that has helped for a lot of other sites.

    Although, since YouTube is special (tutorials), Leechblock gets too much in the way and I end up disabling it.

    Instead, I found Unhook is a better fit. It doesn’t block the website like Leechblock. It just removes the addictive parts of the websites, like feeds and recommendations.

    (Also works on Firefox mobile!)

    This has been great because I can still watch YouTube for repairs, tutorials, etc for as long as necessary, but I don’t get pulled into a rabbit hole with all the addictive crap.