Father of 2. Building an ERP for a Window Manufacturer. Web Apps with Convex.dev

Mexico
Joined May 2009
TLDR; Tech stack for vibe-coding web apps in 2025: - db/backend: @convex_dev - app: @tan_stack Start - Coding Agent: Codex @OpenAI - auth: Convex Auth @convex_dev - ui: @tailwindcss - 3D: react-three-fiber - icons: lucide - tx emails: @resendlabs - bug tracking/ screen replay: @highlightio (works with three.js) - git @github - hosting @vercel - AI images @GeminiApp nanobanana - Search web @grok and for specific things @Google - influencers: @rauchg @tannerlinsley @jamesacowling @unclebobmartin @theo @adamwathan @dhh @ericelliott_ and many more... Popular Blog posts: - Positive Code for Productive Software Development medium.com/@Cuadraman/why-to… - High Quality Work medium.com/@Cuadraman/high-q… Hardware - Macbook (Apple silicon) - coffee cup warmer - wired airpods - iphone - Scheider ballpoint pen - 90 g/m2 blank paper notebook
5
1
1
12
Gorka Cesium retweeted
our new home page? mad scientist @mikeysee strikes again
Wow! @mikeysee built an entire Operating System with @convex_dev Demo and how to build your own OS here: piped.video/watch?v=3CvsHZIt…
2
21
Gorka Cesium retweeted
Insane just how much @convex_dev has made it fun to make things for me for recollo.app. Never really dove much into it before but now, I have a reactive & collaborative markdown editor and it took me maybe an hour to get the actual thing working.
Gorka Cesium retweeted
Mosquitoes are annoying AF. Now, they're also dangerous. (thanks Bill Gates) But there's a little-known natural compound that will solve the mosquito problem FOREVER. Here's what I learned after researching MOSQUITO REPELLENTS for over 100 hours: • A plant that's common in Asia, but virtually unknown the west was tested on real human test subjects & found to work BETTER than the leading chemical repellent (SUPER Toxic Deet). It's called Litsea Cubeba. • Most "natural mosquito repellents" are Crap. They don't work well, when tested in real studies on real human subjects. • CATNIP essential oil is INCREDIBLE at repelling mosquitoes (& ticks)/ It's due to compound called Nepetalactone. It's safe for humans, but irritates the hell out of bugs. This is one the reasons that cats go crazy for it--helps them stay safe from bugs. • Studies show Catnip and Litsea strongly beat out ALL of the other common natural repellents--including lemon eucalyptus, vanilla, cedar, and citronella. • When catnip and litsea are COMBINED (at specific high concentrations) --efficacy shoots up even higher. And when mixed with a couple other key essential oils--you'll get the worlds' most effective natural mosquito repellent...that Actually works. I used this info to make a bug spray that has literally transformed my summertime experience. I CAN'T LIVE W/O IT. I have low-key traumatic memories of being tortured by skeeters every summer...until I made this bug spray. I've tested this thing up the yin yang. It works perfectly, even in deep woods. Full money-back guarantee. For links to all the (incredible) studies and to check out the best bug spray in the world, go here: skeeterbeaterworks.com HEADS UP: I expect it to sell out soon. P.P.S. if you try this yourself, be careful - I've purchased FAKE catnip oil several times. It's expensive, so there's fraud and it's tricky to find a good real source.
Gorka Cesium retweeted
Andrej Karpathy says you should learn AI depthwise, not breadthwise. Most education is breadthwise: watch lectures, memorize formulas, and trust you'll need it later. Karpathy flips this by learning "depthwise, on demand." What this means: Pick a project, start building, and learn exactly when you hit a wall. When he created a tutorial on transformers (the architecture behind ChatGPT), he didn't start by explaining attention mechanisms or complex architectures. Instead, he started with the simplest possible thing: a lookup table that predicts the next word. You build that first. Then you try to make it handle more complex patterns. And it breaks. Only then, when you've felt the limitation, does he introduce the next concept. Each piece solves a problem you've actually encountered. As he puts it: "It's a dick move to present the solution before I give you a shot to try it yourself." When you attempt the problem first, the solution actually makes sense. Teaching forces you to learn. "If I don't really understand something, I can't explain it." When you try to explain and stumble, you've found the gaps in your understanding. ... Build a project that gives you a reward. Hit a wall. Learn just enough to solve it. Then explain it to someone else. Don't consume content. Build the code. That's how you actually learn.
What did a broccoli say to the other broccoli?
be careful with bitcoin backed loans
Just use 10% of your total Bitcoin to back fiat debt, and they can never liquidate you. It's like subtle bait, similar to credit cards' grace periods that make you lose track of expenses and hook you with big interest payments. The big business isn't the 10% they charge for Bitcoin-backed fiat debt, but profiting from greedy people who overborrow and get liquidated in the next Bitcoin crash. The trap is real.
1
TIL
Don't [...spread] or .split() your strings! Use Intl.Segmenter API. Available in every JS runtime
Convex have native workflows
Replying to @jamwt
Convex isn't bolting this strategy onto the side of an older product. This vision is central to what we've designed. This ends up with a DX that is way, way more elegant than any other solution. stack.convex.dev/the-softwar…
backends are getting squashed away
Cloudflare has workflows, Convex has workflows, now Vercel has workflows. New kinds of platforms are consolidating server-side compute and storage. This is because backend engineering is about to get squashed and abstracted away. 🧵👇
Gorka Cesium retweeted
What's next with Code With Antonio & Convex x.com/i/broadcasts/1OdKrOYeD…
1
4
1
41
Gorka Cesium retweeted
It is probably the most underrated AI voice‑typing and dictation tool available. For a one‑time payment of $29, it’s one of my best technology investments—not just this year, but in recent years as well. Other tools with the same purpose charge $20 or more per month. I’ve always missed having this on my iPhone. After spending five minutes on the iOS app, I found its free version clearly outperforms the free versions of all other iOS apps I’ve tried this year. @JoshiPax is 💎
VoiceInk for iOS is now live on App Store.
4
4
10
Gorka Cesium retweeted
If you ever notice a 1px shift at the end of your animation, use `will-change: transform`. This will let the GPU handle the animation and prevent any inconsistencies.
22
68
5
1,762
0
Flight: Free WiFi hack – Use Meta WhatsApp bot as an internet proxy
1
Gorka Cesium retweeted
Pick carefully. “You’re not choosing a girlfriend, you’re choosing your son’s mother.” — @EricJorgenson
48
95
14
1,637
That reliability translates to Convex
When ramping up the Dropbox storage system we were growing so fast we completely ran out of disk space in one 30PB storage cell. 0% disk space is a pretty tricky situation - a lot of software needs to write to the disk to run and you can't compact without writing first. Fortunately there was a separate root disk for each 100-disk storage node. I wrote a script to move a small amount of data to the root disk, mount it via a symlink, run compaction, move it back then on to the next one. The system evolved a lot since then and eventually didn't even use a filesystem but for a while the fix was to leave a large dummy file on each disk taking up space we could delete in an emergency. Inside every major tech company is someone figuring out a creative way to recover from something clowny like running out of disk space. (Dropbox's storage is incredibly bulletproof these days and afaik has never lost user data.)
2
Gorka Cesium retweeted
📢 Time for an update on my workflow. This one's a 23 min read, so buckle up. 100% organic and hand-written, like an animal. steipete.me/posts/just-talk-…
Gorka Cesium retweeted
A year at Linear
who is the @saylor for Small Businesses?
My Family cleaning business has acquired another 2,229,564 sats at the Bitcoin price of $111,982.49 For $2,496.73 US dollars We will continue to buy consitently every month.
1
I wonder if someday when Bitcoin dethrones Fiat, will people refer to millionaires as Bitcoinaires?
3