Skip to content

Instantly share code, notes, and snippets.

View remi-gelinas's full-sized avatar

Remi Gelinas remi-gelinas

  • $HOME/Canada
  • 11:24 (UTC -04:00)
View GitHub Profile
@remi-gelinas
remi-gelinas / Contract Killer 3.md
Last active December 7, 2015 22:20
The latest version of my ‘killer contract’ for web designers and developers

Between me [company name] and you [customer name]

Summary:

I'll always do my best to fulfill your needs and meet your expectations, but it’s important to have things written down so that I both know what’s what, who should do what and when, and what will happen if something goes wrong. In this contract you won’t find any complicated legal terms or long passages of unreadable text. I’ve no desire to trick you into signing something that you might later regret. What I do want is what’s best for both parties, now and in the future.

So in short;

@remi-gelinas
remi-gelinas / good shit.txt
Created March 2, 2016 05:29
👌👀👌👀👌👀👌👀👌👀 good shit go౦ԁ sHit👌 thats ✔ some good👌👌shit right👌👌there👌👌👌 right✔there ✔✔if i do ƽaү so my self 💯 i say so 💯 thats what im talking about right there right there (chorus: ʳᶦᵍʰᵗ ᵗʰᵉʳᵉ) mMMMMᎷМ💯 👌👌 👌НO0ОଠOOOOOОଠଠOoooᵒᵒᵒᵒᵒᵒᵒᵒᵒ👌 👌👌 👌 💯 👌 👀 👀 👀 👌👌Good shit
ERROR
2016/03/02 05:25:44 [emerg] 5338#0: invalid parameter "proxy_protocol" in /etc/nginx/sites-enabled/gogs.conf:2
CONF
server {
listen 80 proxy_protocol;
set_real_ip_from 10.0.1.151:3000;
real_ip_header proxy_protocol;
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes/")
(add-to-list 'load-path "~/.emacs.d/vendor/emacs-powerline")
(require 'powerline)
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(custom-enabled-themes (quote (whiteboard)))
@remi-gelinas
remi-gelinas / build.log
Created May 11, 2023 13:12
/nix/store/46pxjzn771cbzn9qv64hj0q2cgs1748z-wezterm-20230408-112425-69ae8472.drv
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/zq4fhw3zq3isjw9mymxl7w2dw7qsaww2-source
source root is source
Executing cargoSetupPostUnpackHook
Finished cargoSetupPostUnpackHook
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
Executing cargoSetupPostPatchHook
Validating consistency between /private/tmp/nix-build-wezterm-20230408-112425-69ae8472.drv-1/source/Cargo.lock and /private/tmp/nix-build-wezterm-20230408-112425-69ae8472.drv-1/cargo-vendor-dir/Cargo.lock
@remi-gelinas
remi-gelinas / flake.nix
Created July 21, 2024 22:23
lix-main-aarch64-darwin-repro
{
outputs =
{
nix-darwin,
rosetta,
...
}:
{
darwinConfigurations.repro = nix-darwin.lib.darwinSystem {
system = "aarch64-darwin";