Live data from Hacker News

Viewing profile — benmccann

benmccann

HN member
Joined
Wed, Aug 18, 2010, 1:39 AM UTC
HN karma
1,312
Public activity
415 items

About benmccann

No profile information was provided.

Recent public activity

  1. comment
    Comment #46175194

    I used Gemini to compare the minimized output of the Rollup vs Rolldown JavaScript bundlers to find locations where the latter was not yet at the same degree of optimization. It wa…

  2. comment
  3. comment
    Comment #46036537

    Hundreds of people had access to publish the Zapier SDK, so it's little surprise they were eventually compromised! ( https://bsky.app/profile/benmccann.com/post/3m6fdecsbdk2u ) The…

  4. comment
    Comment #45261809

    Yes, eslint is particularly frustrating: https://npmgraph.js.org/?q=eslint There are plenty of people in the community who would help reduce the number of dependencies, but it real…

  5. comment
    Comment #45107186

    The number 3, 4, and 5 contributors to SvelteKit in the past year work at Vercel: https://github.com/sveltejs/kit/graphs/contributors?from=8%2... Rich and Simon are incredibly impo…

  6. comment
    Comment #45102981

    Only 3/40 Svelte maintainers work at Vercel and they mainly finance work on Svelte core. SvelteKit day-to-day is primarily maintained by folks outside Vercel

  7. comment
    Comment #44957010

    Wouldn't vouch proxy only work with self hosted apps? How would you use it with a SaaS app?

  8. comment
    Comment #44381054

    What is the plastic.love you're referring to? That domain doesn't resolve for me. Do you mean PlasticList?

  9. comment
    Comment #44151695

    It's neither true that Svelte has few users or that we can easily break things. Tons of sites are built with Svelte like Yahoo Finance and Apple Music. Svelte 5 was the only big ch…

  10. comment
    Comment #44064240

    The updated knowledge cutoff is helping with new technologies such as Svelte 5.

  11. comment
    Comment #44034154

    NextAuth certainly needs some competition. However, I wish better-auth didn't have so many dependencies. I feel like it shouldn't be necessary to depend on things like kysley and T…

  12. comment
    Comment #43127902

    Check out https://www.perceptive.io/

  13. comment
    Comment #42874804

    I believe the reason for that was to enable event forwarding, which was a highly requested feature and makes a lot of things easier.

  14. comment
    Comment #42874793

    The docs for single page apps live at https://svelte.dev/docs/kit/single-page-apps By default, SvelteKit does SSR for the first page and client-side routing thereafter. This is ful…

  15. comment
    Comment #42874724

    You should only access credentials in `.server` files. We have a built-in feature that checks that you only access credentials in `.server` files to try to prevent newcomers from a…

  16. comment
    Comment #42871164

    Actually, I forgot that this landed as an official part of the docs now: https://svelte.dev/docs/llms It might still be a bit big, but PRs welcome if folks want to try slimming it …

  17. comment
    Comment #42863578

    I haven't used Claude much personally, but have seen https://svelte-llm.khromov.se/ built to help on that front, do you might want to check it out.

  18. comment
    Comment #42863531

    Vite does statically replace the `browser` variable with `true` or `false` based on whether you're on the client or server, but this shouldn't affect the correctness of your code. …

  19. comment
    Comment #42863438

    Files with `.server` in the name run only on the server. The remaining files run on the client and server. This is mentioned in the introduction on https://svelte.dev/docs/kit/rout…

  20. comment
    Comment #42863362

    Snippets are far more powerful than slots and so the change is not merely cosmetic. Snippets give you a way to create reusable HTML fragments within a component.

  21. comment
    Comment #42863322

    The v3/v4 docs can be found at https://v4.svelte.dev/ There is a migration guide as well as a migration tool that will migrate most of your code for you. You can also see what an i…

  22. comment
    Comment #42289093

    Svelte is doing its own Advent of Code challenge with a twist this year. Instead of challenging users, the maintainers will be challenging themselves to launch one feature a day. T…

  23. comment
    Comment #42096459

    JAWSM might be a more unique alternative if you're looking for any. Anyway, it's a cool project. Thanks for sharing!

  24. story
  25. comment
    Comment #41891788

    shadcn-svelte is great!! https://www.skeleton.dev/ and https://flowbite-svelte.com/ are another couple of popular ones. There's a big list at https://www.sveltesociety.dev/packages…