HackerTrans
TopNewTrendsCommentsPastAskShowJobs

adamfeldman

1,555 karmajoined vor 17 Jahren
Passionate about empowering people with technology, so they can love their tools.

hn [Shift + 2] adamfeldman.net

@AdamFeldman on Twitter, GitHub, and elsewhere.

Now: B2B SaaS, and building malleable software.

Past: Healthcare B2B SaaS, E-commerce consulting, from shipping and operations to software, sales, and marketing.

[ my public key: https://keybase.io/adamfeldman; my proof: https://keybase.io/adamfeldman/sigs/_Xoj4dMcQIQehierULEwoVdOJetDZPatmEbc4jStc5g ]

meet.hn/city/29.7589382,-95.3676974/Houston

Socials: - github.com/adamfeldman - linkedin.com/in/adamrfeldman - x.com/adamfeldman

Submissions

We've Been Warned

axios.com
3 points·by adamfeldman·vor 2 Monaten·1 comments

Cursor 3

cursor.com
544 points·by adamfeldman·vor 3 Monaten·406 comments

OpenAI introduces a Codex plugin for Claude Code

twitter.com
8 points·by adamfeldman·vor 3 Monaten·1 comments

A2H: A Protocol for Agent-to-Human Communication

twilio.com
2 points·by adamfeldman·vor 5 Monaten·0 comments

Model Context Protocol (MCP) Support for Google Services

cloud.google.com
6 points·by adamfeldman·vor 7 Monaten·0 comments

Supabase for Platforms

supabase.com
2 points·by adamfeldman·vor 7 Monaten·0 comments

comments

adamfeldman
·vor 3 Stunden·discuss
There are a few great talks on YouTube by the creator of Pathom explaining the value of the graph: https://m.youtube.com/watch?v=IS3i3DTUnAI
adamfeldman
·letzten Monat·discuss
Zigbee supports binding, allowing devices to directly control each other without the intervention of a controller. For example, I've Inovelli light switches that communicate directly with Zigbee smart bulbs.
adamfeldman
·vor 3 Monaten·discuss
Repo: https://github.com/openai/codex-plugin-cc
adamfeldman
·vor 5 Monaten·discuss
It should've been called Manna: https://marshallbrain.com/manna1 [https://en.wikipedia.org/wiki/Manna_(novel)]
adamfeldman
·vor 9 Monaten·discuss
https://www.metabase.com/features/metabot-ai
adamfeldman
·vor 8 Jahren·discuss
Your question got me thinking, and led me to find this: https://github.com/bitnine-oss/agensgraph "AgensGraph, a transactional graph database based on PostgreSQL"
adamfeldman
·vor 8 Jahren·discuss
What sort of problems are well-suited to graph databases? In other words, what are some scenarios where I will run into trouble using Postgres?

edit: I've previously looked into ArangoDB.com, Dgraph.io, JanusGraph.org, and Cayley.io (to run on top of CockroachDB). I understand all of these are scalable distributed systems, and Postgres is not (CitusData.com aside). Do the benefits of these other systems mainly come when you outgrow single-node Postgres (which has JSONB for "document" storage, PostGIS.net, Timescale.com, etc)?

edit 2: where can I find more technical, concrete examples than https://neo4j.com/use-cases?