PTZ

u/ptz@lemmy.ptznetwork.org
3 posts · 19 comments

Recent posts

Recent comments

For #3, as far as the instance lists and the Lemmy Community Browser are concerned, I believe a 301 redirect should work as long as it redirects with the URI. e.g. old.lemmy.tld/c/Hangout -> new.lemmy.tld/c/Hangout . Eventually my new instance will be picked up by those, but I'm still not sure if/when my old instance would drop off (see question #1)

That would allow anyone clicking into my old instance from any of the currently published instance lists to land on the new domain. But I'm not sure how currently federated instances would handle that.

Even worse, the fancy smart display doesn't even have to physically break to become inoperable.

Most smart devices connect and are locked to a single company's servers and become e-waste the moment they decide to pull the plug.

If you're lucky, you or a techy friend can flash an open firmware to them, but that's not always possible.

If you meant instance admins, is there any particular customization? Mine has a unique name but the PWA still created the launcher as "Lemmy"

I'm assuming that's coming from a static value in the served manifest.json but I haven't really investigated or thought about the launcher name until you mentioned it.

Right, exactly. And that got me thinking: what counts as a view?

Do you have to click play and watch it or does it count as a view if it shows up in your feed and you scroll past it? I'm leaning toward the latter, but I don't have any knowledge of how Twitter's metrics work (if there is even any logic to them, that is).

I definitely agree that it wasn't anywhere near 16m unique people, so I do feel a little better about our species. lol

on User list? · c/lemmy_support · 2 pts · 3y

To expand on that, I do a join between the local_user and person tables so I can grab the name and display names for the local users:

select 
  p.name, 
  p.display_name, 
  a.person_id, 
  a.email, 
  a.email_verified, 
  a.accepted_application 
from 
  local_user a, 
  person p 
where 
  a.person_id = p.id;

Do you run your own Firefox sync service or use Mozilla's?

I've wanted to set my own sync up but never got around to it. The few times I've skimmed over the setup process, it looked pretty rough.

I just used the Docker logging options to cap the stdout/stderr log to a reasonable size. Just add logging options to each chatty service and change 25m to whatever makes sense for your environment.

docker-compose.yml:

services:
  ....
  lemmy:
    ...
     logging:                                                                                                                                                                                 
        options:                                                                                                                                                                               
          max-size: 25m
  pictrs:
    ...
       logging:                                                                                                                                                                                 
        options:                                                                                                                                                                               
          max-size: 25m

Yeah, for sure. Even though I disagree with it, I understand it (despire her seemingly going for the nuclear option).

It's an apartment complex which likely is already a no-smoking environment. Logically speaking, cannabis smoke shouldn't get an exception. The order just seems to prohibit the man from smoking, so I assume other methods are still on the table.

Pretty much everyone I know with a medical card uses a vaporizer. Little to no smell and much easier on the lungs. That, or edibles.

That's 90% of the reason I swore off Windows entirely; I don't even bother with dual boot anymore. I don't want any of the cloud crap, AI, ads, or "suggestions" in my operating system. As add-on features, sure, whatever, but not as part of the default experience.

Just run my programs, do what I ask, and remember who the system belongs to.

I'd heard about Lemmy a good while back, but there wasn't much interest in it until the Reddit API kerfuffle.

I really like the concept of federated social networks and breaking free of the big tech rage-baiting algorithms. Just give me a list of topics I can follow and let me sort and filter them how I want. Don't suggest or recommend things to me, especially if they're designed to make me angry just for sake of engagement.

Lemmy seems like it has a lot of potential in that regard, and I'm hopeful it's able to build a respectful user base. I'm primarily here to feel out the landscape and be the change I hope to see in the world.