Viewing profile — pablopang
pablopang
HN member- Joined
- Fri, Dec 02, 2022, 6:15 AM UTC
- HN karma
- 32
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About pablopang
No profile information was provided.
Recent public activity
-
comment
Comment #47349196
I'm tired of everybody claiming MCP is dead... I put my thoughts in words here!
- story
-
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…
-
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…
- story
-
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
-
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…
-
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 …
-
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
-
comment
Comment #38231183
Finally an "image" component!!!
-
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!
- story
-
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…
- story
-
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…