Viewing profile — burcs
burcs
HN member- Joined
- Wed, May 15, 2019, 4:38 PM UTC
- HN karma
- 922
- Public activity
- 150 items
- HN profile
- View on Hacker News ↗
About burcs
Recent public activity
-
comment
Comment #48401613
yeah you should definitely not be getting rate limited, sorry this is annoying you're not the first to report i will dig in. as far as support, i know there is a huge effort going …
-
comment
Comment #48399958
sorry to hear that's been your experience. i actually joined through an acquisition about a year ago and one of the main things we've been focused on is the dashboard and overall d…
-
story
Show HN: Okiro – spin up ephemeral codebases for parallel AI coding
I built okiro because AI coding tools mostly felt like one-shots. They write directly to your files, and you either have to rollback or push forward. You don't really get to explor…
-
comment
Comment #46454666
I'm also very biased towards Cloudflare (I work there), but I have to say it did make launching this really easy. Workers + Hono for the APIs, R2 for the images, D1 for database wi…
-
story
Show HN: Merchant, a lightweight ecommerce back end on Cloudflare Workers
Every time I had an idea for a small online shop, it felt harder than it should be. The tools were either big and expensive, or they locked you into their way of doing things. I wa…
-
comment
Comment #45409507
Really cool idea Humans get HTML, bots get markdown. Two tiny tweaks I’d make... Send Vary: Accept so caches don’t mix Markdown and HTML. Expose it with a Link: …; rel="alternate";…
- comment
-
comment
Comment #43623921
Happy to answer any questions, super excited to be part of the team and help make Cloudflare's developer experience better. Not just bells-and-whistles ;)
-
comment
Comment #43614936
thank you!
-
comment
Comment #43613162
Thanks for posting this! We are super excited about the opportunity we have in front of us at Cloudflare, happy to answer any questions y'all might have.
-
comment
Comment #43604235
That was a rough read, not really sure I understood the authors point. It was kind of all over the place, bad because AI, bad because not really open-source, bad because doge... On…
- comment
-
comment
Comment #42932005
Hi I'm one of the founders of Outerbase, just want to clarify a few things, seems like you might have some wrong information on Outerbase. Big fan of Mathesar by the way! 1. We hav…
-
comment
Comment #42665867
It is everywhere these days, I mean it always has been, but now people are talking about. Love the Turso team!
-
comment
Comment #42543482
I heard you all will be joining a different union of sorts here soon enough.
-
comment
Comment #42404598
It's actually mentioned in the article OP posted, but if you want to read more you can here: https://techcrunch.com/2024/01/07/carta-the-cap-table-manage...
-
comment
Comment #42404543
I don't know why anyone would willingly sign up for Carta these days. Between this and the fact they got caught sharing private cap table data, it's like they're actively being hos…
-
comment
Comment #42329357
Yes, I will add Linux support to the roadmap!
-
comment
Comment #42327787
Would the browser version suffice? If not we support running commands like: $ npx @outerbase/studio \ --port=5000 \ --user=admin --pass=123 \ mysql://root:123@localhost:3306/chinoo…
-
comment
Comment #42327746
This is good feedback, we are working on adding in transaction support to the open source version. For what it's worth, our cloud product wraps everything in a transaction.
-
comment
Comment #42327705
We support adjusting the JSON config file so you can update it with your credentials! outerbase.json { "driver": "mysql", "connection": { "database": "chinook", "host": "localhost"…
-
comment
Comment #42327692
We could definitely do something like that, question for you if you've used any sort of AI -> SQL generator do you think it replaces the need for something like a visual builder? O…
-
comment
Comment #42327669
Appreciate the kind words! Will dig into performance and see what we can do to further optimize it!
-
comment
Comment #42327658
Apologies you had such a subpar experience, I'll look into what is going on here!
-
comment
Comment #42324707
Great idea, I'll get it added to the roadmap!