Viewing profile — beoberha
beoberha
HN member- Joined
- Sat, Feb 15, 2020, 8:07 PM UTC
- HN karma
- 1,058
- Public activity
- 266 items
- HN profile
- View on Hacker News ↗
About beoberha
No profile information was provided.
Recent public activity
-
comment
Comment #48287374
Hope you never want to take diff backups
-
comment
Comment #48241119
I believe OP is talking about new sessions or after compaction. He’s getting at the fact that LLMs are stateless and have to rediscover your codebase on every new session.
-
comment
Comment #48050838
For me, the concern about SQLite has never been if the database engine itself is “reliable for real data”, but that storing data on a single node is not “reliable for real data”. P…
-
comment
Comment #47622683
[flagged]
-
comment
Comment #47458217
There’s no better option today because it’s impossible to make it a better experience. That machine at home will need upgrades, it could fail, it costs thousands, it sucks lots of …
-
comment
Comment #47458148
What you’re describing is more likely to manifest as a proprietary product from someone like Samsung or Ring (likely both!) than an open standard AI server that integrates with eve…
-
comment
Comment #47457966
I don’t think there’s anything different between what you’re suggesting and a homelab. Most people do not have a homelab and are happy to offload services like photo storage or sec…
-
comment
Comment #47450454
Spend 5 minutes looking up how to make a chat bot and be amazed how Telegram is really the only option. I was dumbfounded when rolling my own agent. iMessage is proprietary. WhatsA…
-
comment
Comment #47331803
Bun is a full fledged JavaScript runtime! Think node.js but fast
-
comment
Comment #47300750
Sounds like OP did some pretty cool engineering to make this run performantly. Definitely not your run of the mill AI slop.
-
comment
Comment #47088499
Seems like a great fit - kinda surprised it didn’t happen sooner. I think we are deep in the valley of local AI, but I’d be willing to bet it breaks out in the next 2-3 years. Here…
-
comment
Comment #47069681
who knows when Apple decides to enter the game, but they will absolutely crush the personal agent market when they do.
-
comment
Comment #46970179
My pessimism is mostly rooted in the VC economics of it all. The vision is great, but its a busy space and there's no actual product or business. They basically wrote the guy a che…
-
comment
Comment #46968429
Ignoring the VC economics and awful name, I won’t be as pessimistic as everyone. I see the vision. That said, nobody knows what the AI future looks like. Entire’s entire thesis is …
-
comment
Comment #46926404
> The initial excitement of LLMs has significantly cooled off, the model releases show rapidly diminishing returns if not outright equilibrium and the only vibe-coded software proj…
-
comment
Comment #46906573
Your sentiment resonates with me a lot. I wonder what we’ll consider the inflection point 10 years from now. It seemed like the zeitgeist was screaming about scaling limits and run…
-
comment
Comment #46728599
That’s kind of my point. They’re not really in competition. I bet they’d have an easier time with this scale if they were on SQL Server, but obviously that migration isn’t happenin…
-
comment
Comment #46728143
Are you saying this because OpenAI didnt choose SQL Server?
-
comment
Comment #46726811
I had never written an iOS app until a couple months ago and was initially very put off when I hit the same wall. The alternative is to host on a cheap VPS and find some way to pre…
-
comment
Comment #46519847
Beads is amazing. It’s such a simple concept but elevates agentic coding to another levels
-
comment
Comment #46505015
Yep, as a manager, I am explaining this conundrum often. You can be a rockstar SDE 2 or senior, but not be ready for a promotion because you aren’t leading enough.
-
comment
Comment #46495003
I have a feeling most of these folks are talking about personal projects or work on relatively small products. I have a good amount of personal projects that I haven’t written a li…
-
comment
Comment #46317371
It’s a fast moving field. People aren’t coming up with new ideas to be performative. They see issues with the state of the art and make something that may or may not advance things…
-
comment
Comment #45933849
I’m incredibly biased (I work at Microsoft) but I love Teams. It’s a great meeting app and a great chat app. It blows my mind that there are companies that have totally separate ap…
-
comment
Comment #45828021
I definitely agree with you, but it’s probably a little apples and oranges. MCP server is a one stop shop for discovering “tools”. To leverage a CLI tool “from scratch”, your agent…