Achieving Warp Speed with Rust

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


@gist.github.com | 4 years ago

Go code to concurrently recursively count file sizes in tree

Go code to concurrently recursively walk file tree counting files, spawning new Goroutine per sub directory found. - concurrent-recursive-file-size-counter.go | Continue reading


@gist.github.com | 4 years ago

Show HN: Ten seconds to ponder if a thread is worth it

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


@gist.github.com | 4 years ago

AppleScript to close all notifications on macOS Big Sur

AppleScript to close all notifications on macOS Big Sur - close_notifications_applescript.js | Continue reading


@gist.github.com | 4 years ago

Convert old JavaScript into ES6 format

Convert old javascript into ES6 format. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Show HN: Script to convert flat HTML files to directory style

Converts flat html files into a directory structure with index.html - cleaner.js | Continue reading


@gist.github.com | 4 years ago

Show HN: Alert yourself after a long-running task in terminal

Alert yourself after a long-running task in terminal - README.md | Continue reading


@gist.github.com | 4 years ago

An HTML Quine

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


@gist.github.com | 4 years ago

How to Run FreeBSD 13.0-BETA1 ARM64 in QEMU on Apple Silicon (MacBook Pro M1)

How to run FreeBSD 13.0-BETA1 for ARM64 in QEMU on Apple Silicon Mac (MacBook Pro M1, etc) - README.md | Continue reading


@gist.github.com | 4 years ago

Run FreeBSD 13.0-BETA1 for ARM64 in QEMU on Apple Silicon (MacBook Pro M1)

How to run Windows 10 on ARM or Ubuntu for ARM64 in QEMU on Apple Silicon Mac - README.md | Continue reading


@gist.github.com | 4 years ago

Scan Rust Source Code with Sonarqube

Scan Rust Code With Sonarqube. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

How to Ask for Help

How to ask for help. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Think Twice Before Abandoning Xorg – Wayland Breaks Everything

Think twice before abandoning Xorg. Wayland breaks everything! - Wayland.md | Continue reading


@gist.github.com | 4 years ago

Racket Performance Improvement over 17 years

Racket performance improvement over 17 years. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

How does Clang 2.7 hold up in 2021?

How does clang 2.7 hold up in 2021? GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Expensify.cash end-to-end encryption proposal

Expensify.cash end-to-end encryption proposal. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

How to Run Ubuntu for ARM64 in QEMU on Apple Silicon Mac

How to run Windows 10 on ARM or Ubuntu for ARM64 in QEMU on Apple Silicon Mac - README.ja.md | Continue reading


@gist.github.com | 4 years ago

In memory async queue in Node.js

In memory async queue in typescript. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Acquiring a File Lock

Acquire a lock across processes using the file system - fileLock.js | Continue reading


@gist.github.com | 4 years ago

I Compiled a List of Best Talks According to HN (2018 Edition))

Compiled list of interesting talks according to HN (2018 Edition) - talks_2018 | Continue reading


@gist.github.com | 4 years ago

A Criticism of Stochastic Parrots

A criticism of Stochastic Parrots. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Variadics in Rust

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


@gist.github.com | 4 years ago

How to recover pictures and files from failed macOS / HFS+ hard drive with Linux

How to recover pictures and files from failed MacOS / HFS+ hard drive with Linux - HFS.md | Continue reading


@gist.github.com | 4 years ago

Yubikey+GPG+SSH How To

Security Adventures 1. How to get yubikey+gpg+ssh+gitbhub working on MacOS - yubikey+gpupgp+ssh_howto.md | Continue reading


@gist.github.com | 4 years ago

Terraform – The Missing Manual

Terraform - The Missing Manual. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Hacker News styles that aren't an eyesore

HN but it is not an eyesore. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

The low-down on LOADALL (1990)

THE LOW-DOWN ON LOADALL. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

My Clojure Post-Mortem

My Clojure Port-Mortem. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

HN but it is not an eyesore

HN but it is not an eyesore. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

I can't open electron application in my computer

My electron app is not working in WIN 7. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Rich Already Answered That

A curated collection of answers that Rich gave throughout the history of Clojure - rich-already-answered-that.md | Continue reading


@gist.github.com | 4 years ago

Learn Go in ~5mins

Learn Go in ~5mins. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Zig in 30 Minutes

Zig in 30 minutes. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Show HN: Generative Geometric Art #1 – Abstract Covid

Geometric Art: g2D snippet to generate an abstract covid drawing - covid.g2d | Continue reading


@gist.github.com | 4 years ago

Stevey's Google Platforms Rant

Stevey's Google Platforms Rant. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Useful or a beginner's guide to creating fintech products in Nigeria

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


@gist.github.com | 4 years ago

Whisper with Web Speech API

use web speech api to whisper (tested on chrome osx) - whisper_web_speech.html | Continue reading


@gist.github.com | 4 years ago

Programming Arduino Uno (ATmega386P) in Assembly

Programming Arduino Uno (ATmega386P) in assembly . GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Silverhand: A faster cyberpunk 2077 puzzle solver

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


@gist.github.com | 4 years ago

Telegram: 500m Active Users and a Noble Growth Plan

Telegram: 500m Active Users & A Noble Growth Plan. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Show HN: Shell script to retrieve Developer edition of top browsers on Mac

Modern Browsers for Macintosh. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Show HN: An implementation of a debounced chunked async queue in TypeScript

An implementation of a debounced chunked async queue. An async function may be called many times over some period of time. We want to first debounce the calls to the function and batch up all those... | Continue reading


@gist.github.com | 4 years ago

Is it the death of open core or is it just unregulated monopolies?

Is it the death of open core or is it just unregulated monopolies and broken corporate procurement? - ruin.md | Continue reading


@gist.github.com | 4 years ago

The simplest way to write Dockerfile

The simplest way to write Dockerfile! GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Git diff by line in Sublime Text

Git diff by line in Sublime Text. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Imgur Hack to Watch Memes

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


@gist.github.com | 4 years ago

Test for AT&T's lovely packet corruption

test for AT&T's lovely packet corruption. GitHub Gist: instantly share code, notes, and snippets. | Continue reading


@gist.github.com | 4 years ago

Empty Promises

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


@gist.github.com | 4 years ago