Im German. English is not my first language.
- 0 Posts
- 223 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·8 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 🐑.
Scientific Programming Language
Powerful mathematics-oriented syntax with built-in 2D/3D plotting and visualization tools
Free software, runs on GNU/Linux, macOS, BSD, and Microsoft Windows
Drop-in compatible with many Matlab scripts
PlexSheep@infosec.pubto
Programmer Humor@programming.dev•o(1) statistical prime approximation
28·15 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·17 days agoBorg!
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
Linux@programming.dev•Linux 7.0 Officially Concluding The Rust Experiment
21·27 days agoMIT: do whatever you want, I don’t care
GPL: You can modify this freely, but your product must also be FOSS if you modify this.
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
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
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.
I too need my sadomaso application, almost as often as online banking applications
PlexSheep@infosec.pubto
Linux Gaming@lemmy.world•developer of game 'Rust' talks about anticheat on linuxEnglish
1·4 months agoAnd then there is 2b2t where everyone cheats as much as possible.
PlexSheep@infosec.pubto
Linux@programming.dev•VirtualBox 7.2.4 Released with Initial Support for Linux Kernel 6.18
16·5 months agoOn Linux? Qemu/libvirt/virt-manager
TOTP, FIDO2 or not worrying about logins and just using {GitHub,Google,Microsoft,selfhosted.lan} as identity provider with OIDC
PlexSheep@infosec.pubto
Selfhosted@lemmy.world•Jellyseerr and Overseerr merging into one, gonna be called SeerrEnglish
1·5 months agoIt makes a request to the thing that searches through lists of stuff (torrents-, Usenet-indexers), which then requests some downloader (like a torrenting client) to download the stuff you want.
The whole servarr stack is pretty complicated but that also means it’s not a messy monolith.
It just works, I love Debian. Never even thought about getting unraid

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).