Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bobfunk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bobfunk
5mo ago
I guess I really need a HN for Agents to submit it to, though :)
2.
▲
by
bobfunk
5mo ago
Thanks!
3.
▲
Show HN: Netlify for Agents
(netlify.ai)
13 points
by
bobfunk
5mo ago
|
3 comments
4.
▲
by
bobfunk
8mo ago
Netlify CEO here. Celebrating by letting everyone in our community join a virtual constellation in Netlispace. Been incredible seeing the waves of new developers coming onboard during the last year as coding agents transform how people buil
5.
▲
I Built a Personal MCP for My Blog with an Agent Net Promoter Score of 33
(biilmann.blog)
4 points
by
bobfunk
1y ago
|
0 comments
6.
▲
Ax: Agent experience and why it matters
(biilmann.blog)
7 points
by
bobfunk
2y ago
|
0 comments
7.
▲
by
bobfunk
2y ago
Yeah interestingly API's in their current form are rarely very good for agents. In many cases tools like Operator using a virtual browser and screenshotting are better for agent interactions than API specs. This shows we need to build
8.
▲
The Age of Agent Experience
(stytch.com)
109 points
by
bobfunk
2y ago
|
42 comments
9.
▲
by
bobfunk
2y ago
Yeah interestingly API's in their current form are rarely very good for agents. In many cases tools like Operator using a virtual browser and screenshotting are better for agent interactions than API specs. This shows we need to build
10.
▲
by
bobfunk
2y ago
No, we're moving starter teams with no credit card on file to the free plan. Wan't to stay on starter plan and get billed for overages instead? Just add a credit card. You choose the behavior that fits your usecase: Free plan: no
11.
▲
by
bobfunk
2y ago
For what it's worth our head of marketing was the one asking for a speedrun mode, but it just couldn't make the cut in terms of scope :)
12.
▲
by
bobfunk
2y ago
Netlify CEO here. I spotted Little Workshop when I saw https://equinox.space/ on Hacker News and noticed it was running on Netlify. Loved the fluidness, speed and art direction of a game running directly in the browser and
13.
▲
by
bobfunk
2y ago
Netlify CEO here. We've had a few open source plan since the early days and it's not going anywhere. https://www.netlify.com/legal/open-source-policy/
14.
▲
by
bobfunk
3y ago
1. Yes. We've forgiven lots and lots of bills over the last 9 years and they haven't gone viral 2. While I've always favored erring towards keeping people's sites up we are currently working on changing the default behav
15.
▲
by
bobfunk
3y ago
Netlify CEO here. Our support team has reached out to the user from the thread to let them know they're not getting charged for this. It's currently our policy to not shut down free sites during traffic spikes that doesn't ma
16.
▲
by
bobfunk
3y ago
The absolutes are in a bar chart in the framework part of the survey that makes the absolute usage from the responses very clear. The chart Zack took issue with is from the editorial part of the survey where we found the biggest news in the
17.
▲
by
bobfunk
3y ago
No that's obviously not true, we have a data team and the survey is run by our data team as it's been every year.
18.
▲
by
bobfunk
3y ago
We changed the title to better reflect that the survey asks plenty of questions not directly related to jamstack (like usage of AI tools for web development etc). Nothing changed in the methodology since last year and as always the survey w
19.
▲
by
bobfunk
3y ago
Netlify founder here. The survey is a reflection of what our community responded. Next is the largest framework in usage and is really will liked by it's users. This is clearly visible in the charts of the survey. But for the first tim
20.
▲
by
bobfunk
3y ago
Objectively speaking our free tier today have far more features, higher limits and more capabilities than it's ever had before. We are also building a real, longterm sustainable enterprise business. We're not a non-profit and we&#
21.
▲
by
bobfunk
3y ago
Netlify CEO and coiner of terms here :) I would actually argue that Jamstack has won to the point of basically just being "Modern Web Development" by now. In the 7 years since I first presented the term at Smashing Conference in S
22.
▲
by
bobfunk
4y ago
So far Netlify Edge Functions runs before the cache layer, so you can actually use a minimal function to rewrite the URL to remove all unique params, etc, and then let it pass through our system to a Netlify Function which runs behind our c
23.
▲
by
bobfunk
4y ago
One of the big reasons for going with Deno is that it's an open runtime closely based on web standards. You can download the open source Deno Cli and all code written for our edge layer will run exactly the same there. As more and more
24.
▲
by
bobfunk
5y ago
Cloudflare DNS supports CNAME flattening and you won't be needing the fixed IP address if setting up DNS with them.
25.
▲
by
bobfunk
5y ago
Full RCA with the steps the team has taken to improve this setup will be coming soon. The main issue with AWS's DNS solution, in this context, is that they don't support ALIAS records or similar techniques (CNAME flattening, etc)
26.
▲
by
bobfunk
5y ago
Thanks! Appreciate the kind words!
27.
▲
by
bobfunk
5y ago
Netlify CEO here. I'll try to answer the questions from the thread so far: Some of our customers are affected by an outage of Googles Load Balancer. These customers are not taking advantage of our DNS management, or they are not using
28.
▲
by
bobfunk
7y ago
mmm, no? You can just CNAME a any subdomain, etc?
29.
▲
by
bobfunk
7y ago
You can rewrite URLs to serve the main website as well. We're generally bullish on but DJing server side rendering, but a rule like this totally works: /* /.netlify/functions/app/:splat 200!
30.
▲
by
bobfunk
7y ago
You can do the same with Netlify functions. Here's an example: https://github.com/netlify-labs/netlify-functions-express
More ›