Kjetil Kjernsmo
Gain regulability by empowering individuals to make real technology choices.
3. Everyone has the right to seek complete understanding of the technology that surrounds them.
Problems worthy of attack
prove their worth by hitting back
Adapted from How to Build a JavaScript Calculator? by Adil Ahmed.
To trust your own system you need someone to
One of the most important things you learn from the internet is that there is no ‘them’ out there. It’s just an awful lot of ‘us’.
These are hygiene measures
Individuals subconsciously resist factual information that threatens their defining values.
We realized it was time to dump the confrontational attitude that has been associated with "free software" in the past and sell the idea strictly on the same pragmatic, business-case grounds that motivated Netscape.
(Not actually at the table)
Gain regulability by empowering individuals to make real technology choices.
For the general population to support it, we could
But untill we have gained regulability,
We focus on Digital Public Goods that are
Norms set down in code that will make life-and-death decisions.
my $lcost = $planner->cost_for_plan($children[0], $self);
my $rcost = $planner->cost_for_plan($children[1], $self);
$cost = ($lcost + $rcost);
$cost++ if ($rcost > $lcost);
$cost *= 100 unless ($plan->children_are_variable_connected);