Live data from Hacker News

Viewing profile — pablopang

pablopang

HN member
Joined
Fri, Dec 02, 2022, 6:15 AM UTC
HN karma
32
Public activity
15 items

About pablopang

No profile information was provided.

Recent public activity

  1. comment
    Comment #47349196

    I'm tired of everybody claiming MCP is dead... I put my thoughts in words here!

  2. story
  3. story
    Show HN: MCP-add` a CLI to add your MCP server to various clients with ease

    I got tired of figuring out how to add an MCP server over and over to various clients...so I've built mcp-add. A CLI that knows the right questions to ask and where to put the info…

  4. comment
    Comment #45482076

    Yesterday, we released the official MCP server for Svelte! You can use the local version using the command `npx -y @sveltejs/mcp` or use the remote version with ` https://mcp.svelt…

  5. story
  6. comment
    Comment #44905823

    I'm using a free model on oper router, and I'm hosting on my VPN using coolify, storing every article directly on file with SQLite so not much really

  7. story
    Show HN: The Blog of Alexandria

    Presenting to you my latest fatigue: The blog of Alexandria! It's a blog that has more blog posts that you can ever imagine because if you go to a route and it doesn't exists it us…

  8. comment
    Comment #43304394

    You know, on Saturday I generally spend my day with my family rather than answering snarky comments. But since I have some time now let's get down to the answer: > Runes Only Work …

  9. comment
    Comment #43299122

    All the points in the gist are basically wrong...I will comment after point to point as soon as I'm back at the desk

  10. comment
    Comment #38231183

    Finally an "image" component!!!

  11. comment
    Comment #37659485

    View transition api is a new set of api that allows you to animate between routes. This library aim to make this as simple as possible without loosing much in flexibility!

  12. story
  13. comment
    Comment #35517693

    ANNOUNCING It's finally time to announce what Antonio Sarcevic and me were up to for the SvelteSociety Hackaton. Introducing SvelteLab: a supercharged svelte REPL, built with stack…

  14. story
  15. comment
    Comment #33827447

    Because writing code declaratively it's much more readable than imperatively. {name} clearly state that you want name inside h1, it's colocated and faster to write than const h1=do…