Lees tip -> NVM: "Uitponden vergroot kloof onder starters" | NVM: uitponden vergroot koopaanbod, maar vergroot tegelijk de ongelijkheid onder starters op de woningmarkt. | #huizenprijzen #huurmarkt #huurwoningen #koopwoningen #NVM #starters #uitponden #woningmarkt #woningnood |

https://hbpmedia.nl/nvm-uitponden-vergroot-kloof-onder-starters/

#deno vs #bun

what's the chat folks

will either solve my woes?

#npm #pnpm #nvm

Learn how to manage multiple Node.js versions on macOS using NVM. This guide covers installation, switching between versions, best practices, and production considerations for consistent development workflows.

#Node.js #NVM #macOS #version management #development workflow

https://dasroot.net/posts/2026/02/use-multiple-node-versions-nvm-macos/

How To Use Multiple Node Versions With NVM On MacOS

Learn how to manage multiple Node.js versions on macOS using NVM. This guide covers installation, switching between versions, best practices, and production considerations for consistent development workflows.

Technical news about AI, coding and all

中国NVMチップ大手「聚辰半導体」、香港重複上場へ AI・車載向けメモリ需要を追い風に

https://fed.brid.gy/r/https://36kr.jp/457398/

Updating npm via nvm while keeping your global packages

💡 --reinstall-packages-from=default

Don't forget to update Node and your global packages regularly!

How are you doing this? Using topgrade?
Are there smart ways to automate it?

https://github.com/topgrade-rs/topgrade

#npm #nvm #topgrade

Der Vertrag ist unterzeichnet – das Kombiticket für den #Katholikentag steht fest! 🚍🚆
Die guten Nachrichten bedeuten für euch:

🎟 Sowohl Dauer- als auch Tageskarten des Katholikentags beinhalten #Tickets für alle #Busse, #Straßenbahnen & #Bahnen im gesamten NVM-Gebiet* (außer Fernverkehr)

📅Gültig vom 13.–17. Mai 2026 (bzw. bei Tageskarten am jeweiligen Gültigkeitstag)

📍 Das #NVM-Gebiet umfasst:
Städte: #Würzburg & #Schweinfurt
Landkreise: #Bad Kissingen, #Haßberge, #Kitzingen, #Main-Spessart, #Rhön-Grabfeld, #Schweinfurt, #Würzburg & und in Teilen des Landkreises #Neustadt a.d. Aisch-Bad Windsheim

Mit dem Ticket könnt ihr also bequem überall hinkommen und den Katholikentag voll genießen! Toll, oder? ✨

Wir danken #NVM, dass wir diese großartige, umweltfreundliche Vereinbarung treffen konnten!

*Nahverkehr Mainfranken
#katholikentag2026 #würzburg #kombiticket #nvm

More Than a Game: On Joining the British Games Institute

Last week, I was formally onboarded as a new trustee of the British Games Institute (BGI), the incredible organisation that runs the National Videogames Museum. After taking part in my first board meeting, I’ve been reflecting on why this work is so important – and why it cuts to the very heart of the challenges and opportunities facing our entire industry.

For years, we’ve all heard the same statistics. We know the games industry is commercially massive, dwarfing film and music combined. We are, by any financial metric, a spectacular success story.

But for all our commercial confidence, we have been shamefully quiet when it comes to our cultural confidence. As an industry, we are incredibly adept at talking about what we make and how much it sells for, but we are often silent, or even dismissive, on the subject of why it matters.

We lack cultural leadership. We have very few public-facing institutions that look beyond that huge financial bottom line and champion the deeper, transformative potential of play.

The Role of The British Games Institute

This is precisely why the BGI and the National Videogames Museum are so vital. They are one of the very few organisations in the UK dedicated to preserving, cataloguing, and interrogating games as a cultural form. They are the epitome of the ‘More Than Games’ philosophy – a permanent, physical declaration that games are more than just ‘digital toys’ suitable only for children, or financially lucrative products; they are artistic expressions, social platforms, and powerful tools for learning and connection.

In an industry defined by rapid technological change and relentless forward momentum, we need an institution that has the mandate to look back, to hold onto our history, and to ask critical questions about our impact.

But for me, this new role isn’t just about preservation. That work is essential, but it is the foundation, not the final structure. The true opportunity is to help build upon that foundation. It’s about looking beyond just cataloguing the past and helping to position Britain as a global leader in thinking about games differently.

This is a platform to champion the role of games in our wider cultural and social life. It’s about moving from simply preserving our history to actively using our medium’s power to shape the future – in education, in healthcare, in public policy, and in our national discourse.

I am incredibly proud and excited to join the BGI board and to contribute to this mission. It is work that aligns perfectly with everything we are trying to build here in Scotland – a mature, confident, and culturally-aware games ecosystem that understands its own value far beyond the balance sheet.

#bgi #britishGamesInstitute #games #nationalVideogameMuseum #nvm #sheffield #uk

Last week, I had the pleasure of working with Children’s Capital of Culture in Rotherham for an amazing project — the 8-Bit Jam!

We introduced children to the magic of making music using vintage 8-bit video game machines, transforming classic technology into creative musical instruments. It was inspiring to see how curiosity and play can come together to create something truly unique.

A huge thank you to Rotherham and the entire team for letting me be part of this incredible initiative! 💡✨

#ccoc #childrenscapitalofculture #ccocfestivalyear #nationalvideogamemuseum #nvm #pluginandplay #PIAP #pluginandplay2025 #rotherham #rotherhamgames #rotherhamgaming #8bitjam #retrogaming #commodore64 #vintagecomputing

Por qué usar nvm para configurar un entorno de desarrollo y ejecución Node.js en Linux Debian

En Linux Debian, no se pueden instalar paquetes con npm globalmente en el sistema (npm install -g) sin usar sudo. Es una medida de seguridad necesaria que puede provocar problemas de permisos para usuarios sin permisos sudo cuando algún paquete se instala globalmente usando sudo, o que implica tener que instalar cada paquete como dependencia de cada repositorio. Esto puede tener sentido con dependencias del proyecto que se está desarrollando, pero no tanto con paquetes del entorno de desarrollo que se usan en todos los proyectos (linters, revisores de código, typescript...). Esto se soluciona usando nvm que permite crear un entorno Node.js específico para cada usuario del sistema, de manera que los paquetes instalados globalmente son globales para el usuario que los instala. nvm se puede instalar sin usar sudo, así que un usuario no necesita contactar al administrador del sistema.

https://voragine.net/weblogs/nvm-entorno-desarrollo-ejecucion-nodejs-npm-linux-debian

Por qué usar nvm para configurar un entorno de desarrollo y ejecución Node.js en Linux Debian

En Linux Debian, no se pueden instalar paquetes con npm globalmente en el sistema (npm install -g) sin usar sudo. Es una medida de seguridad necesaria que puede provocar problemas de permisos para usuarios sin permisos sudo cuando algún paquete se instala globalmente usando sudo, o que implica t