2011-11-18 00:21 wpwrak: wow I didn't even knew there were 'reviews' in the shop :-) 2011-11-18 00:21 will replace creloaded with a very plain one anyway (thought not on top of list right now) 2011-11-18 00:29 whitequark joined #qi-hardware 2011-11-18 00:51 aw_ joined #qi-hardware 2011-11-18 00:51 aw joined #qi-hardware 2011-11-18 01:15 aisa joined #qi-hardware 2011-11-18 01:35 Hoolxi joined #qi-hardware 2011-11-18 02:03 kristianpaul joined #qi-hardware 2011-11-18 02:03 kristianpaul joined #qi-hardware 2011-11-18 02:45 xiangfu joined #qi-hardware 2011-11-18 02:53 rejon joined #qi-hardware 2011-11-18 02:55 freakazoid0223 joined #qi-hardware 2011-11-18 03:08 wolfspraul joined #qi-hardware 2011-11-18 03:11 uwe_mobile joined #qi-hardware 2011-11-18 03:22 whitequark: testing a unicode char :-) 本 NanoNote 2011-11-18 03:22 let's see whether that comes out right in the logs in a little while 2011-11-18 03:23 maybe you are right and the utf-8 problem is already solved, then just my notes are outdated... 2011-11-18 03:29 heh. unicode and solved ;) 2011-11-18 03:29 sometimes you are really funny *g* 2011-11-18 03:40 something not solved? 2011-11-18 03:46 that's chinese diode. see, that's why china dominates the electronics market today - they've known semiconductors for centuries already. they even have them in their font ;-) 2011-11-18 03:50 it sounded like roh thinks Unicode doesn't solve anything 2011-11-18 03:50 so I was curious to understand his point 2011-11-18 03:56 i think he was just pleasantly surprised that unicode didn't cause trouble :) 2011-11-18 03:58 utf-8 seems to work well 2011-11-18 04:04 whitequark: cool, you are right! 2011-11-18 04:05 the utf-8 problems seems not to be in eggdrop, but the html generator 2011-11-18 04:05 the Chinese Ben character does not show up correctly (in my browser at least) on http://en.qi-hardware.com/irclogs/qi-hardware_2011-11-18.log.html#t03:22 2011-11-18 04:05 but it does show correctly at http://irclog.whitequark.org/qi-hardware/2011-11-18#1321586529; 2011-11-18 04:08 for the links, I am wondering how we can keep the old links working if we switch to your view 2011-11-18 04:09 both seem to use timestamps, but the links we have right now only use the minute #thh:mm 2011-11-18 04:09 whereas yours go all the way to seconds and what not? 2011-11-18 04:10 I could do a regex redirect to take out the 't' and ':', but your engine would need to search for the next entry... 2011-11-18 04:10 for example http://irclog.whitequark.org/qi-hardware/2011-11-18#1321; 2011-11-18 04:10 can the #1321; automatically find the next entry, that is #1321586529; ? 2011-11-18 04:38 wolfspraul: irc has no concept of charset, so either its 7bit and it works for everyone, or you have some understanding to use utf8 like we do. or another charset. there is just no 'field' in irc which enables one to fetch which one it is automagically 2011-11-18 04:38 chinese diode :) yeah 2011-11-18 04:40 if we have a unicode console we can do also a bit of nice ui... 2011-11-18 04:40 ☑ 2011-11-18 04:40 use ncurses_w ;) 2011-11-18 04:43 roh: that's ok but we can assume/define utf-8 to be our charset on this channel 2011-11-18 04:43 there goes your 'field' 2011-11-18 04:43 well.. yeah. manual mode 2011-11-18 04:44 'inband signalling' (cause we talked about it) 2011-11-18 04:44 :-) 2011-11-18 04:44 exactly 2011-11-18 05:05 wolfspraul: it's easy to fix the links 2011-11-18 05:06 just make a two-line js which will get the timestamp in #txx:xx format, convert it to unix one and redirect to my irclog 2011-11-18 05:06 yeah I think if you could make #1321; work I can see an upgrade path 2011-11-18 05:06 js? 2011-11-18 05:07 the link that already exists somewhere does not have all precision 2011-11-18 05:07 so best I can convert it to (without js, just regex Apache redirect) is #1321; 2011-11-18 05:07 wolfspraul: yes, and, as I've converted the html logs, my ones do not have all the precision 2011-11-18 05:07 but then you have to search for the next match, right now such a url won't find anything 2011-11-18 05:07 besides that 2011-11-18 05:08 the #hash part does not get to the webserver 2011-11-18 05:08 it's just on the client side 2011-11-18 05:08 that was my next question how well your system would work with simple text browsers or non-javascript browsers 2011-11-18 05:08 or wget, curl etc. 2011-11-18 05:09 wolfspraul: it handles both the simple browsers, in which case the #hash is handled by regular html means 2011-11-18 05:09 and the complex ones, in which it uses a JS handler 2011-11-18 05:09 graceful degradation FTW! 2011-11-18 05:09 aw joined #qi-hardware 2011-11-18 05:09 I still don't understand what to do with a link that only has minute precision 2011-11-18 05:09 aw_ joined #qi-hardware 2011-11-18 05:09 well 2011-11-18 05:10 the best I can convert it to is #1321; 2011-11-18 05:10 I was converting it to a corresponding unix timestamp with the seconds set to 00 2011-11-18 05:10 I offer a following solution 2011-11-18 05:10 http://irclog.whitequark.org/qi-hardware/2011-11-18#1321; 2011-11-18 05:11 doesn't work 2011-11-18 05:11 you make an apache redirect to a specially-crafted html page. That page will have a for the JS-less browsers which will just redirect to whole day in my logger 2011-11-18 05:11 as you can't get a hash part on the webserver anyway, that's fine 2011-11-18 05:12 and also it will have JS code which will get the hash part on the client, then construct a proper unix timestamp and forward to #111222333 on my logger 2011-11-18 05:12 can you make your backend smarter in that a partial link like #1321; will search forward to the next match? 2011-11-18 05:12 wolfspraul: the #thh:mm part does not reach the webserver 2011-11-18 05:12 you can't make an apache redirect for it 2011-11-18 05:13 if you don't believe me, use tcpdump 2011-11-18 05:14 when a browser fetches something like http://google.com/#anchor, it sends an HTTP request to http://google.com/ 2011-11-18 05:14 ah, yeah 2011-11-18 05:14 and then finds element with id="anchor" and scrolls to it 2011-11-18 05:14 skipped over that 2011-11-18 05:14 true true 2011-11-18 05:15 ok then, I rest my case until I thought it through :-) 2011-11-18 05:15 okay 2011-11-18 05:15 worst case we can break old links, I can probably find them in most places and update manually 2011-11-18 05:17 wolfspraul: as I've said: a simple JS snippet does the forwarding, nothing will be lost 2011-11-18 05:21 something like var re=/t(\d{2}):(\d{2})/;var t=re.match(document.hash);document.location="http://irclog.whitequark.org/$channel/$day/"+Date.parse("$day").setUTCHours(t[0], t[1]).getTime(); 2011-11-18 05:21 I'm assuming that $channel is, well, channel and $date is yyyy-mm-dd 2011-11-18 05:28 I was talking with Jon about feeding the #qi-hardware channel into twitter 2011-11-18 05:29 that way I could finally solve my continued unwillingness to 'maintain' the qi-hardware feed on Twitter 2011-11-18 05:29 and surprisingly he thought it's a good idea 2011-11-18 05:29 I thought it would violate the twitter tos or be seen as rude or so 2011-11-18 05:29 but.. seems not 2011-11-18 05:31 that's insane 2011-11-18 05:31 he suggested a qi-noise feed though 2011-11-18 05:31 as for naming 2011-11-18 05:32 #qi-hw sometimes makes hundreds messages a day 2011-11-18 05:32 whitequark: what is insane? :-) 2011-11-18 05:32 no one would ever follow that 2011-11-18 05:32 at least no one you'd want to follow you 2011-11-18 05:32 i.e. men who know what to do with their time. 2011-11-18 05:32 depends on how people use twitter 2011-11-18 05:32 well I use it :D 2011-11-18 05:33 how many people do you follow, and how do you follow them? you read everything? 2011-11-18 05:33 I follow 34 2011-11-18 05:33 and yes, I read every tweet 2011-11-18 05:33 that's about 200 tweets a day, and that's more than enough 2011-11-18 05:34 do you follow #qi-hardware on Twitter? 2011-11-18 05:34 there are some news, like @lwn or @phoronix, and some random people, like classmates who're nevertheless interesting or e.g. @mislav 2011-11-18 05:34 hm 2011-11-18 05:34 didn't knew qi-hw has twitter 2011-11-18 05:34 Jon said 'make a new feed #qi-noise', so that wouldn't catch anybody following #qi-hardware by surprise 2011-11-18 05:35 oh it's pretty much dead/unmaintained 2011-11-18 05:35 well it doesn't 2011-11-18 05:35 and I enjoy more making irc work better than diving into the Twitter world 2011-11-18 05:35 no @qi_hardware account exists 2011-11-18 05:35 well, there are generally two twitter strategies 2011-11-18 05:36 1) tell about interesting events, i.e. new devices, new firmwares etc. (the "convenient and useful way") 2011-11-18 05:36 that'll be relatively rare 2011-11-18 05:37 2) tell about every fly that's got in your office (the "I'm a 13-year-old girl way") 2011-11-18 05:37 we could have some command in irc to trigger that 2011-11-18 05:37 yes, this is much better 2011-11-18 05:37 and a whitelist I think 2011-11-18 05:37 so that a random spammer couldn't spoil official account 2011-11-18 05:38 so every line could go to qi-noise, but you need some command to make it show up in qi-hardware 2011-11-18 05:38 nah I wouldn't want to maintain a whitelist, better to just have a well behaved community culture 2011-11-18 05:38 I doubt that @qi-noise should ever exist 2011-11-18 05:38 for what? 2011-11-18 05:39 unlike irc, twitter has a timeline, where each message takes pretty much space, and is spawning desktop notifications 2011-11-18 05:40 I know little about Twitter customs and behavior, so I take your word for granted. 2011-11-18 05:40 how about people following certain hash tags/themes 2011-11-18 05:40 you may also ask ronkjeffries 2011-11-18 05:41 if we had a qi-noise where each irc line would go to, that would be a way to connect to that 2011-11-18 05:41 wolfspraul: hashtags generally follow the two described strategies 2011-11-18 05:42 either it's some random nonsense like #welovejustinbieber 2011-11-18 05:42 or a carefully prepared tweet with proper length, embedded links etc. 2011-11-18 05:42 ok, but if we would setup a qi-noise feed and pump all irc messages into that, it would allow people following hashtags to see stuff they are interested in, no? 2011-11-18 05:43 it would have way too low SND 2011-11-18 05:43 *SNR 2011-11-18 05:44 I don't know anyone who actually follows some hashtag 2011-11-18 05:44 (know != follow) 2011-11-18 05:44 if nobody follows, why do they exist? 2011-11-18 05:44 hashtags generally have a lot of traffic with them 2011-11-18 05:45 I think it's a common usage, at least from what I hear 2011-11-18 05:45 "do not follow" like in "follow people" 2011-11-18 05:45 hashtag is just an explicit keyword 2011-11-18 05:45 it allows you to search quickly for latest news on trending topics 2011-11-18 05:45 ok, first and best idea is to have some command that makes an 'official' tweet on qi-hardware 2011-11-18 05:45 technically that's fine and corresponds with the way twitter works 2011-11-18 05:46 I'm just concerned a bit about social issues 2011-11-18 05:46 but well, I'm not the owner of qi-hw 2011-11-18 05:46 but some people seem to be in some sort of frenzy to post as many messages as possible 2011-11-18 05:46 every few minutes 2011-11-18 05:46 one would almost want to recommend a good mental health doctor to them :-) 2011-11-18 05:47 yep 2011-11-18 05:47 and that's exactly why qi-hw should not behave the same way 2011-11-18 05:47 they're annying and look silly 2011-11-18 05:47 only the... similar people do follow them 2011-11-18 05:47 I guess to raise one's self-esteem... 2011-11-18 05:48 and then they are happy when they reach 10k posts, 20k, etc. 2011-11-18 05:48 oh sure, no need to do that so your feedback and really very appreciated 2011-11-18 05:48 and they follow thousands of people 2011-11-18 05:48 and actually read none of it, let alone think 2011-11-18 05:48 no man on earth could ever read 10k+ tweets a day 2011-11-18 05:48 pointless tweets :D 2011-11-18 05:48 that's why I thought feeding the entire irc feed in there could make them happy :-) 2011-11-18 05:49 * whitequark facepalms 2011-11-18 05:49 does you have a need in a flock of idiots flooding #qi-hw? 2011-11-18 05:49 *do 2011-11-18 05:50 I doubt that :) 2011-11-18 05:50 that's tempting 2011-11-18 05:51 ok anyway, we are joking. yes, it should serve some good purpose. we have some degree of responsibility to use those tools wisely, I think. 2011-11-18 05:51 exactly 2011-11-18 05:51 so... if we ever do this, then first just with some command to qi-bot that routes to the qi-hardware twitter feed 2011-11-18 05:51 but no whitelist 2011-11-18 05:52 I hope that we share enough common ground for that not to be needed. 2011-11-18 05:52 and I would encourage anyone who has any interesting/bigger thing to announce or say about qi hardware to just use that command 2011-11-18 05:52 hm 2011-11-18 05:52 which we don't have anyway right now, so it's just a plan 2011-11-18 05:52 IRC is less known these days 2011-11-18 05:52 so I guess that may work 2011-11-18 05:53 I heard that ten years ago it was as popular as facebook (compared to the size of internet audience) 2011-11-18 05:53 (I'm 18 btw) 2011-11-18 05:53 hmm 2011-11-18 05:54 what about the absolute number of users? 2011-11-18 05:54 I think irc was always underground/techie 2011-11-18 05:54 that may be just the russian specifity 2011-11-18 05:54 there were others like iqc or so that were big, aol messenger? (I forgot) 2011-11-18 05:54 icq=aol 2011-11-18 05:55 icq, yeah 2011-11-18 05:55 well I don't believe my eyes 2011-11-18 05:55 how is the absolute number of irc users developing? I don't know 2011-11-18 05:55 what i find interesting about the model is that the big servers mostly seem to be community supported 2011-11-18 05:55 an amazing achievement 2011-11-18 05:55 I've finally met someone who not only does not hate icq, but hardly knows what's it 2011-11-18 05:56 then, I guess, that irc statistics is indeed the russian specifity. 5 years ago, everyone knows what icq is and greatly overuses it 2011-11-18 05:56 and mIRC is a popular blonde-talking toolpiece of software 2011-11-18 05:57 *piece 2011-11-18 05:57 maybe it's because providers had not charged for the access to it in the dialup times or whatever. I don't actually know 2011-11-18 05:58 whew 2011-11-18 05:58 google even knows that "мирка", a russian slang word for mIRC, corresponds to the program's name 2011-11-18 05:58 ok but how about absolute irc usage? 2011-11-18 05:58 let me quickly check whether there are freenode stats... 2011-11-18 05:59 there are global irc stats sites overthere.. 2011-11-18 05:59 first, icq has eaten almost all of the non-techie part of market years ago 2011-11-18 05:59 the number of users has dropped much 2011-11-18 05:59 and then gtalk with facebook (and its clones) came in and finished that 2011-11-18 05:59 "In 1998, the network had about 200 users and less than 20 channels. Ten years down the line the network currently peaks at just over 70,000 users" 2011-11-18 06:00 kyak, the i386 SDK and toolchian is building. so it will be on server in next 24 hours. :) after build success I will send one email to list. 2011-11-18 06:00 wolfspraul: that's just freenode 2011-11-18 06:00 icq is dead, too (if compared to what it used to be several years ago, in terms of amount of users) 2011-11-18 06:00 xiangfu: cool :) 2011-11-18 06:00 so what's our conclusion now? sorry got lost. irc is dead? 2011-11-18 06:01 kyak: why "too"? irc isn't dead, it just has a well-defined audience 2011-11-18 06:01 kyak, just sent out the new release email. http://en.qi-hardware.com/wiki/File:Release-2-11-11-13-2.JPG :) 2011-11-18 06:01 we discuss that irc is dead on an irc channel? 2011-11-18 06:01 kyak: and thankfully it does not include the majority of internet users 2011-11-18 06:01 whitequark: irc is well dead 2011-11-18 06:01 ok 2011-11-18 06:01 we are the mammoth :) 2011-11-18 06:01 lemme work on a temporary couple-year eggdrop module to feed twitter, while that's the hype 2011-11-18 06:01 kyak: I do not agree. 2011-11-18 06:02 not even worth upstreaming, so temporary it is :-) 2011-11-18 06:02 2000-2004 were the golden age of irc 2011-11-18 06:02 wolfspraul: I bet someone already wrote that 2011-11-18 06:02 oh, qi-hw , that milkymist on the left call atention for sure 2011-11-18 06:02 wolfspraul: also the twitter API isn't quite trivial 2011-11-18 06:02 there are twitter to irc eggdrop scripts, if that's what yo uare looking for 2011-11-18 06:03 how about the other way round? 2011-11-18 06:03 kyak: the ones which I have found atm are all using API v1 2011-11-18 06:03 i.e. the "easy http one" 2011-11-18 06:03 wolfspraul: the other way around, too 2011-11-18 06:03 which has been removed afaik 2011-11-18 06:03 we want some command here in the channel that allows us to send to the qi-hardware twitter feed 2011-11-18 06:03 ah, twitter to irc. 2011-11-18 06:03 whitequark: there are ones using oath api 2011-11-18 06:05 http://forum.egghelp.org/viewtopic.php?t=17556&highlight=twitter 2011-11-18 06:05 how about this one? 2011-11-18 06:05 hum...maybe the white background , but i dont dicuss on likes 2011-11-18 06:06 btw, twitter on irc. And you are saying irc is not dead? :) 2011-11-18 06:06 kyak: twitter is a temporary hype 2011-11-18 06:07 oh, sharim.org asterisk, what happened with freedom diagram.. 2011-11-18 06:07 whitequark: what is the purpose? 2011-11-18 06:07 kyak: I dunno 2011-11-18 06:08 i'm not against that link but, i wonder how is related to the goals green block 2011-11-18 06:08 kyak: the purpose is that everybody is able to quickly send a tweet to the qi-hardware twitter feed without having to deal with the twitter gui or apps 2011-11-18 06:08 whitequark: i mean, what is the purpose of posting to twitter from irc? 2011-11-18 06:08 ah 2011-11-18 06:09 the way it is right now is that a few people have the password, but nobody posts (understandably :-)) for example I'm just too lazy to login 2011-11-18 06:09 first we thought we just pump the entire stream into twitter, but then whitequark said it's much better if that would happen only for selected messages, with some command to the bot 2011-11-18 06:10 as for dead or not, I don't think the whole world will converge around one means of communication, ever 2011-11-18 06:10 of course twitter is huge and growing 2011-11-18 06:10 and tons of others, here there, all sorts of things 2011-11-18 06:10 I think even sms is still growing 2011-11-18 06:11 and operator executives were laughing their asses off 15 years ago that their huge sms profits just wouldn't stop because users were so hooked to sending 20 cent messages that cost the network 0.01 cents to deliver 2011-11-18 06:11 3g is growing, and jabber/gtalk/italk (or whatever you'll call it) has waaay much better UX than sms 2011-11-18 06:11 what i like about irc is the fact that it's decentralized and the servers are mostly operated by community 2011-11-18 06:11 yeah 0.01 cents is a huge exaggregation 2011-11-18 06:11 I find that amazing 2011-11-18 06:15 kyak: can you setup an eggdrop script to allow us to post to twitter? 2011-11-18 06:16 I can also just remember the url to the script you posted for the next chance I get to it 2011-11-18 06:16 it's not really urgent I think, but a nice idea imho 2011-11-18 06:21 panda|x201 joined #qi-hardware 2011-11-18 06:27 ok I added a todo item for now, good idea I think! http://en.qi-hardware.com/wiki/Server_setup#To_Do 2011-11-18 06:28 Textmode joined #qi-hardware 2011-11-18 07:34 _whitelogger joined #qi-hardware 2011-11-18 07:34 Topic for #qi-hardware is now Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs 2011-11-18 07:55 stefan_schmidt joined #qi-hardware 2011-11-18 08:02 jekhor joined #qi-hardware 2011-11-18 08:25 whitequark joined #qi-hardware 2011-11-18 08:26 panda|x201 joined #qi-hardware 2011-11-18 08:26 rzk joined #qi-hardware 2011-11-18 08:45 wejp joined #qi-hardware 2011-11-18 09:10 rzk joined #qi-hardware 2011-11-18 09:12 wejp joined #qi-hardware 2011-11-18 09:36 stefan_schmidt joined #qi-hardware 2011-11-18 09:41 wejp joined #qi-hardware 2011-11-18 09:51 jivs joined #qi-hardware 2011-11-18 10:26 mstevens joined #qi-hardware 2011-11-18 10:28 wolfspraul: i can do that 2011-11-18 10:36 gonna experiment with my own bot first.. 2011-11-18 11:19 kyak: wonderful, thank you 2011-11-18 11:20 no rush on this, it's just an idea because I keep wondering what to do with our twitter account 2011-11-18 11:20 one day I was very close to just deleting it, but that felt wrong too 2011-11-18 11:24 heeeh 2011-11-18 11:24 have you seen these? http://www.youtube.com/watch?v=Luwc_ejaLjw&NR=1 2011-11-18 11:29 reading the irc/twitter discussion ... 2011-11-18 11:31 twittering without using twitter. so it's basically like people eating at the table (irc). and every once in a while, someone drops a morsel under the table, for the dogs. that would be twitter. i find the analogy strangely satisfying :-) 2011-11-18 11:31 SoulRaven joined #qi-hardware 2011-11-18 11:31 I see it much more practical. there should be an easy way for anybody in the qi community to push out a quick tweet, without much ado 2011-11-18 11:32 for me it's not about a vs b, I don't care. I just irc because it's the best and most convenient for me. 2011-11-18 11:32 so I can finally send a tweet right here from the channel, phew 2011-11-18 11:32 :-) 2011-11-18 11:33 and then Jon told me he liked the idea a lot and was at some point in time already planning a deeper irc/identica integration (which afaik didn't happen in the end or so far) 2011-11-18 11:34 yeah, dunno about twitter. i know it exists and people i "follow" by other means gather information there 2011-11-18 11:36 i rarely find any pointers to twitter useful, though. i.e., the one item linked to is very often all that's relevant there 2011-11-18 11:37 regarding irc, it has become a conferencing tool. and it was never a "commercial mainstream" thing. so it's not surprising that the masses don't use it. 2011-11-18 11:49 jekhor joined #qi-hardware 2011-11-18 11:50 wpwrak, we can connect people here to -> 'masses' by the eggdrop-twitter. if it's double way. that mean. people here(geek) <-- connect --> 'masses' 2011-11-18 11:51 woakas, that is really cool idea. 2011-11-18 11:51 wolfspraul, ^ 2011-11-18 11:52 aw joined #qi-hardware 2011-11-18 11:52 aw_ joined #qi-hardware 2011-11-18 11:52 hmm, i somehow doubt we need a proxy "follower" ;-) 2011-11-18 11:52 if the twitter reply message can forward to irc much cooler. or maybe all @sharism @qi-hardware message can forward to irc channel will be cool 2011-11-18 11:53 kyak: there are too many social networking. if we can connect IRC with ping.fm will be cool. 2011-11-18 11:54 but nobody posts there :) 2011-11-18 11:55 wpwrak, wolfgang will do that. :) if have this feature. you and I may also want do that. because it is so simple for people there. 2011-11-18 11:55 whitequark joined #qi-hardware 2011-11-18 11:55 antoniodariush joined #qi-hardware 2011-11-18 11:55 oh, i can see a point in having a means to push out messages to twitter. but you don't need a back channel, since the original message wuold be here anyway 2011-11-18 11:56 xiangfu: let's start with twitter :) 2011-11-18 11:57 kyak, yes. sure. I am just saying. software always can get better. :) 2011-11-18 12:31 _whitelogger joined #qi-hardware 2011-11-18 12:31 Topic for #qi-hardware is now Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs 2011-11-18 12:31 _whitelogger joined #qi-hardware 2011-11-18 12:31 Topic for #qi-hardware is now Copyleft hardware - http://qi-hardware.com | hardware hackers join here to discuss Ben NanoNote, atben / atusb 802.15.4 wireless, and other community driven hw projects | public logging at http://en.qi-hardware.com/irclogs 2011-11-18 12:47 !tweet a cautious test 2011-11-18 12:47 unable to convert date-time string "2011-11-18 12:47:10 +0000" 2011-11-18 12:47 !tweet a cautious test 2 2011-11-18 12:47 Tweet created: http://twitter.com/qihardware ( 137512342425575424@qihardware - 1s ago via qi-bot ) 2011-11-18 12:48 Jon Phillips: Wolfgang told me I'm too nice and I need to ask people and clients for money more often :) Ok, hire @fabricatorz @sharism @qihardware :) ( 131619302020366336@rejon - 2w, 2d, 6h, 17m ago via Ping.fm ) 2011-11-18 12:48 Pinguins Móveis: Pinguins Móveis 24x7 já saiu! http://t.co/A8NShcjv ▸ Principais notícias de hoje via @qihardware ( 133557904149192707@pinguinsmoveis - 1w, 3d, 21h, 53m, 41s ago via Paper.li ) 2011-11-18 12:48 Michael McRoberts: TFI Friday!! #FF @4sqHackCardiff @AbstractCode @_hannahcat @_laughingsquid @charavel @qandrew @qihardware @23Becka @_radiowaves @5tevenw ( 134904790961487874@TheArduinoGuy - 1w, 4h, 41m, 38s ago via Twitter for Mac ) 2011-11-18 12:48 sunnysujan: Copyleft=A great idea=invention.Copyleft Hardware=A great new idea sustainably & scalably executed=innovation #ICT4D @qihardware #Nanonote ( 135741867613626369@sunnysujan - 4d, 21h, 15m, 24s ago via web ) 2011-11-18 12:48 kyak, wow. 2011-11-18 12:48 now, if someone could @mention qihardware to see if it works back? 2011-11-18 12:50 users allowed to post from the channel need to added by hand.. i think this is reasonable... so whoever want to post, please tell me 2011-11-18 12:51 xiangfu: @qihardware test for kyak's irc twitter bot. thanks kyak ( 137513057772507137@xiangfu - 19s ago via Ping.fm ) 2011-11-18 12:51 nice :) 2011-11-18 12:51 xiangfu: and it's not my script, thanks go to someone else 2011-11-18 12:56 !tweet does this really work? 2011-11-18 12:56 You are not able to tweet in #qi-hardware. You must have (vogmn|vogmn flags), or be (op voice) in #qi-hardware. Both of which you aren't. :P 2011-11-18 12:56 heh 2011-11-18 12:57 whitequark: one more time :) 2011-11-18 12:57 !tweet does this really work now? 2011-11-18 12:58 You are not able to tweet in #qi-hardware. You must have (vogmn|vogmn flags), or be (op voice) in #qi-hardware. Both of which you aren't. :P 2011-11-18 12:58 hm 2011-11-18 12:59 now. it's kyak's bot. :) 2011-11-18 13:00 whitequark: and one more time :) 2011-11-18 13:02 xiangfu: you can try, too 2011-11-18 13:03 kyak: can't you allow anyone in the channel to tweet? 2011-11-18 13:04 !tweet a new release 2011-11-13 for Ben Nanonote come out. http://en.qi-hardware.com/wiki/OpenWrt_Software_Image#Image_2011-11-13 2011-11-18 13:04 You are not able to tweet in #qi-hardware. You must have (vogmn|vogmn flags), or be (op voice) in #qi-hardware. Both of which you aren't. :P 2011-11-18 13:04 wolfspraul: i can, but it's not secure, how do you think? 2011-11-18 13:04 Openfree` joined #qi-hardware 2011-11-18 13:04 I think it's secure 2011-11-18 13:05 ok.. figure it out later.. need to go now 2011-11-18 13:05 sure, thanks a lot for taking it this far! 2011-11-18 13:05 yes, I believe we should open it up until we have actual cases of abuse, then we can think about the smartest way to address them 2011-11-18 13:06 ok, it should be open now 2011-11-18 13:06 and i need to go :) 2011-11-18 13:06 cya 2011-11-18 13:06 thanks again 2011-11-18 13:07 xiangfu: wanna try your release tweet again? 2011-11-18 13:07 :-) 2011-11-18 13:11 !tweet a new release 2011-11-13 for Ben Nanonote come out. http://en.qi-hardware.com/wiki/OpenWrt_Software_Image#Image_2011-11-13 2011-11-18 13:12 "you must have vogon flags" ? seems appropriate. some of what qi-bot now spews out sounds like vogon lyrics :) 2011-11-18 13:15 xiangfu: nice quoute :) 2011-11-18 13:19 antoniodariush joined #qi-hardware 2011-11-18 13:21 ok. it still only listen kyak's order. 2011-11-18 13:22 haha 2011-11-18 13:23 :-) 2011-11-18 13:58 panda|x201 joined #qi-hardware 2011-11-18 14:17 antoniodariush joined #qi-hardware 2011-11-18 14:42 stefan_schmidt joined #qi-hardware 2011-11-18 14:58 paroneayea joined #qi-hardware 2011-11-18 15:00 jluis joined #qi-hardware 2011-11-18 15:17 emeb joined #qi-hardware 2011-11-18 15:22 Ayla joined #qi-hardware 2011-11-18 15:23 ..and it should work now for everyone 2011-11-18 15:30 Ayla_ joined #qi-hardware 2011-11-18 15:30 green` joined #qi-hardware 2011-11-18 15:36 antgreen joined #qi-hardware 2011-11-18 15:55 urandom__ joined #qi-hardware 2011-11-18 16:15 mstevens joined #qi-hardware 2011-11-18 16:46 freakazoid0223 joined #qi-hardware 2011-11-18 17:16 !tweet Qi Hardware is sharing hardware - We document all steps necessary to build hardware so anyone may join us or reproduce our hardware. 2011-11-18 17:16 Tweet created: http://twitter.com/qihardware [truncated] (... or reproduce our ha>| hum as i remind the message you be shirnked before post 2011-11-18 17:27 you mean qi-bit should reject messages that are too long ? 2011-11-18 17:31 yes, and warning about it 2011-11-18 17:34 naw, just silently drop. if it's still not there after ten minutes, you have warning enough :) 2011-11-18 17:34 gnutoo_ joined #qi-hardware 2011-11-18 17:35 he 2011-11-18 17:35 hi 2011-11-18 17:36 how's the GPS going? 2011-11-18 17:36 yeah, when does production start ? :) 2011-11-18 17:37 hi GNUtoo-dekstop 2011-11-18 17:38 acquisition and tracking are WIP 2011-11-18 17:38 wpwrak: as soon as position fix is achieved 2011-11-18 17:40 heh :) 2011-11-18 17:41 ;-) 2011-11-18 17:57 skynet-2000 joined #qi-hardware 2011-11-18 18:07 skynet-2000 joined #qi-hardware 2011-11-18 18:08 skynet-2000 joined #qi-hardware 2011-11-18 18:16 skynet-2000 joined #qi-hardware 2011-11-18 18:18 kristianpaul: you can insert \n in your message to split it, i think 2011-11-18 18:29 GNUtoo-dekstop: the idea and curret work is to have a dedicated base band procesor that will acquire and track signals the the navigation data could be extracted and be procesed by other cpu in order to get a fix point 2011-11-18 18:30 all inside the fpga and using mikymist core as a base of course 2011-11-18 18:31 ok 2011-11-18 19:20 antgreen joined #qi-hardware 2011-11-18 19:45 EmanuelZ joined #qi-hardware 2011-11-18 19:45 valhalla joined #qi-hardware 2011-11-18 19:47 Ayla joined #qi-hardware 2011-11-18 19:55 valhalla joined #qi-hardware 2011-11-18 20:16 jekhor joined #qi-hardware 2011-11-18 20:41 zedstar_ joined #qi-hardware 2011-11-18 21:58 Ayla_ joined #qi-hardware 2011-11-18 23:00 DocScrutinizer2 joined #qi-hardware 2011-11-18 23:00 DocScrutinizer2 joined #qi-hardware 2011-11-18 23:53 Ayla joined #qi-hardware