The Wayback Machine - https://web.archive.org/web/20210116010657/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 76k 19k

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

    JavaScript 1.9k 71

  4. WebTorrent HTML element.

    JavaScript 516 32

  5. Automatically release all merges to master on npm.

    JavaScript 357 44

  6. Cross-Platform Binary API

    JavaScript 35 4

1,770 contributions in the last year

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

Contribution activity

January 2021

Created 6 repositories

Created a pull request in ipld/specs that received 3 comments

codec: AES encrypted blocks

Here’s an initial spec for the AES codec work I’ve done https://github.com/multiformats/js-multiformats/pull/59/files

+79 −0 3 comments
Opened 2 other pull requests in 2 repositories
multiformats/js-multiformats
1 open
multiformats/multicodec
1 open
Reviewed 1 pull request in 1 repository
ProtoSchool/protoschool.github.io 1 pull request
Opened 2 issues in 1 repository
You can’t perform that action at this time.