mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

17K
active users

@arendjr Wish (if you have time!)—a feed for your blog: RSS, Atom or JSON Feed. JSON Feed is really simple: jsonfeed.org/

www.jsonfeed.orgJSON Feed

@arendjr at the same time, when reading joshuakgoldberg.com/blog/rust- which you linked to, I felt that it might be better to keep the complexity down by concentrating on your thing? I think it's fine to have one fast linter and then a second slower one, working in the background? Specifically because of the challenge you brought up that, that the goal keeps moving away from you. Maybe their 70% way solves that though. Interesting to follow.

www.joshuakgoldberg.comRust-Based JavaScript Linters: Fast, But No Typed Linting Right Now | GoldblogExplaining why the speed gains from Rust linters aren't comparable to the full feature set of typescript-eslint.

@marlun yeah, using two linters is definitely also an option and some like it that way. But others consider it a no-go, so we’re trying to branch out. Biome’s philosophy has always been that it’s a single tool that covers many needs for web developers, so I think this one fits :)

@arendjr yes, there’s definitely pros in having some parts in a single tool. We had problems recently where prettier and eslint didn’t agree (after an update) on parts of the code base which required configuration to make everything pass. Those kinds of problems shouldn’t happen if it’s all one tool I guess 😊

@marlun @arendjr Precisely, that’s very much part of the motivation for going down this road. Another part of it is the ability to offer better performance.