PlexSheep
@PlexSheep@feddit.de
Informatik Student, lerne 日本語, Strategiespiele
- Comment on Proton Pass breaks prowlarr on firefox since today 8 months ago:
Damn they screwed up big this time
- Comment on Tim Berners-Lee: Marking the Web’s 35th Birthday: An Open Letter 8 months ago:
Interesting read, although I do not understand everything. It’s nice to hear a fediverse shout-out.
- Comment on Proton Pass breaks prowlarr on firefox since today 8 months ago:
It also breaks jellyfin on firefox
- Comment on Simple authentication for homelab? 8 months ago:
I use authentik. The login flow is a little weird I agree, my password manager doesn’t like it too. Besides that, from the ones I used it’s definitely the most stable and developed (I was using authelia before).
I can’t quite figure out how to use it with proxy auth.
- Comment on Preferred E-Book Library Server Software? 8 months ago:
I use audiobookshelf and it’s amazing. So polished and just works.
- Comment on Hackers can read private AI-assistant chats even though they’re encrypted 8 months ago:
That actually is really really interesting. Thanks for giving the tldr. Do token lengths vary that much?
- Comment on Provider suggestion 8 months ago:
Just a typo. Fixed it
- Comment on Mozilla Firefox is Working on a Tab Grouping Feature 8 months ago:
about:profiles
exists too, but isn’t really a lot better. - Comment on Provider suggestion 8 months ago:
Netcup is cheap and reliable. Based in Germany, I host my personal website and a few tools with one of their VPS. Never had a problem with them and the price is good.
- Comment on Self hosted syncthing relay with keepass, how secure is it? 8 months ago:
Personally, I’ve just set my devices to only sync in my LAN, just in case.
- Comment on The EU Digital Markets Act is here. 8 months ago:
That’s not what I meant. I’d like to post messages to discord from other platforms, as in they’re forced to open interoperability
- Comment on The EU Digital Markets Act is here. 8 months ago:
So, being an EU citizen, how can I send messages to the WhatsApp users? Or how can I sendessages to discord?
- Comment on Reddit Will License Its Data to Train LLMs, So We Made a Firefox Extension That Lets You Replace Your Comments With Any (Non-Copyrighted) Text 8 months ago:
DRM always fails, and would fail especially bad in an open and free community which has the purpose of being open and free. DRM is the mortal enemy of many fediverse users.
- Comment on [deleted] 8 months ago:
You have a point and I was a little too against it. Still, having offline AI will transform any PC into a heater, no?
- Comment on Microsoft Ending Support For Windows Subsystem For Android 8 months ago:
Keepassxc works great for totp on a functional level. Keep in mind that your second factor should ideally be separated from your first, for better security. Otherwise the 2nd factor does not do much if the password database is compromised.
In case people are looking for keepassxc “clients” on android, id recommend keepassdx.
- Comment on Meta's Facebook, Instagram back up after global outage 8 months ago:
Meh
- Comment on [deleted] 8 months ago:
Everything they can? They just need to kill off windows, they’re not doing that.
- Comment on [deleted] 8 months ago:
Ehy would you want “AI” in an OS?
- Comment on Yuzu is gone. 8 months ago:
I’d wonder if it survives for more than half a year.
- Comment on AI Generated Videos Just Changed Forever (OpenAI Sora) 8 months ago:
People in red Teams are white hats. The terms describe different things. The “color wheel” is operational and thinks in the context of an organization. Red Team tries to attack our stuff, blue team tries to defend our stuff, yellow team builds our stuff etc.
White hat is just a term for ethical hackers, black hat is a term for criminals. Grey hat means someone in-between (think political hacker defacing website of organization they don’t like), there is also some more but the shades of grey are most important.
- Comment on Opinionated collection of docker-compose.yml 8 months ago:
I’m using a self signed CA for my home network with caddy. You just set it up to use a ca once and afterwards it just works. So yeah, really easy.
Iirc you can upload your own certificates and keys in npm, you’ll just have to manage the CA manually or with some other tool.
- Comment on Finally joined the "work was throwing it out" club 8 months ago:
Very cool and il jealous but I’m curious: how big was the updgrade to your power consumption?
- Comment on AI Generated Videos Just Changed Forever (OpenAI Sora) 8 months ago:
That’s inaccurate. Red Team is the guys that test your security from an attacker view point. Red Teams are often contractors hired by companies. The companies are the ones paying to be “hacked”, so they can fix whatever gaping security holes the red Team finds.
At least, that’s usually the definition. If just talking about AI stuff, I’d call those people testers.
- Comment on Opinionated collection of docker-compose.yml 8 months ago:
I hosted nom in two servers for some time, I had it break too often and could not set custom configs easily. I switched to caddy and could not be happier.
When using caddy, you don’t even need to think about letsencrypt, unless you want to disable it in favor of something else.
- Comment on Sustaining Proton’s mission over time | Proton 8 months ago:
Generally, compatability:
No SMTP (so I can send emails automatically from my servers for logs etc), no calendar sync, email sync is only hacky with the bridge, android does not have email sync at all, no contacts sync.
The calendar does not show the birthdays of contacts.
Proton drive for me is useless because no GNU/Linux client (if it comes, pls just make it something I can run headless).
There is more, but that’s what I find most annoying. If I have to chose one of these then I’d say that the groupware stuff needs to be synced to any client easily (includes calendar and contacts IMO)
- Comment on Sustaining Proton’s mission over time | Proton 8 months ago:
While good, a lot of features and services in proton are still half baked. I have ultimate.
- Comment on Sustaining Proton’s mission over time | Proton 8 months ago:
Yeah, that works fine.
- Comment on What are your favorite tools for monitoring Linux and individual docker containers? 9 months ago:
I like to use my eyes, an ssh connection and my shell.
- Comment on AI companies are violating a basic social contract of the web and and ignoring robots.txt 9 months ago:
Nice idea! Better use
/dev/urandom
through, as that is non blocking. See here. - Comment on NVIDIA’s new AI chatbot runs locally on your PC 9 months ago:
I use huggingface.co/chat , you can also easily host open source models on your local machine