The Wayback Machine - https://web.archive.org/web/20210220085957/https://github.com/mikeal
Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Arctic Code Vault Contributor
  • Pro
mikeal/README.md
/*   Pratītyasamutpāda   */
/* Dependent Origination */

const a = (_this, that) => {
  if (_this) that()
}
const b = (that) => {
  const _this = false
  // vm knows this will never be called, this code can be dropped
  // and will never exist
  if (_this) that()
}
const c = (_this) => {
  const that = false
  // vm knows this will never be called, this code can be dropped
  // and will never exist
  if (that && _this) return _this
}

More at buddhism.js.

Pinned

  1. 🏊🏾 Simplified HTTP request client.

    JavaScript 25k 3k

  2. Node.js JavaScript runtime 🐢🚀

    JavaScript 77.1k 19.4k

  3. Functional JS HTTP client (Node.js & Fetch) w/ async await

    JavaScript 1.9k 78

  4. WebTorrent HTML element.

    JavaScript 515 32

  5. Automatically release all merges to master on npm.

    JavaScript 365 43

  6. Cross-Platform Binary API

    JavaScript 35 4

1,772 contributions in the last year

Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2021

Created 7 repositories

Created an issue in attic-labs/noms that received 16 comments

Some notes and questions on Prolly Trees

Heya, great work! We had been looking for a deterministic hash linked b-tree for some time. Since we hadn’t found your work until recently we did a…

16 comments
Opened 3 other issues in 3 repositories
protocol/web3-dev-team
1 open
dolthub/dolt
1 open
mikeal/chunky-trees
1 open