Profile avatar
camchenry.com
dad | software engineer @github.com | core team member of oxc.rs | ✝️ camchenry.com
76 posts 387 followers 283 following
Regular Contributor
Active Commenter

Happy to see Mercedes Benz adopting modern tooling such as @rolldown.rs and Oxc in their workflow, as well as going the extra mile and sharing their results! Up to 64% CI pipeline time reduction is impressive 👀 And more per improvements are yet to come 🤯 www.mercedes-benz.io/blog/2025-05...

Σ Experimental bundle analyzer in the last version of obuild.unjs.io @rolldown.rs is fast enough that we can build a package, generate types, then bundle it again, minify it with OXC, and then bundle again!! (for side-effect check) and still takes <50ms for a small lib!

A proof of concept to run ast-grep via OXC parser

On Oxlint JS plugins: we've created a survey to gather requirements and would love to hear your thoughts. The linked discussion includes background information and potential approaches we could take. github.com/oxc-project/...

I'm starting "This week in Oxc" to improve roadmap visibility. Feel free to subscribe to this thread. github.com/oxc-project/...

In the latest version of the `oxc` VS Code extension (0.16.5), lint fixes now use the provided fix message whenever possible, making it much more clear what the fix will do. Previously, this just appeared as "Fix XYZ problem".

There have been a number of bug fixes and improvements to the editor experience for oxlint recently. If you have run into any bugs or issues with the `oxc` extension in VS Code, we would be interested to hear about it: github.com/oxc-project/...

Want to follow all updates + people involved in and around @voidzero.dev projects here on Bluesky? Then make sure to check out our starter pack! go.bsky.app/Sbpuppb

Oxlint has now reached a beta version! It's faster than ever, has over 500 rules built-in and we are working on adding lots more features. We are also working towards supporting custom plugins as well 🙏

500 Oxlint rules. What a remarkable achievement by everyone who has contributed to OXC. It was only 11 rules when I completed the prototype back in June 2022.

Oxc v0.53.0 now returns an estree for direct consumption in JavaScript through napi and wasm APIs, no more ugly work arounds. github.com/oxc-project/...

2025 resolution: don't buy any new domain names (challenge level: impossible)

Optimist: The cup is half full Pessimist: The cup is half empty Programmer: The cup should never have anything in it, TODO: figure out why this happens sometimes

My latest blog post covers how a simple observation at airport security highlights the concept of Betterment and how it applies to engineering teams. Which group are you in? angiejones.tech/the-betterme...

in an upcoming oxlint release, overrides will now be resolved relative to the config file location: github.com/oxc-project/... so this now works correctly: ``` { "rules": { "no-debugger": "off" }, "overrides": [{ "files": ["src/*"], "rules": { "no-debugger": "error" } }], } ```

💯 Principles we should all be living by. @ericwbailey.website at #perfnow

Guys literally want only one thing and it's widely accessible and affordable public transit involving trains and buses

Society if engineers were banned from playing Factorio:

I am now a core member of the oxc team! github.com/oxc-project Thanks to @boshenc.bsky.social for being welcoming to new contributors like myself and creating a great tool.

This is your weekly reminder to run `git gc` and `cargo clean`

this 100% matches my time at github (3 years now!!)

TIL about surrogate pairs: en.wikipedia.org/wiki/UTF-16#... All things related to text encoding just confuse me, I think 😅

pov: you are a dog treat being eaten #corgisky