
Security News
Inside Lodash’s Security Reset and Maintenance Reboot
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.
Yet another NIH static website framework.
The idea is to have a single website for ALL my stuff: blogs, projects, talks, random notes, etc.
For a long time, I've wanted to have simple project pages for my open source projects integrated into my website/blog. The easiest way to do this would be to write proper README.md files in the Git repositories and have them rendered and included in my website. This way, both my website and the repositories would serve as proper documentation endpoints, with all data synchronized.
However, implementing such advanced features that require API interaction is not trivial in blogc. Or maybe I'm getting too old to implement parsers/renderers in C—who knows? In the end, it was easier to slowly implement what I wanted in Go over the past few months. Also, the standard Go text/template library makes it easy to handle a variety of post/page formats from the same base templates, which is something I'll likely need.
The code is somewhat generic (writing code that way is just stronger than me), but that's it: there's no documentation or usage examples, and my content repository is private. This program is open source, but if you decide to use it, you're on your own. There are some quite interesting code snippets in this codebase, though. Make sure to take a look if you like Go :-).
textbundle and textpack support.This software will never receive an official release, but it uses the default version string generated by the Go compiler during the build process. Example: v0.0.0-20241101101234-a1b2c3d4e5f6.
This code is released under a BSD 3-Clause License.
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.

Security News
n8n led JavaScript Rising Stars 2025 by a wide margin, with workflow platforms seeing the largest growth across categories.

Security News
The U.S. government is rolling back software supply chain mandates, shifting from mandatory SBOMs and attestations to a risk-based approach.