log☇︎
900+ entries in 0.115s
mircea_popescu: meanwhile in trilema throwbacks thursday, http://trilema.com/2015/a-lunatic-with-a-bloodied-axe-could-be-ringing-at-your-door/
phf: asciilifeform, https://github.com/LispEngineer/genera-src/tree/master/gczm and https://github.com/LispEngineer/genera-patches
a111: Logged on 2017-08-03 03:38 asciilifeform: https://symbolics.lisp.engineer/goals << in other lulz. ☟︎
danielpbarron: maybe you are looking for this http://danielpbarron.com/2018/show-me-the-light-by-all-means-but-later/
diana_coman: aha; thin sender/receiver can't do anything about it anyway
mircea_popescu: "I'm not even sure whether a sender/receiver should be in fact part of smg_comms" << while this has merit, i'd still keep them in.
diana_coman: anyway, rewinding: thin sender/receiver wrappers; on udp lib eggog, program dies (hopefully more gracefully than disgracefully but still death)
diana_coman: what should sender/receiver do on udp lib barf
diana_coman: 1. expected bottleneck is message processing: encrypting/decrypting sounds most likely but in principle whatever further processing since not even specified yet fully! 2. the everything else is raw udp (aka udp lib) and feeding it/reading from it aka those would be sender/receivers
diana_coman: well yes, as long as sender/receiver are ultra-thin aka only from/to queue to/from udp lib then no clog expected at socket
diana_coman: asciilifeform, lol, no, the point there is the sender/receiver layer of a eulora app essentially
asciilifeform: http://p.bvulpes.com/pastes/XAWtr/?raw=true << selfsame lulzspamola preserved for l0gz.
feedbot: http://qntra.net/2018/12/stanford-garbage-collects-chinese-professor-investor/ << Qntra -- Stanford Garbage Collects Chinese Professor Investor
asciilifeform: but items like floor/ceiling, fractions, etc still look like rubbish
lobbesbot: nicoleci: Sent 3 weeks, 5 days, 2 hours, and 59 minutes ago: <asciilifeform> s/chipher/cipher , s/Bansky/Banksy , plz
a111: Logged on 2018-12-09 05:47 mircea_popescu: (cursory examination failed to turn up the actual item, was maybe 2016 vintage ; meanwhile snowed in by >9000 inconsequential tidbits a la https://elaineou.com/2018/12/01/dont-hate-her-because-she-commissioned-opposition-research-on-george-soros/ https://elaineou.com/2018/11/27/a-bitcoin-is-forever/ etc. spoiler : 2 out of past 3 offerings, rewritten "in own words" tlp articles, pete dushenski style.)
mircea_popescu: (cursory examination failed to turn up the actual item, was maybe 2016 vintage ; meanwhile snowed in by >9000 inconsequential tidbits a la https://elaineou.com/2018/12/01/dont-hate-her-because-she-commissioned-opposition-research-on-george-soros/ https://elaineou.com/2018/11/27/a-bitcoin-is-forever/ etc. spoiler : 2 out of past 3 offerings, rewritten "in own words" tlp articles, pete dushenski style.) ☟︎
mircea_popescu: when's the last time you ever heard anyone ask a sailor/doctor/starlet/best grip/screenwriter/whatever what ~they~ would want to do ?
asciilifeform: anniez: https://www.epic.org/crypto/clipper/white_house_statement_2_94.html & elsewhere
asciilifeform: 'just one nail was lacking -- / and warhorse came unshod / lamely did the stallion / into battle trod / dead fell the commander/ from his limping ride / routed was the cavalry / 'flee, retreat!' they cried / foe broke through the city gates, / hear the vanquisheds' wail -- / all because the smithy / was missing just one nail.'
mircea_popescu: anyway, for citizens interested in more serious work : i shall prolly delay report making for a few days, because well, this month started with apendicitis hanbot, and i'm not going to force the very pleasant locals to set up their er/surgery hotel with my complicated red boxes.
BingoBoingo: asciilifeform: http://lnnano.cnpem.br/laboratories/lme/ << Maybe shoot them a letter?
asciilifeform: https://github.com/project-everest/hacl-star/blob/master/code/bignum/Hacl.Spec.Bignum.Fproduct.fst << holy fuq, the sort of liquishit that d00d's links offered as proofolade... picture trying to ~read~ this. ( and there's 9000 of'em )
diana_coman: that's fine, note that my feedback is given as I read them so without actual knowledge of what happens later/where exactly they are used
deedbot: http://qntra.net/2018/11/64-year-old-woman-jailed-in-us-over-cotton-candy-released-months-later/ << Qntra - 64 Year Old Woman Jailed In US Over Cotton Candy, Released Months Later
asciilifeform: while on subj: https://github.com/gabriel-laddel/masamune/blob/master/culture.lisp << lulzy
deedbot: http://qntra.net/2018/11/trinque-publishes-cuntoo-bootstrapper/ << Qntra - Trinque Publishes Cuntoo Bootstrapper
deedbot: http://qntra.net/2018/11/node-js-event-stream-library-added-bitcoin-wallet-stealer-after-new-maintainer-takes-over/ << Qntra - Node.js "event-stream" Library Added Bitcoin Wallet Stealer After New Maintainer Takes Over
a111: Logged on 2018-11-27 15:38 phf: i have a poc, that uses vpy as an alternative to EGIT_REPO_URI. you put all of the vpatches and sigs into /usr/portage/distfiles/vpatches and you have your wot in /etc/wot and you say V_HEAD='foobar' and it attempts to press whatever's in distfiles to the corresponding head, and then use it as a build target. it works, but i'm not sure that's the right direction..
asciilifeform: i was aiming for a kind of hybrid of jurov's http://btc.yt/lxr/satoshi/source/?v=makefiles and what phf has today
phf: i have a poc, that uses vpy as an alternative to EGIT_REPO_URI. you put all of the vpatches and sigs into /usr/portage/distfiles/vpatches and you have your wot in /etc/wot and you say V_HEAD='foobar' and it attempts to press whatever's in distfiles to the corresponding head, and then use it as a build target. it works, but i'm not sure that's the right direction.. ☟︎
deedbot: http://trinque.org/2018/11/27/cuntoo-bootstrapper/ << trinque - Cuntoo Bootstrapper
a111: Logged on 2018-11-26 14:19 phf: vpatch is picky about what it accepts, it's basically only a/foo/* b/foo/*, where's vdiff can accept a totally random stuff like /foo/bar/qux diffed against /dev/null or whatever. right now even diffing two straight files e.g. vdiff x y will produce a non-pressable vpatch. this is all not so much a bug as an unexplored aspect of vdiffing which is also part of the whole rename tracking.
phf: or perhaps vdiff foo/{bar,buz}/... should be producing /a/foo/bar/... /b/foo/bar/... and /a/foo/buz/... /b/foo/buz/...
phf: vpatch is picky about what it accepts, it's basically only a/foo/* b/foo/*, where's vdiff can accept a totally random stuff like /foo/bar/qux diffed against /dev/null or whatever. right now even diffing two straight files e.g. vdiff x y will produce a non-pressable vpatch. this is all not so much a bug as an unexplored aspect of vdiffing which is also part of the whole rename tracking. ☟︎
mircea_popescu: oh im sorry, "content creator/sex worker"s
mircea_popescu: yet another exercise in http://trilema.com/2018/so-i-designed-a-block-chipher/
deedbot: http://qntra.net/2018/11/japan-cybersecurity-minister-has-not-used-a-computer/ << Qntra - Japan: Cybersecurity Minister Has Not Used A Computer
Mocky: anyway, I'm putting in 80hr/week interview prep as that's my bottleneck, plus as many more hours as I can cram in before it shuts down
asciilifeform: !Q later tell nicoleci s/chipher/cipher , s/Bansky/Banksy , plz
BingoBoingo: Prior to September 7th, zero Pizarro Bitcoin was in the deedbot wallet. The payment of the Foundation colo invoice was the first Pizarro transaction outside of payments as a customer/wildcatter. Outside of deedbot I am holding 0.20113128 BTC Pizarro carryover BTC from the BBISP days.
deedbot: Get your OTP: http://p.bvulpes.com/pastes/saoer/?raw=true
mod6: http://mod6.net/2018/November/10/timetable_first_half_nov.txt
asciilifeform recently had the pleasure of rereading Mocky's 'why ada'. turns it the walk to ada was longer/thornier than asciilifeform remembers it being
deedbot: http://thewhet.net/2018/11/ingenohl-the-anti-chucker/ << The Whet - Ingenohl, the Anti-Chucker
lobbesbot: jurov: Sent 1 day, 15 hours, and 30 minutes ago: <asciilifeform> is the http://btc.yt/lxr/satoshi/ident?v=makefiles dead ?
asciilifeform: !Q later tell jurov is the http://btc.yt/lxr/satoshi/ident?v=makefiles dead ?
deedbot: http://p.bvulpes.com/pastes/BpNSr/?raw=true
asciilifeform: current ffa relies on the user/caller to wipe
a111: Logged on 2018-11-05 04:47 mircea_popescu: http://mocky.org/Qatar-Financial-Center/ <<< top fucking keks. really, arab don't keep appointment ?! this is some next level shit, never heard of it b4.
mircea_popescu: http://mocky.org/Qatar-Financial-Center/ <<< top fucking keks. really, arab don't keep appointment ?! this is some next level shit, never heard of it b4. ☟︎
mircea_popescu: anyway, you might find https://bazaar.launchpad.net/~matt-day32/mysql-tuning-primer/trunk/view/head:/tuning-primer.sh helpful (run AFTER you've read it and satisfied self it's not malicious).
deedbot: http://mocky.org/Qatar-Financial-Center/ << Mocky.org - Qatar Financial Center
BingoBoingo: http://trilema.com/2018/qntra-sqntr-october-2018-statement/#comment-126949 << One hell of a number/word intersection
bvt: i also intend to genesis a ffatronic base64 encoder/decoder that i wrote as an exercise (also todo for the weekend).
mircea_popescu: we're not even talking "magic number only dragons know" sorta items here. take the easy example of "go dig up qatar/uruguay/whatever", not because im trying to underhandedly make you move but because it's a fabulously easy to see example.
asciilifeform: aha, http://trilema.com/2018/so-i-designed-a-block-chipher/
mircea_popescu: they don't got the guts to qatar/burma anymore, that's for damn sure. ☟︎
mod6: Lords and Ladies of The Most Serene Republic, The Bitcoin Foundation's STATE OF BITCOIN ADDRESS: http://therealbitcoin.org/ml/btc-dev/2018-October/000317.html
deedbot: http://mocky.org/Foxybot-Enhancements-Part-10-Build-27-Mangled-Miner/ << Mocky.org - Foxybot Enhancements Part 10: Build 27 Mangled Miner
asciilifeform: wot + hand-delivery cuts, in a way, this knot. but not practical for konsoomer/heathen iron, sadly.
mircea_popescu: it's true nobody but ny outfits with ~0 readership or influence a la http://trilema.com/2017/party-monster/ ever mention it. but it seemed to me more the case of "look at st james' desperation to pretend like he's hanging on" than any sort of active pushing.
deedbot: http://trilema.com/2018/so-i-designed-a-block-chipher/ << Trilema - So I designed a block chipher.
mircea_popescu: asciilifeform http://trilema.com/2018/so-i-designed-a-block-chipher/
|\n: hello, was wondering if you've heard anything about this in particular https://webcache.googleusercontent.com/search?q=cache:https://github.com/RUB-SysSec/Microcode/blob/master/ff_div/fx_payload_exec_linux32_fx_50.0_set_eip.html
asciilifeform: in other minutiae, the terms i left in xor-containing form, can of course be expressed in not/and/or , but this resulted in seven-term ORs , which i assumed is a greater delay than to let it use a xor LUT; but this is not experimentally confirmed, and one might conceivably get better throughput if all of the terms were rewritten in the and/or/not form.
trinque: mount reports mounted r/w or r/o ?
bvt: http://btcbase.org/log/2018-10-25#1866029 << asciilifeform, it seems that i accidentally made you believe that only mips is wrecked. Well, check this out http://p.bvulpes.com/pastes/sWrur/?raw=true ☝︎
mircea_popescu: ever had slavegirls type out rsa stuff btw ? it's like 1girlhour/kb sorta deal.
asciilifeform: current cmp co. price schedule >> https://mycmp.fr/technologies/price-list.html
a111: Logged on 2016-12-08 03:13 asciilifeform: 'cmp', the other co. linked from trinque's old link, has actual PRICES!111 -- http://cmp.imag.fr/IMG/pdf/cmp_prices_schedule_sept-16.pdf
asciilifeform: ( the FG master/slave mechanism is only used in test benching )
asciilifeform: !Q later tell nicoleci http://btcbase.org/log/2018-10-23#1865327 >> s/Their/There ☝︎
asciilifeform: http://www.runivers.ru/bookreader/books/18669/0005.gif << oblig illust.
lobbesbot: phf: Sent 12 hours and 52 minutes ago: <asciilifeform> plox to snarf http://therealbitcoin.org/ml/btc-dev/2018-October/000315.html into 'experiment' tree.
asciilifeform: !Q later tell phf plox to snarf http://therealbitcoin.org/ml/btc-dev/2018-October/000315.html into 'experiment' tree.
asciilifeform: meanwhile: ACHTUNG, PANZERS! >> http://therealbitcoin.org/ml/btc-dev/2018-October/000315.html ☟︎
billymg: just need to extract into /usr/local/portage to use
a111: Logged on 2017-08-03 03:38 asciilifeform: https://symbolics.lisp.engineer/goals << in other lulz.
deedbot: Get your OTP: http://p.bvulpes.com/pastes/07P6R/?raw=true
a111: Logged on 2018-10-11 17:08 asciilifeform: !Q later tell phf i recently found that lcd panel made by (defunkt) 'pixelqi co', pq3qi-01 , is still sold by chinese ( i have nfi if clones, or old stock ), ~100 $ ea; the thing toggles from 1024x600 colour/backlit into a 3072x600 greyscale reflector thing, worx with various lappies ( sadly not x60, it's a 16:9 )
deedbot: http://qntra.net/2018/10/us-army-seeks-candidates-for-direct-comminsion-to-colonel-because-cyber/ << Qntra - US Army Seeks Candidates For Direct Comminsion To Colonel Because "Cyber"
mircea_popescu: or rather, the item all the locals point to when asked about bar/club/disco/where the fuck do you take the whores ?!?!?
BingoBoingo: <asciilifeform> re structure -- they're rolling out ipnoje-style cars, that brick if they dun get keepalive from server << These have been a thing in the US for a while with the pay by week specialist dealer/lenders
a111: Logged on 2018-10-13 01:35 mircea_popescu: http://p.bvulpes.com/pastes/KgnGR/?raw=true << full barfola.
mircea_popescu: http://p.bvulpes.com/pastes/KgnGR/?raw=true << full barfola. ☟︎
asciilifeform: i'd rather have addressable sram , and explicit movement to/from a slower/cheaper brick
lobbesbot: phf: Sent 1 hour and 48 minutes ago: <asciilifeform> i recently found that lcd panel made by (defunkt) 'pixelqi co', pq3qi-01 , is still sold by chinese ( i have nfi if clones, or old stock ), ~100 $ ea; the thing toggles from 1024x600 colour/backlit into a 3072x600 greyscale reflector thing, worx with various lappies ( sadly not x60, it's a 16:9 )
asciilifeform: !Q later tell phf i recently found that lcd panel made by (defunkt) 'pixelqi co', pq3qi-01 , is still sold by chinese ( i have nfi if clones, or old stock ), ~100 $ ea; the thing toggles from 1024x600 colour/backlit into a 3072x600 greyscale reflector thing, worx with various lappies ( sadly not x60, it's a 16:9 ) ☟︎☟︎
asciilifeform: billymg: http://p.bvulpes.com/pastes/skISr/?raw=true and plz confirm when tested.
bvt: Reapplied ave1's patches over gnat17, and musl-cross-make (https://github.com/richfelker/musl-cross-make/)
BingoBoingo: Both raid trash. I suspect the coyote is bigger factor. Takes 40 lb scavenger/predator niche
mircea_popescu: https://proxy.duckduckgo.com/iur/?f=1&image_host=https%3A%2F%2Fs-media-cache-ak0.pinimg.com%2F564x%2F5d%2F0d%2F41%2F5d0d4100cb53317b38a9ae660baab73f.jpg&u=https://i.pinimg.com/564x/5d/0d/41/5d0d4100cb53317b38a9ae660baab73f.jpg
billymg: what is the best method for backup? other drives or paper/physical?
deedbot: http://p.bvulpes.com/pastes/039Or/?raw=true
asciilifeform: ( i get exactly that pub 4096R/52432A9E 2013-10-06 [expired: 2018-10-07] )
deedbot: http://p.bvulpes.com/pastes/TJE4r/?raw=true
asciilifeform: phf: at one time there were rumours of a ips panel that could be stuffed into x60 and had compatible connector/timings , but afaik it's just that, rumour, i was never able to get close to one
deedbot: http://p.bvulpes.com/pastes/2fOKR/?raw=true
asciilifeform: meanwhile, asciilifeform's pet volunteered a similar/popular engl example, 'the hookers hitler and stalin walked into the room'