Weβre pretty close to having an initial Rust port of React Compiler. My approach was to iterate on the plan document (write it manually, have the agent expand, edit, repeat). Then try to run it, see what goes wrong, revert back to the plan, tweak the plan, repeat.
11.03.2026 05:51
π 89
π 10
π¬ 4
π 4
Venz
Easy and accessible dataviz
βοΈ Knip v6.0.0-0 is out
A new chapter has begun.
π
10.03.2026 17:07
π 62
π 9
π¬ 3
π 2
Now that's what I call a select demo.
03.03.2026 10:43
π 19
π 2
π¬ 1
π 0
I also made carrot buns, regular buns and focaccia. #homemade #bakery π»
24.02.2026 12:54
π 2
π 0
π¬ 0
π 0
Looks like I haven't send any #homemade #bakery updates? Pide, bagel, more bagel and banh mi again (my favorite).
24.02.2026 12:50
π 2
π 0
π¬ 0
π 1
Oxfmt Beta
A collection of high-performance JavaScript tools written in Rust
Announcing Oxfmt Beta
* 100% Prettier Compatibility
* Additional File Formats
* Tailwind CSS Integration
* Import Sorting
* package.json Sorting
* Embedded Language Formatting
* Node.js API
* `--migrate prettier`
* config overrides
* Full IDE support
oxc.rs/blog/2026-02...
24.02.2026 04:22
π 204
π 34
π¬ 4
π 11
When I want to call `import { format } from 'oxfmt';` I need to pass an options object as a 3rd param. There doesn't seem to be an API to load the correct config. Should I use cosmiconfig? Or some custom logic? Thanks β€οΈ
01.02.2026 16:07
π 0
π 0
π¬ 0
π 0
Oh yeees
30.01.2026 14:58
π 1
π 0
π¬ 0
π 0
The new corner-shape CSS property unlocks exciting new UI patterns.
corner-shape: bevel round;
border-radius: 1em 0 / 3em 0;
28.01.2026 04:24
π 145
π 14
π¬ 5
π 1
π Live from the CSS WG F2F: We just agreed to support multiple borders and outlines per element, comma-separated!
But we canβt decide on the order: inside out or outside in?
What feels more natural to you, A or B?
(it needs to be the same across borders and outlines or different box-sizing values)
28.01.2026 22:03
π 145
π 31
π¬ 102
π 7
Rolldown 1.0 RC is here π
π Stable API: No breaking changes planned before 1.0
β‘ 10-30x faster than Rollup while staying compatible
π§© Multiple chunking algorithm improvements
π¦ 3,400+ commits since beta: 749 features, 682 fixes, 109 perf optimizations
22.01.2026 14:28
π 209
π 40
π¬ 4
π 5
Chrome 145 with the flag enabled and showing the context menu to move the tabs to the side
Chrome 145 with the tabs shown to the side (vertical tabs)
Vertical Tabs are available behind a flag in Chrome 145 (current beta)
1. Go to `chrome://flags/#vertical-tabs`
2. Set it to enabled
3. Relaunch Chrome
4. Right click the tabbar and choose βMove Tabs To The Sideβ
Attached are before and after screenshots.
16.01.2026 09:24
π 127
π 10
π¬ 15
π 3
Tailwind CSS Announces 75% Layoffs as LLMs Reshape OSS Busin...
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discov...
π @tailwindcss.com laid off 75% of its engineering team after revenue dropped 80%, despite being more popular than ever. LLMs are killing documentation traffic, breaking the business model that funds development on many open source projects.
Full story β socket.dev/blog/tailwin... #OSS #CSS
08.01.2026 19:36
π 10
π 2
π¬ 3
π 2
And another drawn card. #drawing #doodle
01.01.2026 18:44
π 2
π 0
π¬ 0
π 0
My drawn Christmas card. Found the motive somewhere online and tried to re-draw it.
22.12.2025 21:39
π 1
π 0
π¬ 0
π 1
A JAEGER UI chart showing a run of vitest with data collected through the OpenTelemetry integration.
Want to understand why some of your @vitest.dev tests are slower than expected? Then you can use the built-in experimental @opentelemetry.io support to figure out what makes tests slow and how much time is spent on each part of it. π
17.12.2025 17:24
π 32
π 4
π¬ 2
π 0
Announcing Oxlint Type-Aware Linting Alpha
Oxlint's type-aware linting has reached alpha status. Type-aware rules can be manually configured, disabled with in-line comments, and fixed automatically. This milestone also includes more ruleβ¦
Announcing Oxlint Type-Aware Linting Alpha π
Just a few months after our technical preview, type-aware linting reaches the alpha milestone!
β¨ Type-aware rules can now be configured
π Inline comments to disable rules work for type-aware rules too
β Auto fixes for type-aware rules are now available
08.12.2025 17:58
π 72
π 11
π¬ 2
π 2
feat(oxfmt): Support formatting HTML, YAML, GraphQL, Handlerbars, Markdown, CSS files by leaysgur Β· Pull Request #16524 Β· oxc-project/oxc
Fixes #15899
oxfmt next week: support formatting HTML, YAML, GraphQL, Handlerbars, Markdown, CSS files by default
github.com/oxc-project...
05.12.2025 06:43
π 56
π 2
π¬ 0
π 1
Merged! Vitest 4.0.14 includes a new tabbed view and slider for visual regression reports π
This feature required a lot of work under the hood, including the creation of the new test artifacts API. Really curious to see how it'll be used by us and the ecosystem π
25.11.2025 13:56
π 39
π 6
π¬ 2
π 2
Vite 8 Beta: The Rolldown-powered Vite
The first beta of Vite 8, powered by Rolldown, is now available. Vite 8 ships significantly faster production builds and unlocks future improvement possibilities. Read more about the migration, new fe...
β‘οΈ The first Vite 8.0 beta is here!
- Powered by Rolldown, bringing significantly faster production builds and more consistency
- New features such as tsconfig paths or emitDecoratorMetadata support
- Bumping browser targets aligned with Baseline Widely Available
Read more in our announcement post!
03.12.2025 12:18
π 229
π 46
π¬ 1
π 7
Announcing Oxfmt Alpha
Oxfmt is a fast Rust-based formatter that is available now in alpha stage and supports JavaScript and TypeScript files. It is 30x faster than Prettier while having >95% compatibility.
Announcing Oxfmt Alpha! π
Weβre excited to announce the alpha release of Oxfmt, our Rust-powered formatter.
We designed Oxfmt to be easily adoptable, especially for existing Prettier users
More below and in our announcement post voidzero.dev/posts/announ...
01.12.2025 17:37
π 139
π 19
π¬ 3
π 2
π¨ Standardizing on design tokens will catalyze the ecosystem & bring about better tooling & integrations. Can't wait to see this space flourish πΌ
Go follow @trysound.io for updates π¬
29.11.2025 13:28
π 11
π 2
π¬ 0
π 0
Screenshot of the Knip extension in VS Code showing the "problem" tab with a list of issues reported by Knip
Screenshot of the Knip extension in VS Code showing the "imports" and "exports" tree views for navigation, as well as a hover window above an export showing import and usage locations
π Knip for Editors
Trust me, I've poured in A Ton of Love βοΈ
This isn't just a plugin to show unused exports. It offers a unique way to view & navigate your code and connect the dots. Feels like there's so much potential here.
Excited for you to try out the preview! π
β github.com/webpro-nl/kn...
28.11.2025 13:50
π 81
π 14
π¬ 2
π 0
Toasts
GitHub no longer uses toasts because of their accessibility and usability issues.
Interesting: GitHub is removing all toasts from their UI due to usability and accessibility issues. I agree they tend to be overused, probably because theyβre so easy to implement. There are often better patterns like inline confirmation/errors.
primer.style/accessibilit...
15.11.2025 22:52
π 40
π 2
π¬ 2
π 0
Somun Ekmek π» #homemade #bakery
04.11.2025 17:15
π 4
π 0
π¬ 0
π 1
Forgot the Pagnotta ππ
#bakery #homemade
03.11.2025 16:41
π 5
π 0
π¬ 0
π 1
Pidesi have been great as well π #bakery #homemade
03.11.2025 16:38
π 2
π 0
π¬ 0
π 1
First time making BΓ‘nh mΓ¬ π» I'm on a roll! #bakery #homemade
23.10.2025 16:32
π 1
π 0
π¬ 0
π 1
First Toast! #bakery #homemade
18.10.2025 16:56
π 5
π 0
π¬ 0
π 1
Fresh home-made buns
New bun recipe! π
18.10.2025 09:07
π 1
π 0
π¬ 0
π 1