- 60 Posts
- 1.75K Comments
onlinepersona@programming.devto
Python@programming.dev•Anthropic invests $1.5 million in the Python Software Foundation and open source security
5·3 days agoAt least one good thing is coming out of it. More companies should be spending money on the python foundation.
onlinepersona@programming.devto
Programmer Humor@programming.dev•Solving Factorio with Terraform
2·3 days agoJust put an MCP on it and let the AI play the game at the slowest speed ever
onlinepersona@programming.devto
Open Source@lemmy.ml•All my new code will be closed-source from now on - Marc J. SchmidtEnglish
252·7 days agoAh, the “only closed source should make money but I will demand opensource compete with it” take. Love it.
onlinepersona@programming.devto
Nix / NixOS@programming.dev•Stop Guessing: Debug Your Nix Code Fast | Nix REPL - VimjoyerEnglish
3·9 days agoThat could’ve used an example of debugging recursion to show how useful the repl is. I knew about the repl and have used it to find duplicate packages for example, but what it doesn’t help with is finding out how stuff was added to environment.systemPackages and, most importantly, why.
The most glaring omission in nix is the lack of a debugger with conditional breakpoints. Nix is interpreted, is it not? Shouldn’t it be possible to have breakpoints?
onlinepersona@programming.devto
Programmer Humor@programming.dev•There was no other way!English
3·10 days agoMy memory of it is how unnecessarily arcane it is. I had (and still have) a better understanding of assembly than COBOL. COBOL has hundreds of keywords. And while an instruction set can have thousands of instructions, COBOL still felt more difficult.
Also, nearly any executable can be decompiled to assembly. If you understand assembly, it has a plethora of uses. COBOL can make big bank, but it currently has very limited use.
onlinepersona@programming.devto
Programmer Humor@programming.dev•There was no other way!English
2·10 days agoI’d much rather write in assembly than COBOL
onlinepersona@programming.devto
Programmer Humor@programming.dev•There was no other way!English
1·10 days agoHaven’t heard or read about it since it was kicked out of the kernel! Does it still exist?
onlinepersona@programming.devto
Programmer Humor@programming.dev•There was no other way!English
2·10 days agoHo boy. Don’t ruin the good ol’ memory of the dude. Some things should be left untouched, just like the movies you watched as a child.
onlinepersona@programming.devto
Programming@programming.dev•Back-end programmer for gig economy company describes how the sausage is made.
15·14 days agoNo thanks. This sounds entirely plausible and he gig economy should be highly regulated. I want my stuff delivered, yes, but I want it delivered by somebody who isn’t doing it as a last measure to survive and it won’t get them out from the heel they are under.
We need whistleblowers like this. If you’re a software developer and see shady business practices, fucking say something. If not to your superior, then to an authority. Companies shouldn’t get away with this unethical behavior. If even one thing is true of what OP is saying, they should be fucking sued and forced to improve or die.
onlinepersona@programming.devto
Programming@programming.dev•Software taketh away faster than hardware giveth: Why C++ programmers keep growing fast despite competition, safety, and AI
54·15 days agoMicrosoft will add 1 million lines of Rust code per month to their repositories and replace all C/C++ code by 2030. C/C++ doesn’t stand a chance!
(At least according to LinkedIn)
Yep, I enjoyed the article. Unfortunately, it won’t convince zealots. Reason rarely does.
onlinepersona@programming.devto
Rust@programming.dev•`ffmpReg`: a complete rewrite of ffmpeg in pure RustEnglish
92·16 days agoGood luck. Isn’t a lot of ffmpeg in assembly? I wonder how that will be handled. If faster code can be compiled that’d be crazy.
onlinepersona@programming.devto
Rust@programming.dev•`ffmpReg`: a complete rewrite of ffmpeg in pure RustEnglish
24·16 days agoBig tech loves Apache and MIT 💕
onlinepersona@programming.devto
Rust@programming.dev•`ffmpReg`: a complete rewrite of ffmpeg in pure Rust
5·16 days agoKink? Wat?
Just like all “principles” they shouldn’t be blindly applied. Simply forcing SOLID upon a codebase won’t magically make it better. In fact, I’ve seen codebases that “strictly follow SOLID principles” being terrible to understand, debug, follow, and optimise.
There will always be blind and zealous followers who will vehemently “protect” a codebase (or anything really) from impure modifications. They are the worst to deal with.
onlinepersona@programming.devto
Programming@programming.dev•When square pixels aren’t squareEnglish
4·17 days agoI was expecting circular pixels which is what they are on CRTs. Was not expecting non-square rectangles. wtf?
onlinepersona@programming.devto
Rust@programming.dev•My wife gave me the best Christmas gift: a handmade Ferris!
4·19 days agoWhere’s his wheel? 😋
Beautiful ferris though. That’s a very nice present.
onlinepersona@programming.devto
Programming@programming.dev•The Future of Software Development is Software Developers
6·19 days agoDumb, ignorant people voting for dumb, ignorant people gets you dumb, ignorant people at the top. What a surprise!
If the well is full of shit, you’ll only be pulling shit to the top.



“Improve documentation”. If they make it like the nixos documentation, that’ll make the framework documentation worse.