Viewing profile — jamesmcintyre
jamesmcintyre
HN member- Joined
- Sun, Mar 22, 2009, 9:44 PM UTC
- HN karma
- 458
- Public activity
- 149 items
- HN profile
- View on Hacker News ↗
About jamesmcintyre
https://twitter.com/jamesmcintyre https://www.jamesiscoding.com
Recent public activity
-
comment
Comment #41035450
This looks really promising and thanks for sharing! I've actually been looking into this exact type of functionality lately, for anyone else I'm just going to drop some other proje…
-
comment
Comment #40055270
If I'm putting myself in the shoes of the founders or executive team- just wondering how many parameters being dialed differently could have shaped the launch for the better (or wo…
-
comment
Comment #39455208
Until this demo the most impressive conversational experiences I've seen were Pi and Livekit's Kitt demo ( https://livekit.io/kitt ). I do not think kitt was quite as fast in respo…
-
comment
Comment #38622830
Vercel edge functions are Cloudflare Workers under the hood. I'm pretty sure Supabase is using Deno Deploy/Subhosting. There's a lot of nuance to comparing these two offerings but …
-
comment
Comment #38105079
I immediately recognized this as either inspired from or actually from the same creators of the mercuryos concept https://www.mercuryos.com/ . Turns out it's the latter. I love the…
-
comment
Comment #37947477
The "self-healing" sounds very interesting. I've tried to think, myself, how to approach this in a chrome extension running dom selectors in automations. Curious if you have any hi…
-
comment
Comment #37680441
This library looks really cool, love the idea of unifying the api across various envs is great!
-
comment
Comment #37559385
This looks really promising, will definitely look into using this for a project i'm working on! Btw I've used both datadog and newrelic in large-scale production apps and for the c…
-
comment
Comment #37514183
This is wild. A blog post breaking down the tech would be awesome. I wonder if you could train another ai on screenshots of great web ui design and have that agent automatically cr…
-
comment
Comment #37438533
This is awesome! I've been looking for exactly this type of solution that gives a more intuitive (yet robust) ui and has node/typescript api (rivets node sdk is even better!). Quic…
-
comment
Comment #37182790
Do you have any plans to opensource this or share more technical implementation details? I've been ideating on this recently but haven't started any implementations yet, would be i…
-
comment
Comment #37001182
Pros: - markets validated - investors may see more options for acquisition exits - if in a crowded space you still see a gap it's likely real Cons: - table stakes to reach parity w…
-
comment
Comment #36698983
This is awesome! I'm working on a project that will heavily utilize FaaS and I've explored many options. Your combination of "secure and configure via workerd" with "autoscale and …
-
comment
Comment #36696063
This is cool! A few questions: - Given how neon architecture decouples compute with storage using the safekeepers & pageservers will this still just work with neon? (Wondering beca…
-
comment
Comment #36589860
Link seems to be down just fyi. For various projects in the past I’ve dabbled in generating selectors so I’m curious what you’ve come up with! My more recent interests have been to…
-
comment
Comment #36331541
Ok, yea this makes sense. Also for others curious of the flow here's a video walkthrough I just skimmed through: https://www.youtube.com/watch?v=91VVM6MNVlk
-
comment
Comment #36331343
In the openai blog post they mention "Convert “Who are my top ten customers this month?” to an internal API call" but I'm assuming they mean gpt will respond with structured json (…
-
comment
Comment #35867107
Your project looks really interesting. I've been looking into many different "plugin" architecture options (mainly with the goal to run untrusted js/ts code) and your extended read…
-
comment
Comment #35779547
I'm wondering why vercel chose upstash vs cloudflare kv store? I've worked on very large deployments of cloudflare workers + kv store and the performance is amazing (and pricing). …
-
comment
Comment #35342489
EDIT: never mind, I didn't read your whole post, looks like you guys are working on an opensource option. Great! Metal looks awesome. I've been comparing vector db solutions so you…
-
comment
Comment #35265216
You mention managing webhooks as another tedious part of integrating with third party api’s at scale but I’m not seeing in defer docs any considerations for this. I’m guessing whil…
-
comment
Comment #34700098
Glad to hear the proxy is in the plans! Yea you're probably right, most applications would best fit the proxy living close to the backend. One reason to run on the edge would be if…
-
comment
Comment #34696458
As soon as I saw this I planned on asking in the comments how it compares to Pizzly, great to see that this already awesome project is getting relaunched as a dedicated, OSS startu…
-
comment
Comment #34600255
Needl looks really cool, congrats on the launch! Wondering if you could speak on a few topics in the spirit of hacker news / yc community: 1. Wondering if you've run into any frict…
-
comment
Comment #32255154
Having recently worked to implement a large, well-known authorization provider's services into a large ecommerce app let me share some tips from the developers perspective: 1.) It'…