Skip to content

Instantly share code, notes, and snippets.

View Br1ght0ne's full-sized avatar

Oleksii Filonenko Br1ght0ne

View GitHub Profile
@Br1ght0ne
Br1ght0ne / openpgp.txt
Created February 6, 2018 07:43
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:f5493b7f93725578fdd3d0b8a1bc8428323ecfe8]
#!/usr/bin/env ruby
# A wrapper for qutebrowser to open links faster
# Tested on Ruby 2.3+
# Usage:
# $ qutebrowser-client [urls ... ]
require 'digest'
require 'json'
require 'socket'
@Br1ght0ne
Br1ght0ne / README.md
Created April 26, 2019 09:14
Exercism -> Elixir -> Flatten Array: benchmark
> doom -d update
Loading /home/brightone/.emacs.d/core/cli/install...
Loading /home/brightone/.emacs.d/core/cli/debug...
Loading /home/brightone/.emacs.d/core/cli/test...
Loading /home/brightone/.emacs.d/core/cli/env...
Loading /home/brightone/.emacs.d/core/cli/upgrade...
Loading /home/brightone/.emacs.d/core/cli/packages.el (source)...
Loading /home/brightone/.emacs.d/core/cli/autoloads...
Loading /home/brightone/.emacs.d/core/cli/patch-macos...
;; -*- lexical-binding:t; -*-
;; This file is autogenerated by `doom-reload-package-autoloads', DO NOT EDIT !!
(setq load-path (quote ("/home/brightone/.emacs.d/.local/straight/build/math-symbol-lists" "/home/brightone/.emacs.d/.local/straight/build/magit-gitflow" "/home/brightone/.emacs.d/.local/straight/build/git-timemachine" "/home/brightone/.emacs.d/.local/straight/build/dired-k" "/home/brightone/.emacs.d/.local/straight/build/general" "/home/brightone/.emacs.d/.local/straight/build/doom-themes" "/home/brightone/.emacs.d/.local/straight/build/embrace" "/home/brightone/.emacs.d/.local/straight/build/wgrep" "/home/brightone/.emacs.d/.local/straight/build/lv" "/home/brightone/.emacs.d/.local/straight/build/gist" "/home/brightone/.emacs.d/.local/straight/build/loop" "/home/brightone/.emacs.d/.local/straight/build/clojure-mode" "/home/brightone/.emacs.d/.local/straight/build/company-auctex" "/home/brightone/.emacs.d/.local/straight/build/hcl-mode" "/home/brightone/.emacs.d/.local/straight/build/yard-mode" "/h
I am the Miaou user with id 5325 and name "BrightOne" on https://miaou.dystroy.org

Keybase proof

I hereby claim:

  • I am filalex77 on github.
  • I am brightone (https://keybase.io/brightone) on keybase.
  • I have a public key ASBC5qmBddDztP6egjNVK90RdExwJ90rDzuzUSptNzr_Ugo

To claim this, I am signing this object:

@Br1ght0ne
Br1ght0ne / README.org
Last active September 12, 2019 10:38
Confused by git? Here's a git crash course to fix that
@Br1ght0ne
Br1ght0ne / Dockerfile
Last active November 27, 2019 11:14
Nix package manager on Alpine Edge
FROM alpine:edge
# Dependencies
RUN apk add curl
# Nix user and store setup
RUN adduser -D nix
RUN mkdir /nix
RUN chown nix /nix