Trace Panic
banner
tracepanic.com
Trace Panic
@tracepanic.com
Random web developer
Same to here
September 28, 2025 at 4:54 AM
Am mostly going for the high saturation kinda really enhanced pictures
August 1, 2025 at 4:45 PM
Works on my machine
June 27, 2025 at 4:51 PM
I just check out my following tab, and I have my feed for programming, it works perfectly, honestly I never look at suggested feeds the default one,
June 26, 2025 at 10:10 AM
I always have a file named ci.yml
June 17, 2025 at 11:08 AM
Try out zed.dev, best editor so far
Zed — The editor for what's next
Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
zed.dev
June 2, 2025 at 3:50 AM
Fireship's test project on LLMs is always svelte 4 runes and most LLMs fail at it
June 2, 2025 at 3:48 AM
Spoons 😅
May 27, 2025 at 12:51 PM
For file uploads I just use external storage, if am managing things on the backend I would just keep small files on Ram then upload them later in the background.

The way I recommend the most is your backend handling auth and the client can upload directly to the file server once authenticated
May 24, 2025 at 10:38 AM
Just realized shortcuts clashes are a real pain, we try to support as many shortcuts as possible for document formatting, we try to avoid all major browser shortcuts but if you got other custom shortcuts that may clash, you'll have to just fix them on your own
May 21, 2025 at 9:42 AM
The best way is to tell AI what exact specific thing to generate, but going full agentic and producing code, and you're just directly sending that code to prod is scary
May 20, 2025 at 10:41 AM
🥲
May 19, 2025 at 9:03 AM
The big win is whenever data comes from an API you can apply a validation schema to it like Zod before dumping the data to the tanstack query cache, so whenever a backend changes and return some weird data, your app doesn't end up in some weird state during runtime.
May 17, 2025 at 7:02 AM
Google won't pay devs to work on chromium if it's not benefiting it
May 12, 2025 at 7:40 PM