cwagner

u/cwagner@kbin.social
0 posts · 13 comments

Recent posts

No posts.

Recent comments

on What room do you work from? · c/WFH · 6 pts · 3y

I have a small room (originally a children’s room) where I have my computer. I only have one computer, and use it also for private stuff, though.

I think that eventually, we will reach a level of content creation where people either don't feel the need to cross post, or that you don't need to subscribe to 10 closely-related magazines.

I hope so, but there seem to be a significant amount of people who think that every instance should be their own community. I don’t quite understand what they even want federation for then, but they are very outspoken.

on *Permanently Deleted* · c/asklemmy · 7 pts · 3y

Lemmy is irrelevant compared to Reddit. Completely and utterly. There’s what, a single medium-sized subreddit over all instances here?

on *Permanently Deleted* · c/asklemmy · 3 pts · 3y

The question is, what adblockers? It’s very rare that I encounter an adblocker-blocker that doesn’t only work against AdBlock but also against uBo.

This is a bit too hard. So many shows I loved: Firefly, Fringe, BSG, Expanse, Killjoys, Dark Matter, Night Sky, Silo (only watched 3 episodes so far but read the books, and it’s everything I wanted), Stargate SG1, Stargate Universe, Person of Interest, Helix (S1, not idea WTF S2 even was about :D)

That’s already skipping stuff I liked, but didn’t love :D

The regex for your community in options.html should be ^([a-zA-Z0-9\-ßàÁâãóôþüúðæåïçèõöÿýòäœêëìíøùîûñé]{1,63}\.)+[a-zA-Z]{2,63}$

Not sure if there’s some issue I can’t think of, but it probably can even be simplified to ^([\w-]{1,63}\.)+[a-zA-Z]{2,63}$

The current one, for example, doesn’t allow subdomain instances like kbin.example.org I already created a PR for the first version for the lemmy extension, but maybe someone can say why the simpler version would/wouldn’t be okay ;)