log☇︎
30600+ entries in 0.018s
mircea_popescu: no, that
asciilifeform: i suspect bottom also left, those toilets in germany won't polish themselves
mircea_popescu: meanwhile, as 2020 is just around the corner -- three quarters of the top quarter left.
mircea_popescu: by the time 2001 rolled around, that nigger at dept of state and all the rest of the lulz -- about half of the top 5% had left
asciilifeform: mircea_popescu: timis seemed quite empty of people.
mircea_popescu: i suspect demographic collapse is at the root of it. by the end of 90s, about half of the top first percentile had left the country.
diana_coman: how was it, "vin ai nostri, pleac-ai nostri, noi ramanem tot ca prostii"
mircea_popescu: it's not any one detail, though. it's the system. they've meanwhile re-crystalised their idiocy, and it remarkably preserved just about all of it.
asciilifeform: lol! what does this sorta dentist even do ? operate door-rope-powered tooth puller ?!
diana_coman: lolz, except the dentist part the rest sounds quite familiar re ro, yes
mircea_popescu: i could go on, but it's not worht anyone's time. call them centrul preorasenesc "romania", si mai da-i si-n pula.
mircea_popescu: be it the "dj" who, atop the roof of a parking lot, is trying to "mc" some of the saddest retarded-white-trash-kids-from-the-ghetto-made-themselves-a-band-just-like-their-mommies-heard-those-rich-suburban-kids-used-to-do-in-THEIR-moms-garages-backintheninteties
mircea_popescu: be it the dentist who doesn't have an imaging cabinet at her "smileup tooth health center", and KNOWS she should, and goes to incredible lengths to subtly deal with this orally, get me to do this and that for her TWENTY DOLLAR consultation fee
mircea_popescu: all the way to the drastic sadness of "supermarket" stocking or "posh" hangout places, including there the relationship of the people themselves to the obvious (and obviously disavowed) awareness of their inadequacy.
mircea_popescu: dying-dead-decaying-decayed as a metaphorical approach sounds trite through overuse, but it's also chillingly accurate. from the very specific feel of the particular manner in whichaustro-hungarian architectural heritage's decaying (becayse yes, this is very highly specific, it's not just a word or just ten words, it's "german musical universe" sort of precise, particular and specific)
mircea_popescu: in other shit nobody cares about, it's quite impossible to describe just how much romania's decayed since joining the eu -- particularly in the past 5/10 eyars.
BingoBoingo: And the WoT grows meatier in its fibers
mircea_popescu: and so the web grows!!!
deedbot: lobbes updated rating of Mocky from 1 to 3 << met irl; he's good people
deedbot: lobbes rated Mocky 1 at 2018/05/19 00:55:42 << newblood^rad; does things, keeps blog
asciilifeform: folx w/ nitpicks, thoughts re potential applications, etc. plox to write in!
asciilifeform: theoretically, in naked iron variant, can simply translate the mips page tbl into pc's. but this is for much later.
asciilifeform: much broader range of things you can do, if yer asmism is standalone rather than inlined into gnat etc.
asciilifeform: ( must save/load'em when calling unix to drive console i/o, disk, etc. when under a unix, but on bare irons not even this )
asciilifeform: can reclaim e.g. ebp, r8-15 etc, which normally clobbered by the proc call abi.
asciilifeform: the only thing to add, possibly for n00bz, is the observation that you can actually use all the machine regs, as pictured above, if you dun have any c or other compiled lang in the proggy
asciilifeform: i.e. ffa-style mux for the sim-branch clockwork.
asciilifeform: 1 example of sim-inst, 'branch on less than zero', to give illustration of the moving parts.
asciilifeform: incidentally when asming on amd (possibly intel also, but i threw out my intel datashits..) can hand-crank the cache when desired.
asciilifeform: it won't even astonish asciilifeform if in the end finds out that purely-interpreter algo actually clocks faster on recent (10y) pc irons than 'dynamic'. cuz fits in l0 cache and dun rewrite executable pages (i.e. dun blow the cache erry time it farts)
asciilifeform: other aspect of this, picture trying to rewrite a 'dynamic' emu like bellard's, to run on e.g. arm.
asciilifeform: ( recall that there's been 2-3 published vulns for it per month, for , what, 5y nao )
asciilifeform: ever tried to read bellard's 'qemu' ? i dunno if decade would be enough to eat it, trb-style, even if did nuffin else.
mircea_popescu: i think you have a point, re compiles.
asciilifeform: in principle possible to add e.g. vga to this, and have pc boot straight into it.
asciilifeform: in my clockwork there is no heap allocation, and errything that can live in machine reg, does. (the only allocation is one mmap, for the emu-ram, a user-specified x GB chunk, after that 100% regs/stack)
asciilifeform: there is ~not~ a shortage of irons. but there ~is~ a shortage of soft that actually behaves to spec and fitsinhead.
asciilifeform: notably, i reject bellard's approach to emuism , where he 'dynamically recompiles' . imho it aint worth the 9000x moar complex clockwork.
asciilifeform: strangely enuff, dun seem that any of the game emulator people, ever baked a properly hand-asmed emu for it
asciilifeform: to sorta tie into the 'games' thrd, found out by way of digging for mipsisms, that : 'playstation 1' toy box was apparently a mips (3000) .
asciilifeform: instr. decoder snippet, to whet appetites.
asciilifeform: ( for n00bs -- why mips? cuz pretty small instr set, and fixed-length codes; and theoretically existing gcc backend. really no other reason. )
mircea_popescu: not bad though
asciilifeform: aim is a 'mips 4000' compat. item (for ease of hardwarization, when time comes) if anyone cares. and at some pt will also have to port gnat, cuntoo... to it. ☟︎☟︎
asciilifeform: almost all of the sim-instrs fit in amd64's 32byte cache line load.
asciilifeform: hand-massaged asm for pipelineism etc, worx out to <12kB total bin so far.
asciilifeform: emulates errything but the page table mechanism, which is somewhat gnarly even on mips (tho miniscule compared to pc's) ☟︎
asciilifeform: it aint ready for primetime tho, must admit
a111: Logged on 2019-06-04 13:29 asciilifeform: http://btcbase.org/log/2019-06-04#1917019 << i'ma describe, for the l0gz, the hypothetical. suppose mips emu in asm ( the heathen item in fact compiles to a 30kB elf , not esp. complex, but would want clean rewrite really ). this'd be proggy that takes disk image and it tx/rx raw frames to/from nic, so can have own ip etc. then 1 large amd box can host coupla 100 instances of mips linux from known image. <1s teardown/bringup.
asciilifeform back to ffaism, after short 'vacation' . will order piz irons in coming 2wk, as the req'd fiatola piles up ☟︎
mircea_popescu: women have this great advantage, that they cvan fuck dressed.
asciilifeform: defective photo!111 they're clothed!
feedbot: http://thewhet.net/2019/06/duplex/ << The Whet -- Duplex
mircea_popescu: ima get to it this weekend
BingoBoingo: The two auctions delivered an exchange rate of 7250 usd/BTC, the 500 USD auction actually returned the lower of the two rates (7143 versus 7269 for the dc wire)
deedbot: Invoiced mircea_popescu 0.469075862 << Annual Colocation for Two S.MG servers through June 2020 ☟︎
deedbot: Invoiced jurov 0.019544828 << TBF Colocation Monthly
deedbot: Invoiced trinque 0.021544828 << Colocation + Shared June
asciilifeform: diana_coman: funnily enuff i did not even get to take 'graphics' at uni (it ended up choice b/w it and 'operating systems', went with the latter) but i did at one pt eat the classic hughes, foley & van dam b00k
diana_coman: (my current going through huge lists of oh, add x textures and then for each of them y shaders and z lights etc doesn't make me think any higher of the paint-the-wood approach either)
diana_coman: fwiw I must say that it's precisely this "let's paint the fence" approach that put me off computer graphics in the first place because my uni taught nothing else and I foolishly believed them that there was nothing better either.
mircea_popescu: job security, it's a primum bonum in the ustardian understanding of "free market"
asciilifeform: imho it was The Wrong Thing tho (yes the 2d artist types got to keep their jobs and avoided relearning anyffin, but result is that nao there are 'wooden' monsters, lovingly 'painted', rather than 'tru' 3d...)
diana_coman: myeah, except I'm no graphics expert (and the pile of burnt is already big)
asciilifeform: ( played out, that is )
mircea_popescu: im not all that sold on blits being right thing either.
asciilifeform: ( consider, e.g., the 'ada-sockets' horror of 'abstraction' replaced in the udp lib )
asciilifeform: naturally only diana_coman can answer this q. but fwiw asciilifeform has yet to encounter a single case where burning the heathen abstraction to the ground and baking new one didn't make problem substantially simpler in the end.
a111: Logged on 2019-06-14 18:06 mircea_popescu: because movement and fitting arbitrary shapes together (eg, "equipped the helmet") you need osature and all sorta abstractions.
diana_coman: http://btcbase.org/log/2019-06-14#1918191 -> the q being ofc if the existing "abtractions" really help much or just make it even harder; a sort of C/CPP thing rather than Ada thing. ☝︎
asciilifeform: texturism incidentally is why those 'steam' gamez are 100GB ea.
asciilifeform: i have suspicion that it'd scale fine if the folx baking gpu irons had baked for it (e.g. picture properly-bouncing gouraud tits) . whereas i dun recall a single 'textured' game where critters did not from certain angles look 'wooden'.
mircea_popescu: yeah. that thing was beautiful then, but did nto scale.
mircea_popescu: the reason blits won is that you want nipples on the tits, niot just some vague color shade
asciilifeform: 'The 3D ojects are not texture mapped (= wrapping textures on a 3D object), but they get their color from gouraud shading' etc
asciilifeform: ( for folx who did not play this msdos mega-adventure -- thing was implemented on entirely diff school of thought re 3dism than what is generally used today )
asciilifeform: and all of this w/out anything resembling a 3d gpu card
asciilifeform: recall, where the hero's robe flowed properly when he fought, etc
a111: Logged on 2019-06-02 13:32 asciilifeform: incidentally, apropos of gamez thread, there was very interesting french msdos item, 'little big adventure', that blew asciilifeform's mind, had 2010s-style graphic on 40mhz 486. ( how ? clever gourad system, and pile of asm i suspect )
asciilifeform to this day wonders how the folx who wrote 'lba' represented theirs ☝︎
asciilifeform: makes sense, i suppose thing takes 'this vertex is a joint, with such-and-such polar coord range' etc
mircea_popescu: the point was "why api". the anwer is, because underlying reality very complex, it helps to have an indirection layer.
mircea_popescu: because movement and fitting arbitrary shapes together (eg, "equipped the helmet") you need osature and all sorta abstractions. ☟︎
BingoBoingo: That they sold it to flat assed secretaries to do mailing lists doesn't change what it is.
BingoBoingo: Well they had the macro thing all of the period rapeware used.
BingoBoingo: asciilifeform: Why did MSWord need to change .doc every couple versions?
a111: Logged on 2019-06-14 07:15 mircea_popescu: <mp3butcher> big work indeed (blender api keep changing all the time) << i don't intend to support that, really. for one it's not really TMSR tradition ; for the other there's that entire femfiasco.
asciilifeform: http://btcbase.org/log/2019-06-14#1918157 << i cannot resist to ask -- i thought 'blender' were a 3d shape editor tool ?? why does it need 'api' ☝︎
BingoBoingo: So it appears. Thing appears set to go to end in a run off between the FA candidate and the Blanco candidate with the Colorado candidate serving only to make sure the thing goes to a runoff.
mircea_popescu: kinda how these shits work in femstatw
BingoBoingo: The practical effect ended up being one big advertisement for the Economist-kin
BingoBoingo: Meanwhile in local news they had a debate between two of the many candidates from the many parties. One was the Colorado who identifies as an economist http://bingology.net/2019/05/26/overview-of-local-electoral-politics-heading-into-the-impending-party-internals/#selection-127.0-131.39 the other some FA guy that didn't make my write up
mircea_popescu: well... ok then ;p
mircea_popescu: is she the marble rye hag!
hanbot: mircea_popescu the one that looks like lillian gish? sure.
mircea_popescu: also in the news this morning, https://i.imgur.com/gcGbV2X.jpg
mircea_popescu: <mp3butcher> big work indeed (blender api keep changing all the time) << i don't intend to support that, really. for one it's not really TMSR tradition ; for the other there's that entire femfiasco. ☟︎
mircea_popescu: remember the land lady in pal joey ?
mircea_popescu: hanbot, ok baby, have i got the q for you!
lobbes: heh, I have a buddy here that did just that