log☇︎
145700+ entries in 1.076s
nubbins`: in other shop news, i've got a lead on a new (to me) flash dryer from the shop i used to work part-time at
nubbins`: i mean, they all are.
nubbins`: asciilifeform i think the usa is still dealing w/ that
nubbins`: sources say i just gotta swap the red and black
nubbins`: anyway, this is a roundabout way of saying that i'm gonna be rewiring a DC motor for the first time today
nubbins`: i ws connecting some ducting to the exhaust fan last fall and realized that the mfg installed the fucking fan upside-down
nubbins`: so i've got this conveyor oven for curing ink on shirts, yes?
asciilifeform: mircea_popescu: i actually often say to pet, 'mainly what i need a 2nd one for is to have stators on both sides'
mircea_popescu: "your honor, i only fuck preteens because the floor space is so expensive"
nubbins`: it was bananas and i was almost too high to deal with it
mircea_popescu: "and i threw it out"
asciilifeform: nubbins`: i'm not even a very tall fella, but the only orientation i can lie down in where legs do not go over the edge is diagonal (after pushing pet out)
mircea_popescu: you think i'm over 2 meters long ?
asciilifeform: (though i count 11 or so gigantic spots)
mircea_popescu: i imagine The Outside must look to a modern pet cat much like the same looks to a modern teenager.
nubbins`: i step through the front door to fetch her, and she's worriedly trotting around meowing at neighbouring windows, trying to figure out which house is hers
asciilifeform: i think they escaped
nubbins`: i guess she's not a cat woman anymore.
mircea_popescu: i was hoping for aliens.
nubbins`: i think she ordered the vegetarian spaghetti
nubbins`: i've been trying to sell a single bitcoin in -otc for three days ☟︎
nubbins`: and i'm done
nubbins`: http://aripecola.tumblr.com/post/121184028396/obeykingafrica-short-hair-dont-care-also-i
punkman: http://aripecola.tumblr.com/post/115523611261/i-love-science-i-think-its-the-most-beautiful
assbot: Logged on 10-06-2015 21:21:40; danielpbarron: http://log.bitcoin-assets.com/?date=10-06-2015#1159520 << re: "high functioning autism" -- I just found out about this internet phenomenon -> https://youtu.be/wEKLxgRJnAc?t=2m20s
cazalla: http://log.bitcoin-assets.com/?date=10-06-2015#1159784 <<< that's bad but i think this is worse https://www.youtube.com/watch?v=nTHbY9mVYAM ☝︎
cazalla: http://log.bitcoin-assets.com/?date=10-06-2015#1159739 <<< http://i.imgur.com/LFtCt55.png ☝︎
cazalla: http://log.bitcoin-assets.com/?date=10-06-2015#1159166 <<< nah, that's not the conversation i was trying to have, just letting you both know so you don't assume i've wandered off ☝︎☟︎
ben_vulpes: asciilifeform: 'change addr' << i have banged on at length about this brain damage
davout: wtf am i reading ☟︎
mircea_popescu: <mod6> mod6: Sir Grayhawk, I would like to use this recipe to craft a static apple pie. Sir Grayhawk: Let me traide you for this here Universe Schematic. << WUT ?!
bekusoararu: i confer helen mirrin rights upon trinque
bekusoararu: i know you, i ike you
trinque: unlikely, but I know that
bekusoararu: balls deep i suppose
mod6: mod6: Sir Grayhawk, I would like to use this recipe to craft a static apple pie. Sir Grayhawk: Let me traide you for this here Universe Schematic.
mod6: i would think i would need to build whatevre this is: x86_64-gentoo-linux-uclibc-gcc (Gentoo Hardened 4.8.4 p1.5, pie-0.6.1) 4.8.4 + the obscure patch in msg00410
mod6: ok. np. the message didn't say. i guess i could try pulling the 4.8.4 source or whatever and see.
decimation: I donno, I'm not a gcc expert
mod6: yeah. it seems weird from that other link that uclibc should have a fix applied in branch 0.9.32, or did i misunderstand that.
decimation: I'm not sure, but I do know if that if the fix I found above isn't integrated it might not matter
mod6: so this might not be a problem, but i was just looking at the environement to see if something is out of whack. it seems the /usr/bin/gcc isn't quite the same as the /usr/x86_64-gentoo-linux-uclibc/gcc-bin/4.8.4/x86_64-gentoo-linux-uclibc-gcc : http://dpaste.com/19T1QMN.txt
mod6: <+decimation> mod6 what version of ulibc are you using << lemme see what i can find.
mod6: decimation: i saw that there. lol, there aren't many people who've encoutered this.
mod6: unless i'm just dumb, and it's related to "getnameinfo()", but i honestly didn't think it was reated.
mod6: no, those where in there from the beginning. i ended up adding ``#define __STDC_LIMIT_MACROS'' with ``#include <stdint.h>'' to net.cpp, util.cpp and wallet.cpp and then is ok. ☟︎
mod6: well, i've got the stdint thing figured out for the time being. i've applied your patch "asciilifeform-kills-integer-retardation.patch" and "nubs-gentoo-sanity.patch".
assbot: Logged on 11-06-2015 02:07:08; mod6: yeah, i tried with just ``#include <stdint.h>'', no dice, same error. my /usr/include/stdint.h has: #if !defined __cplusplus || defined __STDC_LIMIT_MACROS ... # define INT64_MIN (-__INT64_C(9223372036854775807)-1)
asciilifeform: http://log.bitcoin-assets.com/?date=11-06-2015#1160111 << i spoke of this a month or two ago. afaik - unsolved ☝︎
mod6: gentoo has a page that mentions PIEs & PICs... maybe i can try without -fPIE and see what happens.
mod6: maybe I have it in the wrong spot though.
decimation: I'm not sure what the issue is exactly, it's probably some complicated ulibc <-> gcc interaction
decimation: I think I solved it by turning off doc generation
decimation: I remember looking into it
decimation: I think I told you about the docs
mod6: ah, thanks decimation. that's probably the other part of what nubbins` was saying before about not being copied correctly. i had to copy the headers by hand for it to compile...
mod6: I have that whole part saved in a typescript. lemme check
mod6: openssl? yeah, i believe it built just fine.
mod6: <+decimation> the linker is saying it can't find your built libssl and libcrypto << hmm i guess i can understand libcrypto, but openssl was built with auto.sh... would have though it could ifnd it..
mod6: yeah, i tried with just ``#include <stdint.h>'', no dice, same error. my /usr/include/stdint.h has: #if !defined __cplusplus || defined __STDC_LIMIT_MACROS ... # define INT64_MIN (-__INT64_C(9223372036854775807)-1) ☟︎
mod6: anyway, after I fixed those hiccups, then I ran into this when linking. any thoughts here? this is a gentoo with nearly nothing installed... : http://dpaste.com/0HQTB32.txt
mod6: im not sure what jurov's thing shows. i go by what's in the v0.5.3.1-RELEASE.tar.gz with hash: 5c41fe6cf286770a25bf61ab0c35747d0c760f8656754296d2e1d3c4274b5686
mod6: here's what I discovered: ``#define __STDC_LIMIT_MACROS'' is in ``headers.h''. But if I add ``#define __STDC_LIMIT_MACROS'' with ``#include <stdint.h>'' directly after the #define in net.cpp, then it compiles fine. I found the same errors in util.cpp and wallet.cpp. Added those two lines fixes it in all places.
mircea_popescu: asciilifeform judging by the alleged models they use, i'd be surprised too. except i don't believe even for a second the inept allegations of the shithead ycombinator parade.
asciilifeform: i'm frankly surprised that it hasn't been spammed to cinders
asciilifeform: not like i didn't post example code here.
asciilifeform: i bet a good chunk of those is stego blob
asciilifeform: mircea_popescu: speaking of 'hands off father's pistols,' i'm still waiting for a 'meta,' 'theevenmorerealbitcoin.org' which will take issue with the excision of 'orphans' etc
asciilifeform: i see the 'generate change addr' as a boobytrap for the unwary (and extra lines of code) with no rational justification for continued existence
funkenstein_: by random change address, I thought you meant the order it is listed in the TX
asciilifeform: funkenstein_: we spoke of this. i say that'd be braindamaged, because we are maintaining a -reference client-
asciilifeform: i can't fathom how a serious bitcoin user would be willing to tolerate it.
asciilifeform: i have serious trouble grasping what justification there could possibly be for it
Vexual: well im postulating, i dont know of any
asciilifeform: i'm kinda surprised that gavin and his merry gnomish friends have not attempted to reinstate 'dust'
asciilifeform: and i don't see how amounts matter.
asciilifeform: funkenstein_: i prefer: 'american says: what's food? chinese says: country ? african: wait, someone asked for my opinion?!'
asciilifeform: although these, too, may have odd properties, being (as far as i can determine) mutilated versions of 'proper' ones
assbot: Logged on 10-06-2015 21:40:27; trinque: I'm skeptical of the american notion of individualism, but am not precisely sure how far to take that skepticism
funkenstein_: i can smell that sundae :)
funkenstein_: not sure why i like him, considering a decade of wrong predictions once a week
trinque: I hate Yellen far more than any hamplanet
trinque: ascii_field: I'm just going for "died on my feet"
lobbes: BingoBoingo: what if one day you meet a butter golem you genuinely like? either hate big or don't hate at all, I say
ascii_field: good enough motivator for damn near everything i work on
ascii_field: i'm happy to settle for the dream of making a -worse- world - for the enemy.
BingoBoingo: pete_dushenski and ben_vulpes are pretty cool though so I feel bad if I hate jooz nao. Hating on smelly butter golems though is fine.
mircea_popescu: i thought that's the libertard fallacy.
lobbes: I guess if one genuinely enjoys making shame memes, go for it
nubbins`: <+ascii_field> mircea_popescu: i have been to free-time-land and it was the one part of my life that was actually worth living <<< wait now, you've been getting it this whole time? :/
mircea_popescu: anywya, i'm not gonna post on 8chan seeing how i still olathe captchas, but here's my contribution to resolving the conflict & fat acceptance : https://www.youtube.com/watch?v=FI3tGgD4nMk
mircea_popescu: why would i bother / expend effort and energy to serve her ?
trinque: sure I have a rational reason for not wanting to be near someone sneezing
trinque: mircea_popescu: that sense of order thing might have something to do with what I'm babbling about
mircea_popescu: i imagine the same thing drives people to kill cockroaches / rats / assorted vermin, to wash, to choose their sex mates and to reject fatties.
lobbes: is a learned reaction, I would argue
trinque: been up one wall of my skull and down the other; I may be a barbarian
hanbot: trinque i'm sure it's a worthwhile investigation :)
hanbot: ascii_field i suspect the point is less about the where you are and more about the who you are. whatever gets to you in the present scenario will follow you to free-time-land or anywhere else, though probably in costume.
trinque: not something I can say to you, in my case