Im German. English is not my first language.
- 0 Posts
- 57 Comments
I can’t pronounce this name even after trying a few times.
PlexSheep@infosec.pubto
Programmer Humor@programming.dev•AI slop repository with 8k stars on Github that doesn't even compile
2·9 days agoI like putting the little pictures in my readmes sometimes. In my biologically generated repositories. Please don’t discriminate against neat little pictures you can just put in text 🐑.
PlexSheep@infosec.pubto
Programmer Humor@programming.dev•o(1) statistical prime approximation
28·16 days agoIf this wasn’t 100% vibe coded, it would be pretty cool.
A c compiler written in rust, with a lot of basics supported, an automated test suite that compiles well known c projects. Sounds like a fun project or academic work.
PlexSheep@infosec.pubto
Selfhosted@lemmy.world•Am i doing something wrong here with duplicati?English
5·18 days agoBorg!
PlexSheep@infosec.pubto
Technology@lemmy.world•Homeland Security has reportedly sent out hundreds of subpoenas to identify ICE critics onlineEnglish
6·23 days agoFascists have no values. They say whatever they want to further their objectives.
PlexSheep@infosec.pubto
Technology@lemmy.world•Google criticizes Europe's plan to adopt free softwareEnglish
1·23 days agoThey 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
PlexSheep@infosec.pubto
Technology@lemmy.world•Google criticizes Europe's plan to adopt free softwareEnglish
31·23 days agoWhile 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.
ITS JUST BECAUSE WE FEELY DTRONGLY ABOUT RUST AND ITS TRAIT SYSTEM
TRAITS ARE SO USEFUL AND STRUCTS ARE EASILY REPRESENTED IN MEMORY AND WORKED WITH, COMBINED THEY WILL TAKE OVER THE LINUX KERNEL AND THE WORLD
PlexSheep@infosec.pubto
Technology@lemmy.world•Discord to Require ID or Face Scan Next Month for Full AccessEnglish
43·28 days agoWhile 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.
Others have said good things. Since you also mentioned programming drivers, I recommend you to try writing a Linux kernel module at some point. This is going deeper in software, rather than embedded or bare metal. Kernel space programming is different because you literally can’t use the functionalities of your OS, but you still have a lot of other things supporting you and get access to the inner workings of the OS. One idea would be for example, writing a module that lets you execute commands as root without having any privileges.
Another thing I want to mention is that Rust may help you learn low level code. Low level can also mean networking or command line software, and regardless, rust is in my opinion more ergonomic than C and C++, offers many advanced features, and will help you understand memory safety better.
PlexSheep@infosec.pubto
Technology@lemmy.world•32-year-old programmer in China allegedly dies from overwork, added to work group chat even while in hospitalEnglish
1·1 month agoThat’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
PlexSheep@infosec.pubto
Selfhosted@lemmy.world•700+ self-hosted Git instances battered in 0-day attacks with no fix imminentEnglish
1·3 months agoThis 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.
PlexSheep@infosec.pubto
Selfhosted@lemmy.world•700+ self-hosted Git instances battered in 0-day attacks with no fix imminentEnglish
8·3 months agoIt’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.
PlexSheep@infosec.pubto
Technology@lemmy.world•Zig quits GitHub, says Microsoft's AI obsession has ruined the serviceEnglish
3·3 months agoIm pretty sure that is possible on forgejo if given a specific github token. Or is it a scale problem?
PlexSheep@infosec.pubto
Selfhosted@lemmy.world•Tutorial series for self hosting beginners?English
1·4 months agoStudying computer science / Cybersecurity certainly helped. Besides that, trial and error for me.
PlexSheep@infosec.pubto
Technology@lemmy.world•How One Uncaught Rust Exception Took Out CloudflareEnglish
1·4 months agodeleted by creator
PlexSheep@infosec.pubto
Technology@lemmy.world•Walmart and Target are NOT removing Xbox products from shelvesEnglish
9·5 months agoWow really interesting news. “Nothing happened”

I still host a significant part of my code on GitHub, despite moderately hating Microslop, because:
Also, GitHub has become an identity provider for many services, such as crates.io to release rust crates (packages).