back
user profile

padolsey

4,464karma·578submissions·June 29, 2011
about
padolsey.at.hn

I'm James. Living between Beijing and London. I like coding. Also plants. Stroke survivor & disability advocate. My dog's a whippet/iggy cross and is called Ducky. He's a beautiful lunatic.

* website: [j11y.io](https://j11y.io) * building: [nope](https://nope.net) * bsky: [@j11y.io](https://bsky.app/profile/j11y.io) * contact: https://tally.so/r/waYPvE * twitter: [@padolsey](https://x.com/padolsey) * book recommendations: [ablf.io](https://ablf.io) * me = founding eng @ [collective intelligence project](https://cip.org)

My work email is my first name at cip dot org.

---

![me](https://j11y.io/ducky.jpg)

---

My meet.hn token: meet.hn-10d164d4-bf7f-4431-898f-e02b34b836dc

recent activity (578 total)
comment
It's just a regular JS object. JSON !== JavaScript object notation. E.g. according to the JSON spec, you should always quote property names (`{"foo":123}`) but regular JS doesn't require this (`{foo:1…
15y ago·view thread
comment
Technically, not JSON.
15y ago·view thread
comment
AFAIK, `defer` only works in IE, and `async` only works in: IE10p2+, Chrome 11+, Safari 5+, Firefox 3.6+ So some browsers would be left out, right?
15y ago·view thread
comment
I'm sure the content is interesting but the website's design seems dull and generic.
15y ago·view thread
comment
I agree with everything you've said but I don't think we can classify it as a disease.
15y ago·view thread
comment
I like its simplicity. But, I thought this was dead: onClick="javascript:smoke.alert('this is a normal alert');" ... apparently, not. The 'javascript:' (attempted psuedo protocol), is just acti…
15y ago·view thread