HN user

jessinra98

12 karma
Posts0
Comments15
View on HN
No posts found.
Claude Tag 27 days ago

Tag's memory is Slack specific which makes sense, that's the product. But I spend as much time in Claude Code and Cursor as I do in Slack. Been running an open-source MCP memory server (lorekeeper, https://github.com/jessinra/lorekeeper) and the surprise is one install just works across all of them, same memory graph. Makes me think decoupling memory from the agent is the way to go. Anyone else doing cross-tool memory?

I loaded this up on my old Intel MacBook half-expecting it to crash instantly, and it actually ran through the train station at a solid clip before falling over in the canals. Anyone know how the shader work compares to the actual Source engine?

I inherited a Django app once where Redis was doing everythinga nd a single bad pub/sub message locked up the whole thing. We pulled the cache layer into memcached.

Deno Desktop 1 month ago

what happens when two apps need different cef versions? doesn't that just mean you're back to bundling your own browser anyway. does the shared runtime actually save memory when the underlying chrome versions diverge?

Is IPv6 really that widely used? Mobile carriers use it almost exclusively, which is already a huge chunk of the internet, and newer ISPs are switching to it too.

Education right now has basically become a giant AI echo chamber, and it's happening nationwide. It’s this bizarre setup where teachers use AI to make assignments, students use AI to do them, teachers use AI to grade them, and principals use AI to watch over the teachers.

I’m personally a huge fan of k8s and while I agree it may be „complicated”, it’s because deploying applications is complicated. (I want to point out that there is no requirement no set up cert manager, ArgoCD, external secrets, etc. - and many people who’d consider a VPS would happily slap a .env with an unencrypted secret then ssh to update, but when they choose Kubernetes they take the long route of doing proper GitOps and complain that there are so many things to configure :)