

Well syntax error may be not the right wording, I am talking about stuff like unused variables, multiple semicolons, multiple declarations of variables, changing type of variables mid-code, dead code after return, return type mismatch etc.
Well syntax error may be not the right wording, I am talking about stuff like unused variables, multiple semicolons, multiple declarations of variables, changing type of variables mid-code, dead code after return, return type mismatch etc.
And depending on vibe coding, python just isn’t complaining about wrong syntax, but just do its job, which generally results in nasty code.
If you need a script language (run using interpreter instead of precompiling) use ruby, this one enforces good syntax.
The difference is, that C and similar can be compiled, python and similar needs an interpreter to be run.
This is the reason that languages that need to be compiled are why more efficient, meaning way less power is needed to execute, meaning less CO2 and cheaper server as less powerful hardware is needed.
C is easy as well… For me, even more easy than python, as I read like 100x more C++ rather than python…
I don’t even bother to write python anymore 🤣 I let it generate by AI nowadays
Damn! How inefficient 🤪 but that explains a lot
Python dev tend to vibe code while C (and other similar programming language) devs tend to plan more prior coding.
As a decision maker, I would let my devs only use python for proof of concepts or for build scripts…
😳python?!
This, and then, after you tell that you are neurodivergent, you have to explain what it means and make examples 😣
Luckily, now I have chatGPT for rescue spitting out most common symptoms
I guess, car manufacturers are to blame
So mamy still use very insecure ciphers, or it is possible to extend the “car is near me”-signal enabling click’n’drive.
😄my days got a lot longer, since I take Mediknet 🤭 get soo much done now 😍
🇨🇭, Zurich: En Loifäär
(I bet every canton has at least own version 😝)
You are absolutely right 😇
The init wars!
(There is a comic somewhere here)
😁 Arch for the win
I am fan of reinventing stuff that was frankensteined to kinda work in a modern world…
I don’t like hacky solutions.
Hope systemd is next.
I can’t imagine, that the delisted games lacked “serious artistic value“.
Proof me wrong!
(Joke is, you can’t proof that in any way)
🤣had to ask AI to get the joke
🤭I have the same opinion depending the death of Epstein
This fact is actively used for phishing, as you can craft domains looking nearly identical to the original one, but leading to your IP address hosting the phishing mask.
Not if you choose to replace the correct ones at the correct place and it is a compiler which automatically ignores this wrong semicolon.
You could connect two lines, which may still “work” if not split using a semicolon and are then interpreted as one single line.
Yes, 100%
Never had an other opinion.
Voting democrats is the way to go, because they at least seem to listen, and would make violence free change away from this two party system more a possibility (like a president needing to have absolute majority to win and therefore opens gate for third parties).
But as counter argument, you could say, voting republicans brings more anger into more people and therefore motivates more people to stand up for change, reaching a critical mass you would not have if dems are in power. Of course, with high risk of violence.
I personally am against violence, therefore, I would vote dems, if I’d be living in America and am allowed to vote.
If you have a build server that builds every commit you push, you can work on other bugs or features in the meantime without needing more time.
And as soon as you have to search bugs in a big python project, you will use up all the “saved time” pretty fast.