PlexSheep
@PlexSheep@infosec.pub
- Comment on AI Used to Promote Non-Existent Evacuation Flights From the Middle East 6 days ago:
Yo can even put a dash in-between the two parts to hide the fact that you stole superior German grammar
- Comment on Meta acquires AI agent social network Moltbook 1 week ago:
They deserve each other
- Comment on I gotcha, boss 1 week ago:
Maybe it’s a layer 8 ptoblem
- Comment on Continuwuity v0.5.6 2 weeks ago:
Im German. English is not my first language.
- Comment on Continuwuity v0.5.6 2 weeks ago:
I can’t pronounce this name even after trying a few times.
- Comment on Young gamers in Japan may not be forming the same attachment to Final Fantasy or Dragon Quest because modern dev cycles are as long as their childhood, users theorize - AUTOMATON WEST 4 weeks ago:
Haha don’t worry happens to all of us. I feel old too sometimes
- Comment on Young gamers in Japan may not be forming the same attachment to Final Fantasy or Dragon Quest because modern dev cycles are as long as their childhood, users theorize - AUTOMATON WEST 4 weeks ago:
So just telephone cells? Okay
- Comment on Young gamers in Japan may not be forming the same attachment to Final Fantasy or Dragon Quest because modern dev cycles are as long as their childhood, users theorize - AUTOMATON WEST 4 weeks ago:
Wtf is a payphone
- Comment on Homeland Security has reportedly sent out hundreds of subpoenas to identify ICE critics online 4 weeks ago:
Fascists have no values. They say whatever they want to further their objectives.
- Comment on Google criticizes Europe's plan to adopt free software 4 weeks ago:
They have no messaging, no email, no calenders, no file storage, no operating system. While the transition is definitely possible, in an abrupt event you only have maybe emergency coordinations
- Comment on Google criticizes Europe's plan to adopt free software 4 weeks ago:
While im very happy about this just like everyone else, I think it will be a struggle to get rid of the Microslop stuff. A lot of organizations would simply cease to exist if Microslop office and their Windows admin stuff would be gone right now.
- Comment on Discord will require a face scan or ID for full access next month 5 weeks ago:
While this is certainly a big step in their enshittification process, the restrictions from just not doing it don’t seem so bad.
Content Filters: Discord users will need to be age-assured as adults in order to unblur sensitive content or turn off the setting.
Age-gated Spaces – Only users who are age-assured as adults will be able to access age-restricted channels, servers, and app commands.
Message Request Inbox: Direct messages from people a user may not know are routed to a separate inbox by default, and access to modify this setting is limited to age-assured adult users.
Friend Request Alerts: People will receive warning prompts for friend requests from users they may not know.
Stage Restrictions: Only age-assured adults may speak on stage in servers.
I will definitely not identify myself for them with these options. If they would implement more private methods of age authentication, maybe I would consider it, since I am currently bound to discord for a few social activities.
- Comment on 32-year-old programmer in China allegedly dies from overwork, added to work group chat even while in hospital 1 month ago:
That’s like saying Feuetzeug is not a real German word because it’s just the words Feuer and Zeug and it’s kinda like saying “fire thing” in Britain
- Comment on Real and True 1 month ago:
Ik so confused
- Comment on Student Parking 1 month ago:
Very important point (VIP)
- Comment on I'm disappointed to the max 2 months ago:
I like the German bird names much better than the goofy english ones. Blaumeise is just poetic.
- Comment on 700+ self-hosted Git instances battered in 0-day attacks 2 months ago:
This is sadly not easily generalizable, since a lot of people still use legacy operating systems with filesystems like NTFS, which as far as I know is not COW.
- Comment on 700+ self-hosted Git instances battered in 0-day attacks 2 months ago:
It’s because of the old notion of “be generous in what you accept and strict in what you send”. I think the error is something about adding more parent directories so that part of your zip file will be extracted above the selected directory. Not all implementations of zip support this “feature”.
There are also all kinds of stupid ancient features in tar and zip from a time when hard drives were measured in megabytes or less. The latest episode of the open source security podcast talks about it.
- Comment on Why don't compasses have just two Cardinal directions (North, East, -North, -East)? 3 months ago:
The complement of good, u good, I cludes things that are neither good not bad (neutral)
- Comment on Trump wants the NFL to change its name so that soccer is the only sport called football: ‘We have to come up with another name for the NFL stuff’ 3 months ago:
They can just call it American Football like everyone already does.
NAFL or whatever, if you really need an acronym. No one calls the Bundesliga BL.
- Comment on Trump wants the NFL to change its name so that soccer is the only sport called football: ‘We have to come up with another name for the NFL stuff’ 3 months ago:
Only one of these pictures is real, and only one system is used for space stuff in reality
- Comment on The President of the United States of America 3 months ago:
He belongs in a museum
- Comment on Zig quits GitHub, says Microsoft's AI obsession has ruined the service 3 months ago:
Im pretty sure that is possible on forgejo if given a specific github token. Or is it a scale problem?
- Comment on I dunno 3 months ago:
This is an antimeme
- Comment on Tutorial series for self hosting beginners? 3 months ago:
Studying computer science / Cybersecurity certainly helped. Besides that, trial and error for me.
- Comment on What is your favorite Metroidvania? 3 months ago:
Metroid dread
- Comment on YouTube deleting videos documenting Israeli human rights violations 4 months ago:
IMAP and SMTP, the protocols mainly used for emails besides whatever weird shit Microsoft is doing, nowadays all have variants going through a TLS encrypted session like HTTPS.
That doesn’t change the fact that email is not up to the task of modern secure communication (TLS is not end to end encryption for example, and smime and pgp are super user unfriendly and have their own weirdnesses), but makes it better at least.
- Comment on Minecraft is removing code obfuscation in Java Edition 4 months ago:
Exactly. Community bindings do exist and are used over the official bindings already, and I think the source code obfuscation is just an annoyance by now.
- Comment on Minecraft is removing code obfuscation in Java Edition 4 months ago:
That would be good though. Better the communities finds them and they can be patched than when only some black hats know them.
- Comment on The C programming language is like debating a philosopher and Python is like debating someone who ate an edible 4 months ago:
Guess they have to write a python compiler first then.