Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
steve8708
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
My best Claude Code tips
(builder.io)
8 points
by
steve8708
1y ago
|
2 comments
2.
▲
Prompting tips for building UIs that don't suck
(builder.io)
2 points
by
steve8708
1y ago
|
0 comments
3.
▲
The Unintended Consequences of Open Sourcing Software
(builder.io)
3 points
by
steve8708
2y ago
|
0 comments
4.
▲
How to Make AI Suck Less When Building AI Features
(builder.io)
1 points
by
steve8708
2y ago
|
0 comments
5.
▲
Good refactoring vs. bad refactoring
(builder.io)
226 points
by
steve8708
2y ago
|
150 comments
6.
▲
Training your own AI model is not as hard as you (probably) think
(builder.io)
3 points
by
steve8708
3y ago
|
0 comments
7.
▲
GPT Crawler – Turn Any Site into a Custom GPT with Just a URL
(builder.io)
3 points
by
steve8708
3y ago
|
0 comments
8.
▲
by
steve8708
3y ago
In our case, our use case was we wanted a chat interface into our docs. We provide dour docs, forum, and open source examples as the knowledge from the GPT, via this crawler. Base GPT isn't that knowledgable about our product, but with
9.
▲
Turn any site into a custom GPT with just a URL
(github.com)
2 points
by
steve8708
3y ago
|
2 comments
10.
▲
Show HN: AI-shell – an OSS alternative to the copilot CLI
(github.com)
1 points
by
steve8708
3y ago
|
0 comments
11.
▲
Better configuration in TypeScript with the `satisfies` operator
(builder.io)
2 points
by
steve8708
4y ago
|
0 comments
12.
▲
Deep cloning objects in JavaScript, the modern way
(builder.io)
18 points
by
steve8708
4y ago
|
1 comments
13.
▲
Safe Data Fetching in Modern JavaScript
(builder.io)
2 points
by
steve8708
4y ago
|
1 comments
14.
▲
Safer URL reading and writing in modern JavaScript
(builder.io)
3 points
by
steve8708
4y ago
|
0 comments
15.
▲
by
steve8708
4y ago
confirmed - I foolishly did not include this check, PR sent for the fix, thanks again for mentioning!
16.
▲
by
steve8708
4y ago
Totally fair. The intended argument is that downloading (and parsing and executing) an entire page just for one button click to load is slow. But if you can hydrate granularity, and prefetch smartly (based on visibility, analytics, etc) thi
17.
▲
by
steve8708
4y ago
Oops, thanks for catching. I implemented the client side routing there from scratch with partytown and must have forgot a check to make sure the ctrl/cmd/shift keys aren’t down when canceling the event for a client side routes. Wi
18.
▲
Hydration is pure overhead
(builder.io)
79 points
by
steve8708
4y ago
|
81 comments
19.
▲
by
steve8708
5y ago
If anyone is looking for something like this but uses flexbox positioning (no absolute positioning) and support for other frameworks (Vue, Svelte, plain HTML/CSS, etc) - https://github.com/BuilderIO/figma-html
20.
▲
Show HN: JSX Lite – components that compile to React, Vue, Svelte, and more
(github.com)
9 points
by
steve8708
6y ago
|
0 comments
21.
▲
Launch HN: Builder.io Theme Studio – no-code for your entire Shopify storefront
(builder.io)
2 points
by
steve8708
6y ago
|
0 comments
22.
▲
Show HN: Drag and drop page builder for Gatsby and React
(github.com)
1 points
by
steve8708
7y ago
|
0 comments
23.
▲
by
steve8708
7y ago
funny you mention, that's exactly what I'm working on for it next!
24.
▲
by
steve8708
7y ago
Hi HN! I made this to make my design and development workflows much quicker and easier. I use it for lots of things, such as - - Importing a page of mine as a starting point for mocking up a new feature or design change for it - Importing a
25.
▲
Show HN: HTML to Figma – Import a Live Site Design into Figma
(github.com)
18 points
by
steve8708
7y ago
|
5 comments
26.
▲
by
steve8708
7y ago
Oh interesting I haven't heard of indie hacker, I'll check it out So far I've been working on this product for about a year and a half, though I did spend almost a full year beforehand just trying to figure out how to approac
27.
▲
by
steve8708
7y ago
Not at all - you can easily balance your usage of Builder and your own code as much as you like. You can put Builder content within your code components, and you can easily use your code components within the Builder content. Take a look at
28.
▲
by
steve8708
7y ago
Yeah, your concern is totally valid. One thing that would hit people who cache the API is they would also be subject to fair use policies for bandwidth usage (namely serving the images used). Pretty much all CMSs have some form of this that
29.
▲
by
steve8708
7y ago
Thanks! I'm not sure what a company posting means but yes? Haha the company is just me anyway Your concern is totally valid, and I perhaps need to make this more clear on my landing page. But Builder is different because it works like
30.
▲
by
steve8708
7y ago
Thanks! And what you ask for is actually possible in two ways - One is to use webhooks to side load the data. Aka when people publish content in Builder, it will trigger a webhook sending the data to an API of yours to store and then serve
More ›