Comment on
true comparison
i think is reversed... but it's ok
Comment on
true comparison
i think is reversed... but it's ok
Comment on
The type of ads are really frustrating
there is a button under privacy to revoche the gdpr consent.
i pressed it and i don't have any ads (yet) just gray boxes
Comment on
A few days ago I posted about an app to sincronize Lemmy accounts, here's the design update
can we have the GitHub link? so i can subscribe to the release. (and leave you a star <3)
Comment on
We've Been Duped
i hate this so much. i have applied to jobs with so generic job description, and than thay wanted a very specific thing. but no it was not in the job description.
Comment on
probably my biggest gripe with Lemmy right now. Feels like I'm just stuck in a loop.
Reply in thread
if people do cross posts, will i see the post only once?
will lemmy detect that i can see the original + 3 crossposts and show me only the original?
this is more like a feature request, i don't think we are there yet.
we could also aggregate and sync comments across cross postings, so that the post is really just one, but posted in more than one community.
Comment on
Docker container reappears constantly after "rm" or "rm -f"
are you using kube? or docker-compose?
of you are using docker compose, and in the compose file there is restart: always the container will be restarted if it disappears.
to remove it do docker compose down
Comment on
What are some good European Lemmy instances?
feddit.de and feddit.it
the German one is pretty big.
the italian one "require" you to speak Italian.
Comment on
Why did you get fired?
company was a start up and they didn't find any funds for 2023. the option was, work for free / "stocks" or be fired.
at least i'm getting unemployment.
Comment on
Is is possible to see who upvoted/downvoted a specific comment?
Reply in thread
i don't think it's in the api. is in the DB, but not exposed anywhere. one instance admin could do query and see them.
Comment on
I've used Lemmy more in the past 12 hours than I have in the past month since signing up. All because of Sync.
Reply in thread
this is the coolest thing i ever saw
Comment on
Poorly Drawn Lines - Sad
yes now is angry.
Comment on
Huggingface recently created a ML framework for Rust
i was able to run the llama demo on my phone, how cool is that!
Comment on
Considerations for a homeserver thats open to the internet? (Jellyfin / Nextcloud)
i have a lot of stuff exposed to the web. i got a domain from godaddy, attached my public ip and created a subdomain for each service. than i have traefik that manage the tls and route each subdomain to each of the docker containers.
in total i have exposed 80, 443, and a random port i use for ssh. of course ssh is only by public key.
now i'm trying to set up fail2ban on the exposed services since someone could bruteforce them.
Comment on
Is telegram premium worth it?
Reply in thread
well, it does have a high backend cost. They have to cover it somehow.
Comment on
Official Statement from Lemmy.world admin about community removal
Reply in thread
they are, post and comments are mirrored on all federated instances.
Comment on
Which filesystem should I use for stable storage?
btrfs and you get snapshots, the ability to send subvolumes around + compression and a ton of other stuff.
be aware that to configure a good layout in btrfs you will need to do that manually, follow the arch wiki and you will be ok.
Comment on
python < shell (for scripts)
Reply in thread
i would not run a python script with root.
Comment on
Do you feel this place has gotten more.. reddit-y lately?
Reply in thread
can also filter keywords
Comment on
Why are all basic app settings tied to the Lemmy account/instance?
i think you can export the settings from one profile and import them into the other
Comment on
Feature Request: Option to spoof user agent for image requests and/or proxy image requests through a server.
i don't think this needs to be a sync feature, but a lemmy one.