HackerTrans
TopNewTrendsCommentsPastAskShowJobs

danieloj

no profile record

Submissions

First person to swim the Strait of Hormuz

dailynewsofopenwaterswimming.com
5 points·by danieloj·2개월 전·4 comments

Why (Senior) Engineers Struggle to Build AI Agents

philschmid.de
10 points·by danieloj·8개월 전·11 comments

comments

danieloj
·2개월 전·discuss
Does anyone use any good alternatives to GitHub Actions?
danieloj
·5개월 전·discuss
Very iPhone
danieloj
·6개월 전·discuss
I'm not sure "building a web browser" is such a great test for an LLM. It helps confirm that they can handle large codebases. But the actual logic in the browser engine will be based very heavily on Chromium/Firefox etc.
danieloj
·7개월 전·discuss
Agreed! I assume the reason for the forgetting of the features is that at least some were poorly supported when first released so developers create workarounds that then become the de facto standard.

It has been amazing to see the speed up in release and support of new CSS features over the last couple of years! Even the masonry layout has finally reached an experimental stage
danieloj
·10개월 전·discuss
Could you share the actual examples of where you’re seeing the 3x output increase?
danieloj
·작년·discuss
As a fullstack web engineer I've never had to implement a tree structure at work. I'd love to hear examples of what kinds of companies/platforms people are writing these structures regularly. If anyone is willing to share where they use them I'd appreciate it
danieloj
·2년 전·discuss
Agreed, this is probably the most gripping non-fiction I've ever read
danieloj
·2년 전·discuss
I still find the DevEx of serverless terrible compared to the well-established monolith frameworks available to us.

The YAML config, IAM permissions, generating requests and responses, it's all so painful to get anything done.

Admittedly I speak as a software engineer primarily building CRUD apps, where frameworks have had decades of development. I can see use cases for event-driven applications where serverless may make life easier. But for CRUD, currently no chance.