
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
github.com/alankritjoshi/advent-of-code
NOTE: install instructions are for macOS using Homebrew. Use your package manager of choice.
brew install bash httpie gum
brew install go python pyenv poetry
go mod download
pyenv install
pip install poetry
poetry install
brew install zellij
NOTE: year, day, lang & txt are optional. If not set, the year=<current>, day=1, lang=go and txt=input.txt are used. e.g.,
make run year=2023 day=2 lang=py txt=sample.txt
Setup cookie, input, and template.
make setup
Setup and then open corresponding setup in Zellij.
make setupz
make cookie
Download the input to year/day/txt.
make input
Copy the template for lang (go
or py
) to year/day/main.lang.
make template
make run
make hot
If using Zellij, edit and run the code with one of the layouts corresponding to the lang.
make z
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
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.