Skip to content

Instantly share code, notes, and snippets.

View html5cat's full-sized avatar
πŸ‡ΊπŸ‡¦
building puma.tech

Yuriy Dybskiy html5cat

πŸ‡ΊπŸ‡¦
building puma.tech
View GitHub Profile
const {Feature} = require('other')
const cats = getCatEmoji()
module.exports = new Feature({
name: 'Cat',
version: '0.0.1',
dependencies: {
otherjs: '3.x',
},
listeners: [{
const {Feature} = require('other')
module.exports = new Feature({
name: 'Teh',
dependencies: {
otherjs: '3.x',
},
listeners: [{
to: {words: ['The']},
on() {
@html5cat
html5cat / morbotron.other.js
Created December 28, 2016 22:12
morbotron.com other.chat feature
const {fetch, Feature} = require('other')
const feature = new Feature({
name: 'Morbotron',
version: '0.0.1',
dependencies: {
otherjs: '^3.2.x',
},
})
Verifying my Blockstack ID is secured with the address 1KFKdPS3S4u9bc7c4LSWCmVPRfbmajfXfC https://explorer.blockstack.org/address/1KFKdPS3S4u9bc7c4LSWCmVPRfbmajfXfC
@html5cat
html5cat / Gemfile
Created June 24, 2020 22:26 — forked from dhh/Gemfile
HEY's Gemfile
ruby '2.7.1'
gem 'rails', github: 'rails/rails'
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data
# Action Text
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra'
gem 'okra', github: 'basecamp/okra'
# Drivers
@html5cat
html5cat / ID-1.md
Created June 9, 2022 03:46 — forked from arthurgousset/ID-1.md
Incomplete notes on what is on my radar in the identity space.

πŸ’‘ Notes on the crypto identity space #1 [April]

Celo-specific:

  • Celo Desktop Wallet added namespace resolution (code here)
    • ENS [on Ethereum]: resolution through Ethers.JS, with Alchemy as the JSON RPC service
    • Nomspace [on Celo]: resolution through Ether.JS by specifying ENS resolver contract on Celo (ENS clone)
    • Unstoppable Domains [on Ethereum]: resolution through custom Alchemy API specifically for UD
  • KycDAO (Celo-friendly project) launched a pilot with non-transferable NFTs
  • EIP-721 NFTs without transfer function (in this case)