Live data from Hacker News

Viewing profile — TheAlexLichter

TheAlexLichter

HN member
Joined
Fri, Oct 10, 2025, 2:08 PM UTC
HN karma
19
Public activity
34 items

About TheAlexLichter

No profile information was provided.

Recent public activity

  1. comment
    Comment #48802329

    That did happen! https://github.com/oxc-project/oxc-css-parser/issues/92#issu...

  2. comment
    Comment #48760356

    I am using Vite+ for CLIs as well, yes. You don't use Vite as dev server then but lint, format, task running and caching is still there!

  3. story
  4. comment
    Comment #48412611

    Not really. The claim is that nothing will change regarding the OSS projects.

  5. comment
    Comment #48398830

    Vite is a multi stakeholder team. How would that happen?

  6. comment
    Comment #48398758

    IMO perfect for Vue (and similar for Vite). All the talented folks working together.

  7. comment
    Comment #48398745

    Just use Vite Plus (viteplus.dev)

  8. comment
    Comment #48398740

    1) The blog post mentions "acquisition" multiple times. 2) VoidZero joins Cloudflare is still correct. Nobody forced anyone to accept a deal and do so

  9. story
  10. story
  11. comment
    Comment #47163271

    Vite 8 is in beta, so you can try it out already. See https://voidzero.dev/posts/announcing-vite-8-beta Rolldown is in RC, meaning no more breaking changes (except for experimental…

  12. comment
    Comment #47122201

    There will be more

  13. comment
    Comment #47122181

    I personally met a lot of folks who care about both quite a bit. But to be fair, besides the usual patterns like tree-shaking and DCE, "runtime performance" is really tricky to mea…

  14. comment
    Comment #47119410

    For a couple of reasons: * You need have a clean architecture, so starting "almost from scratch" * Knowledge about performance (for Rust and for build tools in general) is necessar…

  15. comment
    Comment #47072900

    Love that fact that you don't need anything ts-node/tsx like if you have erasable syntax only. Other than that, there is https://github.com/oxc-project/oxc-node too.

  16. comment
    Comment #47072897

    As said in another comment: Curious to see what you are coming up! Talk is cheap

  17. comment
    Comment #47072891

    > That still leaves you admitting that only a small fraction of the served community can really contribute. Not really (see above). > You'll need to keep all the best benefits of y…

  18. comment
    Comment #47071223

    That is correct, every rule with a custom parser (e.g. vue/svelte/astro tempaltes) and also type-aware rules can't be used as JS plugin. Type-aware rule are indeed not marked as st…

  19. comment
    Comment #47071007

    Not really.

  20. comment
    Comment #47071003

    1) This is not what I said, no 2) With AI, languages and syntax matters even less nowadays. 3) There have been a good amount of contributors (e.g. for Oxc) that came out the JS wor…

  21. comment
    Comment #47068148

    Yeah, no. Real human here. Oxlint does support core rules out of the box but has support for JS plugins[0] as mentioned. If you don't rely on a custom parser (so svelte or vue comp…

  22. comment
    Comment #47067303

    The good part is that the new tools do replace the old ones, while being compatible. The pattern is: * Rolldown is compatible to Rollup's API and can use most Rollup plugins * Oxli…

  23. comment
    Comment #46565002

    Mentioning SWC and ESBuild but missing Rolldown ( https://rolldown.rs/ ) here seems like a miss.

  24. story
  25. story