21600+ entries in 0.155s
mod6: mircea
_popescu: Can I get your opinion on this quick regarding the Charter for Pizarro?
ben_vulpes: mircea
_popescu: appreciate the continued scrutiny, will respond tomorrow
mircea_popescu: ben
_vulpes the saga continues (and also, you have what looks like a stranded > right after the "leave your comment" heading)
jhvh1: ben
_vulpes: The operation succeeded.
ben_vulpes: mircea
_popescu: statement amended, questions addressed
a111: Logged on 2018-03-01 20:01 phf: diana
_coman: i was also getting some boundary issues with different bitrate issues, i couldn't figure out if it can take any natural value, or there's some specifica subranges that i have to stick to. when i spot checked with values like 1200 (or whatever), it would fail deep inside absorbblock. i'll test it again not that i have a bit of free time and see if i can reproduce
a111: Logged on 2018-03-01 18:01 ben
_vulpes: having worked to memorize the bot keycombos for some time now, i would particularly like it if they would respond to their names. this approach autocompletes for one and is far more easily visually diffed, for another.
a111: Logged on 2018-03-01 17:59 ben
_vulpes: mircea
_popescu diana
_coman: my mistake, the box is not raid5 compatible, it can do raid1 and raid10. is this okay and do you have a preference between the two?
a111: Logged on 2018-03-01 17:56 ben
_vulpes: shinohai: is this an "it works now" or "you did it wrong" sort of thing. fwiw i expect the former in the form of "it was broken because of X, i did Y to fix it, and Z to prevent it from happening again" not that you're my direct report or anything
diana_coman: phf, the bitrate has to be less than the total capacity (it should fail however earlier since the Keccak
_Rate type is limited correctly)
phf: diana
_coman: i was also getting some boundary issues with different bitrate issues, i couldn't figure out if it can take any natural value, or there's some specifica subranges that i have to stick to. when i spot checked with values like 1200 (or whatever), it would fail deep inside absorbblock. i'll test it again not that i have a bit of free time and see if i can reproduce
☟︎ diana_coman: that Hash was the very first attempt, taking To
_C and To
_Ada at face value
diana_coman: and it sometimes stops too soon, basically it fails to copy everything ( this is To
_Ada but To
_C was even more hairy)
phf: diana
_coman: take a look at my recent code for ada/c interop. i've not read your C code closely, but i think you might be missing Trim
_Nul => False/Append
_Nul => False on your to
_c to to
_ada, which would trigger sporadic exceptions in the interface code
diana_coman: calling from C something that might look like this in ada: procedure getstring(input: in Interfaces.C.char
_array; Output out Interfaces.C.char
_array)
diana_coman: ave1, my current solution is to pass the length as a separate parameter indeed and in addition to actually copy octet by octet; To
_C and To
_Ada still fail me on occasion so I can't really rely on them - this might be of course because I don't fully understand them yet; in any case, please write it up, pretty please
a111: Logged on 2018-02-28 15:57 mircea
_popescu: ave1 you should ; also read through the eucrypt thing, ima (for instance) need someone to package it into a cmd line gpg replacement as soon as next wek.
a111: Logged on 2018-02-28 15:07 diana
_coman: ave1 have you ever passed a char * from c to ada in such a way that ada actually sees the correct length for it? there is something I don't quite understand there as To
_C seems to use Target'Length so the length should be set
ave1: diana
_coman: this,
http://btcbase.org/log/2018-02-28#1786496, triggered a short dive into the whole array sending mechanism in Ada. Will write it up and post tomorrow, yes it is possible but you'll need to make some internal structure that Ada uses. Also I doubt it is much better than sending the pointer with a separate length parameter.
☝︎ jhvh1: ben
_vulpes: The operation succeeded.
jhvh1: ben
_vulpes: The operation succeeded.
ben_vulpes: !~later tell mircea
_popescu may i buy one of the power supplies out of the S.NSA inventory asciilifeform's posession? i'll pay you .0047 btc for it
jhvh1: ben
_vulpes: Bitstamp BTCUSD last: 10845.0, vol: 9025.34975079 | Bitfinex BTCUSD last: 10864.0, vol: 31700.14010236 | Kraken BTCUSD last: 10845.2, vol: 7760.80742628 | Volume-weighted last average: 10857.4541336
shinohai: sorry if i offend ben
_vulpes i meant the "Duh" towards myself, because i flagged help instead of of tcker
ben_vulpes: mircea
_popescu diana
_coman: my mistake, the box is not raid5 compatible, it can do raid1 and raid10. is this okay and do you have a preference between the two?
☟︎ BingoBoingo: ben
_vulpes: It was the former, you did !!, bot listens to !~
mircea_popescu: phf $where .= " AND TIMESTAMPDIFF($device, $wpdb->posts.post
_date
_gmt, '$now') > $wait ";
phf: mircea
_popescu: i think a line got lost at $where .= ...
jhvh1: ben
_vulpes: Bitstamp BTCUSD last: 10410.19, vol: 9933.06242394 | Bitfinex BTCUSD last: 10410.0, vol: 41445.27736275 | Kraken BTCUSD last: 10379.0, vol: 8887.54960204 | Volume-weighted last average: 10405.4596745
a111: Logged on 2018-02-18 19:22 mircea
_popescu: is there any interest in this line with current management ? get a storage unit somewhere in uruguay, pile up all the pogos and other non-replenishables ?
a111: Logged on 2014-07-19 03:16 mircea
_popescu: so, this poor unfortunate soul found herself living her parent's dream : an assistant professor! at the prestigious ubb no less!
diana_coman: ave1 have you ever passed a char * from c to ada in such a way that ada actually sees the correct length for it? there is something I don't quite understand there as To
_C seems to use Target'Length so the length should be set
☟︎ diana_coman: ave1, aha, byte by byte was what I ended up doing at testing stage just to see it really working; hopefully I'll still get it working properly with To
_C as such and then I can still avoid the C.Strings, stick with the procs To
_Ada and To
_C; it's not going to be pretty but at least the mess is as small as I can see a way to do it now
diana_coman: ave1, tbh I've been trying to avoid .c.strings at least but atm it looks set to still make its way in because calling ada stuff from c and getting char * result is an even worse mess with interfaces.c only (i.e. with char
_array vs chars
_ptr)
ave1: the fun of C strings, I hope you can use the procedure versions of To
_Ada and To
_C.
ave1: diana
_coman: will you be depending on interfaces.c or interfaces.c.strings packages (I'v done some initial work on modified versions of these that do not need a second stack)
a111: Logged on 2018-02-28 00:48 mircea
_popescu: diana
_coman can we include a report of compiling eucrypt with his barebone runtime ?
a111: Logged on 2018-02-28 00:50 mircea
_popescu: ave1 also possibly your comments table is ill-formatted ? there's no 4.
a111: Logged on 2018-02-28 00:48 mircea
_popescu: ave1 nice work. it is "be built" though.
deedbot: trinque paid ben
_vulpes invoice 1
jhvh1: ben
_vulpes: Bitstamp BTCUSD last: 10948.63, vol: 10326.67236520 | Bitfinex BTCUSD last: 10953.0, vol: 41418.95303472 | Kraken BTCUSD last: 10946.0, vol: 7471.45576622 | Volume-weighted last average: 10951.3547357
mircea_popescu: diana
_coman can we include a report of compiling eucrypt with his barebone runtime ?
☟︎ mircea_popescu: mod6 that's for you and ben
_vulpes to work out really.
mod6: ben
_vulpes: ok should be set to go! thanks :]
deedbot: mod6 paid ben
_vulpes invoice 1
mod6: !!pay-invoice ben
_vulpes 1
trinque: ben
_vulpes: I apparently broke the wallet's !!v just now; note the lack of responses
a111: Logged on 2018-02-27 00:55 state
_bits: taken that long to unpantsuitify myself
trinque: thanks to ben
_vulpes for reporting a rounding error in the display, caused by use of insufficiently girthy type.
deedbot: 28FD28682552EE17282217A4A9DFAC7974E1933D registered as state
_bits.
deedbot: state
_bits voiced for 30 minutes.
deedbot: mircea
_popescu rated joecool 1 at 2015/05/07 16:00:17 << Approximately new blood :p
jhvh1: mircea
_popescu: Error: "rated" is not a valid command.
mod6: ben
_vulpes: It's a deal then! Can pay sometime today yet. Invoice me if you like even. I'll pay with my deedbot acct.
a111: Logged on 2018-02-26 19:19 ben
_vulpes: sorry 0.07838890
mod6: Thanks ben
_vulpes! I'll leave it open for danielpbarron here yet. See what he comes up with.
mod6: danielpbarron, ben
_vulpes ^.
a111: Logged on 2018-02-26 17:23 mircea
_popescu: anyway, more generally, don't do the work-for-drawer idiocy. do things ; publish them, and so on.
ben_vulpes: mircea
_popescu: i'm going to roll the FGs into the rental cost of the machine; 20% markup for a year paid up front for the whole kit and caboodle if that passes with you
☟︎ ben_vulpes: mircea
_popescu: i'll take 'em in exchange for the note at 0.5. ty!
☟︎ spyked: mircea
_popescu, do you mean the irc logger? well, I figured moar redundancy can't do any harm; and it started as an occasion to study the various ways in which common lisp can handle the various pieces (database, irc,
http). what I have so far is not very different from btcbase.org/patches/logbot-genesis , only I made it a point to avoid quicklisp and use manual imports etc.
a111: Logged on 2018-02-26 00:39 mircea
_popescu: douchebag ? spyked ? esthlos ? ave1 ? mats ?
a111: Logged on 2013-09-30 07:12 mircea
_popescu: second largest. The rest of the group is made up of progressively smaller non-breeders, which have no functioning gonads. If the female dies, the male gains weight and becomes the female for that group. The largest non-breeding fish then sexually matures and becomes the male of the group.
a111: Logged on 2013-09-30 07:12 mircea
_popescu: Protandrous hermaphrodites refer to organisms that are born male and at some point in their lifespan change sex to female. Protandrous animals include clownfish. Clownfish have a very structured society. In the Amphiprion percula species, there are zero to four individuals excluded from breeding and a breeding pair living in a sea anemone. Dominance is based on size, the female being the largest and the male being the
jurov: ben
_vulpes: gpg: encrypted with RSA key, ID 4C4FCE69 gpg: decryption failed: secret key not available
a111: Logged on 2018-02-26 03:27 mircea
_popescu: lobbes you understand what the AST is for a [web]page [of code] ?
a111: Logged on 2018-02-26 00:39 mircea
_popescu: douchebag ? spyked ? esthlos ? ave1 ? mats ?
lobbes: mircea
_popescu: while I'm still working through my self-directed remedial mathematics studies to understand merkle-trees at a functional level, what I have learned so far got me thinking: