If you consider the perspective of the serfs who built the pyramids, the gameplay is actually kinda lore-accurate.
Endmaker
- 3 Posts
- 27 Comments
Endmaker@ani.socialto Programming@programming.dev•AI Models from Google, OpenAI, Anthropic Solve 0% of ‘Hard’ Coding ProblemsEnglish586·21 days agoIn the ‘Medium’ difficulty category, OpenAI’s o4-mini-high model scored the highest at 53.5%.
This fits my observation of such models. o4-mini-high is able to help me with 80-90% of the problems at work. For the remaining problems, it would come up with a nonsensical solution and no matter how much I prompt it, it would tunnel-vision on that specific approach. It could never second guess itself and realise that its initial solution is completely off the mark, and try an entirely differently approach. That’s where I usually step in and do the work myself.
It still saves me time with the trivial stuff though.
I can’t say the same for the rest of the LLMs. They are simply no good at coding and just waste my time.
Endmaker@ani.socialto PostgreSQL@programming.dev•Postgres is Too Good (And Why That's Actually a Problem)English17·28 days agoTLDR
Redis for caching, RabbitMQ for queues, Elasticsearch for search, and MongoDB for… reasons?
Postgres might be too good for its own good. It’s so capable that it makes most other databases seem unnecessary for 90% of applications.
Thanks for sharing. The built-in text search sounds helpful for the project I’m working on.
Personally, I have seen so many memes about exiting vim that by the time I got to use it for the first time, exiting it was a no-brainer.
For any newbies out there, the command is
:wq
I don’t get the punchline.
Have you tried turning it off and on?
Spaghetti is all messy and tangled up; spaghetti code is the same.
when the order of execution was obfuscated due to excessive jumps and GOTOs
That’s one way to make your code messy and thus achieve spaghetti code.
In general, when some code is very poorly written, it becomes spaghetti code.
No need for all that.
You’ve just got to see my code.
Endmaker@ani.socialto Programming@programming.dev•Learning React - Need resourcesEnglish5·3 months agoAny tips or pointers (unintentional pun) will be greatly appreciated!
IMO the most important thing when it comes to frameworks like this is state management.
Once you truly understood it / know how to do it properly, you are good to go.
P.S. My guess is that React got its name because it reacts to changes in state
P.P.S. this documentary on React provides insights on its history
No punchline…
Endmaker@ani.socialto Programming@programming.dev•Programming book recommendations?English6·3 months agoThe Software Craftsman by Sandro Mancuso
It’s less of technical stuff, but more about the attitude one can (and should) have in our profession.
IMO this interview with the author sums it up nicely.
It’s not just you. Perhaps it depends on the distro?
I just had to click around a little when setting up Ubuntu 22.04 and it’s done.
Endmaker@ani.socialto Programmer Humor@programming.dev•When anyone questions what I do at work all dayEnglish38·4 months agoThis is just a meme, but I find that communication is an underrated skill among software engineers.
Personally, I’m trying to get better at it.
Endmaker@ani.socialOPto Programming@programming.dev•Where can you view package details on PyPI?English3·4 months agoSounds like pain.
Thanks anyway.
Endmaker@ani.socialto Programmer Humor@programming.dev•git push origin main --force-with-leaseEnglish68·4 months agoFYI
- branch protection is a thing
- commit signing is a thing
I’m not sure what you are getting at.
Endmaker@ani.socialto Programmer Humor@programming.dev•10000 line PR? LGTM, lolEnglish10·5 months agoThen saying that you have looked through and reviewed the code would be lying. And that is unprofessional.
Endmaker@ani.socialto Mildly Infuriating@lemmy.world•Mod of a similar comm deleted my advertising post, now downvotes half the stuff I post in my commEnglish13·5 months agoMaybe remind them that all of their upvotes and downvotes are public.
It’s possible to see what others upvoted or downvoted?
Yeah, I get you.
In my case, I just pointed out (politely, I hope) that they were the one who called me, and not the other way round.
And thankfully, they left it at that.
happysad dev noises