home.social

#nvm — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nvm, aggregated by home.social.

  1. 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 |

    hbpmedia.nl/nvm-uitponden-verg

  2. 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

  3. 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

  4. People joke about installing Python environments (xkcd.com/1987/), but I'm looking at #Typescript and... am I misunderstanding, but `sudo apt install npm` (on #Ubuntu2204) gives me a #node version (12.22) that isn't compatible with installing the typescript package (EBADENGINE required: node >=14.17). So I should install latest node using #nvm, which installs via curl of a script which git clones its own repo to my ~/.npm, does this sounds right so far? #newb #seekingAdvice

  5. People joke about installing Python environments (xkcd.com/1987/), but I'm looking at and... am I misunderstanding, but `sudo apt install npm` (on ) gives me a version (12.22) that isn't compatible with installing the typescript package (EBADENGINE required: node >=14.17). So I should install latest node using , which installs via curl of a script which git clones its own repo to my ~/.npm, does this sounds right so far?

  6. People joke about installing Python environments (xkcd.com/1987/), but I'm looking at #Typescript and... am I misunderstanding, but `sudo apt install npm` (on #Ubuntu2204) gives me a #node version (12.22) that isn't compatible with installing the typescript package (EBADENGINE required: node >=14.17). So I should install latest node using #nvm, which installs via curl of a script which git clones its own repo to my ~/.npm, does this sounds right so far? #newb #seekingAdvice

  7. People joke about installing Python environments (xkcd.com/1987/), but I'm looking at #Typescript and... am I misunderstanding, but `sudo apt install npm` (on #Ubuntu2204) gives me a #node version (12.22) that isn't compatible with installing the typescript package (EBADENGINE required: node >=14.17). So I should install latest node using #nvm, which installs via curl of a script which git clones its own repo to my ~/.npm, does this sounds right so far? #newb #seekingAdvice

  8. People joke about installing Python environments (xkcd.com/1987/), but I'm looking at #Typescript and... am I misunderstanding, but `sudo apt install npm` (on #Ubuntu2204) gives me a #node version (12.22) that isn't compatible with installing the typescript package (EBADENGINE required: node >=14.17). So I should install latest node using #nvm, which installs via curl of a script which git clones its own repo to my ~/.npm, does this sounds right so far? #newb #seekingAdvice

  9. After programming a good 2 months in #python finally found the tool #poetry which is quite similar to how #nodejs bundles libraries into a directory either locally or globally in the cache directory.

    I have tried the other tools from #pyenv to #venv and/or #virtualenv. Where I thought they were used to deal with library dependency management only to realize that they are more like #nvm.

    I did use #conda for some time, though preferred a python only solution. I do realize that poetry won't resolve all issues and might need to look into to containerization later on, though for the time period it looks like a good solution.