Skip Navigation
TheLugal

Mostly harmless

Posts
7
Comments
37
Joined
1 yr. ago
  • I really like it, though the UI is a bit "old facebook". I would have loved to use it for a club I'm in, but it doesn't seem to have the organisational capabilities I'd need, like user roles and default channels to follow, and stuff like that.

    That said, as a single user instance, I don't have any issues. It is easy to install and keep up to date. And the connectors to other protocols seems to work fine

  • He loves it

  • cats @lemmy.world
    TheLugal @lemmy.world

    Boromir wonders what's up

    cats @lemmy.world
    TheLugal @lemmy.world

    Huddled together

  • NoSleep. It's a great horror podcast

  • To you as a user it's readonly. To the thousands that submits urls for archival it is readwrite.

  • Lol at that price? We should riot

  • We regularly experiment with features that help shoppers identify trustworthy businesses online[...]

    I like that Google calls their users "shoppers" /s

  • I'll check it out! I have been using Firefly III.

    I think it's good there are several projects that try to solve similar problems. It makes for such a diverse solution pool.

  • Permanently Deleted

  • Windows was actually quite good when I made the swap. It was during the height of windows xp.

    I did it because I am a curious guy, and wanted to know what it was all about. I've been full-time and had fun with it since then. :)

  • Nothing ever does.

  • You can update the location only when the device is there. Or you could use a script or program of some kind to change the location when necessary, but I don't know tools like that exist yet, so it might be too technical

  • You can set it up so it does. It requires an mqtt-server though. When I am out walking, my partner can get my location live, with a little icon and everything.

    But as I said, it might not fit your use case. I figured I'd mention it in case you got a good idea or something. :)

  • Oh, right! Thank you

  • Thank you, for the heads up :)

  • Weird! It works on my end :-S

  • Not sure if it fits your particular use case, but have a look at OwnTracks.

  • Oh man, I loved Crunchbang! It was my last distro before I switched to Arch when they discontinued it.

    I miss their friendly #! wallpaper

  • Excellent reply!

    I just want to add that partitioning your drives is not backups and can never replace backups. It just increases the likelihood of making it easier to fix should you fuck something up with your install.

    Also, if OP means "watching streaming services" and by "streaming", there should be little to no setup. Mainly the browser might ask you to enable DRM for the service to work.

  • Showerthoughts @lemmy.world
    TheLugal @lemmy.world

    There used to be a point were I was mostly too young to get the joke. Now I'm mostly too old to get the joke...

    Science Fiction @lemmy.world
    TheLugal @lemmy.world

    When a human says Whoops | HFY | A short Sci-Fi Story

    Technology @lemmy.world
    TheLugal @lemmy.world

    Fairphone’s latest repairable device is for people who hate saying goodbye to an old smartphone more than they like buying a new one.

    commandline @programming.dev
    TheLugal @lemmy.world

    Inverting match with grep, unless another term exists

    I have a list containing a set of tags, and would like to exclude one tag, unless another tag exists in the line.

    Say I have the following list, and want to exclude B, unless A is present.

     undefined
        
    [A,B]
    [A,C]
    [B,C]
    [A]
    [B]
    
    
      

    I can reverse grep for B:

     undefined
        
    > grep --invert-match "B"
    [A,C]
    [A]
    
      

    How can I find the previous list, but also the item containing [A,B]?

    Technology @lemmy.world
    TheLugal @lemmy.world

    Radicale is the simplest CalDAV/CardDAV server I've ever set up