-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding more talks from FOSDEM 2012.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
ARM BoF | ||
======= | ||
:presenter: Steve McIntyre | ||
:presented: 5/2/2012 | ||
:type: BoF | ||
:conference: FOSDEM 2012 | ||
|
||
Old ABI expected floating point unit and nobody was shiping it. EABI expects no | ||
floating point and people started to ship it. Hard-float ABI expects floating | ||
point unit again. Point is to have better performance and standardized ABI. | ||
|
||
Xen and KVM are ready for A-15. amrv8 will be 64-bit. We should try to do | ||
Multi-Arch - more information on linaro wiki. |
20 changes: 20 additions & 0 deletions
20
FOSDEM-2012/How to trick a developer into being designer.asciidoc
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
How to trick a developer into being designer | ||
============================================ | ||
:type: talk | ||
:presented: 5/2/2012 | ||
:presenter: Allan Day, Seif Lotfy | ||
:conference: FOSDEM 2012 | ||
|
||
Designers are not crazy drunken guys. Prototyping is a good idea and shows, that | ||
designers actually knows what are they doing. | ||
|
||
Prototyping | ||
~~~~~~~~~~~ | ||
|
||
Key to working with designers. While working with designers, you need frequent | ||
iteration. It is important to make it easy for designers to try new code. You | ||
can't be attached to the code, as designers like to throw it away. Even designs | ||
are getting thrown away. Don't ask designers to give simple advice, you'll end | ||
up with new design for whole application. Prototyping will also help to talk to | ||
each other and to appreciate designers more. | ||
|