Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cadbox1
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
cadbox1
3y ago
Figma uses a similar solution for their realtime feature. They have a famous article that explains why CRDTs aren’t necessary when you have a central server authority. https://www.figma.com/blog/how-figmas-multiplayer-t
2.
▲
by
cadbox1
3y ago
> people who curate digital gardens of knowledge are in a unique position to be curators of focused streams of knowledge I think you're onto something here. I save and organise articles and have been exploring ways to share them for
3.
▲
by
cadbox1
3y ago
It just did the same thing for me. Thank you for sharing.
4.
▲
by
cadbox1
4y ago
Nice work! It looks like Sequel Pro for Postgres. This might be the first free, user-friendly interface for Postgres out there. Closest would be TablePlus but it’s paid.
5.
▲
by
cadbox1
4y ago
I think a combination of chronological and topical organisation is best because each has their own audience. Topics are great for visitors exploring your content for the first time and chronological updates are great for followers already f
6.
▲
by
cadbox1
4y ago
I built a notes app specifically for capturing my HN links. It organises them both by date and topic so I can browse them by topic but also find “that one link from last week”. https://kapanotes.com/cadbox1
7.
▲
by
cadbox1
4y ago
Deploy daily. We had a similar issue in a Java application and couldn't work out the root cause so we decided to redeploy daily. No problems after that.
8.
▲
by
cadbox1
4y ago
I came to a similar conclusion about CRDTs after reading Figma's article. I ended up implementing state machine replication using Cloudflare's Websockets and Redux and found the result to work quite well. Redux actions seemed idea
9.
▲
by
cadbox1
4y ago
I'm building an app using fly.io and SQLite and it's pretty interesting. this indie-stack shows how to use the remix framework, fly.io, SQLite and Prisma together. https://github.com/remix-run/indie-stack I t
10.
▲
Slowing Down
(cadell.dev)
3 points
by
cadbox1
4y ago
|
0 comments
11.
▲
by
cadbox1
4y ago
Location: Perth, Australia Remote: Yes Willing to relocate: No Technologies: Typescript, React, Next.js, SQL, AWS, Java, PHP Résumé/CV: https://gist.github.com/cadbox1/5dc033c47031989938fd0e079dca... Website: htt
12.
▲
by
cadbox1
4y ago
I wanted incremental refresh in Postgres as well and found that you can manage your own table to get something close. Basically you create a regular table in place of a materialised one, only aggregate data newer than what's currently
13.
▲
Show HN: Random Emojis – A live feed of emojis using Cloudflare and WebSockets
(emojis.cadell.dev)
2 points
by
cadbox1
4y ago
|
0 comments
14.
▲
Show HN: A pageview counter using the AWS free tier, Postgres, Node and React
(prawn.cadell.dev)
2 points
by
cadbox1
5y ago
|
0 comments
15.
▲
Show HN: A modern page view counter to see how unpopular my project is
(github.com)
7 points
by
cadbox1
5y ago
|
1 comments
16.
▲
by
cadbox1
5y ago
Powered by a PRAwN stack (Postgres, React, AWs and Node) in the free tier deployed using CDK
17.
▲
by
cadbox1
5y ago
I don't have the startup part yet but here's my one-person stack with Postgres, Node and React deployed on AWS with CDK using RDS, Lambda, S3 and Cloudfront. It's 100% in the free tier. https://github.com/cadb
18.
▲
by
cadbox1
5y ago
I think I’ve built something similar in React. It looks like a nested list but each item can have multiple parents. It syncs to GitHub and is public, I use it to share my recipes. https://verynested.cadell.dev/ https:/
19.
▲
by
cadbox1
6y ago
I like knowledge apps that use external storage like GitHub because you have control of your data without sacrificing the convenience of the cloud. I did the same thing for my knowledge sharing app: https://verynested.cadell.dev&
20.
▲
by
cadbox1
6y ago
I think graph/network based notes are really interesting and I'm keen to see how Athens develops. I've created my own open source approach called Very Nested [1] that uses GitHub repos for storage. It also supports files and
21.
▲
by
cadbox1
6y ago
I found myself wanting a graph based approach too, with multiple parents, so I created Very Nested [1] to find out what it was like. It's open source, outline focused (like workflowy) and uses GitHub for storage and hosting. It also su
22.
▲
by
cadbox1
7y ago
Did you use a tool to create the JSON or did you type it by hand?