
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Oldness is a library and shell command that places the age of a published work on a semi-arbitrary five-star scale.
gem install oldness
require 'oldness'
$ oldness list
animation
comic
film
history
literature
novel
philosophy
rpg
scifi
videogame
$ oldness rate comic 1987-10
****
$ oldness ranges movie
*****: 1894-02-05..1972-09-14
**** : 1972-09-14..1998-11-27
*** : 1998-11-27..2007-08-22
** : 2007-08-22..2010-07-21
* : 2010-07-21..2012-01-04
$ oldness first philosophy
Tale of Genji (1010), by Murasaki Shikibu
Declaring the existence of a medium is easy; you don't need a national reputation as a culture critic or scholar.
class Rubies < Medium
began Date.new(1979)
end
Although of course it would be better if you could point to a particular work that you saw as kicking things off.
class RockNRoll < Medium
began Date.new(1944), :with => "Strange Things Happen Every Day", :by => "Sister Rosetta Tharpe"
end
Mediums know how to rate by date.
Rubies.rate(Date.new(2010, 8, 29)) # => 3
Rubies.rate("2012-1-4") # => 1
They also know what dates fall under what ratings.
Rubies.ranges[5] #=> #<Date: 1979-01-01>..#<Date: 2001-01-02>
And, if you've told them, they remember their roots.
RockNRoll.first.title #=> "Strange Things Happen Every Day"
Rubies.first.by #=> "Unknown"
Just a reminder: mediums are timeless, so they never need to be instantiated.
FAQs
Unknown package
We found that oldness 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
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.