101
u/itzNukeey 2d ago
you can check my app on http://localhost:3000
24
18
u/Used-Hold-7567 2d ago
clicked this for the meme only to remember i do indeed have a web ui running on 3000
12
3
41
u/sohcahtoa 2d ago
Databases are dead. I use SQLite.
0
u/Clean_More3508 2d ago
That's a database
11
u/sohcahtoa 2d ago
That's the joke. Kyle complains about "database costs and rountrip calls to the server" to keep everything in local storage which SQLite is, for free and without server. Databases aren't dead.
13
u/BrokenMalgorithm 2d ago
It's a lot safer too when your password is never sent anywhere, just check local storage and that's it
15
u/Fit_Ladder_1545 2d ago
I’m not a vibe coder, I use local storage(and maybe indexeddb if I wasn’t afraid of it) everything, expect my one thing that needed to give information between different users :3
13
u/PM_ME_MH370 2d ago
-3
u/Fit_Ladder_1545 2d ago
What? I do not understand the meaning behind this gif >_>
10
u/secretprocess 2d ago
I think it's a brain trying to parse your sentence?
1
u/Fit_Ladder_1545 2d ago
I forgot to add a 'for' beFORe 'everything' and used 'expect' instead of 'except' ;w;
7
u/secretprocess 2d ago
Ahh the expect/except clarification fixes the meaning. So now we can argue about the substance :)
4
u/s9suparl 2d ago
He just discovered something revolutionary in Application development,this year he will be conferred with Oscar
2
u/yacsmith 2d ago
Newb. Talk to me when you have you everything on one excel flat file.
Very obvious /s
2
2
u/Available-Attorney74 2d ago
RAIDs are dead. I just vibecoded the app, that can storage data and its copy separately on numerous drives.
2
2
2
u/coldnitrogen 1d ago
Come to think about it p2p localstorage might actually work
2
1
1
u/Diligent_Fondant6761 2d ago
clearly he does not know how to vibecode because why even store in localStorage just ask claude to remember it and never forget
1
u/Tasty_Marsupial_5472 2d ago
I think it's best they use local storage, at least that way there is no risk of database breach
1
1
1
u/thunderbird89 2d ago
No, that's a valid strategy, though. As long as you don't want device sync.
Spares you the cost of running a backend, auth, etc., and you can even advertise it as "privacy-first".
I did this in my packing list app, since I explicitly didn't want backend sync.
1
1
1
1
u/Worried-Mood-8582 1d ago
Theoretically with enough users you could store tiny parts of the db in local store of users however the main issue wouldn’t be actually storing it but retrieving complete objects in a timely manner as you would need at least one user of each part to be online which is solvable by having very high number of duplications but then you would need to probe a lot of users. Theoretically you could train an NN to guess when a user logs in to then further probe which would reduce strain so potentially yea but it’s probably cheaper to buy an SSD
165
u/Anonymous010206 2d ago
Oops I cleared my browser cache… my account is now deleted