2013-07-18 00:00 http://scasagrande.blogspot.ca/2012/04/gpibusb-for-sale.html this one... i just never used pics the last 10 years... 2013-07-18 00:01 thus no flasher around.. of course i didnt buy kits from him.. someone ordered the parts and the pcbs 2013-07-18 00:05 _ffio_ has quit [Ping timeout: 246 seconds] 2013-07-18 00:21 _ffio_ has joined #qi-hardware 2013-07-18 00:21 http://www.diygadget.com/tiao-usb-multi-protocol-adapter-jtag-spi-i2c-serial.html looks nice..? 2013-07-18 00:37 should be ok 2013-07-18 00:37 seems they added a level shifter for jtag and one for rs232 levels 2013-07-18 00:41 similar to the moko board, but less specific. quite nice design. and cheap. still not fully open but who cares for such details which are obvious ;) 2013-07-18 00:59 nutt has quit [] 2013-07-18 01:31 LunaVorax has quit [Ping timeout: 268 seconds] 2013-07-18 01:31 emeb has quit [Ping timeout: 276 seconds] 2013-07-18 02:13 Luke-Jr: maybe you need to get a better soldering iron. oh, and when working with smt and such, always apply plenty of flux. that's the magic ingredient that makes things work properly. 2013-07-18 02:17 Luke-Jr: but i can assure you that modern electronic can be soldered by hand :) for example, i soldered all these critters: http://downloads.qi-hardware.com/people/werner/wpan/tmp/boards-so-far.jpg 2013-07-18 02:18 so wouldn't go much smaller than that, though. the contact spacing of the chips is 0.5 mm, the resistors and such have 0402 packages. 2013-07-18 02:43 wpwrak: maybe. the one I use is from the 1970s 2013-07-18 02:50 emeb has joined #qi-hardware 2013-07-18 03:02 you may want to get something a little more modern :) doesn't have to be too fancy. but temperature-controlled is nice. also allows you to adjust the heat. e.g., ~270 C for regular work, more if you have large metal pieces involved 2013-07-18 03:04 wpwrak: but I wouldn't know what to adjust it to :/ 2013-07-18 04:04 pcercuei has joined #qi-hardware 2013-07-18 04:38 pcercuei has quit [Ping timeout: 276 seconds] 2013-07-18 04:46 Have any of you ever tried using a NanoNote w/ the µSD Wi-Fi adapter as an acess-point? 2013-07-18 05:43 _ffio_ is now known as ffio 2013-07-18 06:01 emeb has quit [Ping timeout: 240 seconds] 2013-07-18 06:52 bzb has joined #qi-hardware 2013-07-18 06:54 bzb has quit [Max SendQ exceeded] 2013-07-18 06:54 bzb has joined #qi-hardware 2013-07-18 06:56 apelete has joined #qi-hardware 2013-07-18 07:08 bzb has quit [Quit: I hate to quit but my bladder's full. :-(] 2013-07-18 07:18 jekhor has joined #qi-hardware 2013-07-18 07:41 bikepunk-Work has joined #qi-hardware 2013-07-18 07:52 wej has joined #qi-hardware 2013-07-18 08:03 ffio_ has joined #qi-hardware 2013-07-18 08:04 ffio has quit [Ping timeout: 240 seconds] 2013-07-18 08:48 rozzin1: No, but I think I should. :) 2013-07-18 08:57 jekhor has quit [Ping timeout: 248 seconds] 2013-07-18 09:00 lekernel has joined #qi-hardware 2013-07-18 09:04 pcercuei has joined #qi-hardware 2013-07-18 09:07 guys, what's the difference between 'man 2 recv' and 'man 3 recv'? 2013-07-18 09:07 i understand that 2 is Linux programmer's manual, and 3 is POSIX's 2013-07-18 09:07 but why would i refer to POSIX programmer's manual anyway? 2013-07-18 09:08 it clearly states that "implementation of this interface may differ from Linux or may not be implemented in Linux." 2013-07-18 09:08 so what's the point of 'man 3 recv'? 2013-07-18 09:09 because you may be trying to write portable code 2013-07-18 09:20 wej has quit [Ping timeout: 248 seconds] 2013-07-18 09:27 wej has joined #qi-hardware 2013-07-18 09:43 but how it is portable, if implementation may differ from Linux or not implemented at all? 2013-07-18 09:44 well, portable code adheres to POSIX 2013-07-18 09:44 so if you only follow the POSIX manual and do not use anything that is not included there, your code will be portable 2013-07-18 09:45 in theory at least :) 2013-07-18 09:45 it doesn't say that POSIX is a subset of Linux 2013-07-18 09:45 in fact, it says the opposite 2013-07-18 09:46 http://linux.die.net/man/2/recv 2013-07-18 09:46 Conforming To 2013-07-18 09:46 4.4BSD (these function calls first appeared in 4.2BSD), POSIX.1-2001. 2013-07-18 09:46 so Linux is a superset of POSIX 2013-07-18 09:46 (for this call that is) 2013-07-18 09:47 oh, I see what you mean 2013-07-18 09:47 the POSIX manual prologue is the same for all POSIX manual pages 2013-07-18 09:47 lekernel has quit [Ping timeout: 240 seconds] 2013-07-18 09:48 ah, ok.. 2013-07-18 09:48 and Linux indeed is not completely compatible with POSIX 2013-07-18 09:49 should one follow POSIX manuals, and cross-reference with Linux manuals from time to time, or vice versa? :) 2013-07-18 09:50 it depends on what you want to achieve :) 2013-07-18 09:50 there is quite a bit of Linux-only software which doesn't even try to be portable 2013-07-18 09:50 *cough* systemd 2013-07-18 09:50 ok, i see your point 2013-07-18 09:50 additionally there are POSIX extensions which are implemented in one way or another by most *nix systems 2013-07-18 09:51 posix doesn't only define portability in terms of kernel syscalls 2013-07-18 09:51 the same way, not all software running in a GNU/Linux has to keep posix compatibility to the kernel 2013-07-18 09:53 yeah, definitely not.. That's why Linux programmer's manual is there 2013-07-18 09:53 so one could create posix-incompatible software :) 2013-07-18 09:54 viric: I'm not sure if POSIX even refers to syscalls 2013-07-18 09:54 it's defined in terms of behavior of library routines 2013-07-18 09:54 and `read' isn't exactly close to `sysread' 2013-07-18 09:59 exactly 2013-07-18 10:00 in fact glibc has code to emulate kernel-side things, in case you build a glibc for older kernels not having that functionality. 2013-07-18 10:01 lekernel has joined #qi-hardware 2013-07-18 10:17 lindi- has quit [Remote host closed the connection] 2013-07-18 10:31 pcercuei has quit [Ping timeout: 248 seconds] 2013-07-18 10:34 lindi- has joined #qi-hardware 2013-07-18 10:34 lindi- has joined #qi-hardware 2013-07-18 11:00 pcercuei has joined #qi-hardware 2013-07-18 11:25 freemor has quit [Remote host closed the connection] 2013-07-18 11:29 pcercuei has quit [Ping timeout: 240 seconds] 2013-07-18 11:31 pcercuei has joined #qi-hardware 2013-07-18 12:16 freemor has joined #qi-hardware 2013-07-18 12:20 freemor is now known as freemor 2013-07-18 12:23 rz2k has joined #qi-hardware 2013-07-18 12:33 unclouded has quit [Ping timeout: 245 seconds] 2013-07-18 12:45 jekhor has joined #qi-hardware 2013-07-18 13:09 kyak, whitequark: man sections 2/3 are not `Linux vs. POSIXl', it's `kernel vs. library'. 2013-07-18 13:09 http://linux.die.net/man/3/recv 2013-07-18 13:09 >This manual page is part of the POSIX Programmer's Manual. 2013-07-18 13:10 http://linux.die.net/man/2/recv 2013-07-18 13:10 The prototypes given above follow glibc2. 2013-07-18 13:10 http://linux.die.net/man/3/scandir 2013-07-18 13:10 pretty sure it's both library 2013-07-18 13:10 There's plenty in section 3 that's either Linux-specific or GNU-specific. 2013-07-18 13:10 oh I see 2013-07-18 13:10 whitequark: man man 2013-07-18 13:10 it's confusing 2013-07-18 13:11 If you specifically want the *POSIX* manual for library calls, you need to look in section 3p. 2013-07-18 13:11 Some of the pages in 3 are `inherited' from 3p where there's no reason to have a GNU- or Linux-specific page. 2013-07-18 13:12 I see 2013-07-18 13:12 thanks for explanation 2013-07-18 13:12 larsc: that also doesn't mention 3p :p 2013-07-18 13:13 The 2-vs-3 `kernel vs. library' distinction is much clearer in some man pages than others, e.g.: 2013-07-18 13:15 the 2/3 distinction isn't all that useful, except maybe if you're developing a libc. and then i wouldn't be so sure whether 2/3 follows the actual implementation or just history 2013-07-18 13:16 for compatibility, you really need to look at what the man page says. there are also many extensions that go beyond posix. and of course, no all man page tell the whole truth :) 2013-07-18 13:16 Hrm. I'm actually having a hard time finding a good 2/3 example. 2013-07-18 13:16 rozzin1: :D 2013-07-18 13:17 I had one just the other day, though--I swear :p 2013-07-18 13:17 so if you really want to be sure, you start from the official posix documentation 2013-07-18 13:17 It's easier to find 3/3p examples, like "man 3 basename" vs. "man 3p basename". 2013-07-18 13:17 you know how I feel about this? (╯°□°)╯︵ ┻━┻ 2013-07-18 13:18 I work with a bunch of people who build on Mac OS. 2013-07-18 13:18 that looked a little odd. where those three faces ? 2013-07-18 13:18 I don't even have 3p 2013-07-18 13:18 wpwrak: one face and a table 2013-07-18 13:18 don't you do unicode? 2013-07-18 13:18 wpwrak: "table flip" 2013-07-18 13:19 the ╯︵ is his left hand and a "swoosh", ┻━┻ is an upside-down table 2013-07-18 13:20 by itself, flipping table is an iconic symbol in Japanese media, much like facepalm is for Western one 2013-07-18 13:20 (why do I even know all that stuff) 2013-07-18 13:21 i see the table. but what's supposed to be the face doesn't look very face-ish. maybe i don't have the right cyrillic fonts installed :) 2013-07-18 13:21 or japanese fonts :) 2013-07-18 13:21 http://imgur.com/JU2QR9t 2013-07-18 13:22 sanderr_: If you can try it, I'd be really interested it knowing if NanoNote works as an access-point. I'm looking for an `extensible Wi-Fi AP' platform, right now. 2013-07-18 13:22 so the japanese flip tables ? interesting. and i thought certainly M$ guys throwing chairs were bad. 2013-07-18 13:22 no chairs :D 2013-07-18 13:24 hmm, that looks actually what i got. i guess i need face recognition 2.0 :) 2013-07-18 13:24 heh 2013-07-18 13:24 ╯ are his raised hands, ° are eyes, and □ is the mouth 2013-07-18 13:24 it's really a completely different style of writing emoticons 2013-07-18 13:26 there is also the reverse one: ┬─┬ノ( º _ ºノ) 2013-07-18 13:26 cheek-hand-eye-mouth-cheek-hand-arm. a bit surrealist 2013-07-18 13:27 ah, the ノ( º _ ºノ) could be hair-cheek-eye-mouth-eye-hair-cheek. that works. 2013-07-18 13:27 wpwrak: now that you mention it... 2013-07-18 13:27 (and yes it's not hairs, it's arms) 2013-07-18 13:28 strange anatomy :) 2013-07-18 13:28 xiangfu has joined #qi-hardware 2013-07-18 13:28 well it's contrast to the minimalistic ':)' 2013-07-18 13:28 wpwrak: i think it's an attempt to convey perspective 2013-07-18 13:29 as in, he stands 45° wrt/ you 2013-07-18 13:29 think isometric 2013-07-18 13:29 the '︵' are movement stripes btw 2013-07-18 13:30 to show that the table is moving fast 2013-07-18 13:31 ah. i begin to see it. still kinda strange that the arms would be attached to the head, but yes, there is a "piggy throwing table" pattern tehre 2013-07-18 13:31 try this fine illustration: http://i2.kym-cdn.com/photos/images/original/000/167/919/38f2f82655cf6ebd5842972e1318b03e.jpg 2013-07-18 13:35 the moral: don't cheat on your ninja-demon girlfriend 2013-07-18 13:51 panda|x201 has joined #qi-hardware 2013-07-18 13:52 "Would A Kickstarter Open-Source GPU Work?" Phoronix 2013-07-18 13:54 Betteridge's law of headlines says that the answer is 2013-07-18 13:54 NOPE 2013-07-18 13:55 also: https://twitter.com/YourTitleSucks 2013-07-18 13:56 "Would a Kick-Open Sourcestarter GPU work " ? 2013-07-18 13:59 some company way or may not opensource their verilog gpu 2013-07-18 14:00 if they get enough money 2013-07-18 14:07 some open gpu had been tried several years ago. not sure what happened with it. 2013-07-18 14:09 yes, I remember some. 2013-07-18 14:09 http://www.phoronix.com/scan.php?page=news_item&px=MTQxMjU that's the post 2013-07-18 14:27 there's also this one, a thesis project: 2013-07-18 14:27 https://github.com/maidenone/ORGFXSoC 2013-07-18 14:29 with about 1 commit 2013-07-18 14:29 nah, they worked on it for quite some time, I followed it on G+ 2013-07-18 14:29 it was only after they turned it in that it was submitted to github, opencores etc 2013-07-18 14:32 it still looks rather dead 2013-07-18 14:32 yeah, but then so is that code base the company is pitching to phoronix, no doubt 2013-07-18 14:33 yep, probably just want to squeeze out a last few bucks 2013-07-18 14:33 otherwise they wouldn't be pitching it -- they're just seeing if there's any money at all to be made from it still 2013-07-18 14:33 and quite possibly ORGFXSoC is less advanced than that one 2013-07-18 14:34 but it does bear asking, why does anyone need to pay via kickstarter to get a basic GPU code base? 2013-07-18 14:40 they will have to define well what they are going to deliver. 2013-07-18 14:40 biot: well.. for starters to pay for the year or so of development which needs to happen first 2013-07-18 14:40 or they won't get much money I guess 2013-07-18 14:41 and even then a fpga based card will never be worth anything.. atleast outside of development. 2013-07-18 14:41 much too slow and power hungry while being expensive. bad combination 2013-07-18 14:41 maybe they don't plan to deliver fpgas 2013-07-18 14:42 viric: heh.. i dont believe that yet. 2013-07-18 14:42 the only ones i know which moved trhough fpga to real asics fast were the bitcoin miners. anybody else... nope. 2013-07-18 14:45 so .. make a gpu that's also good at mining bitcoins :) 2013-07-18 14:46 i dont make gpus at all. shitty business. annoying customers. no value on quality or stability... booooring. 2013-07-18 14:46 just gamerkids, nobody serious. 2013-07-18 14:46 jekhor has quit [Ping timeout: 240 seconds] 2013-07-18 14:50 is anyone delivering asic miners? 2013-07-18 14:50 I thought there have not been delivers yet 2013-07-18 14:50 deliveries 2013-07-18 14:50 they do. but only if you ordered and payed last lear 2013-07-18 14:50 eh year. 2013-07-18 14:50 basically all they make is sold in advance 2013-07-18 14:51 but did they *deliver*? 2013-07-18 14:51 yes. 2013-07-18 14:51 limited amounts, but yes. 2013-07-18 14:51 emeb has joined #qi-hardware 2013-07-18 14:52 you would think if they managed to get an ASIC manufactured, it would be in large amounts 2013-07-18 14:52 pko 2013-07-18 14:52 ok 2013-07-18 14:53 biot: yes and no. for the first few batches you do small amounts to limit the impact of failiure. 2013-07-18 14:53 making chips is nothing risk free 2013-07-18 14:53 if you are sure your design is ok, you go into volume 2013-07-18 14:53 ah right. and are they planning to make more? 2013-07-18 14:54 sure. but the fabs have lead times of month to years 2013-07-18 14:54 you are confused by marketing cycles. 2013-07-18 14:54 real hw development takes years 2013-07-18 14:56 thanks guys for 2 vs 3 vs 3p explanation! 2013-07-18 15:01 xiangfu has quit [Ping timeout: 256 seconds] 2013-07-18 15:03 xiangfu has joined #qi-hardware 2013-07-18 15:20 xiangfu has quit [Ping timeout: 246 seconds] 2013-07-18 15:20 bikepunk-Work has quit [Remote host closed the connection] 2013-07-18 16:04 _ffio_ has joined #qi-hardware 2013-07-18 16:04 ffio_ has quit [Ping timeout: 248 seconds] 2013-07-18 16:41 emeb has quit [Ping timeout: 256 seconds] 2013-07-18 17:49 panda|x201 has quit [Quit: Leaving] 2013-07-18 19:07 rozzin1: Might take some time until I'm able to try it, I'm on the road at the moment. 2013-07-18 19:07 sanderr_ is now known as sanderr 2013-07-18 19:07 rozzin1: But I surely will if I'm at home again. 2013-07-18 20:20 jekhor has joined #qi-hardware 2013-07-18 20:32 wej has quit [Ping timeout: 245 seconds] 2013-07-18 20:33 wej has joined #qi-hardware 2013-07-18 20:59 unclouded has joined #qi-hardware 2013-07-18 21:17 [commit] Paul Cercueil: Remove all links of an OPK when moved out of the monitored folder (packages) http://qi-hw.com/p/gmenu2x/dfad7c3 2013-07-18 21:17 [commit] Paul Cercueil: Fix the function that sets the icon of a Link (packages) http://qi-hw.com/p/gmenu2x/504641a 2013-07-18 21:17 [commit] Paul Cercueil: Change the "GMenu2X starting" message (packages) http://qi-hw.com/p/gmenu2x/32d100e 2013-07-18 21:17 [commit] Paul Cercueil: Fix translations in user directory not correctly loaded (packages) http://qi-hw.com/p/gmenu2x/9029dec 2013-07-18 21:40 [commit] Paul Cercueil: Order the links in alphabetical order (packages) http://qi-hw.com/p/gmenu2x/bcb3e98 2013-07-18 21:53 [commit] Paul Cercueil: Allow an OPK to use an icon provided by the theme (packages) http://qi-hw.com/p/gmenu2x/91f381f 2013-07-18 22:22 lekernel has quit [Quit: Leaving] 2013-07-18 22:35 jekhor has quit [Ping timeout: 268 seconds] 2013-07-18 22:56 rz2k has quit [] 2013-07-18 23:45 emeb has joined #qi-hardware 2013-07-18 23:49 kyak has quit [Ping timeout: 264 seconds] 2013-07-18 23:51 kyak has joined #qi-hardware