🚨 800 FREE CREDITS — 24 HOURS ONLY
We just launched LTX-2.3, our most powerful video model yet. High-res. Fast. Cinematic. Native lip-sync.
Follow + Retweet this post to get 800 credits sent to your DMs.
Sonnet 4 is available in Cursor!
We've been very impressed by its coding ability. It is much easier to control than 3.7 and is excellent at understanding codebases.
It appears to be a new state of the art.
Yesterday I wanted to move 40GB of images from my QR menu site qrmenucreator . com from my VPS to R2
R2 is @cloudflare's S3-compatible file storage, cheap and nice and I use it for all my projects
So I asked gemini-2.5-pro-max to write a script to move the files
I even asked it to check everything was correct
It then ran for hours and moved 40GB of images to R2
Then I added an Nginx redirect to R2, but the QR menu images didn't show up
Turns out for some reason the filenames got shortened somehow, which is a disaster because the QR site is quite basic and the image paths are written in the markdown of the menus
Of course the script already deleted 40GB of images from the VPS
Luckily I have more backups than you can count on your hand so I asked @DanielLockyer to restore the QR menu images folder and now it's all good
But lesson learnt: be very careful with AI code, it made a mistake, couldn't even find the mistake when I asked it to double check the code, and because the ENDs of the filenames looked same I didn't notice it cut the beginnings off
This is why I'm both a big fan of AI code and scary of it, you might miss something like this in a more critical code set up like airplane code and not find out until it's too late
And in this case AI can't even find its own mistakes
The X era has begun at Twitter
Elon Musk says the bird logo will be replaced by an X.
For Musk, it’s the continuation of a story that began 25 years ago.
Here’s a brief history on that... 🧵
Level up your Front-end development skills with these resources:
➡️ hackerrank. com
➡️ coderbyte. com
➡️ frontendmentor. io
➡️ 100dayscss. com
➡️ codepen. io/challenges/
➡️ frontloops. io
➡️ cssbattle. dev
➡️ codier. io
Would like to add more? 👇
I would suggest everyone to read this book once.
When I was starting to learn web development in 2017, @AndreiNeagoie suggested me this.
It discusses why the term "follow your passion" is flawed and what to do otherwise.
Did you know there is a HTTP code 418 (I'm a teapot) is an Aprils Fools joke added in 1998.
Many use this response for requests they do not wish to handle, such as automated queries.
#HTTP#Internet