I hereby claim:
- I am dmvianna on github.
- I am dmvianna (https://keybase.io/dmvianna) on keybase.
- I have a public key ASAfmvS2jxgUS7nQKFY5c_rmy8RRQHuy1gaOUzT0tQI1xwo
To claim this, I am signing this object:
| remove mod1 = Alt_R | |
| add mod3 = Alt_R | 
| #!/usr/bin/env bash | |
| if [ -f $HOME/.Xmodmap ]; then | |
| /usr/bin/xmodmap $HOME/.Xmodmap | |
| fi | |
| urxvt | 
| # Edit this configuration file to define what should be installed on | |
| # your system. Help is available in the configuration.nix(5) man page | |
| # and in the NixOS manual (accessible by running ‘nixos-help’). | |
| { config, pkgs, ... }: | |
| { | |
| imports = | |
| [ # Include the results of the hardware scan. | |
| ./hardware-configuration.nix | 
| # run with | |
| # $ nix-env -iA userPackages -f '<nixpkgs>' | |
| # to install packages functionally | |
| with (import <nixpkgs> {}); | |
| { | |
| packageOverrides = pkgs: with pkgs; { | |
| userPackages = buildEnv { | |
| inherit ((import <nixpkgs/nixos> {}).config.system.path) | 
| planet data search --item-type PSScene4Band --geom 'planet/test.geojson' --date acquired gt 2018-04-01 --date acquired lt 2018-04-08 --range cloud_cover lt 0.2 > planet/response.json | |
| planet data download --item-type PSScene4Band --geom 'planet/test.geojson' --date acquired gt 2018-04-01 --date acquired lt 2018-04-08 --range cloud_cover lt 0.2 --asset-type 'analytic' --dest 'planet/data' | 
| # Thinkpad T440 | |
| # postconditions: | |
| # 1) status should be enabled: | |
| # cat /proc/acpi/ibm/fan | |
| # 2) No errors in systemd logs: | |
| # journalctl -u thinkfan.service -f | |
| services = { | |
| thinkfan = { | 
| #!/bin/bash | |
| # Vadim Zaliva [email protected] | |
| # based on https://gist.github.com/hadess/6847281 | |
| if [[ $EUID -ne 0 ]]; then | |
| echo "This script must be run as root" 1>&2 | |
| exit 1 | |
| fi | 
| #!/usr/bin/env bash | |
| set -e | |
| # | |
| # This script uses poetry to bundle all the dependencies | |
| # found in `pyproject.toml` into a zip file that can be | |
| # then uploaded to AWS Lambda. | |
| # | 
| [Desktop Entry] | |
| Name=Emacs (Client) | |
| GenericName=Text Editor | |
| Comment=Edit text | |
| MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; | |
| Exec=emacsclient -c --alternate-editor="" %F | |
| Icon=emacs | |
| Type=Application | |
| Terminal=false | |
| Categories=Development;TextEditor; | 
I hereby claim:
To claim this, I am signing this object: