Skip Navigation

Posts
3
Comments
193
Joined
1 yr. ago

  • Perhaps, but we're now in an age where IPO announcements, CEO changes and even new features inevitably lead to enshittification. There is no harm in having a backup plan.

    I'd even say that anyone who doesn't have a plan B is an idiot, given recent history.

  • Not currently a Revolt user, but this would be a requirement for me to consider switching, too.

    It looks like its API supports webhooks, so should be relatively straightforward to enable it (or perhaps through a third party, like Zapier)?

  • Sounds plausible.

    FWIW, New World (doesn't have borderless fullscreen) got me into the habit of tapping the Windows key before doing anything outside the game. Other than when the game is starting, it never has any problems when I do that.

    I'm using EndeavourOS, KDE, Wayland, so YMMV.

  • Hard agree. Mindsets stuck in 2005 or before when cool and useful stuff was, just, free online. We were such summer children then.

    Anyone still like that obviously shouldn't be in charge of anything sharp or dangerous...

  • Anyone remember websites and RSS? Those were the days.

    Why does everything have to get shovelled into someone's walled garden...

    (Speaking about updates and notifications here, not discussions.)

  • Your personal preference applied to others would sure make all those image-specific communities a bit quiet... 🤔

  • I really tried with that book, after a similar recommendation on pigboy's site years ago - and it does have some useful techniques and ideas - but I just couldn't get past her magical thinking proselytism. Every other paragraph, or so it seemed at the time.

    Without wishing to put everyone off it: her "why" is (demonstrably and unequivocally) bollocks, but her "how" is good.

  • Similar to: "Tradition" is peer pressure from dead people. 😄

  • That's very much what the Opinion section in the Guardian is all about: an all comers free-for-all written by anyone who cares to submit a piece. Generally unrelated their news journalism and general mission/ideology.

    I see why they do it: opposing views and so on. But in the current society of headlines are everything, knee jerk reactions, polarisation and the idea of a middle ground being treason, etc, we get "Why are the Guardian saying x?!" 🤷‍♂️

  • I have a 2015 Shield. Best device I've ever had, and haven't ever had to factory reset it.

    My main recommendation - in case it applies to you - is to not run any server software on it (eg. Plex). It's a solid client device, but has never had what it takes to run server services.

    I think it has plenty of life left in it, so a factory reset might be worthwhile. Also note that the drive in yours may be well past its best.

  • Permanently Deleted

    Jump
  • The US$75 Lifetime price has traditionally been their Black Friday deal, regardless of the usual price.

    Anyone's guess if that deal will still be a thing, given their recent behaviour, though.

  • This is what FAFO in public looks like. Gold!

  • They're designed to deliver the maximum amount of flavour in ~20 seconds.

    So: bag first, then just-boiled water. Wait/steep for 20-60 seconds, fish out the bag with a teaspoon and squeeze against the cup, and then milk.

  • You may be right, but I worked around this using https://wiki.archlinux.org/title/NetworkManager#Network_services_with_NetworkManager_dispatcher

    I added the CIFS shares to my fstab with the _netdev option and created /etc/NetworkManager/dispatcher.d/30-nas-shares.sh containing (got the WiFi UUID using nmcli con show):

     
        
    #!/bin/sh
    WANTED_CON_UUID="UUID-OF-MY-WIFI"
    
    if [ "$CONNECTION_UUID" = "$WANTED_CON_UUID" ]; then
      case "$2" in
        "up"|"vpn-up")
          mount -a -t cifs
          ;;
      esac
    fi
    
      

    This waits for my WiFi to come up, ensures it's my home WiFi, and then mounts my shares.

    There are probably other and better ways to do it, but it works.

  • I don't mind it with companies that produce multiple products, as nesting them does make sense.

    But for one-hit-wonders it's a bit... 😬