Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
johnyeocx
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Show HN: Multiplayer Usage Tracking for Claude Code, Codex and OpenCode
(github.com)
1 points
by
johnyeocx
3mo ago
|
0 comments
2.
▲
Stop rebuilding your billing system
(useautumn.com)
1 points
by
johnyeocx
3mo ago
|
0 comments
3.
▲
Active-active fixed our counters but broke everything else
(useautumn.com)
3 points
by
johnyeocx
4mo ago
|
0 comments
4.
▲
by
johnyeocx
1y ago
each event is a consumable which means we aren't running large analytical queries to process them. Our bottleneck is probably infra + optimisations via caching but at the moment I'd say we can handle 1k events per second comfortab
5.
▲
by
johnyeocx
1y ago
Thanks! Going oss was definitely about trust in the beginning -- people were more open to using the platform because they could see our codebase Agreed that self-hosting billing can be a pain just cuz of how complex the whole system can be,
6.
▲
by
johnyeocx
1y ago
it was more of a figure of speech where the entire implementation for the user would be on the frontend (React). Sensitive operations are being called securely on the backend, just through Next.js server functions!
7.
▲
by
johnyeocx
1y ago
Maybe we didn't phrase it as well as we should've. We meant to say API routes in general are public, and so the server actions could be called by anyone. Authentication is definitely possible, but we were trying to brainstorm a wa
8.
▲
by
johnyeocx
1y ago
That's true for now -- we definitely don't recommend using the encrypted customer ID as a fully secure method for auth, but implemented it more as a way for users to quick start without friction 1. This is also why we've buil
9.
▲
by
johnyeocx
2y ago
+1 to the branding
10.
▲
by
johnyeocx
2y ago
The season of harvest!
11.
▲
by
johnyeocx
2y ago
code is the new no code!!
12.
▲
by
johnyeocx
2y ago
Thanks for sharing your views, these are definitely insightful and valid points. Infosec can never be overstated, and it was perhaps a bit naive of me to just think "treating it seriously" would be enough. To argue against both th
13.
▲
by
johnyeocx
2y ago
that's what I thinking actually, using oauth to connect to a DB is definitely a new concept though, and most larger enterprises either use data warehouses or self hosted DBs (just a guess), so oauth may not be an option If the SaaS tar
14.
▲
Does anyone integrate with their customers' DB directly?
19 points
by
johnyeocx
2y ago
|
47 comments
15.
▲
by
johnyeocx
2y ago
What kind of internal context are you retrieving? I'd imagine you would need access to the codebase to have a thorough enough understanding of the docs, because if not, I feel like most Linear issues + internal documents are not descri
16.
▲
Visual Backend: Zapier for developers
2 points
by
johnyeocx
3y ago
|
0 comments
17.
▲
I made Visual Back end, a low code Node.js wrapper, open source!
(github.com)
1 points
by
johnyeocx
3y ago
|
1 comments
18.
▲
by
johnyeocx
3y ago
Hey everyone! I've decided to make Visual Backend open source It's essentially a low code wrapper around NodeJS, to help you rapidly build APIs by automating boilerplate actions like managing project directory, setting up clients
19.
▲
I tried eliminating repetition in back end development
(visual-backend.com)
3 points
by
johnyeocx
3y ago
|
1 comments
20.
▲
by
johnyeocx
3y ago
Hey everyone! I'm currently working on Visual Backend, a desktop app which aims to make backend dev more efficient by eliminating repetition like setting up boilerplate code. Long story short, after working on many backend projects, I