back
user profile
yomismoaqui
986karma·365submissions·November 11, 2024
recent activity (365 total)
comment
Maybe I will regret this, but... care to elaborate?
comment
Our ability to adapt to new things is both a blessing and a curse.
comment
From an initial testing of my personal benchmark it works better than Gemini 2.5 pro. My use case is using Gemini to help me test a card game I'm developing. The model simulates the board state a…
comment
I implemented a receipt scanner to Google Sheet using Gemini Flash. The fact that it is ”intelligent" it's fine for some things. For example I created structured output schema that had a fie…
comment
If your observability stack works and you are fine with it, do you need to update it? I understand updating some front facing service due to a vulnerability... But for a thing that it's internall…
comment
You can do no-downtime deploy of a web service with: - Kamal - Docker compose with Caddy (lb_try_duration to hold requests while the HTTP container restarts) - Systemd using socket activation (same as…
comment
"There are privacy implications as the email transmission informs the mail service the applications the user is using and when they used them." Not really, as I can enter any email on a serv…
comment
Forget about performance, specially in a 2d game like this one. Focus on making it fun (really-really fun is possible). I have played games that didn't performed so well because they were so fun.…
comment
For technical questions the agreeableness is a problem when asking for evalation of some idea. The trick is asking the LLM to present pros and cons. Or if you want a harder review just ask it to poke …
comment
I did something similar but as a Chrome extension using Gemini 2.5 Flash (or Flash Lite) for summarizing. On the page it shows an extra TLDR button near the like button. You can change the prompt to m…
comment
Coincidentally yesterday I was reading the Cybernetics Wikipedia page and discovered the relation between it and Kubernetes. I'm having a Baader-Meinhof effect moment right now :)
comment
Don't you find liberating that any human, no matter how powerful they may be, how good or bad they are, cannot escape from death? Maybe it sounds a little dark or edgy, but this thought gives me …
comment
Just suggest to him to implement or supervise the creation of a system like that ON HIS RESPONSIBILITY. That is, if the system fails and loses company/client money he has to pay it from his own a…
comment
From what I remember reading on some tutorial about Random Tree classifiers banks on the USA have to justify the specific reasons why a credit was denied, so hence why blackbox models cannot be used f…
comment
[flagged]
comment
Sometimes I think what's the worst it could happen if Google decided to delete my main personal account that I use for everything: banking, utilities... I guess it would a hassle to go to the ban…
comment
> ... until I figured out a way to avoid the ban hammer ... You had my curiosity ... but now you have my attention.
comment
> Maybe I'm just the old man screaming at cloud (no pun intended) but when did people forget how to run a baremetal server ? We should coin the term "Cloud Learned Helplessness"
comment
What was the reason for using Mercurial?
comment
For all its warts and less than stellar UX Git is good enough (from a former Mercurial user)
comment
YouTube Music, I'm paying 13.99€ for this + YouTube Premium.
comment
Sounds interesting, do you have some links with more info about this? Thanks!
comment
One thing that I see skills having the advantage is when they include scripts for specific tasks that the LLM has a difficult time generating the right code. Also the problem with the LLM being traine…
comment
Thanks, I have installed it and it works great! Related anecdote: some months ago I tried to coax the Playwright MCP to do a full page screenshot and it couldn't do it. Then I just told Claude Co…
comment
Damn right, as an introvert all my career I have been afraid of looking dumb but talking to other fellow developers and reading things like the following made me aware of it. https://grugbr…
comment
You can have reliability with physical servers. When you pay 1/4 for 3X the performance you can duplicate your servers and then be paying 1/2 for 3X the performance. I find baffling that peo…
comment
Reminder to use boring tech when building something important that should last for some years.
comment
My theory is they wrote this just to get the ‘rewrite everything in Rust’ crowd off their backs.
comment
Better woodworking analogy: If manual coding is a saw, using agentic AI coding is a table saw. It can make some work faster but there are still things done better with a manual saw. And if you don…