PoW vs. PoS – Environment and Security

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Remote Work Resources

Remote Work Resources. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Unique Game Algorithm/Probability Problem

Can the bear population survive. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Informal Golang Proposal: catch block as an alternative to if err = nil

Informal Golang Proposal: `catch` block as an alternative to `if err != nil` - proposal.md | Continue reading


@gist.github.com | 5 years ago

Support of OpenBSD's pledge(2) and unveil(2) in programming languages

Support of OpenBSD pledge(2) and unveil(2) in programming languages - pledge_unveil_support.md | Continue reading


@gist.github.com | 5 years ago

Package-Distribution.md

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Perl 6 Myths, Revisited

Perl 6 Myths, Revisited. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Show HN: A bashrc function to send a Slack message after a process exits

Function for sending a verbose slack message (containing path, command, error code, and custom message) after a process or series of processes exit - slack.sh | Continue reading


@gist.github.com | 5 years ago

Method for Emulating Higher-Kinded Types in Rust

Method for Emulating Higher-Kinded Types in Rust. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Quick Script to Configure Tor Proxy for Firefox and Open Browser on the Fly

Configure Tor Proxy for Firefox. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Is this Paypal experience customary?

Ask HN: Is this Paypal experience customary? GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

How to backup an entire docker app, including logs, unnamed volumes, and more

Backup a docker-compose project, including all images, named and unnamed volumes, container filesystems, config, logs, and databases. - docker-compose-backup.sh | Continue reading


@gist.github.com | 5 years ago

Blog Deploy Yak Shave

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Show HN: Gist to save space on C structures padding

Save space on C structures padding not relying on the compiler - raw_ctype.h | Continue reading


@gist.github.com | 5 years ago

Show HN: Python One-Liner

Amazing Python One-Liner. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

What I Want from a Type System

What I want from a Type System. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

SKS Keyserver Network Under Attack

SKS Keyserver Network Under Attack. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

List of distributed systems reading lists, plus miscellanea

List of distributed systems reading lists, plus miscellanea - Distributed systems meta-list.md | Continue reading


@gist.github.com | 5 years ago

Show HN: Add the Missing “My Posts” & “My Comments” Links on Top of HN Website

Adding the missing "My Posts" and "My Comments" links on top of HackerNews website - hacker_news.user.js | Continue reading


@gist.github.com | 5 years ago

Show HN: Gist – checking for pub.dev package updates

Check pub.dev for updates to dart packages. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Show HN: I Created an Interactive Google Colab to Do Data Analysis on Twitter

Twitter-Pulse-Checker.ipynb. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Preliminary analysis of an alternative implementation of Redis expires

New keyspace representation and expire algorithm of Redis: preliminary analysis - keyspace.md | Continue reading


@gist.github.com | 5 years ago

Auto save your dockers regularly

How to pick the right tech stack for your startup | Continue reading


@gist.github.com | 5 years ago

Notes on privacy and data collection of Matrix.org

Notes on privacy and data collection of Matrix.org - notes.md | Continue reading


@gist.github.com | 5 years ago

Are Web Standards Toast?

Are Web Standards Toast? . GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

NPM Strike

A note about npm cli work status. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Import Python Modules/Classes/Functions via String

Import into Python via String. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Think in Math. Write in Code

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Example of the Object.fromEntries new entry to flatten nested objects props

objects flattening. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Reimplementation of Binding and State (SwiftUI) myself to better understand it

Re-implementation of @Binding and @State (from SwiftUI) myself to better understand it - Bindings.swift | Continue reading


@gist.github.com | 5 years ago

Simple, Useful and Slow: Statistics Functions in UTF-8

Simple, Useful and Slow: Assorted Reference Statistics Functions (utf-8) - simple_useful_slow.js | Continue reading


@gist.github.com | 5 years ago

Moms Architecture – Monolith with Open Source Microservices

# MOMS Architecture - Monolith with Opensource Microservices - moms.md | Continue reading


@gist.github.com | 5 years ago

Product Management Principles

Rimas Product Principles. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Fast and pretty JSON diff (one-liner)

Command-line JSON diff (colorized and with normalized key ordering) - diffjson | Continue reading


@gist.github.com | 5 years ago

Show HN: My First (Useless but Successful) Neural Network

My First Neural Network.ipynb. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Hate TypeScript (2016)

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Show HN: Web Scrapper for Geoffrey Hinton's Publications

Web scrapper for Geoffrey Hinton's publications, +- 250MB - hinton.py | Continue reading


@gist.github.com | 5 years ago

Show HN: Django/gevent view to download PostgreSQL table as CSV in single query

Django + gevent + psycopg2 download whole PostgreSQL table as CSV - table_csv_view.py | Continue reading


@gist.github.com | 5 years ago

Show HN: SuperFormatter CLI – Mini Template Renderer

sf - SuperFormatter CLI. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Show HN: LOC React State Manager Using Hooks

Simple global state without depending on any additonal state manager. Uses and exposes React Hooks. - README.md | Continue reading


@gist.github.com | 5 years ago

Genomics – A Programmer's Guide

Genomics a programmers introduction. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

C++ Coroutines Resources

C++ links: Coroutines (WIP draft). GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Use GitHub Gists for Permanent Static Image Hosting

How to add an image to a gist: https://remarkablemark.org/blog/2016/06/16/how-to-add-image-to-gist/ - how-to-add-image-to-gist.md | Continue reading


@gist.github.com | 5 years ago

Google Pretty Earth random image link generator, HTML and JavaScript based

Google Pretty Earth: Random Image Link Generator (HTML) - prettyearthimage.html | Continue reading


@gist.github.com | 5 years ago

A hack for showing LaTeX formulas in GitHub markdown

GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

How I Install Python in 2019

My Python environment in 2019. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago

Git pre-commmit hook reminder to update Helm chart version

pre-commit git hook to check if chart version is updated. - pre-commit | Continue reading


@gist.github.com | 5 years ago

Show HN: Collecting Ways to Annoy a Sysadmin

Annoying a sysadmin. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 5 years ago