Mirror of
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

content: npmx post (#169)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

authored by

Felix Schneider
coderabbitai[bot]
and committed by
GitHub
f326b618 d3cab027

+50 -18
+1 -12
astro.config.mjs
··· 76 76 routeMiddleware: "./src/routeData.ts", 77 77 plugins: [ 78 78 starlightLinksValidator({ 79 - exclude: [ 80 - "/blog", 81 - "/blog/tags/*", 82 - "/blog/authors/*", 83 - "/de/blog/tags/*", 84 - "/de/blog/authors/*", 85 - "/fr/blog/tags/*", 86 - "/fr/blog/authors/*", 87 - ], 79 + exclude: ["/blog", "/blog/tags/*", "/blog/authors/*"], 88 80 errorOnRelativeLinks: false, 89 81 errorOnInvalidHashes: false, 90 82 }), ··· 170 162 rehypeAutolinkHeadings, 171 163 rehypeGitHubBadgeLinks, 172 164 ], 173 - }, 174 - redirects: { 175 - "/blog/starlight-vscode-snippets": "/blog/vscode-snippets", 176 165 }, 177 166 });
public/blog/npmx.jpg

This is a binary file and will not be displayed.

-1
src/content/docs/blog/diploma-thesis.mdx
··· 12 12 cover: 13 13 alt: A view of Europe illuminated at night from space, showcasing city lights and geographical features. 14 14 image: ../../../../public/blog/diploma-thesis.jpg 15 - featured: true 16 15 giscus: true 17 16 --- 18 17
+1 -1
src/content/docs/blog/earworms.mdx
··· 4 4 date: 2025-07-23 5 5 tags: 6 6 - Mindspace 7 - - Yapping 7 + - Yappin' 8 8 authors: 9 9 - trueberryless 10 10 cover:
-1
src/content/docs/blog/featuring/star-days.mdx
··· 12 12 alt: A plant featuring vibrant white and green leaves, showcasing a lush and healthy appearance. 13 13 image: ../../../../../public/blog/featuring/star-days.jpg 14 14 giscus: true 15 - featured: true 16 15 --- 17 16 18 17 :::note
+37
src/content/docs/blog/npmx.mdx
··· 1 + --- 2 + title: Rising community at tomorrow's horizon 3 + date: 2026-03-03 4 + description: This is my way of telling the story of a newly founded community. 5 + tags: 6 + - Mindspace 7 + - Collaboration 8 + authors: 9 + - trueberryless 10 + cover: 11 + alt: A close-up of a replica of Rodin's "The Thinker" statue, depicting a contemplative man resting his chin on his hand. 12 + image: ../../../../public/blog/npmx.jpg 13 + tableOfContents: false 14 + giscus: true 15 + --- 16 + 17 + Here I am. Thoughtfully sitting like the French sculptor Auguste Rodin imagined "The Thinker" (_Le Penseur_) in the late 19th century. Thinking about how to write a blog post which should express deepest gratitude, but unable to find the right words to do so. 18 + 19 + {/* excerpt */} 20 + 21 + Projects come and go. They develop; they move on. Sometimes they finish, but often they don't - especially personal or side projects. But they rarely evolve at light speed. They rarely explode. Nuke the entire ecosystem with their majesty. Rise like a superhuman. Unite. Shine. And inspire. Bring together what was thought far apart. Combining thoughts of hundreds through vision. Making the impossible possible. Sometimes I feel like I should have become a poet. Until I publish my content... and I realize that tools like [npmx](https://github.com/npmx-dev/npmx.dev) are the ink for my digital poetry. 22 + 23 + Poetry or not aside: I recently discovered a newly forming community of talented people, connected by the vision of creating a fast and modern browser for the npm registry. What sounds simple on paper - or should I say in the `README.md` - got features added more quickly than it takes Nutella to sell 1,000 jars of their hazelnut cocoa spread; worldwide — goes without saying. In the early days - before people needed vacation (if you know you know), the young project's main branch struggled to keep up with all the good stuff called "commits" in our world that came around every 37 minutes, 24/7. I wouldn't have been amazed if GitHub had spun up a dedicated Azure data centre just for our commitment. 24 + 25 + Now what actually is npmx? For those just discovering it, npmx is a lightning-fast, modern browser for the npm registry, reimagining how developers explore and discover packages. It doesn't host the package itself, it's just a way to interact with all the awesome npm packages you already love. The community plays a very important role, and we define the features we want to have ourselves. The project started with Daniel Roe asking people on Bluesky for what they wished npmjs.org had, without explaining the reason for his question. This way, a handful of useful features for maintainers and consumers like managing, comparing or even liking packages made their way from ideas to reality. It's really impressive what people can build together when they have a common belief, unbounded by possibilities, formed by imagination. 26 + 27 + While many faces were familiar, the sheer number of developers, designers, security and a11y experts, organisers, sponsors and all other professionals that I didn't even know existed before was just mind-blowing. ¡Ay! ¡Estoy abrumado! I am definitely proud of what we have already achieved. And I am looking forward to what we will achieve. As developers, but much more as a community. I am here to stay! 28 + 29 + Leave a comment or two, depending on how talkative you are 👋 30 + 31 + ## 🔗 Resources 32 + 33 + - [npmx.dev](https://npmx.dev) - The official npmx website 34 + - [Announcement Post](https://npmx.dev/blog/alpha-release) - Read the official alpha blog post 35 + - [Documentation](https://docs.npmx.dev) - Get started with npmx 36 + - [Discord Server](https://chat.npmx.dev) - Chat with the community 37 + - [Vacation](https://npmx.dev/recharging) - One-week break; Discord offline
+1 -1
src/content/docs/blog/spotify-vs-youtube-music-2025.mdx
··· 4 4 date: 2025-11-25 5 5 tags: 6 6 - Review 7 - - Yapping 7 + - Yappin' 8 8 authors: 9 9 - trueberryless 10 10 cover:
-1
src/content/docs/blog/true-tracker.mdx
··· 10 10 cover: 11 11 alt: An elegant pocket watch placed on a book, highlighting the contrast between the timepiece and the textured pages. 12 12 image: ../../../../public/blog/true-tracker.jpg 13 - featured: true 14 13 --- 15 14 16 15 The summer of 2024 marked the start of an exciting new chapter for me as a developer. Up until that point, I'd worked primarily with Angular, a framework I appreciated for its structured and opinionated approach. But I'd always been curious about React—it felt lighter, more flexible, and just… different. When I came across Next.js, a framework from [Vercel](https://github.com/vercel) built around React that offered features like server-side rendering and a focus on performance, I knew it was time to dive into something new.
+1 -1
src/content/docs/blog/writing-blogs-is-hard-and-easy.mdx
··· 5 5 tags: 6 6 - Mindspace 7 7 - Education 8 - - Yapping 8 + - Yappin' 9 9 authors: 10 10 - trueberryless 11 11 excerpt: <p>Talk a little bit about how one can become better (not master by any means, nobody is perfect) in writing a blog post. These are just my thoughts after two awesome guys from the <a href="https://astro.build/chat">Astro Community</a> (<a class="gh-badge" href="https://github.com/jdtjenkins"><img src="https://github.com/jdtjenkins.png" alt="jdtjenkins" />Jacob</a> and <a class="gh-badge" href="https://github.com/louisescher"><img src="https://github.com/louisescher.png" alt="louisescher" />Lou</a>) decided to write blogs about how hard and easy it is to write blog posts.</p><p>Please read their posts first as this is the follow-up on both of them:</p><ol><li><a href="https://jacobjenkins.codes/posts/why-is-writing-blogs-so-hard/">"Why is writing blog posts so hard?" - Jacob Jenkins</a></li><li><a href="https://lou.gg/blog/why-writing-blogs-isnt-hard">"Why Writing Blogs isn't hard" - Louis Escher</a></li><li><a href="/blog/writing-blogs-is-hard-and-easy/">"Some aspects of creating a blog are really easy, and some are extremely difficult!" - Felix Schneider</a></li></ol><p>After that you have successfully completed this awesome trilogy of blog posts about blog posts.</p>
+9
src/content/docs/credits.mdx
··· 306 306 usedOnUrl="/blog/tags/mindspace" 307 307 /> 308 308 <ImageCredit 309 + image="/public/blog/npmx.jpg" 310 + title='Brown Concrete Statue of Man replicating the pose "The Thinker" (Le Penseur) by the French sculptor Auguste Rodin' 311 + author="Tingey Injury Law Firm" 312 + authorUrl="https://unsplash.com/@tingeyinjurylawfirm" 313 + sourceUrl="https://unsplash.com/photos/brown-concrete-statue-of-man-9SKhDFnw4c4" 314 + usedOn="Rising community at tomorrow's horizon" 315 + usedOnUrl="/blog/npmx" 316 + /> 317 + <ImageCredit 309 318 image="/public/blog/starlight-customize-toc-overview-title.jpg" 310 319 title="Brown Pine Cone on Table" 311 320 author="Mahbod Akhzami"