Viewing profile — martinn
martinn
HN member- Joined
- Sat, May 22, 2010, 9:12 PM UTC
- HN karma
- 3
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About martinn
No profile information was provided.
Recent public activity
-
comment
Comment #42589765
At this stage it's mostly been a toy learning project, but I can definitely do that if there's interest.
-
comment
Comment #42584427
A while back while learning rust, I built a little tool that would kind of give you an aggregate view of what gource shows you but based on lines of code rather than commits. (i.e.…
-
comment
Comment #41968937
I'm working on a library that allows anyone to build fully typed, declarative API clients very easily, in Python. https://github.com/martinn/quickapiclient
-
comment
Comment #40208189
Thanks, that makes sense for that use case. My question is probably a more general one around the use case for writing an API spec (in a format like OpenAPI or TypeSpec), and then …
-
comment
Comment #40208029
Could someone clarify what's the use case of a tool like this please. Is this something that helps if you, say, are building a new API and will need to create both the server imple…
- story
-
comment
Comment #39849585
I'm working on a library for creating fully typed declarative API clients, quickly and easily. In Python. https://github.com/martinn/quickapiclient