71800+ entries in 0.602s

mod6: thx trinque, asciilifeform, mircea
_popescu, et al. :]
mod6: <@asciilifeform> modified how ? << with stator, I needed to add back in 'no-shared', according to
http://wiki.openssl.org/index.php/Compilation_and_Installation this is required for us (probably). And I also needed to modify your line `cd bitcoin/bitcoin/src;` to `cd bitcoin/src;`. All of the things are in the build log, I tried not to leave anything out.
mod6: mircea
_popescu: it appears to me that they are. I have two build logs (one for with auto.sh and one with stator.sh). They can be found:
decimation: mircea
_popescu: which is why they left, and it is crumbling
assbot: Logged on 14-07-2015 00:33:04; mircea
_popescu: servants getting uppity ffs.
assbot: Logged on 14-07-2015 01:15:43; mircea
_popescu: obviously you can't have "multiculturalism" among things that aren't even subcultures, let alone cultures in their own right.
mircea_popescu: !v assbot:mircea
_popescu.rate.phf.2:6b5c1f07e27f7b7ae974773e4c050cfce50f47f405a2e9fdf2666a78059e721a
assbot: Logged on 14-07-2015 01:29:17; mircea
_popescu: how do you measure "social trust" ?
cazalla: mircea
_popescu, would you give any weight to studies that show multiculti undermines social trust? (i try to keep in mind these are studies done by gov dept)
trinque: mircea
_popescu: yeah, what you said about a country being a place where young men know who they are, it's right on the mark
BingoBoingo: mircea
_popescu: Sure, but there's going to be a lot more Chinese. It also really doesn't help the newer generations of white trash that they are ill equipped mentally, physically, and morally to cope.
BingoBoingo: mircea
_popescu: I don't see how it doesn't happen as I only anticipate the rape of white trash to increase.
hanbot: <mircea
_popescu> hanbot do you recall which article that was ? < i apparently don't
BingoBoingo: <mircea
_popescu> what i don't understand is why do they take it out on the blacks ffs. << noveau poor envies the comforts of the old poor
BingoBoingo: <mircea
_popescu> they're in kindergarten and they're whacking each other over the head with the cubes. << Seriously can't even have a good riot
BingoBoingo: <mircea
_popescu> anyway, petty supermarket hostility bs. guy has better posts imo. << Supermarket guy is rightly in a low place. Welafare orcs excessively elevated. It's this sort of mess that will take Aztalan all the way to Long Island.
mircea_popescu: pete
_dushenski iirc that's a roman thing. but they wear coats and gloves and shit, it's ridiculous.
punkman: ascii
_field, was it a direct submission?
trinque: ascii
_field: lol @ the "bad exit node" whack-a-mole
phf: ascii
_field: novena's "open" is identity thing. kind of like "maker" means a person who buys lego pieces from adafruit website and then connects them using a tutorial. it just means that the buying demographic are the same people who have a handful of o'reilly books and run ubuntu
punkman: ascii
_field: so btc node on some kind of cray-sized monstrosity?
trinque: ascii
_field: might be cool to get a rough list of interesting historic artifacts from you sometime
punkman: ascii
_field: solder, sure. what's the most complicated component we can verify in jungle? (is there previous thread?)
mod6: haha @ wlan
_firmware.c
ascii_field: 'Effective immediately, we are halting further dev on #proxyham and will not be releasing any further details or source for the device... Existing #proxyham units will be disposed of and no longer be made available at @
_defcon
_'
phf: ascii
_field: i don't think that's the case. i changed block processing to return false when the block is bastard, and eatblock started returning false for those.
ascii_field: ben
_vulpes: say, figuring out how long it takes to verify block N
ascii_field: ben
_vulpes: actually sane logs are rather essential for other work
punkman: ben
_vulpes: I disagree, how the hell are we supposed to debug with insane logs?
phf: ascii
_field: autorotators exist because people don't know how to syslog mostly. i.e. you build a syslog demon based on the constraints of your system, i.e. on pogo might just be busybox's syslog, that does rudimentary truncation. elsewhere syslog writes to postgresql or whatever
ascii_field: ben
_vulpes: thing is, i like cutting code. but i dislike inserting dependencies on complicated unixisms like autorotators.
ben_vulpes: ascii
_field: turn it off on the pogo. they're fire and forget, are they not?
ascii_field: ben
_vulpes: i'm all ears re: an alternative that doesn't turn my 5MB pogo rom into 10
punkman: ben
_vulpes: agreed, I'd like to make the log more parsable
ben_vulpes: ascii
_field: the debug.log thing is horrendous imho
phf: ascii
_field: we seem to agree on loglevels, but what's your take on feeding logs into syslog?
mod6: ben
_vulpes, ascii
_field, et. al. anyone have any other thoughts on this ^^
phf: it might be worthwhile to replace all those printfs with syslog(3) calls, specifically introducing the priority as the first argument, i.e. LOG
_ALERT, LOG
_WARNING, LOG
_DEBUG. maybe have it conditional compilation, so that real bitcoin instance will log to syslog, where's debug instance will still write to file
punkman: punkman: the change from calling snprintf to calling my
_snprintf << there was a "#define snprintf my
_snprintf" before, which I removed
mod6: punkman: the change from calling snprintf to calling my
_snprintf (which inturn calls vsnprintf) might be a good change. but unless we know why we're doing it, maybe we should just leave that alone.
mod6: looks like error(const std::string &&format, ...) does the same gyrations as around
_vsnprintf/vsnprintf as my
_snprintf. which is kinda strange. my
_snprintf must have been added later.
mod6: punkman: your changes to strprintf, error and my
_snprintf to utilize vsnprintf directly look fine. I see in FormatException you changed snprintf to my
_snprintf, which is apparently designed to be "safer".
jurov: wanted to use snprintf in a win school project, had to call it as
_snprintf
jurov: mod6 i happen to know exactly why
_vsnprintf, it's windowsism
punkman: mod6, when you have a moment, could you have a look at my
_snprintf, strprintf and error() in util.cpp? do we need all that?
assbot: Logged on 13-07-2015 07:39:32; mircea
_popescu: it's probably coming out of land values.
solrodar: if you don't want that then you can comment out the call to merge
_overloads
assbot: Logged on 13-07-2015 07:35:15; mircea
_popescu: nobody has "any trust" of the theoretical verbal kind in banks, then they go use them 100%
assbot: Logged on 13-07-2015 08:11:27; mircea
_popescu: supposedly ultima online was major. i never really got into the series.
punkman: it's still a mess, will need debug
_sanity
_part2.patch
punkman: it stripped the last newline from readme
_s.txt as well
jurov: if you sent lenna
_full.jpg and lenna
_full.jpg.sig it should add them to list, too
jurov: i'm tempted to just abandon it ane let someone else try making turdatron
_revived
jurov: ^ explanation also for ben
_vulpes
trinque: ben
_vulpes: so parenscript isn't so bad