CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
23.24k stars 2.82k forks source link

Snowflake ID extractor #1210

Open antegral opened 4 months ago

antegral commented 4 months ago

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

The machine ID, machine sequence number, and timestamp (if the epoch is known) can be extracted using the extraction process. (https://en.wikipedia.org/wiki/Snowflake_ID#Format)

Is their example of this tool in the wild?

Discord actually uses Snowflake ID as a chat identifier, and it's also used in places like X (Twitter).

Additional context

No response

Validations