Skip to content
Avatar
🏠
Working from home
🏠
Working from home

Sponsors

@around @github

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.5k 3.2k

  2. nodejs/node Public

    Node.js JavaScript runtime 🐢🚀

    JavaScript 88.7k 23.8k

  3. bent Public

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

    JavaScript 2.2k 97

  4. WebTorrent HTML element.

    JavaScript 521 34

  5. Automatically release all merges to master on npm.

    JavaScript 440 55

  6. IPSQL Public

    InterPlanetary SQL

    JavaScript 195 7

113 contributions in the last year

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

Contribution activity

July 2022

Created 6 commits in 1 repository
Opened 2 pull requests in 1 repository
ipfs-shipyard/ipfs-thing-2022 2 merged

Created an issue in multiformats/multicodec that received 9 comments

zero fill multihash and multicodec

This one is gonna require some thought, so I wanted to get it out there and spend some time discussing before “IPFS thing.” @ribasushi has been pus…

9 comments
Opened 1 other issue in 1 repository
multiformats/multicodec 1 closed

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