techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.7K
active users

#oxlint

0 posts0 participants0 posts today
Jan :rust: :ferris:<p><a href="https://floss.social/tags/Oxlint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Oxlint</span></a> has been released in version 1.0! 🥳 🎉 </p><p><a href="https://voidzero.dev/posts/announcing-oxlint-1-stable" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">voidzero.dev/posts/announcing-</span><span class="invisible">oxlint-1-stable</span></a></p><p>Oxlint is a linter for <a href="https://floss.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> and <a href="https://floss.social/tags/TypeScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TypeScript</span></a>, written in <a href="https://floss.social/tags/Rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rust</span></a>, that can be up to 50~100x faster than <a href="https://floss.social/tags/ESLint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESLint</span></a>.</p><p><a href="https://floss.social/tags/Linter" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linter</span></a> <a href="https://floss.social/tags/Performance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Performance</span></a> <a href="https://floss.social/tags/CI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CI</span></a> <a href="https://floss.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a> <a href="https://floss.social/tags/DevTools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DevTools</span></a> <a href="https://floss.social/tags/JavaScriptTooling" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScriptTooling</span></a> <a href="https://floss.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RustLang</span></a></p>
🧿🪬🍄🌈🎮💻🚲🥓🎃💀🏴🛻🇺🇸<p>&gt; we’ve reached a saturation point where the API surface is mostly settled, and everyone just wants “the same thing, but faster.” Hence the explosion of new tools that are nearly drop-in replacements for existing ones: <a href="https://mastodon.social/tags/Rolldown" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rolldown</span></a> for <a href="https://mastodon.social/tags/Rollup" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rollup</span></a>, <a href="https://mastodon.social/tags/Oxlint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Oxlint</span></a> for <a href="https://mastodon.social/tags/ESLint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESLint</span></a>, <a href="https://mastodon.social/tags/Biome" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Biome</span></a> for <a href="https://mastodon.social/tags/Prettier" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Prettier</span></a>, etc.</p><p><a href="https://nolanlawson.com/2024/10/20/why-im-skeptical-of-rewriting-javascript-tools-in-faster-languages/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nolanlawson.com/2024/10/20/why</span><span class="invisible">-im-skeptical-of-rewriting-javascript-tools-in-faster-languages/</span></a></p><p><a href="https://mastodon.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.social/tags/webDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>webDev</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a></p>
Jason Miller 🦊⚛️<p>now powered by <span class="h-card" translate="no"><a href="https://m.webtoo.ls/@vite" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>vite</span></a></span> / <a href="https://mastodon.social/tags/vite" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vite</span></a> and <a href="https://mastodon.social/tags/oxlint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>oxlint</span></a></p>
Yuto Yoshino<p>PR was merged into oxc!<br>I have learned that the process of storing the properties needed for each role as a string was done at runtime, but that it can be done at compile time, which improves performance.<br>I would like to have the thought that necessary processing should be done at compile time!</p><p><a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/oxlint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>oxlint</span></a> <a href="https://mastodon.social/tags/oss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>oss</span></a></p><p><a href="https://github.com/oxc-project/oxc/pull/1881" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/oxc-project/oxc/pul</span><span class="invisible">l/1881</span></a></p>
Tommy<p>TIL of Oxlint, a JS linter (like <a href="https://hachyderm.io/tags/ESLint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESLint</span></a>) written in Rust. Looks like it’s got some really good diagnostics messages. High praises from Shopify in the general availability announcement: <a href="https://oxc-project.github.io/blog/2023-12-12-announcing-oxlint.html" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">oxc-project.github.io/blog/202</span><span class="invisible">3-12-12-announcing-oxlint.html</span></a></p><p><a href="https://hachyderm.io/tags/Oxlint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Oxlint</span></a> <a href="https://hachyderm.io/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a></p>