59700+ entries in 0.458s

mod6: ok, so
i dropped on a binary install of adacore onto my gentoo environment here just to test...
mod6: aha, ok.
i get what you're sayin'
mod6:
i guess
i didn't realize that,
i thought you just, ofc, need a working gcc.
mod6: <+asciilifeform> mod6: the official adacore gnat installs in 3minutes, but with obvious caveat (you live with binarolade) << yeah,
i see they do have bins, but was going to custom handroll my own, to not only get one sanely built for my own environment, but will also allow me to set whatever ./configure flags
I might need for optimizations.
mod6: well, like
I was saying in #trilema-mod6 around that same day was, perhaps we're going to need to start freezing some of the things required to stand up a gcc4+gnat4 if it becomes required.
i have a fear that this shit will start to disappear eventually.
mod6: so, as a trial,
i set it up on my eulora box.
mod6: <+mircea_popescu> mod6 possibly not aptgetting a binary but instead building source may fix it for you ? << yeah, this is always a bad idea. only reason
i did it, was to get an ada env stood up quickly.
i had a super weird problem on the first environment that
I tried on. the gnat version didn't match the gcc version and was getting like non-determinstic errors.
mod6: <+asciilifeform> mod6: plz repaste your barf << ok, shall
I rerun your make, included with the fact.tar.gz ?
mod6:
i can,
i guess, bundle all those deb packages and send 'em.
mod6:
I'd be happy to try anything on my environment for you if it were to help sus out what might be wrong with it.
I truly have no idea where to begin on this thing.
mod6: My thinking is that, if
i need to be able to use all the switches ad denoted in your makefile (since my mine doesn't seem to allow for that),
I may need the adacore configuration.
mod6: <+asciilifeform> mod6: not the problem. my thing builds on both adacore's and trad gnu gnat. << yeah not sure what the problem is. it's a binary installation of gnat via apt-get, so that,
i'm sure is part of the issue. however, it works better than the first ada configuration that
I had, which, didn't work at all.
mircea_popescu: asciilifeform
i expect the -- is supposed to do something or the other to mysql. the rest is just a selection of terminators.
mircea_popescu:
http://btcbase.org/log/2017-07-16#1685111 << obviously the purpose of the "asking" is the stroking of the implicit assumptions of equality baked in. the question isn't "what is this ?" but rather "hey,
i know
i'm a guy 100% interchangeable with any/all of youze, right,
i can even pm mp if
i feel like it, so say something to signify your agreement, whatever it is, when
i ask you hey guys what is this ?"
☝︎ mod6: perhaps if
i can get that working, then
I can use the -cflags -O2 thing alright without issues.
mod6:
I'll be spending some time this week to try to get adacore's stuff built into gentoo with gcc. not sure now how this will go, but will let you guys know.
BingoBoingo: <whatisthis> yes. sell all of my stuff and contribute to TMSR however
I can? << No, first tell up who your daddy is and what does he do
whatisthis: yes. sell all of my stuff and contribute to TMSR however
I can?
whatisthis: im reading the trilema site. and
I don't really understand what's going on. But
I'm terribly intrigued to continue reading it
phf: parse-integer actually took significantly longer than factorial (
i'm trying to figure out how to get a millisecond timer out of sbcl to wrap factorial to answer your question, but
i don't think there's anything native)
phf: asciilifeform: just fyi, your package of goodies compiles,
i haven't ran it through, but with gdb
i can catch it mostly doing Mul, and producing sensible states
Framedragger: (
i thought you maybe wanted to check if archive.is tampered with it; which yes we should be able to do as well)
Framedragger:
i just wasn't sure if you were looking for a particular downloaded-from-earlier copy of that zip file
Framedragger:
i'll do the latter, as to the former,
i'm afraid it doesn't have it as of yet
mircea_popescu:
i tried for isntance feeding the original makefile in line by line with my comparer thing, but all the lines match.
mircea_popescu:
i thought maybe it is the case that it takes a 2 or 3 byte item which starts with valid ascii and tries to interpret it as some sort of unicode bs and in the process ends up applying a transform to the text somehow. but unless we have the actual magic string, we're not finding this.
mircea_popescu: and
i am not about to see 500 or 5 million instances of that morph into some kind of actual proof of anything.
mircea_popescu: fwiw
i never did manage to verify the saga was anything more than alf's extremely short fuse.
phf: but
i figure
i'll try pushing a binary file through (which wasn't the spec anyway, just wanted to see what actually happens)
phf:
i mean, we've had very many tests demonstrating it, part of ongoing "paster ate my characters" asciilifeform saga
phf: so it shouldn't be loosing anything in 0-127 range, at least the foo file comes through clean. it is trying to parse the input as unicode (and
i'm pretty sure it's the server doing it, because curl is sending it 8bit clean)
mircea_popescu: anyway,
i'm calling it good before
i fill the guy;'s disk with random lines.
trinque: phf's "foo" breaks it, though really, if the thing's an ascii paster,
I dunno that the bug's anything but "fed uniturds, did not tell user to fuck off"
mircea_popescu: (
i don't expect it does, because look in 2nd paste. the -=== bit is produced by echo.
trinque:
I think echo adds a newline, for one
mircea_popescu: trinque
i am actually running a terst and it's pretty mindboggling.
mircea_popescu: asciilifeform best
i can tell, wotpaste simply drops nonascii chars. was something in the makefile not ascii ?
ben_vulpes:
i'm very recently hamstrung in degrees of freedom by hardware failures, so
i won't be terribly responsive for the immediate future. working on it tho.
phf:
i say it right there! "cat foo | wotpaste"
mircea_popescu: phf what
i mean is, im stuck guessing how wotpaste() { is called and etcetera.
mircea_popescu: no idea why
i'm taking partial code/functions and making assumptions. here :
mircea_popescu: phf it does, the actual stuff you're sending.
i imagine you feed it to curl via something somewhere in the call yes ?
phf: sorry, the two are not actual files, but hexdumps of the files
i'm trying to post/getting back
mircea_popescu: because
i see 00000000: 0001 0203 0405 0607 0809 0a0b 0c0d 0e0f ................ as first line
phf:
i checked them, they look correct
phf: since
i'm posting to a form though, it must be rfc 2388 compliant. afaiu posting raw binary data wouldn't work, because server needs to know which field the data is associated with
phf: yeah, wotpaste does the pasting, curl then pulls it back.
i wonder if curl download negotiates it up to unicode
phf: oh
i think it transcodes
mod6: im gonna try to see if
I can resolve the issues. probably just my environment or whateve.r
mod6: im probably condemmed to going through all the hoops to get gnat setup on gentoo.
i just haven't ventured into it yes as it seems like a pretty timely, process.
mod6:
I'll check into wtf is going on.
I'm running gnat on 4.9.2 on deb.
a111: Logged on 2017-07-15 22:52 mod6: yah, gotta be the version of my make is different than yours, plus,
i'm not using adacore's gnat
sina: trinque:
I just came to try and get a rise out of asciilifeform :P