Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
davidkarolyi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Show HN: I Made an AI Podcaster That Reads 100 Business Books
(open.spotify.com)
1 points
by
davidkarolyi
2y ago
|
1 comments
2.
▲
Show HN: An FAQ Widget That Users Actually Read
(faqwidget.ai)
1 points
by
davidkarolyi
2y ago
|
0 comments
3.
▲
by
davidkarolyi
2y ago
Yes. But you also have a search bar inside the widget
4.
▲
Show HN: Traditional FAQs are obsolete – FAQ widget is the future
(faqwidget.ai)
1 points
by
davidkarolyi
2y ago
|
2 comments
5.
▲
Show HN: Paste your website URL for a FAQ section
(faqpopup.com)
3 points
by
davidkarolyi
2y ago
|
0 comments
6.
▲
by
davidkarolyi
2y ago
They already do. If only the branding disturbs you otherwise would like the widget, I'm happy to make a custom embed for you.
7.
▲
by
davidkarolyi
2y ago
Ohh I see. It's indeed very misleading, thats for presentational purposes. I just changed it to a more obvious placeholder. Thanks for noticing!
8.
▲
by
davidkarolyi
2y ago
I'm not sure what do you mean nothing real behind. Can you elaborate? the script is not hosted under script.faqpopup.com thats why you cannot resolve the subdomain. The script url is visible after you purchased. Happy to share it thoug
9.
▲
by
davidkarolyi
2y ago
If it disturbs you, we can arrange something without the label! drop a message: dave@faqpopup.com
10.
▲
by
davidkarolyi
2y ago
haha appriciate you did. Fair feedback, I would get better results with a 10 second something than a 3 minute skit.
11.
▲
by
davidkarolyi
2y ago
Fair feedback, thanks!
12.
▲
Show HN: I made FAQs that customers read
(faqpopup.com)
8 points
by
davidkarolyi
2y ago
|
12 comments
13.
▲
by
davidkarolyi
2y ago
of course, let me know how can I help you
14.
▲
by
davidkarolyi
2y ago
OP here, not at the moment. Is this something you miss?
15.
▲
by
davidkarolyi
2y ago
ut is a little bit smarter than f0. they provide ui components and server-framework bindings for file uploads. I feel like f0 is a more minimalistic take on file management. More comparable to Vercel blobs than ut. I don't feel these t
16.
▲
by
davidkarolyi
2y ago
Yes!
17.
▲
by
davidkarolyi
2y ago
The file0 package is relying on the presence of an evironment variable F0_SECRET_KEY that you can obtain from the dashboard. The example code is fully functional and secure, the authentication is happening in the background.
18.
▲
by
davidkarolyi
2y ago
In the backend you control everything. You can write whichever file you want and you’re authenticated via a secret key thats in your env variables. In the frontend you need get a file-scoped token from the server. Server: import { f0 } from
19.
▲
by
davidkarolyi
2y ago
what a nice comment, cheers
20.
▲
by
davidkarolyi
2y ago
Fair.
21.
▲
by
davidkarolyi
2y ago
Note that unlike FILE0, S3 not only charges for storage, but for write requests, read requests, network bandwidth, and some less obvious niche things. So it's not a 1-1 comparison. If you don't see the value in this extra convinie
22.
▲
by
davidkarolyi
2y ago
There are no docs. Once you create an account you will have a setup guide and will have a useful snippets section in your dashboard that contains everything you need to know about file0. Yes. By default all your files are private and only y
23.
▲
by
davidkarolyi
2y ago
I will kindly ignore the mental breakdown. About the rest: For s3 you need to instantiate the client, and the only part you're correct about is that the client credentials can be also auto detected from env vars. Let's boil the re
24.
▲
by
davidkarolyi
2y ago
FILE0 uses Cloudflare R2, and a thin layer of custom logic on top of that in form of CF workers. The reasons for using R2 instead of S3: - Pricing: S3 charges for everything you do. R2 is only for requests and storage. This enables FILE0 to
25.
▲
by
davidkarolyi
2y ago
1. If you switch the default SDK you still need to understand S3 to some extent. At least creating buckets, bucket policies, IAM, CORS headers and a few more. The complexity of S3 comes from it's architecture, not the SDK. In fact I be
26.
▲
by
davidkarolyi
2y ago
I was also reading this the other day, but right now they have the best offering on the market to serve as a base for FILE0. There are also alternatives out there, in case we get slapped with a 120k "offer". The first step is to
27.
▲
by
davidkarolyi
2y ago
The webpage is a little bare-bones apologies. The setup instructions and tutorial appears when you create an account. At the moment the client package is only for js/ts devs. The package is based on HTTP api calls so it shouldn't
28.
▲
by
davidkarolyi
2y ago
Awesome poduct! Let me know if u need help.
29.
▲
by
davidkarolyi
2y ago
Cheers. The long-term plan of pricing is to only bill after storage-tiers. The only reason there is no tiers, is because there are no customers with that need yet. But I hear you. I'm also sick of seat-based/bandwidth and a many o
30.
▲
by
davidkarolyi
2y ago
Valuable feedback. Cheers!
More ›