npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

endtime

v0.0.0-0

Published

Time as a Countdown to the End of Biological Life on Earth

Downloads

21

Readme

Contents

Considerations

In machinetime we use the Unix time.

In many other time systems we arbitrarily consider a point 0 and start counting from there. However, zooming to the solar system scale, we observe that time is not a mere forward passage into an endless continuity, but it is in fact a countdown.

The end times, which almost all religions reflected upon in a non-data fundamented manner, will come actually with the future transformations of the Sun and of the Earth.

Shortly put: the Sun will probably engulf the Earth somewhere after the next 7 billion years. However, the Earth, Terra, will certainly become uninhabitable in about 1 billion years. Therefore, the endtime is a measurement of 1 billion years starting from 10 October 2020 (arbitrarily picked point for it's mathematical appeal, 00:00 10 10 2020), that means that on 00:00 10 October 2020 the endtime will be 3,15581497635456 * 10^16, or extended 31,558,149,763,545,600, or verbalized, about 31,6 quadrillion seconds until the endtime. The next timeplace after this will be 31,558,149,763,545,599 and so on, further closing to endtime 0, 1 billion years from 10 October 2020.

An endtime Earth year is considered as a sidereal year of 365.256363004 days, or 365 days, 6 hours, 9 minutes, 9.76 seconds.

There are, of course, even more, further along endtimes, such as the endtime of the Galaxy, or even of the Universe, however, for now, it is best to think of what is in the 'near' future, the next 1 billion years.

Implementations

endtime is implemented for:

Install

In order to install the endtime package run

npm install endtime

or

yarn add endtime

Usage

import {
    Endtime,
} from 'endtime';


// `now` is a `bigint`
const now = Endtime.now();