See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope>
is optional
#!/bin/bash | |
# | |
# 4633c8a2a16a8e0428d253baafb76bbc18f29562390c84d1c85ba98865531a2b | |
CRYPTER="base64 -b 78" | |
HEADER="----BEGIN PGP MESSAGE----" | |
FOOTER="-----END PGP MESSAGE-----" | |
do_encryption() { | |
local plain="$1" |
I screwed up using git ("git checkout --" on the wrong file) and managed to delete the code I had just written... but it was still running in a process in a docker container. Here's how I got it back, using https://pypi.python.org/pypi/pyrasite/ and https://pypi.python.org/pypi/uncompyle6
apt-get update && apt-get install gdb
# PKGBUILD for lua52-lgi | |
# Maintainer: NONE | |
# lua-lgi Maintainer: speps <speps at aur dot archlinux dot org> | |
# lua-lgi Maintainer: Sébastien Luttringer | |
_pkgbase=lgi | |
pkgname=lua52-lgi | |
pkgver=0.9.1 | |
pkgrel=1 | |
pkgdesc='Lua 5.2 bindings for gnome/gobject using gobject-introspection library' |
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import re | |
import random as r | |
# https://pyzufall.readthedocs.io/ | |
from pyzufall.generator import verbt, objekt | |
for i in range(1, 100): | |
s = objekt() |
Your blockchain must have all of the following properties:
If your blockchain is missing any of the above properties, it is not a blockchain, it is just a ledger.
... my first disclosure. Man, it feels weird doing this.
update 6/6/16 I would like to stress something: I'm not saying "Don't buy an ASUS device" -- I see a lot of people who want to lambaste ASUS for this and boycott their hardware. This isn't what I want people to be doing by any stretch. Stupidly, I like the ASUS hardware I have (it's nice for the price) and I would rather see a pressure on ASUS as an OEM to stop shipping "value added software" to consumers; If you want to help Microsoft in pushing this mentality, go buy a signature machine from them. Microsoft provides support, but also only ships windows and a few select utilities that are essential to the functioning of the system (think: Radeon/Optimus and nVidia control panels) and fall heavily on the hardware makers (ATI, nVidia, Intel) to provide support for the harware.
Consider an ASUS device all you want. Start putting pressure on Microsoft that consumers want bloat-free devices and start voting with your money. Microsoft's store
This End-User License Agreement (EULA) is a legal agreement between you | |
(either an individual or a single entity) and the mentioned author | |
(REDOX OS(TM)(R)(C) DEVELOPERS) of this Software for the software product | |
identified above, which includes computer software and may include associated | |
media, printed materials, and "online" or electronic documentation | |
("SOFTWARE PRODUCT"). | |
By installing, copying, or otherwise using the SOFTWARE PRODUCT, you agree to be | |
bounded by the terms of this EULA. | |
If you do not agree to the terms of this EULA, do not install or use the |
[38;5;255m,_ ,_==▄▂[0m | |
[38;5;255m, ▂▃▄▄▅▅[48;5;240m▅[48;5;20m▂[48;5;240m▅¾[0m. [38;5;199m/ [38;5;20m/[0m | |
[38;5;255m[48;5;20m▄[0m[38;5;255m[48;5;199m▆[38;5;16m[48;5;255m<´ [38;5;32m"[38;5;34m»[38;5;255m▓▓[48;5;32m▓[48;5;240m%[0m\ [38;5;199m/ [38;5;20m/ [38;5;45m/ [38;5;118m/[0m | |
[38;5;255m,[38;5;255m[48;5;240m▅[38;5;16m[48;5;255m7" [38;5;160m´[38;5;34m>[38;5;255m[48;5;39m▓▓[38;5;199m[48;5;255m▓[0m[38;5;255m% [38;5;20m/ [38;5;118m/ [38;5;199m> [38;5;118m/ [38;5;199m>[38;5;255m/[38;5;45m%[0m | |
[38;5;255m▐[48;5;240m[38;5;255m¶[48;5;240m[38;5;255m▓[48;5;255m [38;5;196m,[38;5;34m»[48;5;201m[38;5;255m▓▓[0m[38;5;255m¾´[0m [38;5;199m/[38;5;255m> %[38;5;199m/[38;5;118m%[38;5;255m/[38;5;199m/ [38;5;45m/ [38;5;199m/[0m | |
[38;5;255m[48;5;240m▓[48;5;255m[38;5;16m▃[48;5;16m[38;5;255m▅▅[38;5;16m[48;5;255m |
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.