Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jchrisa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
jchrisa
10mo ago
Damn I just deleted another 29k loc https://github.com/VibesDIY/vibes.diy/pull/635 Code slows you down, always worth cleaning up. Yes, the business case is aligned with both the past bloat, and the current cl
2.
▲
by
jchrisa
10mo ago
I just had a majorly fun time addressing tech debt, deleting about 15k lines-of-code from a codebase that now has ~45k lines of implementation, and 50k lines of tests. This was made possible by moving from a homegrown auth system to Clerk,
3.
▲
by
jchrisa
1y ago
I just vibed up a quick and dirty catalog browser for FedFlix -- thanks IA for making the API so easy to use! https://unknown-ptarmigan-3137.vibecode.garden Click the remix button in the bottom right and you can make it your own
4.
▲
by
jchrisa
1y ago
The generation is running while you login, so this appreciable decreases wait time from idea to app, because by the time you click through the login, your app is ready. (Vibes DIY CEO here.) If login takes 30 seconds, and app gen 90, we thi
5.
▲
by
jchrisa
1y ago
I haven't posted it here yet b/c it's not show ready, but we have been building this vision -- I like to think of it as an e-bike for the mind. https://vibes.diy/ We had a lot of fun last night with Vibecode
6.
▲
by
jchrisa
1y ago
This is very much like Erlang's actor model. The same compute can be run in parallel, or managed via queues. With Erlang's strong support for FFI and process control, I wonder if it's being used as a dispatcher for these sort
7.
▲
Gravity Could Be Proof We're Living in a Computer Simulation
(gizmodo.com)
4 points
by
jchrisa
1y ago
|
3 comments
8.
▲
by
jchrisa
2y ago
if there is an ideological bent, or other driving reason -- write it up! make treatise / requirements document for someone else to implement.
9.
▲
Sora System Card
(openai.com)
1 points
by
jchrisa
2y ago
|
0 comments
10.
▲
by
jchrisa
2y ago
Some discussion on the repo README: https://news.ycombinator.com/item?id=42383592
11.
▲
by
jchrisa
2y ago
I'm curious what your environment looks like. We have a bunch of open source options, but standing up a new one is always getting easier.
12.
▲
by
jchrisa
2y ago
I didn't say enough about the ledger-like aspects above. Some databases have collections, some have tables, Fireproof has ledgers. These are the unit of sharing and access control, and also the unit of provable history.
13.
▲
by
jchrisa
2y ago
The best starter is the React Tutorial in our docs: https://use-fireproof.com/docs/react-tutorial/ We are updating this example to the latest right now, it shows how team chat can be implemented with database shar
14.
▲
by
jchrisa
2y ago
Thanks -- we got hello world with Socket, but there's some interesting open source work we'll need to do to support peers acting as servers and take full advantage of the network. https://github.com/fireproof-stora
15.
▲
by
jchrisa
2y ago
Here are some apps people have built, for inspiration: * Bloopernet Drum Machine: https://news.ycombinator.com/item?id=42177005 * Slack style team chat https://firehouse-chat.jchris.partykit.dev/ * PartKit
16.
▲
by
jchrisa
2y ago
Here is the code sample I mentioned, example React usage (see our homepage for Vanilla JS) import { useFireproof, useDocument } from "use-fireproof"; import { connect } from "@fireproof/cloud"; export
17.
▲
by
jchrisa
2y ago
Fireproof embeds in the browser, so you can add it to frontend code just like any other JavaScript module. It's useful for app data even without a backend. When you are ready to connect multiple users, that's when the backend come
18.
▲
by
jchrisa
2y ago
Thanks for reading — Fireproof creator here, happy to answer any questions. We are in-flight on our cloud launch, so consider it a preview of the experience we are building. We’ll soon be shipping more complete authorization with UCAN capab
19.
▲
by
jchrisa
2y ago
Thanks for sharing -- the author runs a synth themed bike ride in Portland, and we worked together on a drum machine participants can use to keep time in addition to the synths and amps the usually bring. It uses the collaborative live data
20.
▲
by
jchrisa
2y ago
CouchDB's HTTP API used to fit in just one file (less than 1k lines of Erlang), and it was a great jumping-off point for learning databases and web programming: https://github.com/apache/couchdb/blob/0.8.
21.
▲
by
jchrisa
2y ago
It's smart because you have deep control of bugwards compatibility, and can swap parts of the stack later.
22.
▲
by
jchrisa
3y ago
This seems like a textbook case where AI could let you have your cake and eat it too. Eg work in the easy 2d domain with maybe unstructured sticky notes. have a deterministic pipeline from 2d to geometric checking, with I guess patch points
23.
▲
by
jchrisa
3y ago
If you want to read about another implementation using Merkle CRDTs for practical local-first document database storage, I've been building a new database for about a year. I plan to share more but it's definitely an example of a
24.
▲
by
jchrisa
3y ago
P2P connection in the runtime will make a huge difference for apps - outside pressure like this (and React Native) is what ultimately drives the web platform forward.
25.
▲
by
jchrisa
3y ago
It's cool because Erlang's functional design means F() is just as good a "top-level" context as whatever one you were in before. Eg this will smoothly allow existing requests on the old logic but start new requests on th
26.
▲
by
jchrisa
3y ago
I am building a new immutable cryptographically verified database using IPLD data structures and prolly trees. This allows changes made anywhere to be transparently synced, and for operations to be commuted amongst untrusted peers, for inst
27.
▲
Show HN: ChatGPT Expert Builders for React
(use-fireproof.com)
1 points
by
jchrisa
3y ago
|
0 comments
28.
▲
Show HN: Lean customer development methodology simulated by AutoGPT
(epiphany.fireproof.storage)
7 points
by
jchrisa
3y ago
|
4 comments
29.
▲
by
jchrisa
5y ago
I ran this game on the local political establishment in 2015, and it was scary effective. I assume they are more resilient today, but at the time entry-level social media advertising techniques were able to have a massive influence on polit
30.
▲
by
jchrisa
5y ago
The USA has ~20 million empty homes, according the census. Three people per house is all it takes to equal China's number.
More ›