Ricardo was testing in production
Ricardo was testing in production
The main difference that has me using LibreTube rather than NewPipe is because my subscriptions are on my piped account so they are synced between phone and desktop (browser). Piped is built on top of NewPipe’s extractor library anyway.
You just use three backticks to start and end a code block, it’s just markdown.
e.g.
version: '3.4'
services:
vaultwarden:
image: vaultwarden/server:latest
restart: always
# environment:
# SIGNUPS_ALLOWED: 'false'
# ADMIN_TOKEN: 'your authentication token'
ports:
- '127.0.0.1:8200:80'
volumes:
- vaultwarden-data:/data/
...
As others said, you’re talking about CGI
This is really nice. Great work.
Does your lemmy instance have a character limit?
I think a lot of the issue is the widespread use of the term Intellectual Property which, arguably deliberately, conflates a few completely distinct legal concepts under one umbrella.
If you don’t like the gestures (like me) the most recent version has options to turn them off and give you buttons instead. For me thunder is nearly there in terms of being the experience I want. I wish it handled that back button better, but all the other apps like Jerboa also suffer poor back button behaviour too.
IIRC it doesn’t need a display, it’s a Web-based UI that you can use from another computer on the network if it doesn’t have a display, VNC would be overkill. Maybe they changed that.
There is a more performant C++ implementation but it’s been a long while since I’ve used either it or the java implementation. Worth checking out.
Yeah, it’s only communities that people on your instance search for/subscribe to afaik. So if you’re the only one on your instance then you have control over that.
Further to that it’s only the post objects (and comments, etc.) that is replicated all pics and videos are just URLs. even when you upload a picture with the post, that’s just uploaded to the instance and the link to it is the link of the post, even on other instances the images are fetched from the original source from the client side. I do believe each instance does local thumbnaling.
deleted by creator