Same to here
Same to here
Lando Norris at Hungarian Grand Prix 2025
The papayas are still quick
Am mostly going for the high saturation kinda really enhanced pictures
Lando Norris at Spa, 2025 Belgian Grand Prix
F1 car at Jeddah, temple of speed
Bit of editing skills ain't that bad
Works on my machine
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,
If you got two options.
1. Write HTML then try to manually bind your javascript to dom nodes without type safety
2. Use something like react be type safe and you don't need to manually bind everything to the dom
I always have a file named ci.yml
TypeScript Eslint ignore meme
Bun is so hot right now,
Fireship's test project on LLMs is always svelte 4 runes and most LLMs fail at it
fatal error: all goroutines are asleep - deadlock!
Spoons ๐
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
"Node should sandbox your code by default. No filesystem access unless you set a flag."
I really try to avoid writing to the filesystem, we got this YouTube tutorials of saving profile pics to like /uploads, maybe am wrong but it doesn't sit right with me.
Text editor
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
Some weeks ago we shipped calendar and events system for our LMS, this week week we are working on another major feature the teachers course content creation tool
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
๐ฅฒ
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.
So honestly what I think is the best way to get data from a backend which is an API and you want to assert the shape of the data is better fetch from the creators of better auth then using tanstack query on top of it, better fetch enables you to get type safe backend API data
A calendar in nextjs
Calendars are hard but I nailed it
Full calendar with events rrule support and timezone got right
Google won't pay devs to work on chromium if it's not benefiting it
Your talking from a VC like perspective he's talking from a developer perspective. Chrome is why the internet is the way it is right now. And selling chrome will make the internet worse, kindof coz the new company probably won't spend as much much money into open source browser.
I love that Zed settings is just JSON really easy to configure everything and I store it as dot files,
SkillBridge dashboard
What am building for IBM hackathon, unfortunately I couldn't be able to get everything within the hackerthon time frame but I'll continue to work on it on the next 1 week or so
skillbridge.tracepanic.com
Ok so today am starting to work on something, it's a backend for your ecommerce so imagine like Clerk but for e-commerce, we give you APIs & SDKs to do everything so you just focus on the client and we handle the backend for you
You love your editor till you use @zed.dev and then you can't go back to it