TheLugal

joined 2 years ago
[–] TheLugal@lemmy.world 3 points 8 months ago (4 children)

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

[–] TheLugal@lemmy.world 8 points 8 months ago
 
 
[–] TheLugal@lemmy.world 2 points 9 months ago

NoSleep. It's a great horror podcast

[–] TheLugal@lemmy.world 68 points 9 months ago

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

[–] TheLugal@lemmy.world 8 points 10 months ago (2 children)

Lol at that price? We should riot

[–] TheLugal@lemmy.world 80 points 10 months ago* (last edited 10 months ago) (1 children)

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

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

[–] TheLugal@lemmy.world 23 points 10 months ago (4 children)

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.

[–] TheLugal@lemmy.world 1 points 11 months ago

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. :)

[–] TheLugal@lemmy.world 12 points 11 months ago (5 children)

I'd just uninstall it.

 
[–] TheLugal@lemmy.world 6 points 1 year ago

There has been a lot of quality of life changes that a lot of people aren't used to yet

 

Alt. text

There are probably children out there holding down spacebar to stay warm in the winter! YOUR UPDATE MURDERS CHILDREN.

xkcd | 1172: Workflow

[–] TheLugal@lemmy.world 2 points 1 year ago

I get 1 or 2 sales calls a year, if you think that's spam

 

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

 

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.

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

I can reverse grep for B:

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

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

view more: next ›