Nestor Vera
nestor.rip
Nestor Vera
@nestor.rip
design engineer

🏷️ aka @hack_nug
🌐 www.nestor.rip
⚠️ looking for new contract/freelance opportunities
maybe non-deterministic results will fix windows search?

wait a minute… 🤔
October 16, 2025 at 10:12 PM
Reposted by Nestor Vera
"Let's hear it for the UN of Javascript!

Vite: The Documentary is finally here.

If you missed the premiere, it's OK!!! Here's the link so you can watch it again, and again and again.

youtu.be/bmWQqAKLgT4 "
Vite: The Documentary
YouTube video by CultRepo
youtu.be
October 9, 2025 at 8:35 PM
Reposted by Nestor Vera
If you, like me, are worried about surveillance, get involved in hacker, local-first, and decentralization communities.

A good system is built by a community, not by a single dictator.
October 10, 2025 at 1:08 PM
how to tell you might be working with cool folks: everyone calls twitter, twitter
October 9, 2025 at 11:48 PM
does it spin up agents or whatever we have today and put them to work on that stuff so i can megabonk or play roundnet?
Day one of @viteconf.org is almost over. There were so many great talks that I'm still processing so far, but I'm super excited about @rich-harris.dev's advancements in To-do list technology (surprise, it's actually Remote Functions for @svelte.dev!)
October 9, 2025 at 11:40 PM
we made it 🥹
¡Es una gran victòria!
Hemos vuelto a derrotar a #chatcontrol

Patrick Breyer anuncia que la ciudadanía europea lo ha vuelto a conseguír.

Ninguna duda de que intentarán resucitar este engendro.
October 7, 2025 at 6:58 PM
time to update the unreleased redesign of my portfolio
Anime.js 4.2.0 is out!

🧩 All modules can now be imported individually with subpaths
🎨 CSS variable values support
🏹 Simpler spring API with bounce & duration params
📈 More WAAPI built-in easing functions
🎛️ And an easing editor (animejs.com/easing-editor/)!

Plus tons of fixes and improvements!
October 2, 2025 at 5:02 PM
Reposted by Nestor Vera
I realized I’ve been sort of mourning the internet lately. It’s odd. This ‘place’ that used to contain a wealth of actually valuable information, and introduced me to many people I now call friends, and which paved the way for my career, has almost completely rotted away. It’s not coming back.
Do you ever think about the fact that Wikipedia is the last good major website on the internet? You aren't bombarded with ads. It doesn't try to push video on you, and it doesn't redirect you to a scam site.
October 2, 2025 at 5:48 AM
Reposted by Nestor Vera
JS pro tip: Add { cause } to errors. Makes debugging and inspection way easier 🔍

developer.mozilla.org/en-US/docs/W...
October 1, 2025 at 10:38 AM
eurkey is a cool keyboard layout that aims to give you access to the characters required to write most european languages: eurkey.steffen.bruentjen.eu/layout.html
EurKEY - The European Keyboard Layout
EurKEY - the European keyboard layout
eurkey.steffen.bruentjen.eu
October 1, 2025 at 10:18 AM
Reposted by Nestor Vera
Fuck guilt by association. The projects Vercel sponsors did nothing to provoke this response.

Go off at Rauch personally by all means, but don’t engage in collective punishment.
September 29, 2025 at 11:13 PM
Reposted by Nestor Vera
no longer sure i interpreted the "ui as pure function of the state" screed correctly.
September 29, 2025 at 9:18 PM
Reposted by Nestor Vera
I manually added tangled.org support in the next version and deployed @danabra.mov 's blog, because why not tangled.org/@danabra.mov...
timeline · tangled
tightly-knit social coding
tangled.org
September 30, 2025 at 10:30 AM
this is huge
September 25, 2025 at 5:53 PM
anyone knows what’s the deal with @bitterbrains.com ? they still own the domain but we now have a cold noodle influencer using their bluesky username? //cc @vueschool.io @certificates.dev @masteringnuxt.com @masteringpinia.com @frontendnation.com @vuejsforge.com @nuxtnation.com @vuejsnation.com
September 23, 2025 at 3:27 PM
Reposted by Nestor Vera
🙋 have you ever _wanted_ to deploy a @nuxt.com site to some provider bc of their features/dx/price but decided not to because of a limitation in nuxt?

(would love to know even minor nitpicks or frictions)
September 22, 2025 at 4:51 PM
Reposted by Nestor Vera
Hello there! 👋

I’m looking for my next role in software engineering.

I’d love to make an impact on developer experience, where my open-source and Nuxt team member experience can really make a difference.

Open to frontend, backend, tooling or DX roles, remote or near Paris !
September 22, 2025 at 5:56 PM
Reposted by Nestor Vera
Running untrusted code even in containers could be unsafe when they have network access with ability to send out env and tokens.

This looks like a really promising and composable solution!!
Some notes on httpjail - a really interesting new sandboxing proxy that lets you run a process (on macOS or Linux or in Docker) with strict restrictions on what outbound HTTP requests it can make, specified as JavaScript rules or a shell script simonwillison.net/2025/Sep/19/...
httpjail
Here's a promising new (experimental) project in the sandboxing space from Ammar Bandukwala at Coder. httpjail provides a Rust CLI tool for running an individual process against a custom configured …
simonwillison.net
September 20, 2025 at 8:12 AM
Reposted by Nestor Vera
🚀 Nitro v3 routing is fully compiled now!

✅ Smaller bundles
⚡ Faster performance
🛠️ More flexibility (extendable route rules)

No runtime router — just minimal compiled logic.

More to come 👀

github.com/nitrojs/nitr...
September 18, 2025 at 8:17 AM
Reposted by Nestor Vera
Been working with @pi0.io on a great DX for the upcoming v3 of @nitro.build

Stay tuned ⚡︎
September 19, 2025 at 7:51 AM
Reposted by Nestor Vera
trusted publishing is fantastic for ensuring that the state of a @github.com repo maps to a public package

... but maintainers are still vulnerable to phishing, allowing bypassing it

so: this action fails ci when upgrading to a 'non-provenanced' package
in light of the current supply chain attacks, I've just published a @github.com action to detect packages that _lose_ their provenance.

📦 supports pnpm-lock.yaml, package-lock.json, yarn.lock (v1)
🎨 inline GitHub annotations
✅ JSON output + configurable
💪 published in TS with zero deps
GitHub - danielroe/provenance-action: GitHub Action that detects dependency provenance downgrades from lockfile changes (npm/pnpm/yarn).
GitHub Action that detects dependency provenance downgrades from lockfile changes (npm/pnpm/yarn). - danielroe/provenance-action
github.com
September 16, 2025 at 12:25 PM
gotta catch em all i guess? 🤔
September 16, 2025 at 11:10 AM
burning disks for backups like its the early 2000's
September 16, 2025 at 10:43 AM
this has to be my most visited blog post ever www.viget.com/articles/equ...
Equating Color and Transparency | Viget
Viget is a full-service interactive agency that helps plan, design, build, and measure successful websites and digital products.
www.viget.com
September 15, 2025 at 12:42 AM
can’t believe this is actually happening. my prediction from switch announcement day is finally coming true. the vision for what the switch was supposed to be is now complete 🥲
🚨 NINTENDO IS RELEASING A SWITCH-COMPATIBLE VIRTUAL BOY 🚨
September 12, 2025 at 2:36 PM