Viewing profile — ThomasRooney
ThomasRooney
HN member- Joined
- Wed, Feb 12, 2014, 9:05 PM UTC
- HN karma
- 103
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About ThomasRooney
https://github.com/ThomasRooney
Recent public activity
-
comment
Comment #48208199
1. Migrate to Speakeasy Whilst both Stainless and Speakeasy ended up with a very different configuration paradigm, they can generate very similar code once the configuration is mig…
-
comment
Comment #43420091
> A few days ago, someone compromised a popular GitHub Action. The response? "Just pin your dependencies to a hash." Except as comments also pointed out, almost no one does. I'm su…
-
comment
Comment #42119459
Would you mind explaining a bit more over why this has value over and above a google group in collaborative inbox mode? Annecdotally, I think there's a lot of good problems for a n…
-
comment
Comment #41701094
We've been a customer for the past year ( https://speakeasy.com/docs ). I was honestly highly skeptical about putting a RAG powered search in front of our documentation site instea…
-
comment
Comment #38225517
I’ve built conviction that code generation only gets useful in the long term when it is entirely deterministic, or filtered through humans. Otherwise it is almost always technical …
-
comment
Comment #37821157
> This sounds pretty cool, but I'd love to know a bit more about how you handle the impedance mismatch between OpenAPI and an IaaC provider. So far I've only dabbled in making smal…
-
comment
Comment #37814962
Hey HN, after a fair few months of iteration, we're excited to share our latest offering in Speakeasy: auto-generation of Terraform providers using OpenAPI specifications. The Prob…
- story
- story
- story
- story
-
comment
Comment #37338273
The registry is more similar to https://sum.golang.org/ than the Chrome Web Store. It pretty much just stores a checksum database, a list of links to github (which actually hosts t…
-
comment
Comment #36824484
Anecdotally, I ran an experiment with Envoy to see how far the number of signing keys could scale. This was for a B2B “API Key” auth solution; we wanted user keys to be self revoca…
-
comment
Comment #36213280
This is pretty neat! Is the intent to serve small consumers (e.g. people who want to incorporate IoT devices into a smart home), or larger companies (e.g. the IoT manufacturers the…
-
comment
Comment #32665983
This is a really good point. The generated SDK is configured to allow a super-set of the API request body to hit the backend, which could expose unnecessary data fields if passed i…
-
comment
Comment #32665382
Hey all ! I worked on this with Sagar a couple weeks back. The tl;dr of this is that it generates a (in my heavily-biased opinion) relatively clean SDK given an OpenAPI schema, sim…
-
comment
Comment #31599096
My experience was very similar: I built an application using a GraphQL schema file that powered AppSync templated VTL/DynamoDB tables, as well as automatically generating GraphQL o…
-
comment
Comment #16792590
Another neat trick that I rarely see referenced is the use of Alt-R to reload the dev tools, which also reloads sourcemaps. Very useful if you’ve a hot reloading pipeline.
-
comment
Comment #15466765
Not a startup, but a small UK Ltd selling software services to a German company. At the moment, selling to the EU just requires filling in VAT and EC Sales List tax forms. This pap…
- story
-
comment
Comment #12958353
I built https://fancyjson.com in a day about 5 months ago. I've used it pretty often since. Its a fancy JSON beautifier. It tries to compact simple objects and spaces all delimiter…
-
comment
Comment #12630189
That's a really interesting idea. It looks like you're capturing and proxying the latest backend request/response patterns used in its test suite into a frontend test requirement s…
-
comment
Comment #12628022
I spent my undergraduate thesis on automating the production of mock objects and unit tests using program tracing via the JDK's debug APIs [0]. I'd thought it might be useful to ha…
-
comment
Comment #11921473
- I don't think there's any definitive details yet, but it could be an instance of this attack [1]. The code behind the DAO is available here [2]. Apparently [3], there's a bug whe…
-
comment
Comment #11921330
I started archiving the slock.it #general slack channel when this attack began. This is where most of the discussion has been taking place. Here's up until a few minutes ago: http:…