Show Idle (>14 d.) Chans


← 2022-09-03 | 2022-09-05 →
10:22 awt $ticker btc usd
10:22 busybot Current BTC price in USD: $19728.58
~ 2 hours 22 minutes ~
12:44 phf http://logs.bitdash.io/pest/2022-09-03#1012123 << https://www.youtube.com/watch?v=N3x4M3yqzZk ru army leather requires a different conditioner
12:44 bitbot Logged on 2022-09-03 14:46:11 asciilifeform[jonsykkel|crawlerbot|billymg]: dunno re all this oil notions, ancestral su army belt never oiled and loox a-ok lol
~ 38 minutes ~
13:22 * asciilifeform expected ^ ! lol
~ 42 minutes ~
14:04 jonsykkel oil gose in car
~ 2 hours 32 minutes ~
16:37 awt phf any recommended reading wrt breaking lines of utf8 encoded text properly?
16:44 jonsykkel http://zzz.st/code/smalpest/tree/src/utf8.c
16:55 jonsykkel that cram_unsafe function assumes a valid utf8string and returns the size (in bytes) of the utf8string (starting from begining of string) that it can fit into bufer of size buf_size
16:55 jonsykkel wihtout spliting a char in half
16:57 awt ty jonsykkel
17:10 phf http://logs.bitdash.io/pest/2022-09-04#1012135 << you don't need any special mechanisms, i just use a dumb iterator that encodes a subsequences until i get the right length
17:10 bitbot Logged on 2022-09-04 16:37:19 awt: phf any recommended reading wrt breaking lines of utf8 encoded text properly?
17:11 phf e.g. s=u'a\u0430\u65e5'; [len(s[:i].encode('utf-8')) for i in range(1,len(s)+1)]
~ 23 minutes ~
17:34 awt ty phf
17:43 phf awt, http://paste.deedbot.org/?id=E9bu is the general idea. that's just a naive port of an equally naive algo i use in pest.lisp
17:44 phf but notice! that \u1dd4 is a combining character that gets applied to `o' before it, and the combination of the two looks like oᷔ
17:45 phf correct method would be rewrite/augment the function so that instead of considering a unicode character it would consider a unicode character group, and when u'o\u1dd4' doesn't fit, then skip both o and \u1dd4
17:46 phf because i don't have that implemented you see output like 6 а日o 6 ᷔaа
17:47 phf but this should give you the general idea
~ 2 hours 46 minutes ~
20:33 awt Nice. Works as advertised.
20:34 awt Let the walls of text flow.
20:45 signpost http://logs.bitdash.io/asciilifeform/2022-08-29#1113428 << this thing does A LOT of nutty shit in the "installer" script.
20:45 bitbot (asciilifeform) 2022-08-29 mats: https://github.com/ainfosec/FISSURE
20:58 awt I'm getting address cast messages from jonsykkel
21:05 phf yah, i got spammed with junk…
21:15 phf awt, i'm getting a bunch of addresscast messages from you, at a frequency of about 1/s
21:21 awt phf should be bursts of several every 15s
21:22 phf *sigh* don't make me break out my slide rule
~ 1 hours 1 minutes ~
22:23 awt jonsykkel: it looks like smalpest is reflecting my address_cast packets right back at me
22:36 awt Δαρείου καὶ Παρυσάτιδος γίγνονται παῖδες δύο, πρεσβύτερος μὲν Ἀρταξέρξης, νεώτερος δὲ Κῦρος: ἐπεὶ δὲ ἠσθένει Δαρεῖος καὶ ὑπώπτευε τελευτὴν τοῦ βίου, ἐβούλετο τὼ παῖδε
22:36 awt ἀμφοτέρω παρεῖναι.
22:46 jonsykkel awt: inded, my pestron unchanged for 6months so it dosnt necesarily behave specfully in all cases
22:51 awt jonsykkel: ok. Good test case though - those should be getting deduped and dropped by blatta but they're not for some reason.
22:53 jonsykkel awt: they must be "deduped" by cheking the speker field
22:53 jonsykkel there was some discusion
22:53 jonsykkel http://logs.bitdash.io/asciilifeform/2021-12-30#1070511
22:53 bitbot (asciilifeform) 2021-12-30 asciilifeform: http://logs.nosuchlabs.com/log/asciilifeform/2021-12-30#1070489 << there's no wot entry / key for self, so this aint actually a problem
22:53 awt Oh hrm. Must have missed that.
22:54 dulapbot (asciilifeform) 2021-12-30 jonsykkel: asciilifeform: are you meant to check that speaker field matches peer that you successfully decrypted addr cast from? (if not, how to distinguish bounce baks of own addr casts)
22:56 awt jonsykkel: still, they go into the long buffer before being sent out, so should be deduped.
23:00 jonsykkel awt: ye im not sure, looking at code i think posibly made a mistake originaly, not putting these in dedup bufer when sending adn thats why i had problem
23:01 jonsykkel i cant remember why did like this
~ 16 minutes ~
23:17 jonsykkel i guess this discusion was from before it was specified that mesages originated from ur own station gets put in buffer
23:18 jonsykkel but doing that should inded solve the problem without ahveing to do the speaker thing
23:24 awt Wow. my station managed to update the at for several cold peers to its own address, then seemingly send itself address cast messages.
23:26 jonsykkel lol
~ 24 minutes ~
23:50 phf the ultimate "i only want to talk to smart and intelligent people" move
← 2022-09-03 | 2022-09-05 →