Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
izakfr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
Curated Website Design Examples
(repaint.com)
2 points
by
izakfr
24d ago
|
0 comments
2.
▲
GPT 5.6 Sol 20% price reduction
(developers.openai.com)
94 points
by
izakfr
26d ago
|
78 comments
3.
▲
How to Keep SEO Traffic When You Redesign Your Website
(repaint.com)
3 points
by
izakfr
3mo ago
|
0 comments
4.
▲
by
izakfr
2y ago
This looks cool! Stablecoin on-ramps are still not perfect. I think it's important to meet customers where they're at, so a lot of the banking-centric onboarding options won't work everywhere. Don't really understand a l
5.
▲
by
izakfr
2y ago
CTO of Vigilant here. Does anyone have ideas on how to do versioning for an SDK that you change often? Would putting new features in a "beta" release version make sense?
6.
▲
by
izakfr
2y ago
This is really awesome, great job!
7.
▲
by
izakfr
2y ago
Thank you for the feedback, this is helpful! One of the features we're excited about adding is a way to cache values locally. Having control of cache ttl and refresh intervals would be a must if we added that. You're right that th
8.
▲
by
izakfr
2y ago
You could make a variable like `rollout_percent` that is an number. It could be set to 1. Then in your app you could do something like: const rollout_percent = await varse_client.getNumber('rollout_percent'); const random_number =
9.
▲
by
izakfr
2y ago
The axios point is helpful, thank you for mentioning it. I'll make a bug ticket to fix. Also, we should probably put restrictions the keyname scheme. Ideally, it should be something readable.
10.
▲
by
izakfr
2y ago
Just updated the repo. Thanks for the clarification.
11.
▲
by
izakfr
2y ago
Yeah that's a good point. We meant application config. I will change the repo's description to reflect this.
12.
▲
by
izakfr
2y ago
Feature Flags looks like it's crafted around automated rollouts. Varse was designed to be more manual, just for reading / writing key - value pairs. You can use it to store long-lived variables like database_url. It could also be
13.
▲
by
izakfr
2y ago
It's a variable or config that gets injected into a server at runtime. At least that's what I've heard it called in the past. I think it's interchangeable with environment variable.
14.
▲
Show HN: Varse – Simple remote application config
(github.com)
38 points
by
izakfr
2y ago
|
23 comments
15.
▲
Show HN: Repaint – A visual editor for HTML and CSS
(repaint.com)
7 points
by
izakfr
2y ago
|
0 comments
16.
▲
by
izakfr
2y ago
The two-way sync does seem to be another problem with these export tools. Thanks for sharing, I'll take a look!
17.
▲
Ask HN: Why don't you like Figma to code?
3 points
by
izakfr
2y ago
|
7 comments
18.
▲
by
izakfr
2y ago
This is awesome! I’ve been working on optimizing a javascript library recently and am feeling the pain of performance testing. I’ll check this out.
19.
▲
by
izakfr
2y ago
Since almost all websites use HTML / CSS, its the output format we wanted to target. If you don't use HTML it breaks things like SEO, accessibility, etc.
20.
▲
by
izakfr
2y ago
Our current API is design in the editor -> HTML / CSS. Exposing the internal data structure wouldn't work well. We've changed the structure multiple times in the past few months. We have plans to change it rather dramatica
21.
▲
by
izakfr
2y ago
Wow, this is really cool! Thanks for sharing.
22.
▲
by
izakfr
2y ago
At the top of this post there is a link to the playground. Here's the link: https://app.repaint.com/playground
23.
▲
by
izakfr
2y ago
Yes, repaint.com is made in Repaint. What do you mean drawn live? The content is animated, but is still present in the DOM for indexing purposes.
24.
▲
by
izakfr
2y ago
We actually looked into Tldraw. I read a lot of the source code and their editor is impressive. We ran into performance problems at around 1000 nodes when panning and zooming. After seeing that, we decided to make the jump to WebGL.
25.
▲
by
izakfr
2y ago
The engine is written in Typescript. Here's a good place to start for the basics: https://webglfundamentals.org/
26.
▲
by
izakfr
2y ago
We added a link to a playground in the post so that you can try Repaint without creating an account.
27.
▲
by
izakfr
2y ago
This has been linked in the comments already, but check this out: https://faultlore.com/blah/text-hates-you/
28.
▲
by
izakfr
2y ago
What makes you want to host the website outside of Repaint? Is it related to website performance? We want to do things like optimize website speed and use CDNs to cache images. Is there something specific you need a hosting platform to have
29.
▲
by
izakfr
2y ago
That's the default speed that Loom plays, unfortunately we can't update it.
30.
▲
by
izakfr
2y ago
Thanks for the screenshot and info, we'll fix this!
More ›