#eulora Logs for 02 Oct 2016



October 2nd, 2016 by Diana Coman
Susanna: hellou [07:25]
Susanna: when i !!register to deedbot my gpg key i got error Import failed for Susanna. [07:25]
Susanna: why? [07:25]
Susanna: all is good now! what to do now [07:31]
shinohai: Susanna: you wait until mircea_popescu can make you an accounr [07:39]
shinohai: *account [07:39]
Susanna: alright [07:41]
Susanna: when it will be? [07:41]
shinohai: I dunno, just leave this chat open and when he gets here I'll page you. [07:42]
Susanna: alright [07:42]
anond: mircea [08:27]
mircea_popescu: goood mornin'. [08:32]
mircea_popescu: Susanna hang on a second. [08:32]
Susanna: good morning [08:32]
Susanna: alright [08:32]
anond: good morning [08:33]
mircea_popescu: Susanna http://wotpaste.cascadianhacker.com/pastes/0tbc5/?raw=true [08:35]
anond: cheers [08:48]
mircea_popescu: how goes anond [08:49]
anond: i am 'well' :) [08:49]
anond: at this moment i am downloading eulora for linux amd64 [08:52]
mircea_popescu: a nice. [08:52]
anond: yes... [08:52]
anond: i am happy with this [08:53]
mircea_popescu: cool! [08:57]
anond: yes [08:58]
anond: maybe...in some time. i will be playing eulora in linux [08:59]
anond: but i still need help [08:59]
mircea_popescu: alright ? [09:04]
anond: :) [09:05]
anond: wow.. euloraamd64 from jurov is installed [09:06]
shinohai: gm anond did you get your platform issues fixed? [09:06]
shinohai: oh apparently so lol [09:06]
anond: at least some of them [09:06]
anond: linuxmint64 is installed [09:06]
anond: and now eulora also [09:06]
mircea_popescu: nice. [09:06]
shinohai: \o/ [09:07]
anond: a scared and happy emoticon [09:07]
shinohai: It's a good week for Eulora. All except the "I'm carrying around 25 keys I didn't need to" part [09:07]
mircea_popescu: lol [09:08]
shinohai: mircea_popescu: btw after a discussion with mod6 last night I have come to agree with alf that gcc5x is just utter shit and plan to downgrade, which is actually an upgrade [09:09]
anond: well... people [09:10]
anond: now that is is installed how to run it...? [09:11]
shinohai: Spell casting anond, it requires a blood sacrifice to diana_coman to start [09:11]
anond: :) wow [09:11]
anond: how it is to be done.? [09:12]
diana_coman: ahaha [09:12]
shinohai: should just type in terminal [09:12]
shinohai: and it starts for ya [09:12]
anond: ahaha [09:12]
mircea_popescu: works. [09:12]
anond: started opening the window ..but ..some errors like these: https://thepb.in/p/Y6hkKo8W8xYf7 [09:13]
diana_coman: ouch, seg fault [09:15]
diana_coman: anond, run it from within gdb [09:16]
diana_coman: and get a stack trace please [09:16]
anond: what is gdb? [09:17]
mircea_popescu: it's a command, you just run gdb eulora [09:17]
diana_coman: aha, it's a debugger basically anond ; it allows you to get some more information so that we can figure out what's wrong [09:18]
anond: ok [09:18]
anond: https://thepb.in/p/3lh7jYBNZoLc1 [09:18]
diana_coman: anond, if you are curious: https://www.gnu.org/software/gdb/ [09:18]
lobbesbot: Title: GDB: The GNU Project Debugger (at www.gnu.org) [09:18]
diana_coman: ah, type run [09:19]
diana_coman: so: once you are inside gdb, type run to start the program [09:19]
anond: great..it is adebugger [09:19]
anond: run does not work [09:21]
anond: it says commeand run fot found [09:21]
diana_coman: hm, in your last image it complains that the format of eulora executable is not right [09:21]
diana_coman: what is it exactly you are running there? [09:22]
diana_coman: do you have "euclient" in the eulora client folder? [09:22]
diana_coman: is this a binary you got there or did you compile the client? [09:22]
anond: let me see [09:22]
mircea_popescu: diana_coman pretty sure he dld' deb binary [09:23]
anond: im not finding eulora client folder.. [09:26]
shinohai: with .deb you just get a binary and a .Eulora folder with your settings [09:26]
diana_coman: do you actually have that /usr/bin/eulora that the script seems to be looking for? [09:27]
shinohai: gdb might need absolute path in this case [09:27]
shinohai: i dunno [09:27]
anond: let me see this folder [09:27]
anond: folder bin...has many files but not eulora subfolder [09:28]
diana_coman: "/usr/bin/eulora": não está em formato executável: Formato de arquivo não reconhecido <-this is from your screenshot [09:29]
shinohai: no subfolder just: ls grep [09:29]
diana_coman: and it might be that it is a script only probably setting up CRYSTAL var and the rest [09:30]
diana_coman: so you'd need to run gdb not on that but on the actual eulora client [09:30]
anond: sorry [09:30]
anond: usr/bin [09:30]
anond: found [09:30]
anond: eulora inside it is a filename or a folder i dont know [09:30]
anond: it has an icon of terminal [09:30]
diana_coman: prolly a script [09:30]
anond: yes i have asked to show the contents [09:31]
diana_coman: try something like "more /usr/bin/eulora" [09:31]
diana_coman: aha [09:31]
diana_coman: check what does it actually run [09:31]
anond: https://thepb.in/p/qjhLg6W5mwKtB [09:31]
diana_coman: so that last line is what you want [09:32]
mircea_popescu: diana_coman the /usr/bin/eulora thing is a dead end ; he asked gdb to run eulora without path or indication, and it looked there as default. [09:32]
mircea_popescu: have him try to run from gdb the actual file he had tried to run before and it segfaulted [09:32]
diana_coman: run gdb /opt/eulora_0_1_2/euclient [09:32]
shinohai: ^ [09:32]
diana_coman: mircea_popescu, neah, he probably tried to run gdb on the bash script that sets first the crystal vars etc [09:32]
mircea_popescu: also. [09:33]
diana_coman: this is what I am working through with him now , extracting from that script the actual path to the client [09:33]
anond: https://thepb.in/p/vghOJ0XQj1oi3 [09:34]
diana_coman: anond, when you are inside gdb [09:34]
diana_coman: type "run" [09:34]
diana_coman: NOT eulora again [09:34]
diana_coman: step 1: gdb /opt/eulora_0_1_2/euclient step 2: run [09:34]
anond: ok [09:35]
anond: had some progress... i think [09:35]
diana_coman: did it start at all? [09:35]
diana_coman: did it segfault again? [09:35]
anond: (gdb) run [09:35]
anond: Starting program: /opt/eulora_0_1_2/euclient [09:35]
anond: [Inferior 1 (process 11022) exited with code 0177] [09:35]
anond: no yet [09:35]
Susanna: i in game [09:36]
Susanna: what to do now? [09:36]
diana_coman: if you got to the gdb prompt again anond type "bt" [09:36]
diana_coman: and then show me what it gives [09:36]
diana_coman: welcome to the game Susanna ; try exploring it a bit? [09:37]
anond: it shows "NO stack" [09:37]
Susanna: thanks diana how to start earning some satoshis? [09:37]
diana_coman: are you here via the btctalk thread? [09:38]
Susanna: yes [09:38]
diana_coman: aha, so then probably whisper to Mircea in game something like "hi, it's Susanna" [09:39]
diana_coman: I think that's the first part [09:39]
mircea_popescu: aha. [09:39]
diana_coman: anond, try "echo /bin/bash" [09:39]
diana_coman: in terminal, not in gdb [09:39]
Susanna: need to type in chat? [09:39]
diana_coman: the command is /tell Susanna [09:40]
anond: quited from gdb.. [09:40]
diana_coman: in chat, yes [09:40]
diana_coman: anond, got anything for SHELL? [09:40]
anond: the result was [09:40]
Susanna: did [09:40]
anond: ... [09:41]
diana_coman: empty? [09:41]
anond: binbash [09:41]
diana_coman: as in /bin/bash? [09:41]
anond: yes [09:42]
anond: exactilly [09:42]
diana_coman: hm, and do you have that ? [09:42]
anond: i typed "/" here in wikiirc , but has not worked... [09:42]
diana_coman: eh, it's for commands here too so it prolly took it away [09:42]
diana_coman: if you need to type / here just type something *before* it (so not first character) [09:43]
anond: i dont know... by the way i dont know what is "hm" also... [09:43]
anond: */bin/bash [09:43]
diana_coman: oh, that's just me making wondering-aloud noises [09:43]
anond: ahah [09:44]
diana_coman: ok, so go to /bin and see if you have bash there [09:44]
anond: yes..it is there [09:44]
diana_coman: weird ...is there also /bin/sh? [09:44]
anond: yes [09:44]
Susanna: what next to do? [09:45]
diana_coman: ok,try setting shell to that to see if it sorts out the gdb trouble; so type in terminal: export SHELL=/bin/sh [09:45]
mircea_popescu: Susanna address ? [09:45]
Susanna: ? [09:45]
mircea_popescu: or would you prefer game money ? [09:45]
diana_coman: and after that anond check that SHELL is set right (so: echo /bin/bash) and then try again with gdb [09:46]
Susanna: address? what game money? dont understand little bit [09:46]
anond: */bin/sh [09:46]
anond: now [09:46]
diana_coman: ok [09:46]
diana_coman: Susanna, how do you assume you get your satoshis? [09:46]
diana_coman: you already earned some [09:46]
mircea_popescu: Susanna you said hi, you can either have a bitcent (for which i need your address) or else 1mn ECu, ie, game money, in eulora, with which you buy things. like tools. [09:47]
Susanna: wow i want bitcoins [09:47]
anond: [Inferior 1 (process 11144) exited with code 0177] [09:47]
diana_coman: ugh [09:48]
anond: yes [09:48]
anond: i have done this: "gdb /opt/eulora_0_1_2/euclient "... [09:48]
anond: thentyped 'run' [09:48]
Susanna: this my address 1JgEMiVFMQgeD4ypyt2FeDVfzSh6V2GQRe [09:48]
anond: quited now [09:49]
diana_coman: hm, I wonder whether it's something to do with permissions [09:49]
diana_coman: I'm usually against this, but maybe try running it as root to see if it works? [09:49]
anond: may be... [09:49]
Susanna: i new in bitcoins how to earn here? [09:49]
anond: but i am superuser here [09:49]
diana_coman: o.o [09:49]
anond: ahaha [09:49]
anond: what is o.o? [09:50]
diana_coman: surprised/confused [09:50]
anond: hm... [09:50]
anond: wondering loud [09:50]
diana_coman: maybe jurov can help since he made that deb package [09:51]
diana_coman: did you try compiling it anond ? [09:51]
mircea_popescu: Susanna lol hello kunickis. [09:51]
anond: ok...and how to speak with he? [09:51]
mircea_popescu: i thought you could also quit or whatever ? [09:51]
Susanna: what? [09:52]
anond: no i havent ried... i just insatlled with "instal deb packages appliaction"... [09:52]
diana_coman: he'll probably say something when he gets around [09:52]
anond: ok [09:52]
anond: i jus have installed with GDebi [09:53]
anond: now should we stop to try? [09:53]
mircea_popescu: Susanna i won't bother killing this account, because i'm a merciful lord. do everyone a favour - yourself foremost - and think before you speak. because as you can see, people here may decide to take it seriously. [09:53]
Susanna: dont understand? [09:54]
shinohai: lol mircea_popescu is this week of the clones? [09:55]
mircea_popescu: it is pretty funny. [09:55]
mircea_popescu: guy is like "oh, i can also quit" "go ahead". a week later he's back with an ill fitting wig. [09:55]
anond: :) [09:56]
Susanna: what?? [09:56]
diana_coman: anond, maybe try to run eulora once simply as a normal (non-root) user too [09:56]
shinohai: It's all right, I'll turn him out on xhamster [09:56]
diana_coman: did it show any splashscreen before the segfault? [09:57]
diana_coman: (image) [09:57]
anond: no [09:57]
anond: only text... [09:57]
Susanna: what do? [09:58]
mircea_popescu: we kinda need a bash. [09:58]
anond: this is the last output for eulora command at terminal...: [09:58]
anond: https://thepb.in/p/nZhl4pzp9ZLHY [09:59]
Susanna: ? [09:59]
diana_coman: anond, it's really very very little to go on; I'll try to have a look as to guessing where it crashed but no high hopes [10:04]
anond: ok.....np [10:05]
anond: thans for your help......................................................... [10:06]
diana_coman: hm, from the code it seems to have crashed potentially when it tries to get something from the graphics part [10:06]
anond: maybe opengl is not installd or not good [10:06]
diana_coman: you might want to check what drivers you have for the graphics card anond [10:06]
anond: may be this? [10:06]
anond: how to do it? [10:07]
anond: Drivers Manager application? [10:07]
diana_coman: sounds good [10:09]
anond: the driver instaleld for "GEForce 6150SE nForce 430" is xserver-xorg-video-nouveau [10:09]
anond: (open source) [10:09]
anond: but there is an option button that is arecomendation nor nVidia304 [10:09]
Susanna: how to play??? [10:10]
anond: guys..good bye.... i will try later to change these drivers and enter in contact again [10:11]
anond: tahnsk for all help [10:11]
Susanna: mm [10:15]
shinohai: Susanna: I suggest reading the wiki from the topic, surely becoming female hasn't robbed you of your memories. [10:23]
Susanna: ??? [10:24]
shinohai: http://www.eulorum.org/Eulora [10:24]
lobbesbot: Title: Eulorum (at www.eulorum.org) [10:24]
mircea_popescu: nouveau is not really a driver afaik ; just a software emulator [10:44]
mircea_popescu: you need the actual driver. [10:44]
jurov: uh huh, the debugging always happens when i'm afk [10:47]
jurov: re:segfault http://logs.minigame.bz/2016-09-03.log.html#t18:36:54 [10:47]
lobbesbot: Title: #Eulora log for Saturday, 2016-09-03 (at logs.minigame.bz) [10:47]
mircea_popescu: jurov yeah we eventually fished out he's running "nouveau" [10:51]
mihi: haha :) claiming noveau is only an emulation of a driver is a bit like claiming Linux is only an emulation of an operating system (both were initially developed without consent/knowledge of the hardware manufacturers...), but it is still true that the proprietary drivers give slightly better performance (which may be critical for resource-hungry games like Eulora...) [12:05]
mihi: and btw jurov are your binary downloads rigged? I could not find any reliable hardware fingerprinting code or similar in the provided source, yet Mircea is "debunking" clones here and seems pretty confident that he is right (if kunickis != Susanna, she might use http://logs.minigame.bz/2016-10-02.log.html#t14:23:49 against him as a sexual assault...) [12:08]
lobbesbot: Title: #Eulora log for Sunday, 2016-10-02 (at logs.minigame.bz) [12:08]
jurov: *blank stare* [12:09]
mihi: (and the fact that both are using the largest Latvian ISP would not tell me anything either, otherwise I'd probably be a clone of ~5\% of all Freenode users) [12:09]
jurov: wut, sexually rigged binaries hardware fingerprinting [12:10]
mihi: jurov, just tell me that the binaries are built from the source you also provide without adding additional stuff :) [12:10]
mihi: the only hardware fingerprinting in there is sending my OS version, gfx card and gfx driver version :) [12:11]
jurov: there are only tiny hardware-unrelated patches for windows [12:11]
jurov: and i publish them via git, see http://minigame.bz/jurov/ [12:11]
lobbesbot: Title: Eulora Releases by Jurov (at minigame.bz) [12:11]
mihi: so nothing that "accidentally" includes the mac address or CPU fingerprint into some outgoing packages? [12:12]
jurov: and otherwise i have nfi what is mircea speaking about [12:13]
mihi: then I wonder how mircea_popescu debunks the clones and whether to trust him [12:13]
jurov: mihi, the build process is so byzantine I would not be surprised if there's accidental something like that [12:13]
jurov: but I did what I could to avoid, even building the .deb in lxc container. [12:14]
mihi: I don't talk about fingerprinting the build machine, but fingerprinting the machine of the player [12:14]
jurov: that neither. [12:14]
mihi: some years ago Linden Labs included code to send the MAC address of the player to their server to detect "alt accounts" (which used to be more expensive back then), causing some negative media echo... (and some trouble for them about respecting data protection regulations) and I don't want a deja vu of that with Eulora :D [12:16]
jurov: and still don't understand how that came about? [12:16]
mihi: at least the code looks fine and a quick grep over wireshark logs only found the MAC address where it belongs (Layer2 headers) [12:16]
jurov: you can't have more avatars or be logged in from multiple places at the same time anyway [12:16]
mihi: but would be easy to encrypt/scramble it somehow [12:16]
jurov: so what would it be good for? [12:16]
mihi: for mircea avoiding to pay 0.01 BTC to clones... [12:17]
jurov: O.o there's some cloning scheme feasible? do tell [12:17]
jurov: oh you mean, I can generate another gpg key, appear on IRC from another IP? [12:18]
mihi: create 2 gpg accounts, us a provider where you have 2 ips (or two different days if your ip changes daily), create 2 separate deedbot accounts, 2 separate eulora accounts, 2 separate wallets [12:18]
mihi: exactly [12:18]
jurov: if they know how to gpg, they know how to change MAC addy, too... [12:19]
mihi: yeah, and they know how to disable reading the cpu fingerprint (at least to userland processes) [12:20]
mihi: otoh, I doubt most of the new Eulora users really "know" how to gpg... [12:21]
mihi: but that is only my impression [12:21]
mihi: btw jurov, I saw you planned getting this game to Steam. Perhaps itch.io is an easier target :) [12:22]
jurov: it will be same as trilema tits. it's several years and no mass clones came about yet. [12:23]
jurov: mihi: and yesterday I announced I am giving up on it. Don't have resources to support so many noobs, and definitely not on windows [12:24]
mihi: (and tbh I would not give Eulora high chances getting through the Steam greenlight process anyway) [12:24]
mihi: not sure if you can "bribe" anyone to make it easier though, but not really interested either. [12:24]
mihi: and for the n00bs, probably a good way to decrease their support volume would be to wrap Eulora in a NSIS or WIX installer that checks the requirements first... [12:27]
mihi: and use more \%~ variables in eulora.cmd [12:27]
jurov: There were cases where requirements were supposedly met, and it just silently died anyway [12:27]
jurov: mihi: you're welcome to perk up the win version [12:28]
mihi: then whoever wrote it should add moar logging :) [12:29]
mihi: but depending on the amount of COTS software involved I can see that this is easier to say than to do [12:30]
jurov: oh, there is fine logging support. with the little caveat it crashes when logfile has 50MB or such :) [12:31]
jurov: COTS is not involved beyond OpenGL/DirectX drivers. [12:32]
anond: hello diana [13:01]
anond: mircea...shinobai [13:01]
jurov: hi anond [13:01]
anond: hello jurov [13:01]
anond: Are you fine? [13:02]
anond: maybe you may help me installing/running eulora... [13:02]
jurov: anond: if you can compile from source, see eulorum.org [13:03]
jurov: otherwise, my windows and ubuntu packages at http://minigame.bz/jurov/ [13:03]
lobbesbot: Title: Eulora Releases by Jurov (at minigame.bz) [13:03]
anond: where are the sources in eulorum.. [13:04]
anond: ? [13:04]
shinohai: Check the wiki anond [13:05]
anond: here: http://minigame.bz/eulora/source/ [13:05]
anond: ? [13:05]
jurov: yes, that [13:05]
anond: ok] [13:05]
anond: it appears to be this: eulora-v0.1.2b.tar.gz 08-03-16 [13:06]
anond: if yes..may you help me to compile? [13:07]
anond: i jhave no idea how to do it.. [13:07]
jurov: then you're better with my compiled version [13:07]
anond: no..lets try [13:08]
anond: when i double-click the file .tar.gz [13:08]
anond: it give two options: openwith GDebi or just download... what should i do to compile? [13:09]
jurov: Sorry,no I am not going to support people who can't unpack .tar.gz files. [13:09]
anond: ok..man..no problem .. i will google it [13:09]
shinohai: keks [13:09]
anond: ok...jurov...great... i have extracted...may you help now to compile it? [13:53]
anond: please................................................... [13:53]
shinohai: anond: I would highly recommend reading http://www.eulorum.org/Ubuntu [13:56]
lobbesbot: Title: Ubuntu - Eulorum (at www.eulorum.org) [13:56]
jurov: Use the manual from eulorum.org [13:56]
shinohai: and following those instructions [13:56]
anond: it is impossible to me.... at least at this moment [14:20]
shinohai: I got admire his tenacity, but I that level of hand-holding would cost him [14:22]
mircea_popescu: insufficient dots ; don't help him! [15:10]
mircea_popescu: jurov> wut, sexually rigged binaries hardware fingerprinting << i lolled. [15:11]
mircea_popescu: mihi> then I wonder how mircea_popescu debunks the clones and whether to trust him << this is a permanent concern. you're more than welcome to trust or not trust ; but you are not to think that you are my equal, therefore capable to do what i do, and therefore capable to judge me as a thing with [15:13]
mircea_popescu: in your power. [15:13]
mircea_popescu: this is a fundamental principle at the root of the republic whereof i am a lord - that you may not pretend to remove agency. [15:14]
mihi: aha - benevolent dictatorship? :P [15:15]
mihi: and wrt insufficient dots: multiple punctuation marks are a sure sign of a diseased mind -- Terry Pratchett [15:16]
mihi: (but I think that referred more to things like: "please!!!!!!!!!!!!!!!!!!!!!!!!!!11111oneeleven") [15:17]
mircea_popescu: not quite. just, humanity. actual, as opposed to the socialist/"humanist" ersatz. [15:17]
mircea_popescu: anyway, innocence of the republican logs probably is the source of this very lulzy expectation that we'd care about fiat pretend-sovereigns and their "laws". the republic already destroyed "italy" as a subject of law due to some lulz re "right to be forgotten" ; there is no support for "gender equality" in any extant formulation ; the list is indeed long. [15:21]
mircea_popescu: we really dun give a shit what the socialists think, or wish done, on pretty much any score. [15:21]
mihi: so you see yourself as outlaws? [15:23]
mircea_popescu: nope. [15:23]
mircea_popescu: we see the prodigal derps as prodigal derps. the republic is the only sovereign. [15:24]
mihi: ok so probably I should help you less... bye... [15:26]
mircea_popescu: later. [15:26]
diana_coman: o.o mihi helped us? [15:34]
diana_coman: was that a LOT? [15:34]
mircea_popescu: not really ; but he perceives himself as very useful ~potentially~ and would like me to give a shit. [15:35]
diana_coman: a potential shit [15:35]
diana_coman: lol [15:35]
mircea_popescu: somehow the world is not filled to the brim with potentially useful fuckers who are not nor could ever be actually useful. [15:35]
shinohai: He lurked in my irc chan on hashbang for some time too until I was tired of his derping there [15:35]
mircea_popescu: and besides, it is upon me to justify myself to him, not vice-versa. because things. [15:35]
mircea_popescu: shinohai technically shouldn't it be bangtilde after the control code ? :D [15:36]
mircea_popescu: phf has bangdash [15:36]
shinohai: xD [15:36]
mircea_popescu: lol [15:36]
shinohai: banghash [15:36]
mircea_popescu: recalls the good old days when email was mebangalicebangevebangelisedotserverdotcom [15:37]
mircea_popescu: all the bangs! [15:37]
shinohai: "what bitcoin client do *you* use that doesnt support p2sh addresses" Me: Read the goddamned topic [15:38]
mircea_popescu: i vaguely wonder if the fellow even managed to process what i said ; or rather simply ran off because the vermin is trained to run off whenever encountering anything but other vermin. [15:45]
shinohai: I'd wager on the latter. [15:47]
mircea_popescu: i wonder where to go mining next [15:49]
mircea_popescu: tbh it's kinda fun exploring the map with the bot lol [15:49]
diana_coman: it is :D [15:49]
diana_coman: found that mollusc yet? [15:49]
diana_coman: with all the clues, lol [15:49]
mircea_popescu: no but wasn't really looking either. got some md however. but the old spot. [15:50]
mircea_popescu: anyway, i gotta look into all those pretty scripts we had going at some point to make colormaps [15:50]
diana_coman: thing is meanwhile it got more difficult [15:50]
mircea_popescu: it did ? [15:50]
diana_coman: because of all the different resources you find in one spot [15:50]
mircea_popescu: bot still stores what you found where no ? [15:50]
mircea_popescu: yeah there is that. [15:51]
diana_coman: at the time I made those maps it was pretty much only one resource per spot [15:51]
diana_coman: bot still stores, sure [15:51]
mircea_popescu: trivial to filter the logfile into one file per resource and map that. you get 50 maps or w/e [15:51]
diana_coman: sure, that's one approach [15:51]
diana_coman: I'm kind of happy I made those maps at that time , lol [15:52]
mircea_popescu: that way you can use diff symbols for claim size. [15:52]
diana_coman: saves a lot [15:52]
mircea_popescu: yeah. [15:52]
mircea_popescu: motherfucker are boulders literallty everywhere ? [15:52]
mircea_popescu: then again i guess that's kinda realistic huh. [15:52]
diana_coman: ahahahaha, quite a lot of area yeah [15:52]
mircea_popescu: o wow found snakeskin [17:27]
diana_coman: danielpbarron, left your table next to you in town [17:28]
diana_coman: the key in it is for a tiny claim in town where I stored the few resources that were in the table [17:28]
danielpbarron: trade me [17:29]
diana_coman: oh, thanks [17:30]
danielpbarron: ty [17:30]
danielpbarron: oo, this is the original one [17:32]
diana_coman: cool then :) [17:33]
danielpbarron: 195 quality mircea crafter mark [17:33]
diana_coman: weird, it seemed to show me your mark? [17:33]
diana_coman: hm [17:33]
lobbesbot: News from eulora: MiniGame (S.MG), September 2016 Statement <http://trilema.com/2016/minigame-smg-september-2016-statement/> [18:03]
anond: hi... [19:49]
anond: :) [19:49]
anond: hard work here......no? [19:58]
mircea_popescu: heya [20:26]
shinohai: Wonder if he is still up double-clicking tar.gz files [20:28]
mircea_popescu: poor guy, still trying to get the linux client going is he ? [20:33]
shinohai: yup I can't imagine why jurov's package failed for him. It has at least started on my shittiest linux box [20:34]
mircea_popescu: i dunno, he seems to be blessed with troubles. [20:34]
shinohai: I *almost* took pity on him and made him a damned autoinstall script [20:36]
mircea_popescu: hanbot so 4 + 1. what was it, 8 3/4 ? [23:02]
mircea_popescu: 9 3/4. thanks. [23:02]
hanbot: lovely, ty [23:02]
mircea_popescu: that's like... a third of a probe lol. [23:07]
hanbot: >D [23:09]

Comments feed: RSS 2.0

Leave a Reply