3700+ entries in 0.037s

lobbesbot:
diana_coman: Sent 1 hour and 23 minutes ago: <asciilifeform>
http://www.loper-os.org/?p=2557 updated with udp_errata.asciilifeform.vpatch/sig ( still old-fashioned v, for nao ) , minor corrections discussed in prev thread
mod6: thanks hanbot,
diana_coman, asciilifeform
a111: Logged on 2018-09-19 13:14 asciilifeform:
diana_coman: the way i'd do the size shuffle, is to use a kindergarten prng (e.g. mersenne) for repeatable sequence, and put ~in~ the packets, a serial num. then simply record what comes out.
a111: Logged on 2018-09-19 15:32 asciilifeform:
http://btcbase.org/log/2018-09-19#1851642 << btw mod6 ,
diana_coman , one possible cut of the knot would be if new vtron were to have algo where it tries keccak 1st, then if fails, tries sha512 and ~loudly warns~ ( can be off by default , and enabled on cmdline )
a111: Logged on 2018-09-19 12:34 asciilifeform:
diana_coman: this is how we typically do standardizations, yes
nicoleci:
diana_coman: i think its what hanbot calls the bathroom :)
mircea_popescu:
diana_coman right you are indeed. i take it you're also familiar ?
mircea_popescu:
diana_coman and necessarily derive no benefit from it.
a111: Logged on 2018-09-14 16:02 asciilifeform: the only lang feature that gets in the way of this partitioning is 'generics', but iirc
diana_coman did not use these anywhere
mimisbrunnr: Logged on 2018-09-18 14:08 mircea_popescu:
http://btcbase.org/log/2018-09-18#1851125 << incidentally, we very much want to do this.
diana_coman mind setting up a large testing harness, send a soup of all packets lengths from 1 to 65536 bytes each hour back and forth for a week or two ?
mimisbrunnr: Logged on 2018-09-18 14:08 mircea_popescu:
http://btcbase.org/log/2018-09-18#1851125 << incidentally, we very much want to do this.
diana_coman mind setting up a large testing harness, send a soup of all packets lengths from 1 to 65536 bytes each hour back and forth for a week or two ?
mimisbrunnr: Logged on 2018-09-18 14:08 mircea_popescu:
http://btcbase.org/log/2018-09-18#1851125 << incidentally, we very much want to do this.
diana_coman mind setting up a large testing harness, send a soup of all packets lengths from 1 to 65536 bytes each hour back and forth for a week or two ?
a111: Logged on 2018-09-18 14:33 mircea_popescu:
http://btcbase.org/log/2018-09-18#1851125 << incidentally, we very much want to do this.
diana_coman mind setting up a large testing harness, send a soup of all packets lengths from 1 to 65536 bytes each hour back and forth for a week or two ?
a111: Logged on 2018-09-18 13:46
diana_coman: it's not fully clear to me if it's something needed /desired atm; at any rate, compared to where I was 2 days ago, it's great - all of a sudden it went from "need to do this from scratch, ugh" to "there are 2 republican libs with 2 approaches, which one fits best my needs?" ; I'm rather delighted to be honest
a111: Logged on 2018-09-18 13:17
diana_coman: as I was saying earlier: atm the fixed packet length might clash a bit with what I need but it's not even fully clear it's not *better* to have a fixed packet length anyway
a111: Logged on 2018-09-18 13:05
diana_coman: for completeness, version 3. GNAT.Sockets.Thin that is an Ada wrapper on C system calls containing however questionable approaches (e.g. returning access to String so effectively a pointer but worse than this: allocating memory on the heap and leaving the de-alloc to the caller...)
mircea_popescu:
http://btcbase.org/log/2018-09-18#1851102 << this is such, SUCH terribly bad practice, srsly now. scope the fucking memory handling, so both ends always happen in the same context. either the caller allocates and then also deallocates,
diana_coman style, or else the callee allocates and deallocates. none of this insane scope bridging jesus christ.
☝︎ mircea_popescu:
diana_coman: to round this whole thing up: 2 days ago it seemed I had only the gnat.sockets/ thin layer option which wasn't fit for purpose; now I have 2 more options: << it's been an epic few days! (what happened ?)
mimisbrunnr: Logged on 2018-09-18 12:37
diana_coman: to round this whole thing up: 2 days ago it seemed I had only the gnat.sockets/ thin layer option which wasn't fit for purpose; now I have 2 more options: 1. ave1's ADA implementation of UDP sockets using directly ASM inline 2. asciilifeform's light UDP sockets lib that uses C code for needed UDP sockets calls but provides an Ada wrapper so that any code using the lib can call Ada methods
a111: Logged on 2018-09-17 20:44
diana_coman: the question+kick&ban sounds good to me - kicking "silent" aka "I'm part of it because I hang about in here doing nothing" is even needed by now, I'd say; I can also see very well its usefulness for other channels; while atm #eulora tolerates the allah-spam, it could certainly do without it especially at less-quiet times
a111: Logged on 2018-09-17 12:41
diana_coman: I can just about see next version of linux-with-feelings
mircea_popescu: anyway -- fuck 'em, i deeply fucking care some nobody-on-a-stick meanwhile joined the churchgoing group. whatever. but in matters of actual interest : you "were working" on an ada networking socking thing ; ave "was working" on ~same. had
diana_coman not said "here's what ~~~I AM ABOUT TO DO~~~", we would have never known. if the wastefulness of this approach isn't directly obvious...
a111: Logged on 2018-09-17 11:42 ave1:
diana_coman, code is here;
http://ave1.org/code/suckit/, everything is pretty much in flux still (even then name could change, currently ip addresses are in network order but ports are in native order)
a111: Logged on 2018-09-17 09:06
diana_coman: arguably it helps if others know what you are working on - perhaps one can help at some point or at least not duplicate the effort, that's all
mircea_popescu:
diana_coman i am not reading on. i'm done with torvalds.
a111: Logged on 2018-09-17 09:45
diana_coman: lobbes, esthlos, hanbot, ave1 - do you have something against using categories on your blogs? I find well-defined categories to be really helpful in finding stuff but on your blogs everything is in the "Uncategorized" category
ave1:
diana_coman, code is here;
http://ave1.org/code/suckit/, everything is pretty much in flux still (even then name could change, currently ip addresses are in network order but ports are in native order)
☟︎ a111: Logged on 2018-09-16 15:41
diana_coman: overall this leaves me with the fact that I'll have to make my own "thin layer" with only what I need, certainly thinner than gnat.sockets + gnat.sockets.thin
a111: Logged on 2018-09-14 16:48
diana_coman: I certainly have to consider that option too if all that gnat.sockets buys me is some bloat + streams