Shit like this is why you have morons elected, just my two euro centimes
- 1 Post
- 15 Comments
kSPvhmTOlwvMd7Y7E@programming.devto
Programmer Humor@programming.dev•Technial Skills in 2025
12·4 months agothe documentation is literally on Internet. Python standard library, MSDN, posgresql, odbc drivers. Everything is online. are you suggesting you memorised your whole stack, and did you printed out ? Granted * some * of it can be downloaded
So they posted that screenshot before even trying to run it on some useless file to see it works… Internet points are surely a drug
kSPvhmTOlwvMd7Y7E@programming.devto
Programming@programming.dev•What is your favorite software stack for full-stack web development?
52·2 years agoReact +python + postgres/sqlite
kSPvhmTOlwvMd7Y7E@programming.devto
Rust@programming.dev•The Urgent Need for Memory Safety in Software Products
7·2 years agoWe have a solution
kSPvhmTOlwvMd7Y7E@programming.devto
Programming@programming.dev•I wish writing SQL queries was more popular than ORMs
0·2 years agoYou don’t even mention the 2 main advantages:
- ORM lets you to use plain objects over untyped strings. I take typed anything over untyped anything, everyday
- ORM lets you to use multiple database backends. For ex, you don’t need to spawn a local postgres server, then clean/migrate it after each test suit, you can just use in-memory sqlite for that. OK this has some gotchas, but that’s a massive improvement in productivity
kSPvhmTOlwvMd7Y7E@programming.devto
Programming@programming.dev•Google’s nightmare “Web Integrity API” wants a DRM gatekeeper for the webEnglish
15·2 years agoAdvertisement is a fucking syphilis, a cancer and a gangrene combined. Don’t tell me what to watch what to visit
kSPvhmTOlwvMd7Y7E@programming.devto
Programmer Humor@programming.dev•B-bug? What bug?English
21·2 years agoUnfortunately sometimes the code base is fuckd up beyond repair, it can’t even be tested. that’s why i submitted 3000 line PR ☠️
kSPvhmTOlwvMd7Y7E@programming.devto
Python@programming.dev•[Solved] How would you debug this script without creating many posts?
2·2 years agoAll IO related stuff should be a replaceable dependency
But this is very readable tho
kSPvhmTOlwvMd7Y7E@programming.devto
Programming.dev Meta@programming.dev•Can we get a community for F#?English
3·2 years agoAw, of course, go ahead Microsoft’s OCaml, we ll definitely visit you
kSPvhmTOlwvMd7Y7E@programming.devto
Programming@programming.dev•*Permanently Deleted*English
2·2 years agoIt’s not “every system” which proves all truth is inconsistent right? Propositional logic, and first order logics are both sound, and complete. The article talks about propositional logic, so in my understanding, it should be complete and sound too.
kSPvhmTOlwvMd7Y7E@programming.devOPto
Python@programming.dev•Stop using pandas in web development
2·2 years agofair enough.
kSPvhmTOlwvMd7Y7E@programming.devto
Python@programming.dev•How do you make config data available to all classes?English
23·2 years agoWhy every class creates its own logger? That might make sense, but looks suspicious
Use global imported variables for configs.
it’s «la torture» tho …
I am long popcorn, and short microsoft, wake me up in 5 years