Daniel Lionel (@daniellionel01) 's Twitter Profile
Daniel Lionel

@daniellionel01

"an idiot admires complexity, a genius admires simplicity" - terry a. davis

ID: 1667235274382778369

linkhttps://kurz.net calendar_today09-06-2023 18:20:55

341 Tweet

50 Followers

134 Following

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

maybe AI is going to bring back a more distributed and localized internet. where a person or business has their own compute and storage resources and AI agents making individual software for them that doesn't have to be run by a SaaS "middleman".

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

insane how good elevenlabs v3 is for multi-language audios. for example english + korean, no other tts model comes close that I tried.

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

70k-ish LOC `npm run typecheck` (v5.9.3) first run (no cache): 26.75s second run (cached): 8.52s `npm run typecheck-go` (native preview) first run (no cache): 18.2s second run (cached): 4.75s Not a 10x improvement like the headlines say but still a big W.

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

"The reality might be that certain aspects of physics are unknowable, hidden by complexity that cannot be attained with the resources that we can muster." I hope this is not true Quote from: timdettmers.com/2025/12/10/why…

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

maybe because its not my bubble but i feel like vuejs is just silently killing it. react CVE drama, server components, "next vs tanstack"... meanwhile vue & nuxt just chugging along

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

had a silly thought today why not give typescript a shot with all of its modern tooling. then I looked at a typescript project, saw `tsconfig.json`, `tsdown.config.ts`, try/catch, `as const`, `satisfies`, `something?: string | undefined` nevermind. never leaving Gleam Programming Language

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

synced a fresh lovable project to github, ran `npm run lint` (which lovable setup itself) and found 10 issues... package-lock.json and bun.lockb in the same template what??

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

AI incident diary where it almost ducked us - shuffled around some links in the navbar, AI removed one of them, only realized days later - migrated a website from another repo, it used hls instead of oklch, but estimated the color conversion instead of writing a script for it

Daniel Lionel (@daniellionel01) 's Twitter Profile Photo

GLM 5 just spent 10 minutes trying to write to a typescript file and failing because it can't figure out the edit tool in opencode. it has now opted to base64 encoding the whole file and piping it into the file with bash. these are confusing times.