Viewing profile — madarco
madarco
HN member- Joined
- Tue, Nov 15, 2011, 9:28 AM UTC
- HN karma
- 140
- Public activity
- 80 items
- HN profile
- View on Hacker News ↗
About madarco
Recent public activity
-
comment
Comment #49114250
nono is great but you'll still won't be able to run multiple dev servers, dbs or test in the browser... the better alternative is using sandboxes, for TRUE isolation. but most peop…
-
comment
Comment #48622117
It had already been like this long before widespread LLM adoption: quality hiring was only really possible through manual candidate scouting on LinkedIn, at conferences, through wo…
-
comment
Comment #48607416
with the advent of NEOgeo everything changed, Super Side Kick, Goal Goal Goal and other wonderful games, often with a 4 players cabinet!
-
comment
Comment #48423575
I do the same, and faced the issue that claude/codex loose context when doing subtasks (and subagent don't have plan mode). So I've built Agentbox to be able to launch from claude/…
-
comment
Comment #48367485
you are right, I've experimented with cp -a on macOS as well for https://github.com/madarco/agentbox and in the end found it's actually faster to use worktrees inside docker contai…
-
comment
Comment #48305330
can't agree more, I now run my agents in parallel with "agentbox claude", "agentbox opencode" and it teleport my project and settings to an hetzner VPS For those interested: https:…
-
comment
Comment #48245801
meanwhile pnpm 10.x by default won't donwload packages younger than a day
-
comment
Comment #48245787
Actually, the old Kindle had physical buttons, which I find more ergonomic when reading in bed
-
comment
Comment #43474534
great idea! I've toyed too about a daily word challenge, and I've made Acro: daily word challenge: iOS https://apps.apple.com/br/app/acro-daily-word-challenge/id16... Android https…
-
comment
Comment #42119857
I'm not sure... several parts of this story seem unbelievable to be honest.
-
comment
Comment #41846519
I think it's because the library calls directly the LLM AND saves any debug/trace info. While other tools let you use the standard (eg OpenAI) sdk and uses an https proxy to interc…
-
comment
Comment #41624644
I literally spent more time looking at the UI than playing with the tool itself, I really love this skeuomorphism! If you remove the dark-gray border from the buttons it's even bet…
-
comment
Comment #40349377
Whisper, the STT model created by OpenAI can understand you whispering. You can try it with the ChatGPT mobile app to see it yourself
-
comment
Comment #40348812
On the contrary. Unless some AI armageddon happens, humans will be nurtured by AIs like in the movie Wall-E. Totally dependent by it, but a true utopia.
-
comment
Comment #40348800
oh god, of all the amazing problems to solve with this wonderful technology, you surely did pick the most useless. What's this obsession with interviews on HN? Hired a bunch of peo…
-
comment
Comment #40338038
Nice demo but its lacks one feature to make it practical: splitting the input documents in chunks. Without it the embeddings will be too broad, and when retrieved the docs will con…
-
comment
Comment #40338023
Sure, because this implementation won't work in practice. He's embedding the whole documents at once, without splitting, summarization, Q&A extraction etc.
-
comment
Comment #38541575
any way to get the list and prices of all the "premium" domains that are not registered but have a custom (high) price to register/renew?
-
comment
Comment #37953495
Actually in this case I don't think he's wrong. Even in Italy (highly regulated job market), Companies can restructure like this. The only obligation is that if they need to hire a…
-
comment
Comment #37754686
Well done for being completely open source! I'll suggest this to my employer and we'll probably choose the managed solution, but having the freedom to choose is a great bonus!
-
comment
Comment #37627797
copy on that! I often use the "print by object" feature, and it's super useful being able to print each object in a different color with no color changing
-
comment
Comment #37554100
no because there are not enough clients
-
comment
Comment #37283904
Totally agree on the fancy mics: even wireless hi-end bose headphones sucks. Distance from mouth is the most important factor in voice quality, I've found that a cheap pair of head…
-
comment
Comment #37172559
PS: swc and esbuild aren't good example, because most of the speed improvements comes from the fact that they are just stripping TS-specific syntaxes to generate JS code. Also tsc …
-
comment
Comment #35999561
This can be easily solved by using https://github.com/cevek/ttypescript , which enables the use of transformers in tsc and allows them to be defined in the tsconfig.json file.