Status: draft / request for comments · Author: Chad Fowler (freeq) · Audience: anyone building agent coordination, IRCv3 folks, AT Protocol folks
This is a casual RFC. Poke holes in it.
I was burned out. Not “I need a vacation” burned out. I mean googling monasteries at 3 a.m. with a bottle of wine in my lap burned out.
So I decide: I need something real. Something physical. Something with a yeast-based worldview.
I sign up for a trial shift at a bakery.
I walk in. The manager hands me a clipboard and says, “You’ll be shadowing Dough Carl.”
I say, “Is that a nickname?”
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:3:bafyreidn5o3js24ezzhq3p5h5qaprd3xtnwdopdmuojpl523zvcisinghy ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |
| This post links my 3Box profile to my Github account! Web3 social profiles by 3Box. | |
| ✅ did:3:bafyreidn5o3js24ezzhq3p5h5qaprd3xtnwdopdmuojpl523zvcisinghy ✅ | |
| Create your profile today to start building social connection and trust online at https://3Box.io/ |
Notes and recommended reading from my talk at Yow! on The Future of Software Development
Feel free to talk to me on twitter: @chadfowler
| function(thing) { alert(thing) } // l33t |
| class TheMigrationClass < AR::Migration | |
| class Conference < ActiveRecord::Base | |
| has_many :attendances | |
| end | |
| class Attendance < ActiveRecord::Base | |
| end | |
| def change | |
| # normal migration code |
| ### Keybase proof | |
| I hereby claim: | |
| * I am chad on github. | |
| * I am chadfowler (https://keybase.io/chadfowler) on keybase. | |
| * I have a public key whose fingerprint is 1B2A 172D C190 D9A4 2AEF 38D5 A03B AE7D 7559 8524 | |
| To claim this, I am signing this object: |
| We're going to go to this place called Lashouk by the Cinema Hotel. It's really good food-, drink-, and atmosphere-wise. We'll go around 7:45 or so. If anyone wants to join in, it's on Dizengoff Square. |
| require 'fileutils' | |
| Dir.mkdir("hello") unless Dir.exist?("hello") | |
| FileUtils.mkdir_p("/tmp/foo/bar/baz/this/is/easy/no") | |
| Dir["/etc/**/*"].each { |f| puts IO.readlines(f).grep(/chad/i) rescue nil} |