Viewing profile — benvan
benvan
HN member- Joined
- Thu, Nov 21, 2013, 4:49 PM UTC
- HN karma
- 97
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About benvan
Recent public activity
-
comment
Comment #48801288
I highly doubt the author is Claude, and would encourage you to read the last paragraph of the article. The author has clearly put a lot of love and labour into this work.
-
comment
Comment #47306087
Nice project! I've been working on something very similar here https://github.com/max-hq/max It works by schematising the upstream and making data locally synchronised + a common q…
-
comment
Comment #47279065
Regarding the metrics: - Claude (via Hubspot MCP) was paginating over contacts, at 40s per 800 contacts and ~150k tokens (triggering compaction) - full run was 120 of these loops @…
-
story
Show HN: Max – a federated data query layer for AI agents (and humans)
Hey HN! I built a thing and I'm really excited to share it. EDIT: I meant to link to the github, not the website: https://github.com/max-hq/max Like many of us here, I've been comm…
-
comment
Comment #46602928
Some fun history on how the cmd-k shortcut came to be: https://ux.stackexchange.com/a/153937
-
comment
Comment #40552569
This was a particular passion project of mine a while back. I tried building a haptic compass that could be worn on the wrist and discovered that that the actual haptics mattered a…
-
comment
Comment #38069136
Ooh this is one of my favourite topics :). I had a side project a while back which has a few fun presets . You can click-and-drag to animate the pattern by changing its branching a…
-
comment
Comment #22432737
Thanks for the feedback! Regarding privacy-first - we're striving to do a good job at this so really appreciate opening up the conversation. We don't actually store consents on our…
-
comment
Comment #22432649
I really like this. It's a pretty elegant way to handle iframe content in particular. Will keep a keen eye on this project! The issue we ran into in this area was with embeds that …
-
comment
Comment #22432579
Good point! Have added a link to our privacy center at the bottom of the page
- story
-
comment
Comment #21937924
Metomic | Engineer: Backend/Frontend, Product Owner, Product Manager | London | ONSITE Our mission: to build the missing trust infrastructure of the internet. We know that building…
-
comment
Comment #20087048
Metomic ( https://metomic.io ) | London | ONSITE | Backend Engineer and Fullstack Our mission is to build a new standard for data privacy and data ethics. We believe strongly in th…
- story
-
comment
Comment #19810951
Metomic ( https://metomic.io ) | London | ONSITE | Backend Engineer and Fullstack Our mission is to build a new standard for data privacy and data ethics. We believe strongly in th…
- story
-
comment
Comment #18593113
Metomic.io | London | ONSITE | Fullstack dev, devops / React dev / Growth Lead / UX,UI,Product Designer Our mission is to build a new standard for data privacy and data ethics. We …
-
comment
Comment #18444904
I wrote a tiny library called fn-update for this that does composable functional updates ( https://github.com/benvan/fn-update ). Personally, I prefer not having to mutate data, ev…
-
comment
Comment #11894573
> 4858 lines Yikes! I hope it's helpful - the cutdown for me was from 1.5 to .1 seconds. If you run into trouble any feedback would be much appreciated :)
- story
-
comment
Comment #11411204
Not sure why onetimePete is being downvoted. Although worded unusually, I concur with his implication - that after some time, advancements in this kind of technology will likely mo…
-
comment
Comment #11282157
I made something similar a while back : http://benvan.co.uk/js-quickload/ It only works with web libraries though. Try searching for 'moment.js'
- story
-
comment
Comment #10873582
Heh, I made one of these a while back :) https://github.com/benvan/mercury
-
comment
Comment #9363091
I would argue that "dependency injection" at its purist is little more than the side-effect of designing with intent to minimise module responsibility. When writing a class, as a r…