mod6: trinque:
http://p.bvulpes.com/pastes/4YG2X/?raw=true << Here is my **experimental only** ebuild, 'ave1_musltronic_tools_x86_64-20180924.ebuild'. I've been placing this file, while testing in a directory ' /var/db/repos/mod6/app-tmsr/ave1_musltronic_tools_x86_64'.
mod6: To make this work properly, I built all of the ave1 musltronic tools on a gentoo instance with a 2016 AdaCore GNAT, then bundled up all of the binaries myself, and placed 'em on mod6.net for testing purposes.
mod6: With everything in the right place... (I even needed a '/var/db/repos/mod6/metadata' directory with one file in it, 'layout.conf', that contains one single line: masters = cuntoo) then I was able to run a `ebuild ave1_musltronic_tools_x86_64-20180924.ebuild clean manifest install merge` and end up with the extracted contents in '/ave1_musltronic_tools_x86_64-20180924'.
mod6: Anyway, I'm only just getting started with these. If there are glaring mistakes or feedback otherwise, please write in.
trinque: hm, in reading it, it looks like this pulls a mysterymeat tarball from your server and unpacks it, but doesn't build anything
trinque: the idea here would be to rebuild it from source, not just use the bins you built
trinque: ah maybe it's all covered by ebuild defaults, I'm perhaps mistaken
trinque: another thought, might make sense to call this sys-devel/gcc-9999, so one might perma-satisfy w/e caltrops demand gcc of a particular (and always higher) version
mod6: hey, sorry for the delay.
mod6: so I never was able to build the ave1 musltronic tools on cuntoo, because no working gnat, I just bundled them up after I built them on a gentoo machine that had a working AdaCore 2016.
mod6: If the thinking is that it ~can~ be built on cuntoo, I'd much prefer an ebuild that would do that dance indeed.
trinque: yep, gcc can be built on a musl system
mod6: alright, I'll have to go back and try to get this to build on here.
trinque: there are likely challenges around getting a gnat on there with which to build itself.
mod6: yeah, i think this was the issue.
mod6: For completeness, this is what happens when you try to install AdaCore 2016 (binaries) on Cuntoo (keep in mind that the install actually does place the binaries in the expected places...):
http://p.bvulpes.com/pastes/vX16f/?raw=true trinque: mod6: this is expected; they're linked with glibc
trinque: oddly the OS reports a missing libc as "file not found" when executing the bin that wants it
trinque: actually makes sense, I guess it means the libc wasn't found, but it's unclear when it happens
mod6: Anyway, if I could work around this issue, then I can make an ebuild that'll build ave1s stuff with this.
ave1: trinque, doesn't cuntoo with default gcc also build it with some mystery meat? it probably starts out on a host with gcc?
☟︎ ave1: btw I've *not* used the ada core version as a starting point for about a year now
lobbesbot: danielpbarron: The operation succeeded.
mp_en_viaje: hello from europe's worst shithole -- norway.
mp_en_viaje: i don't know that i can explain what an utter piece of shit oslo is.
a111: Logged on 2019-06-24 01:44 trinque: I will soon give this a try.
diana_coman: mp_en_viaje: lolz, what does Norway/Oslo offer so much worse than all the rest?
diana_coman: at least it seems to have working internet unlike cluj...
mp_en_viaje: imagine this : i get out of the airport, and there is a queue, i kid you not 1k+ people long
mp_en_viaje: the exchange offices are out and out scams, trading insane nonsense like 9.2 (while advertising 9.4) to buy and 10.5 to sell (their shitty local coin is about 9.6 irl)
mp_en_viaje: imagine the insane cheek required to even print this spread
diana_coman: some will queue for anything; and anyways, not sure if "piling for cabs" is much better otherwise (e.g. Rome) though indeed I can't quite see why would there be such a lack of cabs in Oslo
diana_coman: ahaha, are those exchange offices in town ?
diana_coman: I have to admit I have a hard time doing argentina ~= norway mainly because of the whole south/north thing; that being said, from socialist pov sure, can very well be indeed.
mp_en_viaje: and mind you, they make like e150 to take you the 30km from airport to oslo
mp_en_viaje: but yes, they're exactly the same thing : hanger ons, marginal shitholes where people wanna be polite and everyone to be equal
diana_coman: meanwhile I'm trying to disentangle here the cs/ps mess and I'm scratching my head at various bits: the CS engine works everywhere with names (strings) as ids (i.e. there are FindX functions only with string param, not with some numeric id despite the fact that internally it DOES HAVE them ffs) BUT then in some places it keeps various hashmaps with numeric ids for "common strings"
diana_coman: I suspect it's still xml-effect because "oh noez, needs name of object in xml not id"
a111: Logged on 2019-06-23 21:27 asciilifeform:
http://btcbase.org/log/2019-06-22#1919567 << interestingly, i got his to boot, simply required xor eax, 0x3 where byte addressing used, 1 opcode. (not needed for generic linux built by sane people, but i dun have one yet for mips )
a111: Logged on 2019-06-04 00:51 asciilifeform: incidentally, i generate these by machine, and it takes about 3sec per. would have put it as a
net-connected hopper thing aeons ago, BUT it of course uses a heathen render (there are no 'demonstrably electrically correct' pdf eaters, and i dun expect one to exist) and suffers from
the obvious problem a111: Logged on 2017-11-19 05:19 lobbes: Currently going down the headless-browser path ben_vulpes suggested. Looking into phantomjs atm, which seems like it could do the job. I have an old craptop I'm thinking of using as the proverbial 'public toilet' to house it on. (This is the same craptop I was planning to put a trb node on. I put a spanking-new ssd in there but then realized that the ethernet dun work anymore; wifi only. May be a good use for the thing to just be a turd server in
a111: Logged on 2019-06-05 16:47 asciilifeform: cuz yer 'amd f' spends 95% of its cycles waiting for ram.
bvt: asciilifeform: myeah, i was too fast with sse -- simdifying such loops would be ~impossible.
bvt: i agree. i played a bit with the code, arrived at slightly cleaner (and sub-1% faster) code for multiplication, seems that the performance is close to the hw limit (at least at 32 Indices Comba-Karatsuba threshold)
bvt: re ~2.5x speedup: for 8-indeces-threshold asm comba makes up only ~25% of runtime, rest is spent in karatsuba squaring
bvt: you mean, can use just karatsuba?
a111: Logged on 2019-06-24 03:55 ave1: trinque, doesn't cuntoo with default gcc also build it with some mystery meat? it probably starts out on a host with gcc?
bvt: in case only asm is used, plain comba may be fast enough as well
mp_en_viaje: would be kinda interesting if comba ends up snipped.
mp_en_viaje: where oh where does he pop up from tomorrow ?! noooobody knows....
BingoBoingo: So with the Party Internal elections coming up Sunday, guess what totally not a campaign event the local Unions are holding tomorrow... A Work Stoppage!
BingoBoingo: Or as PIT-CNT is calling it "paro general de 24 horas"
BingoBoingo: Note the "paro general de 24 horas" is scheduled to cover a full day's hangover after today's Uruguay-Chile futbol appointment
trinque: epic, literally going to fasttrack "IP theft" ~from~ the chinese. Huehue Corp must have good shit.
☟︎ trinque: this is good for the death of IP