7400+ entries in 0.069s
mircea_popescu: meanwhile, some installs incorectly config'd (ancient ?) eat
a tags
mircea_popescu: i dunno that it's
a bug, just don't leave < floating around.
billymg: re: blog work, i'm about to head out for the weekend, back early next week. i'll be able to bang out some more test coverage based on mircea_popescu's spec on the trip and put together
a status/roadmap post when i get back
diana_coman: feedbot is extremely useful to track all the comments + posts, basically I switched all to it and it's working great so far; there was the deluge of the after-break stuff coming in today but it's not
a big issue (and it didn't choke on it either so all good)
mircea_popescu: ahh, feedbot conveniently pointed to me diana_coman 's comment. this thing is so fucking useful, making me look like
a cyborg
mircea_popescu: that's why nobody has
a working system : 1. any meaningful interpretation of "categories" reduces to "tags", so even though implementations give "the choice" it is
a dud choice ; and 2. any meaningful implementation of tags requires they change with the blog, whereas every implementation presumes to enter them at the time of publishing (which coincidentally but harmfully overlaps with the "don't alter history" imperative)
diana_coman: they do, as they reflect the material put in; but I don't see
a problem with
a third person deciding to categorize trilema with whatever tags they think greatest and provide the resulting tags + links as their view of it, what
diana_coman: I would start with something rather simple indeed; and review it, initially it's really
a sort of learning wtf in there because I have no idea atm how useful the tags produced would be
mircea_popescu: on one hand, something simple like "tag each article with the 12 most frequently occuring live words over 3 characters long ; keep
a central list of "dead" words that occur in more than x% of articles, re-tag all articles tagged with one of the words there"
diana_coman: mircea_popescu: I do; and
a few other bits that are on the list to change but on which I kept thinking "there will be
a mp-wp theme" and then can tweak; hm, who was it, billymg ?
diana_coman: hm, I *do* remember the idea but not having properly ranted on it (granted, I tend to forget it if I have
a good rant over it, lol)
mircea_popescu: diana_coman, srlsy ? the core of the argument was that google lists
a supposed number of results, in the bns, but it never disgorges any significant count
snsabot: Logged on 2019-08-22 23:59:49 trinque: if I'm going to bolt znc to it, what point has
a lisp bot?
mircea_popescu: make yourself
a spyked-genesises-stolen-crap sig, use that.
mircea_popescu: this understanding is current as of cca 2016. meanwhile we agreed that because
a) it is preferrable to work with republican rather than imperial items and to prevent more imperial seepage than needed ; and because b) there's no limit to signature count as per long standing observations and discussions (with
a very early asciilifeform cca 2013 maybe) then therefore the correct approach is to sign things early, to get them i
snsabot: Logged on 2019-08-22 21:25:26 trinque: wtf lol, how would the bot spend
a lot of time in the notification mechanism?
snsabot: Logged on 2019-08-22 23:59:49 trinque: if I'm going to bolt znc to it, what point has
a lisp bot?
mircea_popescu: "Needless to say, I am unamused ; and, to answer the
original inquiry in firmer terms containing no ifs or buts : no, I personally have no further interest in hearing what phf may have to say on any topic. The time for "ok then, I will get my logger to spec by X date and hope to have my blog up by Y date" came and went, sometime yesterday.
snsabot: Logged on 2019-07-25 03:30:20 spyked: trinque, could you pl0x share the ircbot auto-reconnect code that you're testing? I wanna give it
a spin myself and give some time to ironing out whatever problems I might find.
spyked: mircea_popescu, tbh I find that to be
a particularly cheeky question, since I asked him the same on
more than
one occasion and was greeted with silence.
mircea_popescu: now help me out here. is the answer "late aug/early sept i will publish my sept workplan which'll include
a date at which i intend to publish the answer to that q" ?
mircea_popescu: so is the idea feedbot gets abandoned
a la lobbes' orig bot ?
mircea_popescu: yes, that wasn't in discussion. but the current plan takes you to week 35, after which comes week 36 and
a new plan ?
spyked: mircea_popescu, why should the output of weekly work be necessarily genesis? for now, it's
a review of coad; the review will be followed by
a genesis, as
stated.
snsabot: Logged on 2019-08-22 21:48:34 trinque: the thing's literally built atop tcp which supposedly has "connections" and it wants this ping/pong mechanism atop. ask me how many more hours of my life I wish to dedicate to this duck cunt that just wants
a bit more.
trinque: if I'm going to bolt znc to it, what point has
a lisp bot?
trinque: the thing's literally built atop tcp which supposedly has "connections" and it wants this ping/pong mechanism atop. ask me how many more hours of my life I wish to dedicate to this duck cunt that just wants
a bit more.
trinque: wtf lol, how would the bot spend
a lot of time in the notification mechanism?
mircea_popescu: nothing prohibits proggy reading 2mb ring buffer at gb/s speeds. it'll get... well,
a lotta hashmaterial.
mircea_popescu: anyway, exactly what stretch factor to use is
a bit of an open question. may be worth it to permit the thing to self-adjust, based on O read volume.
mircea_popescu: if indeed
a stretch of say 8:1 is preferred, HF takes 1 byte makes 8, then the HG will work on 8byte buffers, take 8 bytes make 8 byres.
mircea_popescu: if you do, you stretch it into
a "many" bytes. if you don't, you just prng those many bytes.
mircea_popescu: that's why the two-hash system : you either have
a byte of FG, to put into O, or you don't.
mircea_popescu: ring buffers : Inner (small, 16kb to cpu-cache-size) ; Outer (large, 1 MB to swap partition size). each buffer has
a writing head moving around it and
a reading head moving around it, their position is W and R at any time.
mircea_popescu: imo correct design is 16kb to cpu-cache-sized inner ring buffer, wherein fg material is simply written into
a loop, plain ; and from where high quality entropy is read blockingly. whenever the writing head threatens to overwrite the reading head, the overwritten bits are instead fed into outer ring
☟︎ snsabot: Logged on 2019-08-22 07:50:22 spyked: to detail: trinque's bot has
a thread that pings the irc server and does lag tracking (the lag then is: pong_response_timestamp - ping_sent_timestamp); if it detects that the lag is high, then it tries to reconnect. so when feedbot spends
a lot of time in the notification loop, it doesn't receive the pong and gets disconnected.
spyked: the downside is that now messages are going to arrive somewhat slower -- ISONs aren't sent too often, so as to not abuse that command; but probably not that much of
a problem either way. if
a user was offline for
a while, then he can wait the extra minutes to receive the messages.
spyked: mircea_popescu, for PM notifications, the sender is called only when the target nick is online; to find out whether
a nick is connected, it sends an ISON and waits for
a reply; and on the reply handler, it (until now) tried to process the entire message queue for that nick, which... yeah, that's
a really bad idea.
mircea_popescu: why doesnt the main program loop call the sender thing ONCE AT
A TIME ?
spyked: to detail: trinque's bot has
a thread that pings the irc server and does lag tracking (the lag then is: pong_response_timestamp - ping_sent_timestamp); if it detects that the lag is high, then it tries to reconnect. so when feedbot spends
a lot of time in the notification loop, it doesn't receive the pong and gets disconnected.
spyked: grrrr, this is annoying. ftr, I set the delay knob for feedbot msg delivery to 2 seconds and it still gets disconnected for some reason. I suspect it's something other than fleanode simply disconnecting, so I will ask users who are waiting on pending PMs from feedbot to bear with me for
a while.
mircea_popescu: incidentally, the fucking notion of
a byte-counted entropy pool is fucking ridiculous.
mircea_popescu: in any case it is obvious that using it as intended (ie, pretending fg is what the linuxtards call
a "hardware random generator") is ~wasting it. i dun wanna initialize the middle 32 bytes out of anything.
lobbes: will also spin up
a copy of alf's logger
lobbes: once this thing is up I'll probably be asking in #
a (unless #mod6 still lives?) about doing
a 'hot-start' with trb
lobbes: in other news, I'm in the process of provisioning
a dedi server (for primarily
a second trb node). I grabbed one with 2 512GB SSD drives. Now my question is: should I bother with RAID 1? Or will this just be stupid because they will wear at the same rate?
snsabot: Logged on 2019-08-08 16:13:35 mircea_popescu: do you realise every time i do
a keyop it's ~half hour of slavegirl time going blind on asciisoup ?
snsabot: Logged on 2019-08-20 22:39:42 snsabot: Logged on 2016-09-16 22:54:18 trinque: BingoBoingo: aha, in fact there was
a thread where mircea_popescu explained that y'know, you teach the women things