-
taking notes for usability symphony backend *
-
components
- I don’t understand why there is this extra level of hierarchy. I don’t understand the intrinsic connection between events, data sources and utilities. Why can’t these be part of the top level blueprints menu.
- I can’t perform actions on the elements from the overview. I can’t delete them.
- Why can’t I click the elements like I can in the authors section? to for example delete them from the overview page, without having to
-
datasources
- deleting a datasource doesn’t ask for confirmation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Eric Schrijver | |
met | |
de video | |
The structure of everything | |
op Summernest | |
de performance | |
You don’t wanna be alive when you’re 25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<title>title</title> | |
<div> | |
<h1>title</h1> | |
<p>text</p> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hello %friend | |
i hope you are super well, | |
(surprised to see you you %atsocialmedium:) | |
i think i will go to see %something %sometime at %someplace—maybe nice to go there? | |
will give you a call, | |
x, | |
%me |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The new revolution | |
after open source. | |
Distributed software, | |
distributed systems. | |
How could we make it distributed. | |
A mail-client? a mail-peer. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Volgens deze regels spreken. Te veel woorden, of juist te weinig; abrupte overgangen; letterlijke interpretatie en het verkeerd inschatten van nuances; metaforen die alleen voor de spreker betekenis hebben; onbegrip; overmatig pedant, formeel of eigenaardig taalgebruik—en eigenaardigheden in volume, toonhoogte, intonatie, zinsmelodie en ritme. | |
Hij heeft een nobelprijs gewonnen omdat hij zo mooi kan schrijven, hij staat op het strand en hij komt niet uit zijn woorden, want hij probeert het uit te leggen. De stilte en de hapering. | |
Deze taal is vergelijking en associatie. Deze regel is de paradox (waar iets altijd iets anders is). | |
Volgens deze regels: gisteren zei ik dat ik Hermes was, de boodschapper van de goden. Dat zou ik nu ook kunnen zeggen. Kijk maar. Ik heb een veer aan mijn schoen. Ook kan ik aankomen met Ziggy of met Zarathustra. | |
Of ik noem me Eric. Niet de Eric met een huishouden en een vriendenkring, maar Eric in het verhaal. Hij is een personage. Hij hoort bij alles wat in het verhaal zit. Door |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(tool-bar-mode -1) | |
(setq inhibit-splash-screen t) | |
(windmove-default-keybindings 'meta) | |
(require 'ido) | |
(ido-mode t) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<xsl:template match="data"> | |
<xsl:apply-templates select="contact/entry"/> | |
</xsl:template> | |
<xsl:template match="contact/entry"> | |
<div class="item header"> | |
<h3><span><xsl:value-of select="category"/> ></span> <xsl:value-of-select="title"/></h3> | |
<h4>Project: logo & corporate identity</h4> | |
<p><img src="static/ex_coco_log.png" /></p> | |
</div> |
ubuntu
kopieer hier de lecture notes.
gaaf geheim project en de geschiedenis van Marc
ayatana
ubuntu-artwork
ubuntu-artists
processing language making a implementation of sol lewitts for a wall drawing four draughtsman will be implied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OSP workshop please make me design 2010-05-26 | |
# | |
# presupposes installation of enscript (sudo apt-get install enscript) | |
# and podofo (built from source) | |
# actually, superimpose.plan was also edited | |
# I will make a line for that. And make annotation. | |
# | |
git clone http://github.com/aleray/PleaseMakeMeDesign.git | |
cd PleaseMakeMeDesign | |
mkdir wip |