crtdaydreams[asciilifeform]: http://logs.bitdash.io/pest/2022-08-22#1011338 << tru, that and any folks running around with a hate boner would've turned #a into liquidshit long before now
    
    crtdaydreams[asciilifeform] will reply in time; meanwhile in other noose; https://web.archive.org/web/20220811220554/https://www.suncorp.com.au/learn-about/banking/microchipping-humans.html
    
    asciilifeform: crtdaydreams: a++, get yer finger chopped off rather than simply being robbed
    
    PeterL[asciilifeform]: awt: wouldn't "tru logger" just look into the blatta db, sort by date, and dump that into a webpage?
    
    asciilifeform: PeterL: would work; only headache is that it marries you to the particular db
    
    billymg[asciilifeform]: yeah, when going that route i'd much rather tail blatta's db and insert into the logotron's pg db. that way can add an adapter for smalpest that reads from its flatfile db, etc.
    
    billymg[asciilifeform]: and then you're free to blow away your pest db if you need to for debugging or because you feel like it
    
    PeterL[asciilifeform]: yeah, I guess just looking into the blatta db misses all the old stuff from the IRC channels
    
    billymg[asciilifeform]: yup, that too
    
    asciilifeform: PeterL: there's no reason one couldn't retrofill that db w/ the irc histories
    
    awt[asciilifeform]: asciilifeform: nectuneEj9
    
    awt[asciilifeform]: and there's my pw lol
    
    jonsykkel[asciilifeform]: rip robux
    
    awt[asciilifeform]: lol
    
    asciilifeform: lol! iirc 1st pastelul on pestnet
    
    jonsykkel[asciilifeform]: gotta add undo msg command
    
    PeterL[asciilifeform]: pastelul or just typed in wrong window?
    
    awt[asciilifeform]: Not a paste.  Just unconsciously attempted to unlock the screen
    
    signpost[asciilifeform]: phf: http://paste.deedbot.org/?id=jtQP << here's where I'm at on the CL rewrite, doesn't work yet.
    
    signpost[asciilifeform]: I've either fucked something up in inner-encode or decode, grunting through it with tests
    
    phf[asciilifeform]: first usecase for file sharing will be in-pest pastes :>
    
    signpost[asciilifeform]: mhm!
    
    phf[asciilifeform]: what's the reference document for the theory part?
    
    
    
    
    
    
    
    
    
    signpost[asciilifeform]: I think I pasted an entire email from my dad one time.
    
    asciilifeform: signpost: hey at least not launch codes
    
    signpost[asciilifeform]: fell down a rabbit hole of old logs looking for it, did not find.
    
    signpost[asciilifeform]: awt: any ideas on getting idle pest CPU usage down? seems to churn about 50% of one core on an APU2 consistently
    
    awt[asciilifeform]: signpost: interesting - how are you gathering that stat?
    
    awt[asciilifeform]: In all likelyhood the problem is the in server.py, in the loop that checks sockets for input.  One could play with the timeout values provided to the select() call.
    
    awt[asciilifeform]: Checking top on my machine blatta is using about 3-5% "CPU" but not sure how that takes cores into account.
    
    signpost[asciilifeform]: yeah, or even use threading, given it's IO. the one place python can sorta multitask.
    
    signpost[asciilifeform]: apu2's not a particularly beefy machine
    
    awt[asciilifeform]: Yes threading would be good.  I tried it initially, but couldn't untangle db locking issues.