HN user

HugoDias

599 karma
Posts81
Comments79
View on HN
www.vercel-status.com 9mo ago

Vercel is facing a major outage

HugoDias
7pts0
community.openai.com 1y ago

OpenAI Issue with negative API balance

HugoDias
3pts1
world.hey.com 1y ago

Apple needs a new asshole in charge

HugoDias
4pts3
hugodias.substack.com 4y ago

On Code Review

HugoDias
75pts51
hugodias.substack.com 5y ago

Event Loops for Engineering Managers

HugoDias
3pts0
www.wired.com 5y ago

Hybrid Remote Work Offers the Worst of Both Worlds

HugoDias
2pts0
hugodias.substack.com 5y ago

Code Review Benefits

HugoDias
1pts0
www.joelonsoftware.com 6y ago

Things You Should Never Do (2000)

HugoDias
128pts83
hugodias.substack.com 6y ago

Thoughts on Incident Management

HugoDias
2pts0
news.abs-cbn.com 6y ago

Google to make online shopping service free to merchants

HugoDias
1pts0
hugodias.substack.com 6y ago

Yet another guide about working remotely

HugoDias
1pts0
hugodias.substack.com 6y ago

Increasing reliability by reducing human errors

HugoDias
1pts0
hugodias.substack.com 6y ago

On Leadership: You should challenge your teammates

HugoDias
3pts0
dev.to 8y ago

Using Rails secret weapon: ActiveSupport::Notifications

HugoDias
1pts0
codeburst.io 8y ago

Building a Node JavaScript Interactive CLI

HugoDias
1pts0
dev.to 8y ago

Building your first interactive Node JavaScript CLI

HugoDias
2pts0
vibrant-villani-8ede14.netlify.com 8y ago

Show HN: Facebook post preview with React and AWS lambda

HugoDias
2pts0
hugodias.github.io 8y ago

Show HW: A React JavaScript snippet preview component

HugoDias
1pts0
medium.com 8y ago

Extracting a React JavaScript component and publishing it on NPM

HugoDias
1pts0
medium.com 8y ago

The anatomy of a perfect pull request

HugoDias
3pts0
medium.com 10y ago

Stopping xmlrpc.php spammers

HugoDias
2pts0
www.apple.com 10y ago

The new 27' 4k iMac costs nearly $5720.95 in Brazil

HugoDias
2pts0
mongodb.org 11y ago

MongoDB Domain expired

HugoDias
3pts0
news.ycombinator.com 12y ago

Ask HN: As a developer how do you create or find icons for your apps?

HugoDias
26pts9
polymer-chat.firebaseapp.com 12y ago

Show HN: Simple realtime chat using SimpleLogin + AngularJS + Polymer

HugoDias
2pts0
github.com 12y ago

Gallery plugin for CakePHP

HugoDias
1pts0
vsco.co 12y ago

The Standard is Here: VSCO Cam for Android

HugoDias
1pts0
github.com 12y ago

Show HN: Using Twitter to execute commands on unix server

HugoDias
1pts0
www.youtube.com 13y ago

Meet Brazil beyond football and beautiful women.

HugoDias
3pts0
googleblog.blogspot.com.br 13y ago

Google Maps and Waze, outsmarting traffic together

HugoDias
2pts0

Isn’t there a saying you only truly know something when you're able to explain it to someone else? When I get angry at LLMs proposing stupid solutions, I see it as a positive thing. "damn, this is garbage, here is a much better solution ..." - i know, not really efficient, but enjoyable :)

I would be curious to know if from the enterprise / API consumption perspective, these low-performance models aren't the most used ones. At least it matches our current scenario when it comes to tokens in / tokens out. I'd totally buy the price increase if these are becoming more efficient though, consuming less tokens.

For us, it was also pretty good, but the performance decreased recently, that forced us to migrate to haiku-4.5. More expensive but much more reliable (when anthropic up, of course).

According to their benchmarks, GPT 5.4 Nano > GPT-5-mini in most areas, but I'm noticing models are getting more expensive and not actually getting cheaper?

GPT 5 mini: Input $0.25 / Output $2.00

GPT 5 nano: Input: $0.05 / Output $0.40

GPT 5.4 mini: Input $0.75 / Output $4.50

GPT 5.4 nano: Input $0.20 / Output $1.25

Claude Opus 4.5 8 months ago

TIL! I'll finally give Claude Code a try. I've been using Cursor since it launched and never tried anything else. The terminal UI didn't appeal to me, but knowing it has better performance, I'll check it out.

Cursor has been a terrible experience lately, regardless of the model. Sometimes for the same task, I need to try with Sonnet 4.5, ChatGPT 5.1 Codex, Gemini Pro 3... and most times, none managed to do the work, and I end up doing it myself.

At least I’m coding more again, lol

very impressive. I wonder if this sends a different signal to the market regarding using TPUs for training SOTA models versus Nvidia GPUs. From what we've seen, OpenAI is already renting them to diversify... Curious to see what happens next

Can you elaborate on that? In which part of the RAG pipeline did GPT-4.1 perform better? I would expect GPT-5 to perform better on longer context tasks, especially when it comes to understanding the pre-filtered results and reasoning about them

GitHub Is Down 6 years ago

That's great. 2 minutes before it went down a pipeline workflow ran in Heroku deploying a bug to my app. Now I can't deploy the hotfix since it depends on Github and I'm not able to revert to the last successful build on the Heroku interface.

Any ideas?