brycec: I have so many keybase.io invites... mnathani: Does keybase.io have a reputation system? Say somone I know can sign my key etc brycec: Yes, called "following"
That's also part of the twitter/reddit/website/etc thing (identity proof and confirmation) mnathani: Dont see following on the site, do you mean "Tracking"? brycec: Yeah probably
And you've found me it seems mnathani: Have you been on here a while? brycec: yup mnathani: perhaps you can tell me if you have seen this error:
You need a passphrase to unlock the secret key for
when executing from shell
keybase track <user> brycec: Wouldn't that just be asking for your key passphrase? mnathani: I tried enterring it in, but it displayed it to me and did not accept it
kind of like it wasnt expecting the input at the time brycec: Peculiar. Off-hand no I can't help with the error... it's also closing in on 1am here mnathani: https://gist.github.com/mnathani/8a3bad520e056e01d3a3 BryceBot: Gist: "keybase error" brycec: mnathani: do you have gpg-agent running? (or is it still running from a recent automatic invocation?) mnathani: Worked this out, it was an issue with GNUPG rather than keybase
export GPG_TTY=`tty`
Y brycec: heh mercutio: anyone know what woot.com is?
amazon.com emailed me a woot.com link to some cheap refurbished tablet brycec: lol what a rock you live under...
@wiki woot.com mercutio: one that doesn't even send to nz i think BryceBot: Woot :: Woot is an American Internet retailer based in the Dallas suburb of Carrollton, Texas. Founded by electronics wholesaler Matt Rutledge, it debuted on July 12, 2004. Woot's main web site generally offers only one discounted product each day, often a piece of computer hardware or an electronic gadget. Other Woot sites offer daily deals for t-shirts, wine, children's items,... http://en.wikipedia.org/wiki/Woot mercutio: is it normal for amazon to email you from it? brycec: They might now that they were bought by Amazon, but I don't really know.
Woot emails me directly.
(the "they might" was in reference to shipping) mercutio: oh
they were bought by amazon?
there's 12" galaxy tab pro for $349 brycec: On June 30, 2010, Woot announced an agreement to be acquired by Amazon.com." mercutio: not that i need it, but that's a good price. and those are nice :) brycec: A solid 1/3-1/2 of my shirts are from shirt.woot.com
lol http://www.woot.com/blog/post/breaking-woot-to-be-acquired-by-amazon-then-left-to-amuse-ourselves mercutio: surprising i haven't heard of them then brycec: Anyways, now that you understand the Amazon-Woot relationship, your question should be resolved.
I'm surprised too :p
They used to be really sweet and hip. Since they were bought, things have gone meh... But there's still some good stuff mercutio: woot username, what
You must provide a U.S. shipping address for this item or remove it from your order.
so yeah
apparently shirts ship to nz though brycec: sweet :)
You can login with your Amazon account too mercutio: yeah i just did
then it wanted a username brycec: Ah, bummer mercutio: i just had to decide on one
wasn't too ahrd
just werd
weird brycec: wasn't too hard
twss BryceBot: Okay! twss! 'wasn't too hard' hazardous: brycec https://meh.com/ mnathani: brycec: is BryceBot based of Eggdrop? brycec: no
BryceBot is writtin in PHP
based originally on php-irc-2.2.1 mercutio: is brycebot running on arp? brycec: Yes mercutio: i don't see it restarting hm
are you using modules to add stuff to it? brycec: It's also behind a bouncer
@uptime bot mercutio: or am i just not notcing it restart. BryceBot: Bot uptime: 29 days, 13 hours, 12 minutes, and 46 seconds. mercutio: oh.
so it's been running for 29 days regardless. brycec: Yep mercutio: my irc client has been running since jan heh. brycec: @uptime host BryceBot: host uptime: 123 days, 9 hours, 44 minutes, and 55.220000000671 seconds. brycec: I have an IRC bot (different nick) running for 116 days mercutio: so yeah it's just that you haven't done changes in a wihle brycec: mercutio: On the contrary, I added @ud the other day mercutio: i actually wrote an irc client ages ago.
oh, so it's modules.
and you don't have to restgart it
that's cool :) brycec: Yes, modular
Unless I make changes to the core mercutio: yeah
sounds nice.
i've started using google now recently
it seems i'm starting to like one place for lots of different things
things like lookups would be cool on commandline. i used to use dict ***: pyvpx has joined #arpnetworks
carvite has quit IRC (Changing host)
carvite has joined #arpnetworks mnathani: is qemu synonymous with kvm, or can it also apply to xen virtualization? -: RandalSchwartz tries hard to parse that sentence RandalSchwartz: kvm != qemu
actually, all three of those are different, I think.
but what's your real question? which of those are used here? mnathani: I know ARP uses kvm
I have seen qemu being mentioned along with kvm online
but recently I saw it being used with xen reference
so I guess I am a bit confused RandalSchwartz: yeah, we need Smarter People (tm) in here to answer that.
I'm pretty sure my freebsd doesn't know it's under some jvm
kvm too
otherwise, my ethernet would be some virtio thing jbergstroem: RandalSchwartz: kvm offers multiple virtualisation drivers and you would be smart choosing the virt* stuff since it performs better
mnathani: xen and kvm are two different implementations of virtualisation. qemu is an emulator that can run both xen and kvm vm's. See this: http://wiki.xen.org/wiki/QEMU_Upstream mnathani: jbergstroem: can kvm run without the qemu emulator? jbergstroem: mnathani: kvm doens't do any emulation, so no.
*doesn't mercutio: xen and kvm both use qemu
xen forked qemu code ages ago
but they're coming back to more mainlined stuff
although the more mainline stuff is worse with for example pci-e passthrough of video cards.
qemu also supports random weird cpus etc, which neither kvm nor xen are doing. mnathani: thanks jbergstroem && mercutio