Skip to content
View NissanBoss's full-sized avatar
  • Nissan
  • Spain.

Block or report NissanBoss

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NissanBoss/README.md

Hey, I'm Nissan

I came at this from the breaking side. Working out how to get into something is what teaches you where it leaks, and most of what I put up here is that pointed back the other way: here is what you are giving away without knowing, and here is what you can actually do about it.

Small tools. One binary, nothing to install. The pinned ones below are what I have going at the moment.

Whatever I build next, these stay the same:

Nothing leaves your machine. No uploads, no lookups, no telemetry. Not as a promise either: there is no network code in any of it, and a test reads the source and fails the build if any turns up.

Your file stays your file. Nothing overwrites what you pointed it at.

It tells you what it could not read. A short report is not a clean result. A tool that quietly gives up is worse than no tool, because it hands you confidence you have not earned.

No dependencies if I can help it. Usually that means writing the boring part myself instead of pulling in somebody else's.

Go most of the time. Rust when it earns its place. Whatever fits the job, really.

Spain.

Pinned Loading

  1. Fal Fal Public

    Un lenguaje de programación en español, sin símbolos raros. Un solo ejecutable, sin nada que instalar.

    Go 4

  2. Dunnage Dunnage Public

    What your container image is still carrying: the file you deleted in a later layer and ship anyway, the build ARG sitting in the history, the .git folder nobody meant to send. It never prints a sec…

    Go

  3. Hearsay Hearsay Public

    The forty files on your machine that write down what you type, not just the shell history: the password in your mysql CREATE USER, whatever you last copied in vim, every line you have ever run in I…

    Go

  4. Airing Airing Public

    What your repository releases when it goes public. Every file anybody ever deleted still goes out with the push. No uploads, no lookups, no telemetry.

    Go

  5. Customs Customs Public

    What it can do to you, before you run it. Reads an installer, a package.json, a Dockerfile, and says what it does and, separately, what it leaves behind. No uploads, no lookups, no telemetry.

    Go

  6. Waxwork Waxwork Public

    What a model file does when you load it. A .pt is a pickle and a pickle is a program: this reads the instructions without running any of them.

    Go