Making open source and free tools.

nPhoneKIT

Android toolkit — transparent, scriptable, and open. FRP tools + helpers.

PrivacyStats

A simple app — get a privacy score for your Android device.

nGPT

Browser/Flask LLM helper for device control experiments.

Over 0 people use tools built by NlckySolutions™.

Over 0 phones unlocked for their rightful owners by nPhoneKIT.

Over 0 minutes spent coding for NlckySolutions™.

Over 0 minutes spent researching for NlckySolutions™.

Import the NlckySolutions OpenPGP Key (Linux Only)

curl -s https://nlckysolutions.org/keys/nlckysolutions.asc | gpg --import

Then, you can verify authenticity of code, apps, or other files with:

gpg --verify file.asc

Which should return SIGNATURE GOOD: NlckySolutions - contact@nlckysolutions.org

You time travel when you drive in a car.

\[ \text{Let } t = \text{Amount time travelled into the future in seconds (versus someone standing still)} \] \[ \text{Let } V = \text{Average miles-per-hour speed} \] \[ \text{Let } M = \text{Amount of time spent driving in minutes} \] \[ \text{Let } c = \text{Speed of light ( 299792458 m/s )} \] \[ t = 60M\left(1 - \frac{1}{\sqrt{1 - \left( \frac{0.44704V}{c} \right)^2 }}\right) \]

Example:

Road trip for 60 minutes at 60 miles per hour.

\[ t = 60(60)\left(1 - \frac{1}{\sqrt{1 - \left( \frac{0.44704 \cdot 60}{299792458} \right)^2 }}\right) = 1.44 \times 10^{-11} \text{ seconds} \]

Convert seconds to picoseconds

\[ t_{ps} = t_{s} \times 10^{12} \] \[ t_{ps} = (1.44 \times 10^{-11}) \times 10^{12} = 14.4 \text{ picoseconds} \]

Answer: When travelling at 60mph for 60 minutes, you time travel 14.4 picoseconds into the future.