<GitHub146>
artiq/master 9628e1d Sebastien Bourdeauducq: manual/installing: remove useless cd
<GitHub33>
[artiq] sbourdeauducq pushed 1 new commit to master: http://git.io/bApPmA
<GitHub33>
artiq/master 08f2aa8 Sebastien Bourdeauducq: management/scheduler: replace queue with transparent list + semaphore
sb0 has quit [Quit: Leaving]
_florent_ has joined #m-labs
sb0 has joined #m-labs
<sb0>
rjo, why do you prefer nosetests over unittest that python ships with?
mumptai has joined #m-labs
sj_mackenzie has quit [Remote host closed the connection]
Alain_ has joined #m-labs
Alain_ is now known as Alain
Alain has quit [Ping timeout: 255 seconds]
wpwrak has quit [Read error: Connection reset by peer]
<sb0>
has anyone done some research on the fairphone?
<sb0>
there isn't a lot of in-depth information on their website. basically the story what people want to hear. and no one in the project seems to have technical expertise, even though making a phone is a royal pain in the ass as everyone from openmoko here can confirm
<sb0>
I wonder if they are legit, or if it's just marketing bollocks to sell smartphones to the ethically-conscious consumer
<sb0>
if you go to the design information page on their website, it tells you how to 3d-print a case mockup - but 3d printers are incapable of manufacturing any serious part, and a fortiori the fairphone case. it just sounds like jumping on the 3d printing bandwagon to me...
<sb0>
no machining data, no detailed CAD files, no assembly information, etc.
<sb0>
electronics schematics are nowhere to be found
<mumptai>
the organizational side of how to achieve and stay true with their ethical goals would be interesting
Alain has joined #m-labs
<sb0>
I suspect their organizational side is: take an existing phone design and mfg process, team up with the original manufacturer, change a couple things, and do a crapload of PR
<mumptai>
yep, feels pr heavy
Alain has quit [Ping timeout: 265 seconds]
Alain has joined #m-labs
<mumptai>
i wonder what happens if they are aware of hexafluoride emissions from the fabs producing their chips and displays
Alain has quit [Ping timeout: 252 seconds]
<davidc__>
sb0: nosetests just acts as a discovery agent for unittest
<davidc__>
sb0: or can, at least
Alain has joined #m-labs
Alain has quit [Remote host closed the connection]
_florent_ has quit [Quit: Leaving]
<rjo>
sb0: i use it for convenience on top of unittest. it finds your non-canonically named tests, does useful stdout suppression if tests succeed etc.