cm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agoHow it started vs. How it's goinglemmings.worldimagemessage-square33fedilinkarrow-up112arrow-down10file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up112arrow-down1imageHow it started vs. How it's goinglemmings.worldcm0002@lemmy.world to Programmer Humor@programming.dev · 3 months agomessage-square33fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squarejubilationtcornpone@sh.itjust.workslinkfedilinkEnglisharrow-up1·3 months agoBet you $1,000 the credentials are stored in plain text.
minus-squareNicht BurningTurtle@feddit.orglinkfedilinkarrow-up2·3 months agoClassic vibe coder things.
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up1·edit-23 months agoI’ve heard that phrase a handful of times now and it’s already making my eye twitch. Though I don’t think it’s meant to be complimentary.
minus-squareunalivejoy@lemm.eelinkfedilinkEnglisharrow-up1·3 months agoNot just plain text, but hard coded.
minus-squareNotSteve_@lemmy.calinkfedilinkarrow-up2·3 months agoHaving a backend is bloat. I do all my DB transactions straight from the frontend
minus-squareLightor@lemmy.worldlinkfedilinkarrow-up2·3 months agoI actually build a full copy of the DB on the client machine. That way I can’t lose the data, it’s all right there and so fast.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·edit-23 months agoMy db runs on the user’s browser via WASM.
Bet you $1,000 the credentials are stored in plain text.
Classic vibe coder things.
I’ve heard that phrase a handful of times now and it’s already making my eye twitch. Though I don’t think it’s meant to be complimentary.
Not just plain text, but hard coded.
On the frontend.
Having a backend is bloat. I do all my DB transactions straight from the frontend
I actually build a full copy of the DB on the client machine. That way I can’t lose the data, it’s all right there and so fast.
My db runs on the user’s browser via WASM.