Forum logs for 05 Oct 2018

Monday, 16 March, Year 12 d.Tr. | Author:
mircea_popescu: in other ideas : anyone wanna get a toll free us number & redirect it to here ? seems the better way to work that whole "or call xxx" angle. [04:48]
deedbot: http://bimbo.club/?p=41 << Bimbo.Club - TMSR Log Summary - 10/01/2018 [05:16]
jurov: Hello, I am not sitting on bag of fiat to seek auctioning it off, but when anyone in my wot comes like "halp!!!" i will help them sell coins if possible. [06:48]
jurov: Next time if representative of public company does ask me this privately I'll go to forum. Lesson learned. [06:49]
jurov: My offer was in this case 6170 USD/BTC, with fiat wire sent within a week. [06:55]
asciilifeform: jurov: thx [10:35]
asciilifeform: jurov: we'll be using auctiontron nao, so won't need to ask folx for halp!! ideally. [10:36]
ave1: In more http://trilema.com/2017/time-to-get-out-by-the-way/, we get https://www.particlesforjustice.org/. [11:40]
diana_coman: aaand if I get it right, GNAT.CRC32 uses Ada.Streams.Stream_Element and it expects a String as input so overall it really sounds like back to GNAT.Sockets style, ugh [11:52]
diana_coman: as one might tell, I'm looking into using CRC in smg.comms as per latest spec [11:53]
ave1: diana_coman, gnat has system.CRC32, it consumes characters [12:02]
diana_coman: ave1, ah, the gnat.crc32 is just the stream on top of system.crc32? [12:03]
* diana_coman looks [12:04]
diana_coman: right you are, yay! [12:05]
diana_coman: thank you ave1 [12:05]
ave1: it looks like it yes [12:05]
asciilifeform: diana_coman: https://www2.adacore.com/gap-static/GNAT_Book/html/rts/s-crc32__adb.htm << pretty simple, you can even lift and civilize [12:21]
diana_coman: asciilifeform, yes, that's where I went after ave1 pointed out that the gnat.crc32 is just a stream-wrapper [12:22]
diana_coman: I'm actually thinking whether to add a simple crc32(array of octets) -> unsigned_32 to EuCrypt presumably it will be of larger utility anyway [12:29]
diana_coman: so yes, lifting it [12:30]
asciilifeform: right, was what i pictured [12:31]
asciilifeform: diana_coman: there really aren't so many things that legitimately call for 'streams', i have nfi what the standard authors were thinking... [12:40]
asciilifeform: ( imho the only situation where stream abstraction makes sense is when you have serial i/o of variably-sized crapola. to date i've used'em in only 1 piece, the classical-btc block/tx reader/writer , 'nqb' ) [12:42]
asciilifeform: btw there's a 'fixed buffer <--> stream' item in there that prolly oughta get genesised, i expect it'll come in handy. [12:43]
BingoBoingo: In other local news: drug gang slowly took over public housing complex, used it to "warehouse" trivial quantity of drugs https://www.elobservador.com.uy/nota/desarticulan-clan-narco-que-tomo-complejo-de-casas-2018104203434 [12:43]
BingoBoingo: Since this is a "public" building it remains to be seen if the bulldozers come out like they did for the ancient squat on the other side of the impoverished north [12:45]
mircea_popescu: jurov i suspected something like that happened. [13:03]
mircea_popescu: diana_coman nah, listen, just implement a crc32. it's very simple indeed, i quited the polynomial used, just divide by it and keep the change. [13:03]
mircea_popescu: we ~needed~ a republican crc32 anyway, it's useful and important, chapter head exactly like "we need a hash" or "we need a ffa", and i was aware extant code is not fit for pitching. [13:04]
mircea_popescu: a nm, already in log. doh. [13:04]
asciilifeform: btw one doesn't ~have~ to use table. (it's maybe 10-20x faster than not, depending on cpu, is why folx do. but when i crc on microcontrollers i dun use table, it eats coupla kB) [13:06]
mircea_popescu: imo we should have lookup version first and foremost. but if diana_coman has the time/inclination, implemnenting both isn't the end of world anyway. [13:08]
asciilifeform: meanwhile in vintagetrilema lotto , http://trilema.com/2015/basic-bitcoin-competency-certification/ [13:11]
asciilifeform: ^ would be interesting to read a new edition of this, if mircea_popescu ever feels inclined to bake one [13:13]
mircea_popescu: for srs. [13:15]
mircea_popescu: though honestly -- this might very well be a foundation item neh ? [13:15]
asciilifeform: easily [13:16]
mircea_popescu: certainly something the foundation could've been advertising itself as doing, lo these many years. [13:16]
mircea_popescu: if manned, i mean. [13:16]
asciilifeform: http://trilema.com/forum-logs-for-05-oct-2018#2482286 << 0.2kg of 'white gold' doesn't seem 'trivial'... then again i am not subj expert [13:16]
a111: Logged on 2018-10-05 16:43 BingoBoingo: In other local news: drug gang slowly took over public housing complex, used it to "warehouse" trivial quantity of drugs https://www.elobservador.com.uy/nota/desarticulan-clan-narco-que-tomo-complejo-de-casas-2018104203434 [13:16]
mircea_popescu: asciilifeform he has a point, in that it's subpackaged. [13:16]
asciilifeform: ah hm. [13:17]
mircea_popescu: you cant get it packaged in less than lb, and usually kg, on intl market. [13:17]
mircea_popescu: so in it being subunitary, it's properly called trivial. [13:17]
BingoBoingo: asciilifeform: "white gold" is rare here. Usually cocaine in Uruguay refers to "pasta base" outside of Punta Del Este [13:17]
asciilifeform: so leaf node, then. [13:17]
mircea_popescu: prolly. [13:17]
asciilifeform: how big is a 'standard' snort's worth, anyway? 1g ? [13:17]
asciilifeform: ( and 1g pre- or post- dilution ? ) [13:18]
mircea_popescu: i'd gues 0.3 [13:19]
mircea_popescu: anyway, the 0.2 was prolly first cut already. http://trilema.com/2013/what-the-drug-trade-is-how-the-drug-trade-works-and-why-silk-road-didnt-work-and-didnt-matter/#selection-87.78-87.104 < [13:19]
asciilifeform: makes sense [13:19]
mircea_popescu: so it prolly doesn't even count as "a fifth of a pack", more like "a twelfth" [13:20]
asciilifeform: iirc 'leaf nodes' are traditionally 'disposable' and never store substantial qty of anyffing [13:20]
asciilifeform: incidentally, i wonder why coke aficionados dun grow the plant themselves, the way potheads do [13:21]
asciilifeform: surely it would just as readily grow in glass house under lamp [13:22]
BingoBoingo: Plant's pickier. They call cannabis weed for a reason, just won't die [13:22]
mircea_popescu: too long cycle for their attention span. [13:22]
BingoBoingo: And somehow afficianados manage to still kill the plants [13:22]
mircea_popescu: also very much what BingoBoingo says. coke's harder than wheat, weed's easier than thistle. [13:23]
BingoBoingo: Happily grows and lives full life anywhere from roadside ditches to red solo cups in basements [13:24]
asciilifeform: BingoBoingo: i was under impression that the 'cultured', oil-rich variant were tricker [13:24]
asciilifeform: *trickier [13:24]
asciilifeform: ( and that the ditch-growing variant dun do much when taken ) [13:25]
BingoBoingo: asciilifeform: From my understanding and interviews the more desirable cultivars are just as happy to live and grow. All the wank around them simply appears to be optimization problems. [13:25]
asciilifeform: hm. [13:26]
BingoBoingo: Or basement insanity projects [13:26]
BingoBoingo: Where they end up slow cooking plants like deli rotisserie chicken and scream "Too Hard" [13:26]
mircea_popescu: http://btcbase.org/log/2018-10-05#1858535 << hey, i was right, HOW SHOCKING. [13:27]
a111: Logged on 2018-10-05 15:40 ave1: In more http://trilema.com/2017/time-to-get-out-by-the-way/, we get https://www.particlesforjustice.org/. [13:27]
mircea_popescu: nobody's cancelled that, by the way. get out, you're wasting your life. [13:27]
asciilifeform: and hah, rumour is that somebody baked glyphosate-resistant coca [13:27]
mircea_popescu: yup. happened years ago. [13:28]
mircea_popescu: bout three or four years after they started giving monsanto columbia's tax money for no reason. [13:28]
BingoBoingo: asciilifeform: Aficianados also specifically want unfertilized flowers, so creating male free environments is another optimization wank drawing substantial faffs [13:28]
asciilifeform: mircea_popescu: 'for smart arse, threaded cock will be found' eh. [13:29]
mircea_popescu: but yes, he's also correct. most of the "difficulty" is forum-wank, whereby the kids that can ride a bike tell the kids underage watching in amazement what incredible skill it takes to ride a bike. [13:30]
mircea_popescu: very male-adolescent schelling point, rarely missed. [13:30]
asciilifeform: !#s ricing [13:30]
a111: 3 results for "ricing", http://btcbase.org/log-search?q=ricing [13:30]
asciilifeform: ^ see also. [13:30]
mircea_popescu: (i suspect the whole reason us culture is so gender-awkward, btw, is that sometime (in the 1880s ?) older kids told younger kids "how hard it is" and it stuck as part of the culture in that culture-less place.) [13:31]
BingoBoingo: To be fair the latest western US forum wank on the subject is butane extraction of active ingredients from the lowers, while... ethanol extraction of the same active ingredients is rumoured to work. That wank is still prolly a good 2 to 5 years out from Uruguay though [13:32]
mircea_popescu: dude of course tincture works. it has worked for ~500 years. [13:33]
BingoBoingo: And yet... the folks keep rediscovering without reading [13:33]
deedbot: http://bimbo.club/?p=42 << Bimbo.Club - TMSR Log Summary - 10/02/2018 [13:34]
mircea_popescu: pretty much what got alchemy even started, iranians getting perfume extracted in dilute ethanol. TWENTY FIVE HUNDRED YEARS AGO [13:34]
mircea_popescu: strange notions of "essence" and "ousia" and what have you -- they're all euro reverberations of "middle earth got this perfume thing going!?!?!?!" [13:34]
* BingoBoingo prolly ought to try compiling general tourist information/anthropology overview on the subject [13:36]
mircea_popescu: http://btcbase.org/log/2018-10-05#1858549 << trying to universalize incorrectly. i think the greater part of design problems come from people picking the wrong "universal" to hitch on to. [13:36]
a111: Logged on 2018-10-05 16:40 asciilifeform: diana_coman: there really aren't so many things that legitimately call for 'streams', i have nfi what the standard authors were thinking... [13:36]
mircea_popescu: let me reiterate http://btcbase.org/log/2018-10-05#1858528? [13:39]
a111: Logged on 2018-10-05 08:48 mircea_popescu: in other ideas : anyone wanna get a toll free us number & redirect it to here ? seems the better way to work that whole "or call xxx" angle. [13:39]
asciilifeform: mircea_popescu: iirc ethanol extracts various impurities along with the desired oil hence various liquid-gas exotica [13:44]
mircea_popescu: yes well. [13:45]
BingoBoingo: Anyways, the point is the cannabis forum wankers essentially invented their own Monsanto in the same way Linus and the men alone invented their own Microshit [13:45]
mircea_popescu: that strikes me as eerily accurate. [13:45]
BingoBoingo: It's what would be alt-Republics seem to do [13:46]
asciilifeform: http://btcbase.org/log/2018-10-05#1858618 >> hence : [13:47]
a111: Logged on 2018-10-05 17:36 mircea_popescu: http://btcbase.org/log/2018-10-05#1858549 << trying to universalize incorrectly. i think the greater part of design problems come from people picking the wrong "universal" to hitch on to. [13:47]
asciilifeform: !#s notation worth iq [13:47]
a111: 5 results for "notation worth iq", http://btcbase.org/log-search?q=notation%20worth%20iq [13:47]
asciilifeform: moreover, i suspect that the fixation on, and abuse of, 'streams', really flows from the orig unix retardation where 'errything is a file' and otherwise ~0 useful abstractions available at all [13:49]
mircea_popescu: quite possibly. [13:49]
BingoBoingo: On the plus side if you want to do non-narcotic houseplants or balcony vegetables in Uruguay, the quality of potting soil here is extraordinary compared to the shit in old country [13:50]
asciilifeform: mircea_popescu: re tollfree thing : i found several vendors who will forward voice to a voip thing 'anywhere on globe'. can get quotes if you like, tonight/earlytomorrow. do you have whom to pick it up ? [13:52]
mircea_popescu: here too. [13:53]
mircea_popescu: they import german stuff i've never seen outside of germany. [13:53]
asciilifeform: ah hm i thought mircea_popescu specifically wanted a usa # [13:53]
mircea_popescu: asciilifeform ima use your flame, nikki. [13:53]
asciilifeform: but if can be bought from mircea_popescustan... [13:53]
mircea_popescu: asciilifeform i was talking re potting soil. [13:53]
asciilifeform: lol! [13:53]
asciilifeform: mircea_popescu: re: 800 phone -- the only headache i foresee is that it needs good 100%-uptimed net pipe [13:54]
mircea_popescu: anyway, by all means, get an us toll free number, ima provide endpoint here later todayh. [13:54]
mircea_popescu: why net ? [13:54]
asciilifeform: is how they avoid being raped by orc telco charge [13:54]
mircea_popescu: ie i gotta get some sort of voip going ? [13:54]
asciilifeform: looks like needed for it to work economically. [13:55]
mircea_popescu: alrighty well let's get details on this. [13:55]
asciilifeform: i'ma dig up the reqd detail tonight. [13:55]
mircea_popescu: ty [13:55]
asciilifeform: ( seems to me to be a) doable b) quickly c) good , potentially , bang for the bux -- which is rare combo ) [13:56]
mircea_popescu: me too, but generally the assrape is in the details. [13:56]
mircea_popescu: wires also used to be abc. [13:56]
asciilifeform: right [13:56]
mircea_popescu: and i guess particle physics. [13:56]
asciilifeform: btw i seem to recall that we had one of these, briefly [13:56]
asciilifeform: moiety's thing [13:57]
mircea_popescu: chick went stupid suddenly. [13:57]
mircea_popescu: "oh, gotta get a real job". i'm sure she's rotting in some half-employment as we speak. [13:57]
BingoBoingo: <mircea_popescu> they import german stuff i've never seen outside of germany. << The one I've been using is a local product. Thoroughly composted and fluffy with ample perlite. Has a mariuana leaf on the bag even. [13:57]
asciilifeform: mircea_popescu: iirc moiety was an outpatient tho. perhaps will have better luck with current trainee. [13:57]
mircea_popescu: but how hard is to break the mother mula conditioning, and always put hands on your tits under the shirt, rather than always try to remove same. [13:57]
mircea_popescu: asciilifeform what fucking perhaps. [13:58]
asciilifeform: i have nfi. can only hope she is better at answering pnoje than digesting log [13:58]
mircea_popescu: omfg... dig yourself in deeper! [13:58]
asciilifeform: BingoBoingo, mircea_popescu : re the pot extractors -- i wonder if an effect similar to http://btcbase.org/log/2018-10-03#1857757 is in play [14:03]
a111: Logged on 2018-10-03 19:52 asciilifeform: ( pharmacologically also interesting : old-school opium 'smokers' ( wasn't actually smoked, it was sublimated in a device resembling today's 'crack pipe', and pretty 'high tech' procedure, look at photo of the kit some time ) -- the moar active components of the vegetable -- morphine & relateds -- didn't make it out of the pipe bowl, broke down, so theoretically the chinese were actually doing a somewhat different dope than today's j [14:03]
asciilifeform: i.e. different processes give diff combos of the orig vegetable's poisons, and result in diff effect [14:03]
mircea_popescu: entirely possiobly. i never cared enough about pot to break out the thin layer cromatographs and shit. [14:03]
asciilifeform: me neither, but apparently there's ~2dozen diff items in'ere. [14:04]
mircea_popescu: well yes. it's a fucking plant. that's what they do. [14:04]
mircea_popescu: there's 2 dozen in eggplant, also, and in everything else. [14:04]
asciilifeform: aha. there's a reason herbivores have mega-liver [14:05]
mircea_popescu: right. [14:05]
asciilifeform: btw according to 1 source, the opium people were actually 'class-stratified' in that poorfucks smoked 'recycled' crud, containing moar morphine , and got stupider ( vs the elite, who took in 'prime' material, never heated previously ) [14:06]
mircea_popescu: i dunno about the stupider angle. principal function of indian opium in chinese society was civilised (by their lights) old man gc. [14:07]
mircea_popescu: and, for the record, this MAY be the oldest trade. [14:07]
asciilifeform: prolly not quite oldest, the sublimator pipe was a 17th c invention, and preceded by tobacco [14:07]
mircea_popescu: yes, but the indian balls of black spice travelled before 3k bc. [14:08]
asciilifeform: possibly. dunno how they were used tho. [14:08]
mircea_popescu: nor does anyone. they azns are terrible at ancient record keeping. [14:08]
asciilifeform: egyptians, iirc, we know to have eaten it. [14:09]
mircea_popescu: yeah. [14:09]
asciilifeform: i suspect there's something to the 'fractional distillation' hypothesis -- there's ample record of chinese emperors, officials, & their concubines, doing opium 'to amplify fuck', which as i understand is not compatible with morphinism as it is known to modern industrial dopeheads [14:11]
asciilifeform: ... whereas the 'dens' that europeans ended up seeing, were fulla folx who had problem standing up, much less fuck... [14:12]
mircea_popescu: i don't know they were doing opium. [14:13]
mircea_popescu: chinese is fucking terrible at specificity of terms, between "she cow pig had kittens" and "alf put opium in his food" because opium is a spice and so is cardamom... [14:13]
asciilifeform: mircea_popescu: iirc the records use term 'black fragrance'. which at least later came to refer to subj. [14:13]
asciilifeform: but without time machine, hard to say if were opium , or combo, or something entirely else. [14:13]
mircea_popescu: yes, but i very much do not trust chinese. as a language i mean, and as a cultural process. [14:13]
asciilifeform: me neither. [14:14]
asciilifeform: ~very~ difficult to work with as a coherent record of anyffing. sorta an anti-l0gz. [14:14]
asciilifeform: and, maddeningly, they seem to be aware of it, and prize it. [14:14]
mircea_popescu: the problem discussed in http://trilema.com/2018/democracy-sucks-the-two-thousand-four-hundred-and-change-years-old-version/#selection-297.0-297.795 the chinese have managed to bake ~into the language~. [14:16]
asciilifeform: they achieved it from opposite end tho [14:17]
asciilifeform: as i understand their language consists more or less wholesale of... l0g refs [14:17]
mircea_popescu: the euros attempted a ~similar thing with http://trilema.com/2018/the-problem-with-christians/#selection-61.0-65.669 but the chinese had longer to do it. [14:17]
asciilifeform: ( from ancient elite l0gz ) [14:17]
BingoBoingo: Gotta make sure you are an honored ancestor for passing down which black spice makes the rice taste better and which black spice kills the old folks as they drip spacekitten pig balls [14:17]
mircea_popescu: consequently, i don't trust a single word they write down to mean anything in particular, exactly like "how do you know democrat is lying -- his lips are moving" and "why do you have no faith in the xtian church" [14:18]
mircea_popescu: asciilifeform this may be but as far as i can see, chinese is 100% "insurance-against-future" by mass. specifically : if py yi shi ki comes to mean the bad, then it never meant that in the first place. but until it does -- it means! [14:18]
mircea_popescu: hence all that undersexed boyish scrotum scent i was detecting, in eg "dao". [14:19]
asciilifeform: the ethertard 'dao' or the earlier cn one ? [14:20]
asciilifeform: ( or both ? ) [14:20]
mircea_popescu: the cn one specifically. was discussion with phf, im trying to fish it out [14:20]
mircea_popescu: whereby i protested specifically the idiotically adolescent onemanship, "oh, bla bla bla". [14:20]
mircea_popescu: upmanship* i mean. [14:20]
asciilifeform: http://btcbase.org/log/2016-09-14#1541918 << possibl thread [14:22]
a111: Logged on 2016-09-14 18:43 phf: people who can't clearly visualize a cause and effect graph trying to do science. dogen is laughing at them all the way from 13th century [14:22]
mircea_popescu: na na [14:22]
mircea_popescu: http://btcbase.org/log/2016-07-08#1499583 <-> http://btcbase.org/log/2017-12-19#1754340 apparently this is a thread that got meanwhile lost. but discussion was evidently pre mid 2016 [14:26]
a111: Logged on 2016-07-08 14:37 mircea_popescu: fucking "take moar oestrogen" confucius & "wanna hear our inept teenage boyish oneupmanships" zeo-dan derps. [14:26]
a111: Logged on 2017-12-19 17:24 mircea_popescu: cheap "cleverness" of the male virginarium aka monastery in same vein see also http://btcbase.org/log/2016-07-08#1499583 [14:26]
mircea_popescu: http://btcbase.org/log/2012-08-13#-323008 << ancient lulz in the process. [14:27]
a111: Logged on 2012-08-13 03:08 mircea_popescu: mtgox from what i understand is losing money, but even so they prolly have more in cash. [14:27]
mircea_popescu: (this was true, at the time, btw.) [14:27]
BingoBoingo: Anyways, Chinese language explains Avalon's Cartman moment when they began shipping ASICs among many other things [14:35]
mircea_popescu: "Sadly one can't mend a tear in the space-time continuum with needle and thread, and similarily one can't repair the fundamental immorality of christianity by superficial moralizing." [14:37]
mircea_popescu: dude ... i really like my articles. that one is EXACTLY why christianity is despicable. [14:37]
mircea_popescu: BingoBoingo surely. [14:37]
BingoBoingo: The Chinese pool operators agreeing to every different course of action during the Gavinassassinen fork wars, etc [14:39]
BingoBoingo: It boils down to speaking Chinese with English words [14:39]
mircea_popescu: recall when they "all agreed" then all didn't do, and every anglotard was surprised at this outcome, and every sinoderp was surprised at the surprise ? [14:41]
BingoBoingo: I do in deed. [14:41]
BingoBoingo: And remember how as the anglotards were growing up, all their schools "focused" on teaching cross cultural literacy [14:44]
diana_coman: http://btcbase.org/log/2018-10-05#1858549 -> precisely why I kept scratching my head at encountering it as a sort of "preferred"/standard stuff in GNAT honestly I think it was a ...fashion, everything all of a sudden had to be a stream at some point [14:47]
a111: Logged on 2018-10-05 16:40 asciilifeform: diana_coman: there really aren't so many things that legitimately call for 'streams', i have nfi what the standard authors were thinking... [14:47]
mircea_popescu: possibru [14:47]
diana_coman: http://btcbase.org/log/2018-10-05#1858557 -> heh kind of why I tend to do the replies all at the end rather than as I read them though it's less convenient [14:51]
a111: Logged on 2018-10-05 17:04 mircea_popescu: a nm, already in log. doh. [14:51]
asciilifeform: diana_coman: it's the 'unix philosophy' sad. [15:03]
asciilifeform: diana_coman: bell labs invented exactly 1 os pheature, and it became 'the hammer for all screws' [15:03]
diana_coman: can be [15:04]
asciilifeform: they took it to even moar ridiculous heights in 'plan9' [15:05]
asciilifeform: ( asciilifeform is not aficionado of 'plan9', but will note that it achieved 1 thing -- was, at its mid-2000s peak, 10x smaller LOC-wise than linux ) [15:09]
diana_coman: I must say that I am ...blissfully unaware of it [15:09]
asciilifeform: diana_coman: it's quite obscure, never took off industrially [15:09]
deedbot: http://qntra.net/2018/10/retired-fbi-agent-intimidated-witness-in-attempt-to-manipulate-political-process/ << Qntra - Retired FBI Agent Intimidated Witness In Attempt To Manipulate Political Process [15:10]
asciilifeform: BingoBoingo: s/nuetral/neutral [15:11]
BingoBoingo: ty, fxd [15:11]
mod6: trinque: Looks like the date that your auction closes I'll be busy and not able to settle with you myself. [15:32]
mod6: BingoBoingo: Please just enter a bid from yourself on behalf of Pizarro for 1 satoshi more than I bid. [15:32]
mod6: And I think you can just handle the thing then. Thanks. [15:32]
trinque: I'm not gonna be pissed if you can't handle it same day. Thanks for letting me know. [15:33]
BingoBoingo: !QBid 366 310080001 [15:34]
lobbesbot: AUCTION # 366: 2000 usd WU Heard: 310.08mn from BingoBoingo overbidding mod6 Ending: 2018-10-19 02:32:35 UTC (318 hours 57 mins) [15:34]
BingoBoingo: mod6: done [15:34]
mod6: Perfect, thanks Sir. [15:34]
asciilifeform: !Q later tell mircea_popescu http://p.bvulpes.com/pastes/ql56A/?raw=true [17:13]
lobbesbot: asciilifeform: The operation succeeded. [17:13]
Mocky: a lot of sites are blocked in qatar and i don't know if I'll need it but I'd like to run a web proxy on my pizarro shared hosting just in case. can someone make a recommendation? do I need something like tinyproxy or squid, or is there a way to do it without installing anything? [18:25]
asciilifeform: Mocky: ssh tunnel [18:48]
Mocky: asciilifeform, ok thx [18:50]
asciilifeform: Mocky: 'web proxy' is ssltronic garbage in all cases. what you want is general-purpose proxy, and atm that's ssh tunnel. [19:16]
asciilifeform: e.g.: ssh -f -L LOCALHOSTPORT:THIRDPARTYBOX:THIRDPARTYPORT YOURREMOTEBOX -N [19:19]
asciilifeform: ^ and after that you can e.g. http or irc to locahost:LOCALHOSTPORT and get to THIRDPARTYBOX:THIRDPARTYPORT via YOURREMOTEBOX [19:19]
Mocky: ok [19:23]
asciilifeform: for moar complex/auto-restarting example, see also http://therealbitcoin.org/ml/btc-dev/2017-February/000252.html article [19:24]
Mocky: cloudfront 504 on that link atm [19:25]
asciilifeform: urgh [19:25]
asciilifeform: Mocky: http://p.bvulpes.com/pastes/uKGVw/?raw=true until the damn thing moves off shitazon [19:25]
Mocky: asciilifeform, ty [19:26]
asciilifeform: Mocky: fwiw i very rarely use tunnels as such, usually makes moar sense to simply use browser etc on the remote box via ordinary ssh [19:28]
asciilifeform: 'screen' proggy is handy there. [19:28]
asciilifeform: the tunnel thing is for if you find yourself in some fascist bananistan that blocks fleanode etc [19:29]
asciilifeform: meanwhile, in vintage/classic lulz, http://lcamtuf.coredump.cx/mobp/ [21:05]
asciilifeform: http://lcamtuf.coredump.cx/ipfrag.txt << related lulgem. [23:06]
mircea_popescu: asciilifeform imo that avoxi item sounds fine. send you # ? [23:52]
lobbesbot: mircea_popescu: Sent 6 hours and 39 minutes ago: <asciilifeform> http://p.bvulpes.com/pastes/ql56A/?raw=true [23:52]
mircea_popescu: http://btcbase.org/log/2018-10-05#1858751 << you can just run curl ? [23:54]
a111: Logged on 2018-10-05 22:25 Mocky: a lot of sites are blocked in qatar and i don't know if I'll need it but I'd like to run a web proxy on my pizarro shared hosting just in case. can someone make a recommendation? do I need something like tinyproxy or squid, or is there a way to do it without installing anything? [23:54]
asciilifeform: mircea_popescu: plox then to gpggram, i'ma setup when i wake [23:55]
Category: Logs
Comments feed : RSS 2.0. Leave your own comment below, or send a trackback.
Add your cents! »
    If this is your first comment, it will wait to be approved. This usually takes a few hours. Subsequent comments are not delayed.