Viewing profile — robjampar
robjampar
HN member- Joined
- Thu, Feb 26, 2015, 8:31 PM UTC
- HN karma
- 25
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About robjampar
No profile information was provided.
Recent public activity
-
comment
Comment #48714417
I've created a Python library that will map a Python GraphQL app OR any GraphQL HTTP Endpoint and create an MCP server - it maps each GraphQL query and mutation into read/write MCP…
- story
-
comment
Comment #47529833
Thanks, Homecast is specifically for people who already use the Apple Home app but want to access their setup outside of the Apple ecosystem. For example, say you have an Apple Hom…
-
comment
Comment #47528886
Hey everyone, I’ve been building an app called Homecast that lets you do more with your HomeKit setup — like access your HomeKit devices from Android or connect ChatGPT or Claude t…
- story
-
comment
Comment #47500383
I have a similar Apple HomeKit integration to my apartment door system in a much simpler way; When you buzz the apartment from the intercom it connects to a dedicated landline phon…
-
story
Show HN: Graphql-MCP Python Library
I've built an open source library that can take a Python GraphQL service and expose it as an MCP service. It supports using Strawberry, Adriane, Graphene or anything that uses grap…
-
comment
Comment #37403254
"reject just one flight plan, and allow the rest to proceed." rejecting a plan wouldn't necessarily mean it doesn't exist/take off anymore, so that doesn't sound sensible
-
comment
Comment #20297454
Authentication with GraphQL can be done in loads of different ways. I've created an example of one way that I like. If anyone is interested, I have used my own GraphQL Server libra…
- story
- story
-
comment
Comment #20050920
I've been working on GraphQL APIs for a long time. I was never satisfied with the Python GraphQL web stack, so in my spare time I built a new set of libraries that will let anyone …
- story
-
comment
Comment #19381778
Have you seen/are you using type hinting (available in python 3.5+) Most IDEs have support for type hinting. https://www.python.org/dev/peps/pep-0484/
-
comment
Comment #19381039
Published this today, it's the first Python package that I have released. Could be useful for type checking Python Values that come from decoded JSON requests (for example web API …
- story
-
comment
Comment #17863599
I always found the best combination was a photo resist method, with a small CNC machine for drilling and routing the PCB. precision and accuracy is all about alignment, so i built …
-
comment
Comment #15170489
I started to write something a bit like this a while ago for SQLite and C++, https://github.com/Gloopio/SQLighter we also have a more complete/full featured version that we use int…