Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pablopang
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
MCP is not dead Let me explain
(ricciuti.me)
2 points
by
pablopang
6mo ago
|
2 comments
2.
▲
by
pablopang
6mo ago
I'm tired of everybody claiming MCP is dead... I put my thoughts in words here!
3.
▲
Show HN: MCP-add` a CLI to add your MCP server to various clients with ease
(github.com)
1 points
by
pablopang
8mo ago
|
0 comments
4.
▲
The Official Svelte MCP server is here
(svelte.dev)
4 points
by
pablopang
1y ago
|
1 comments
5.
▲
by
pablopang
1y ago
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.svelte.dev/mcp `) It provides tools and resou
6.
▲
by
pablopang
1y ago
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.
▲
Show HN: The Blog of Alexandria
(the-blog-of-alexandria.ricciuti.app)
4 points
by
pablopang
1y ago
|
2 comments
8.
▲
by
pablopang
2y ago
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 in Svelte Components or .svelte.ts Files Yes and thi
9.
▲
by
pablopang
2y ago
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.
▲
by
pablopang
3y ago
Finally an "image" component!!!
11.
▲
SvelteKit-view-transition view transition API made easy for SvelteKit
(github.com)
1 points
by
pablopang
3y ago
|
1 comments
12.
▲
by
pablopang
3y ago
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!
13.
▲
https://sveltelab.dev the supercharged Svelte REPL
(sveltelab.dev)
4 points
by
pablopang
3y ago
|
1 comments
14.
▲
by
pablopang
3y ago
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 stackblitz webcontainers and hosted on vercel with SvelteKit
15.
▲
by
pablopang
4y ago
Because writing code declaratively it's much more readable than imperatively. <h1>{name}</h1> clearly state that you want name inside h1, it's colocated and faster to write than const h1=document.querySelector(&qu