Skip to content

Instantly share code, notes, and snippets.

@kellective
kellective / Lowering-barrier-to-entry
Last active August 29, 2015 14:17
Non coding contributions to OSS / Open Edu / Open...things
Brain dump after some inspirating conversations at Kiwi Foo camp regarding getting more people to contribute to Open Source Software (and Open Edu resources etc).
Lowering the barrier to entry for non programmers. Other ways to contribute? UX skills, design skills, event running, fund raising.
Non coding contributions to OSS / Open Edu / Open...things
Open Source / Open Society conferene is happenign soon.
I’m thinking of running a session that might have 2 parts to it
// There was a
function Planet() {
// called
this.name = 'Saturn'
// It weigh 95 Earths
this.mass = 5.6846e26
// and was 9.5 times as large
this.diameter = 60268
}
@kellective
kellective / project-ideas.md
Created September 25, 2014 08:32
virtual decay

Develop concepts that explore virtual decay

...Maybe not in a way that mimics life as we know in 'meat space' it but we could explore even more options, unbound by real world physics and processes, something that represents the essence of the ever-changing, data driven, user-patcipatory space that is the internet ... and that will extend into more of an augmented reality, a new way of experiencing the world and the history of our digital life and data and its relation to time.

@kellective
kellective / poem-journey-of-the-void.txt
Created September 9, 2014 10:19
Journey of the void - Ben Goertzel
This is a snippit of a long text from 'The Journey of the Void' - Ben Goertzel
Who am I, a mere conglomeration of particles --
an organism flashing in and out of existence --
a web of learned and inherited patterns --
to explain the universe as a whole?
And yet,
@kellective
kellective / Visual-Regression-Testing.md
Last active November 1, 2017 18:00
Visual Regression Testing

Visual Regression Testing

  • add link to presentation

Why

  • UI tests are hard to write and are usually fragile.
  • Other automated testing can't tell you if something doesn't look right, so UI regressions may go undetected.
  • Testing that .red-button exists does not mean that the button is red
  • Refactoring CSS can lead to...the Unintended CSS Consequences Monster

What

System for catching visual regressions

Basically a diff tool for the visual layer of your web app. OMG awesome.

  • Records your actions as you browse.
  • Takes screenshots.
  • Compares new screenshots against the old ones and checks for differences.
@kellective
kellective / sds.md
Last active June 18, 2021 09:50
Shit developers say

Overheard in my team (circa 2015)

In a fit of refactoring madness I have gone and changed a lot

Did you seriously just give ME nil?... No!

If the shit sticks, then we put nice paint on it

Fucking red dot motherfucker (Ben and his failing specs)