Viewing profile — davidkarolyi
davidkarolyi
HN member- Joined
- Wed, Nov 09, 2022, 7:08 PM UTC
- HN karma
- 91
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About davidkarolyi
No profile information was provided.
Recent public activity
-
story
Show HN: I Made an AI Podcaster That Reads 100 Business Books
Over Christmas break, I started tinkering with an idea, a simple experiment to pass the time. What if I could build an AI podcaster that reads 100 of the best business books, extra…
-
story
Show HN: An FAQ Widget That Users Actually Read
The other day I was thinking that we haven't innovated FAQ sections since the internet born. It's always the same boring collapsible crap at the bottom of your page, with questions…
-
comment
Comment #41836788
Yes. But you also have a search bar inside the widget
-
story
Show HN: Traditional FAQs are obsolete – FAQ widget is the future
I know. It's a bald title but hear me out! We haven't innovated FAQ sections since the internet born. It's always the same boring collapsible crap at the bottom of your page, with …
-
story
Show HN: Paste your website URL for a FAQ section
I made this AI tool that will analyse your website content and craft an FAQ section to address common objections and highlight unique selling points of your product.
-
comment
Comment #40982516
They already do. If only the branding disturbs you otherwise would like the widget, I'm happy to make a custom embed for you.
-
comment
Comment #40979223
Ohh I see. It's indeed very misleading, thats for presentational purposes. I just changed it to a more obvious placeholder. Thanks for noticing!
-
comment
Comment #40977223
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 …
-
comment
Comment #40977205
If it disturbs you, we can arrange something without the label! drop a message: dave@faqpopup.com
-
comment
Comment #40977188
haha appriciate you did. Fair feedback, I would get better results with a 10 second something than a 3 minute skit.
-
comment
Comment #40977177
Fair feedback, thanks!
- story
-
story
Show HN: I made FAQs that customers read
Ever notice how customers ask the same questions over and over, even though you've got a perfectly good FAQ section? Yeah, me too. Turns out, burying it at the bottom of the page i…
-
comment
Comment #40618821
of course, let me know how can I help you
-
comment
Comment #40618804
OP here, not at the moment. Is this something you miss?
-
comment
Comment #40506061
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 c…
-
comment
Comment #40505916
Yes!
-
comment
Comment #40505907
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 au…
-
comment
Comment #40504993
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 f…
-
comment
Comment #40504591
what a nice comment, cheers
-
comment
Comment #40503652
Fair.
-
comment
Comment #40503643
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.…
-
comment
Comment #40501273
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 …
-
comment
Comment #40501059
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 a…
-
comment
Comment #40500798
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…