Lit is Joining the OpenJS Foundation!
Lit is officially joining the OpenJS Foundation as an Impact Project!
Lit is joining @openjsf.org! ๐
Today at JSConf, The OpenJS Foundation announced Lit is officially joining as an Impact Project!
We're beyond excited for this move and look forward to continuing our work to build the open web with OpenJS!
Read more on our blog: lit.dev/blog/2025-10...
14.10.2025 13:35 โ ๐ 116 ๐ 40 ๐ฌ 0 ๐ 1
The Pitfalls of Streamed ZIP Decompression: An In-Depth Analysis
Wikipedia says it clearly: "Tools that correctly read ZIP archives ... must not scan for entries from...
I didn't know that streamed decompression of ZIP files isn't actually possible. But streamed compression is totally fine though. This is an interesting article explaining why:
dev.to/pavel-zeman/...
14.10.2025 16:11 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Slide showing the nitro docks and โship full stack Vite appsโ
Heck yeah! The @nitro.build v3 beta is out now. And Nitro is now just a @vite.dev plugin ๐
Kudos to all contributors, @unjs.io, and @pi0.io ๐๐ป
10.10.2025 09:49 โ ๐ 91 ๐ 9 ๐ฌ 3 ๐ 1
#emacs ACP reporting for duty ๐ซก
xenodium.com/introducing-...
07.10.2025 03:08 โ ๐ 6 ๐ 1 ๐ฌ 0 ๐ 0
Dr. Jane Goodall filmed an interview with Netflix in March 2025 that she understood would only be released after her death.
05.10.2025 09:08 โ ๐ 38111 ๐ 17049 ๐ฌ 816 ๐ 2401
KI frisst Strom: Bis 2028 wird รผber 50% der Energie in Rechenzentren fรผr KI verbraucht - sagt die MIT Technolgy Review. Das kleinste Meta-Modell braucht 57 Joule pro Antwort, das grรถsste 3โ353 Joule. Der Energiehunger explodiert.
#KI #Energiehunger
www.technologyreview.com/2025/05/20/1...
1/3
06.10.2025 14:41 โ ๐ 51 ๐ 28 ๐ฌ 5 ๐ 1
On one side, this shows the importantance that Nuxt gained. On the other side, I don't like this concentration and I especially don't like Vercel and its CEO...
30.09.2025 07:47 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
๐ Nitro v3 routing is fully compiled now!
โ
Smaller bundles
โก Faster performance
๐ ๏ธ More flexibility (extendable route rules)
No runtime router โ just minimal compiled logic.
More to come ๐
github.com/nitrojs/nitr...
18.09.2025 08:17 โ ๐ 78 ๐ 6 ๐ฌ 4 ๐ 3
Verstehe ich das richtig:
1 Faschist ermordet 1 Faschisten, weil der ihm nicht faschistisch genug ist, aber wir sollen รผber Linksradikalismus reden?
13.09.2025 10:01 โ ๐ 2042 ๐ 468 ๐ฌ 67 ๐ 17
Release pnpm 10.16 ยท pnpm/pnpm
Minor Changes
There have been several incidents recently where popular packages were successfully attacked. To reduce the risk of installing a compromised version, we are introducing a new settin...
pnpm v10.16.0 adds "minimumReleaseAge", a setting for defining how long a version has to have been published before pnpm will install it.
A nice countermeasure against accidental installs of short-lived compromised packages before they get taken down. Not a 100% fix, but a great additional step!
12.09.2025 22:49 โ ๐ 197 ๐ 64 ๐ฌ 8 ๐ 6
A clip of an OpenAI chart for "tokens processed". The data starts in May and ends at the end of July. It shows a massive drop around June 7
โuse it or be left behindโ
19.08.2025 10:02 โ ๐ 28 ๐ 1 ๐ฌ 7 ๐ 0
Das Bild zeigt den Belag des Uferweges an der Aare.
Im Rahmen des Projekts Hochwasserschutz Aare Bern wird der Uferweg zwischen dem Marzili und dem Sportplatz Schรถnau auf rund 350 Metern neu gefรผhrt. Ob der kรผnftige Weg mit Asphalt oder Mergel befestigt wird, kann die Bevรถlkerung mitbestimmen.
www.bern.ch/mediencenter...
02.07.2025 08:01 โ ๐ 5 ๐ 1 ๐ฌ 0 ๐ 0
Worth a watch:
Head of Signal, Meredith Whittaker, on so-called "agentic AI" and the difference between how it's described in the marketing and what access and control it would actually require to work as advertised.
26.06.2025 16:28 โ ๐ 11078 ๐ 4436 ๐ฌ 205 ๐ 735
I'm curious what that means...
12.06.2025 06:37 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
๐ ๐คฉ
11.06.2025 21:09 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
C
11.06.2025 21:07 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
โก H3 v2 beta is ready to try!
โ Fully rewritten on web standards, backward-compatible, and faster than ever!
๐ Release notes: h3.dev/blog/v2-beta
10.06.2025 14:27 โ ๐ 110 ๐ 21 ๐ฌ 4 ๐ 3
tsc --init update by RyanCavanaugh ยท Pull Request #61813 ยท microsoft/TypeScript
Fixes #58420
Sample outputs
tsc --init
{
// Visit https://aka.ms/tsconfig to read more about this file
"compilerOptions": {
// File Layout
// "rootDir": "./sr...
TypeScript excitement ๐
Congrats to @searyanc.dev on landing big updates to the default tsconfig settings used by `tsc --init` ๐
Defaults matter - and in TS 5.9 they embrace simplicity ๐
๐ท ESM (was CommonJS)
๐ท No down-leveling (was ES2016)
๐ท verbatimModuleSyntax: true
github.com/microsoft/Ty...
07.06.2025 09:36 โ ๐ 121 ๐ 17 ๐ฌ 6 ๐ 3
The public meltdown happening between the worldโs richest man ๐ and the President of the United States ๐๐ once again begs the age-old question: are men simply too emotional to be in positions of power?
05.06.2025 23:04 โ ๐ 11041 ๐ 2438 ๐ฌ 283 ๐ 136
TypeScript excitement ๐
The "tsgo" native Go port is now available on npm as an early preview ๐
๐ท Checker: Most projects will see error parity with v5.8
๐ท Now supports JS and JSX
๐ท LSP: Auto-completions work
๐ท Perf: 10x win persists
๐ท API: Sync access via a Node addon
22.05.2025 16:18 โ ๐ 95 ๐ 16 ๐ฌ 2 ๐ 1
๐ฅ Experimental vitest support coming to Angular in a couple of weeks with support for:
โฃ Watch mode
โฃ Browser testing
To try it out:
โฃ npm i vitest jsdom --save-dev
โฃ Update your angular.json
โฃ Add a couple of imports
14.05.2025 14:06 โ ๐ 80 ๐ 15 ๐ฌ 1 ๐ 0
Node.js โ Node v24.0.0 (Current)
Node.jsยฎ is a JavaScript runtime built on Chrome's V8 JavaScript engine.
Node.js 24 is here and it's looking good ๐๐
Featuring updates to V8 v13.6, npm v11, improved Permission Model and more new features in the blog.
Check it out and let us know what you think: hubs.ly/Q03lfLDC0
06.05.2025 15:26 โ ๐ 108 ๐ 35 ๐ฌ 1 ๐ 3
Announcing the Local-First Landscape
A comprehensive guide to help developers choose the right tools for building local-first applications.
localfirst.fm/landscape
29.04.2025 14:42 โ ๐ 135 ๐ 41 ๐ฌ 5 ๐ 9
Agree for formatting issues, this should be enforced by a formatter like Prettier in a pre-commit hook, not a linting rule. Disagree for anything else...
27.04.2025 22:08 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
Offener Brief an den Bundesrat
Unsere demokratische Debatte einfach den Launen von Musk, Zuckerberg & Co. รผberlassen? Nein. In einem offenen Brief fordern wir den Bundesrat auf, einen klaren Fahrplan fรผr die erneut verzรถgerte Plattformregulierung vorzulegen: plattformen-regulieren.ch
20.04.2025 06:00 โ ๐ 9 ๐ 6 ๐ฌ 2 ๐ 1
Bundesrat verzรถgert Plattform-Regulierung: Kritik aus dem Parlament
๐ข Verantwortung รผbernehmen statt kuschen: Der Bundesrat muss jetzt ๐
ท๐
ฐ๐
ป๐๐๐
ฝ๐
ถ ๐๐
ด๐
ธ๐
ถ๐
ด๐
ฝ und die digitalen Plattformen zur Verantwortung ziehen, statt einem erpresserischen, egomanen Despoten zu hofieren.
Weshalb? Das durfte ich in den SRF - Schweizer Radio und Fernsehen News darlegen: chk.me/Bo2Cxlg
18.04.2025 10:41 โ ๐ 15 ๐ 5 ๐ฌ 3 ๐ 0
The Wikimedia Foundation, which owns Wikipedia, says its bandwidth costs have gone up 50% since Jan 2024 โย a rise they attribute to AI crawlers.
AI companies are killing the open web by stealing visitors from the sources of information and making them pay for the privilege
02.04.2025 09:12 โ ๐ 5640 ๐ 2631 ๐ฌ 67 ๐ 178
An illustrated version of the Alice and Bob example often used in cryptographic messaging examples to indicate party A and B communicating, here displayed with a double arrow between them, but with the eavesdropper Mallory tapped into the conversation replaced with "The Atlantic" and their logo.
Ahahaha, perfekt.
/via mastodon.online/@veronica/11...
26.03.2025 10:50 โ ๐ 59 ๐ 13 ๐ฌ 0 ๐ 2
The Windsurf Editor. Tomorrow's Editor, Today.
The AI-powered developer platform to build, scale, and deliver secure software.
#rustlang, #jj-vcs, atproto, shitposts, urbanism. I contain multitudes.
Working on #ruelang but just for fun.
Currently in Austin, TX, but from Pittsburgh. Previously in Bushwick, the Mission, LA.
Weeknights 11/10c on Comedy Central and Paramount+
Wir sind der Wandel. Wir รผbernehmen Verantwortung. Wir schaffen Zukunft. ๐ป En franรงais: @lesvertssuisses.bsky.social
Composer, designer and YouTuber.
Prรคsidentin @gruenech.bsky.social ๐
The purpose of http://Guild42.ch is to increase the attractiveness of #Bern as a location for #software devs ๐ฉโ๐ป and software dev companies. ๐ฉโ๐ซ๐ธ๏ธ๐ป
Die Digitale Gesellschaft setzt sich seit 2011 fรผr unsere Freiheitsrechte in einer vernetzten Welt ein. https://digitale-gesellschaft.ch
Playwright is an automation library for cross-browser end-to-end testing by @microsoft.com. Available in JavaScript, TypeScript, Python, Java and .NET.
Nuxt is a web framework to build performant and production-grade web apps and websites with Vue. nuxt.com
https://github.com/nuxt
A safe and modern home for the web
OpenJS promotes the widespread adoption and continued development of key JavaScript technologies worldwide.
Tasty Treats for Web Developers with @wesbos.com @tolin.ski and @w3cj.com
Brought to you by @sentry.io
We ensure that the use of algorithms & AI benefits the many, not just the few! Join us ๐ค
๐จ๐ญ Weโre the Swiss part.
๐ช๐บ For EU/Germany: @algorithmwatch.org
DE: https://algorithmwatch.ch | FR: https://algorithmwatch.ch/fr
Independent developer/architect. JavaScript/TS, DX, automation, tooling, performance & OSS. Arch/Linux enthusiast.
๐ก https://webpro.nl
๐ฆ https://webpro.blue
โ๏ธ https://knip.dev
๐ https://try.venz.dev
๐ https://wooordle.webpro.nl
๐ฃ https://ansi.tools
Signal is an end-to-end encrypted messaging app. Privacy isnโt an optional mode, itโs just the way that Signal works. Every message, every call, every time.
Nachhaltige produzierte Visuals fรผr authentische Unternehmenskommunikation.| Filmproduktion und Fotografie
Unified tooling for JavaScript
Next Generation Server Toolkit
๐ฑ github.com/nitrojs ๐ nitro.build