It has been so fulfilling to be able to back Living Carbon and see them reforest huge swaths of the country. They're on track to absorb roughly the equivalent of San Francisco's annual emissions!
1/ @OctopusEnergy is backing Living Carbon with $500M to reforest degraded land and remove CO₂ across North America. This major project financing comes with an additional ~$13M investment in our carbon business.
Living Carbon is putting low quality land back to work. Our innovative reforestation turns low quality land into thriving forests faster to remove carbon or produce sustainable forest products.
Read more about it in today’s @WSJ (link in the comments) →
Svelte 5 has an excellent migration guide from v4 to v5. It’s way too big to be a cursor rule though.
I ended up dumping into Google Gemini large context window and got a phenomenal cursor rule condensed out of it. Nearly no issues anymore.
I would recommend to anyone dealing with or offering upgrades
You think removing is-number to save 440 gb is something? I just had a PR merged to save 112 TB!
I hope for the sake of everyone's node_modules that we can all compete to get the highest number 😆
@sveltejs v5 is out and Storybook 8.4 is ready:
✅ Runes support
✅ Write your stories in Svelte CSF
✅ Insane, next-level Svelte TypeScript support
✅ Zero-config setup from the Svelte CLI
If you’ve written stories for Svelte, you can see that Svelte CSF is a big improvement:
Introducing the new Svelte CLI!
svelte.dev/blog/sv-the-svelt…
We’re now offering the ability to setup CSS, formatting, linting, testing, DB querying, auth, i18n, and more. Just run `npx sv create` and follow the prompts.
Announced at Svelte Summit today:
- Svelte 5 released
- sv, the new Svelte CLI
- new svelte.dev website to go live next week
- Svelte Hackathon with thousands in prizes
See hack.sveltesociety.dev/2024 and npmjs.com/package/sv for more details
Some data from Google (big thank you to @rick_viscomi and @imkevdev!)
Client-side-only SPAs are extremely detrimental to latency as they add a network round-trip before rendering begins.
You can win at LCP by making it harder to build client-side apps😉
Your use case may warrant a client-side rendered SPA. Perhaps you are building a locally-served app or using it in a mobile framework. It's good to have the flexibility to build a SPA, but you should be careful to choose the right tool for the job.
Now available:
npx svelte-migrate svelte-5
Please try it out and file issues in the Svelte repo. Do check that it hasn't already been reported as it's quite new and bound to have bugs.
Remember when one usage of is-number caused 440GB/week of traffic to npm? Well the only reason people where using it was because the popular chokidar file watcher did indirectly.
chokidar v4 just dropped it and others resulting in a savings of 2.5 TB/week of traffic to npm
Btw, this is so much traffic that @thedevminertv had to use big.Int in the reporting tool so that it could calculate it without triggering an integer overflow!