Skip to content

Instantly share code, notes, and snippets.

View PierreBresson's full-sized avatar
🌱
https://nmf.earth/

Pierre Bresson PierreBresson

🌱
https://nmf.earth/
View GitHub Profile
@PierreBresson
PierreBresson / FAQ
Created June 2, 2023 09:16
nmf.earth
Are you a startup?
No, and NMF.earth will never be one, it's simply an open-source side project, not even a company. Startups are, by definition, companies looking for exponential growth. The problem is that exponential growth is the reason why we have global warming.
Are you collecting my data?
No, we don't track what you do in the app, we only collect crash data to be able to fix bugs. Grab a cup of coffee and read our open-source code, you will see that we don’t track anything of what you do, absolutely nothing.
What is your goal?
Disappear! Contrary to the tech industry, we hope you will stop using our app after some time. The only goal of NMF.earth is to help anyone understand and reduce its carbon footprint. Once it's done, we encourage you to continue in this path, without our input.
How are you different?
@PierreBresson
PierreBresson / git-delete-current-branch.md
Last active September 9, 2020 09:38
How to auto delete you branch you are currently in with git

Inside .gitconfig at user root, copy the following :

[alias]
	delete-branch = "!sh $HOME/scripts/git_branch_name_to_clipboard.sh"

Still at user root, create a folder name scripts and create it_branch_name_to_clipboard.sh file in it.

Inside it_branch_name_to_clipboard.sh, copy the following :

@PierreBresson
PierreBresson / install.sh
Last active July 3, 2023 12:15
Software install for new mac
#!/bin/sh
# === INSTALL HOMEBREW ===
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# === SOFTWARE ===
brew install --cask android-studio
brew install --cask webtorrent
@PierreBresson
PierreBresson / Keybase
Created July 17, 2019 14:38
Verification
### Keybase proof
I hereby claim:
* I am pierrebresson on github.
* I am pierrebresson (https://keybase.io/pierrebresson) on keybase.
* I have a public key ASBLeUhKb-MxQVOqLBlFRI2gJ10LkbP8G6CP9kYc1wHc0go
To claim this, I am signing this object:
@PierreBresson
PierreBresson / gandi.md
Created May 11, 2019 18:25
Gandi DNS url Github Page

How to set up DNS records on gandi.net to use a custom domain on Github Pages

You would think it would be easy to find this information, but none of the Github or Gandi documentation is clear so I have recorded the required steps here.

Create the following A records:

@ 1800 IN A 185.199.108.153
@ 1800 IN A 185.199.109.153
@ 1800 IN A 185.199.110.153