🐘
In #rust cargo.toml the caret (^) is actually implied by default, and thus unnecessary to add.
e.g. these are equivalent:
tokio = "1.37.0"
tokio = "^1.37.0"
Very semvar-purist, I like it!
@mitch@lifepress.me · 1 follower · filtering: mastodon
In #rust cargo.toml the caret (^) is actually implied by default, and thus unnecessary to add.
e.g. these are equivalent:
tokio = "1.37.0"
tokio = "^1.37.0"
Very semvar-purist, I like it!
OpenAI releases Deep Research where an Agent scans the web for 5-30 minutes and compiles a report for you https://www.youtube.com/watch?v=cR6WxQvMrHM
Laravel Nightwatch (paid) is a full-blown Datadog competitor specifically for Laravel (zero configuration), pretty impressive https://youtu.be/gzujJSPR2mI?si=gF_F0cABWKKVe405&t=474
I was kind of hoping I could sync my Mastadon 🐘 posts to Bluesky 🦋 or vice-versa, no one's got that figured out yet?
This was pretty wild to watch live: Linkin Park is back with new lead singer Emily Armstrong https://www.youtube.com/live/IL1nlWOciL0?si=T6VLjlWXJstQQKbk&t=994
Laravel getting it's own Vercel competitor https://cloud.laravel.com #php