Skip to content

Commit

Permalink
Few talks
Browse files Browse the repository at this point in the history
Adding more talks from FOSDEM 2012.
  • Loading branch information
miska committed Feb 5, 2012
1 parent 088670f commit 7889705
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions FOSDEM-2012/ARM BoF.asciidoc
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 FOSDEM-2012/How to trick a developer into being designer.asciidoc
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.

0 comments on commit 7889705

Please sign in to comment.