Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Goldie is a command line todo list with lots of progress bars. Progress is its middle name.
$ gem install goldie
Run it like this:
$ goldie
It will set up the database in a folder called .goldie in your $HOME. Then you can start adding todo items:
$ goldie add "take out the trash"
This adds an item with a default weight of 1. The weight of each item determines how much it affects your overall progress bar. It can be any integer. I like to set the weight to the number of minutes I think each task will take me.
$ goldie add "read chapter 5" 60
Then if I get that task half done, I can mark it as such:
$ goldie done 2 30
This marks task #2 as 30 minutes done, out of 60.
There are many more commands. Commands are simply Ruby methods. You can use the 'help' command to list them all, or read lib/goldie/commands.rb for details, for now.
FAQs
Unknown package
We found that goldie demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.