The Wayback Machine - http://web.archive.org/web/20210824215035/https://github.com/mikeal
Skip to content
Avatar

🏠

Working from home

🏠

Working from home

Sponsors

@indeedeng

Achievements

Achievements

Highlights

  • Pro
Block or Report

Block or report mikeal

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
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 25.3k 3.1k

  2. Node.js JavaScript runtime 🐢🚀

    JavaScript 81.2k 21.1k

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

    JavaScript 2.1k 89

  4. WebTorrent HTML element.

    JavaScript 513 32

  5. Automatically release all merges to master on npm.

    JavaScript 397 53

  6. InterPlanetary SQL

    JavaScript 186 6

848 contributions in the last year

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

Contribution activity

August 2021

Created an issue in web3-storage/web3.storage that received 1 comment

Expose API for uploading CAR files

We just need to abstract the current put() method a little. Probably turn this into an _ method https://github.com/web3-storage/web3.storage/blob/m…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.