pelavo (@pelavo7) 's Twitter Profile
pelavo

@pelavo7

dev and web3 🦀 - council @labamille

ID: 1519125171327709185

linkhttp://github.com/plvo calendar_today27-04-2022 01:24:17

411 Tweet

350 Takipçi

523 Takip Edilen

pelavo (@pelavo7) 's Twitter Profile Photo

Setting up Next.js + shadcn/ui + Drizzle + Better Auth takes 3-4 hours every single project. Same lint rules. Same Claude Code settings. Same pages. Same auth flow. Copy. Paste. Debug. Repeat. We all hate it. Sound familiar? 🧵

Setting up Next.js + shadcn/ui + Drizzle + Better Auth takes 3-4 hours every single project.

Same lint rules. Same Claude Code settings. Same pages. Same auth flow.

Copy. Paste. Debug. Repeat. We all hate it.

Sound familiar? 🧵
pelavo (@pelavo7) 's Twitter Profile Photo

hello j'ai build un CLI qui init tes projets avec framework, lib, auth, db et de ton choix avec une commande : bunx create-faster j'ai perdu trop de temps à reconfig la même chose, des heures de setup avant d'écrire la première ligne de code → github.com/plvo/create-fa… → docs:

Jarred Sumner (@jarredsumner) 's Twitter Profile Photo

Here's a 1 GB memory reduction for very long Claude Code sessions Before: `() => controller.abort()` Fix: `controller.abort.bind(controller)`

Here's a 1 GB memory reduction for very long Claude Code sessions

Before: `() => controller.abort()`
Fix: `controller.abort.bind(controller)`
Andrej Karpathy (@karpathy) 's Twitter Profile Photo

New art project. Train and inference GPT in 243 lines of pure, dependency-free Python. This is the *full* algorithmic content of what is needed. Everything else is just for efficiency. I cannot simplify this any further. gist.github.com/karpathy/8627f…