Re: [9fans] Dual dialing/forking sessions to increase 9P throughput

2021-01-04 Thread joe
Might be more than it is worth but what if you made a small program/file server that addressed portions of the "larger" file as their own file in a temporary directory. On write you would have to preallocate the file on the disk and write eatch section to it's respective range. "Chunks" would be

Re: [9fans] Raspberry Pi 2 Model B

2015-02-02 Thread Joe Bowers
Does anybody know where to look for documentation on the changes, or general documentation for the bcm2836? On Mon, Feb 2, 2015 at 1:24 PM, Bakul Shah wrote: > On Mon, 02 Feb 2015 20:54:02 GMT Skip Tavakkolian < > skip.tavakkol...@gmail.com> wrote: > > > > hardkernel's odroid-c1 is similar and s

Re: [9fans] Raspberry Pi 2 Model B

2015-02-06 Thread Joe Bowers
FANTASTIC! Thank you so much! That's so cool! On Fri, Feb 6, 2015 at 10:13 AM, Richard Miller <9f...@hamnavoe.com> wrote: > To return to the original subject ... > > /n/sources/contrib/miller/9pi2 is a Plan 9 kernel which runs on the > Raspberry Pi 2 (one core only, so far). I'll put updated sou

Re: [9fans] r-pi usbotg error

2015-02-18 Thread Joe Bowers
I'm not experiencing this issue (I've got a cheapo, 5+ year old USB keyboard, of make and model that I don't recall, attached to a B+ that's been running for a few days without an issue, plugged directly into the B+) Could it be associated with particular keyboard models? On Wed, Feb 18, 2015 at 8

Re: [9fans] How do I get a CSR CA's like?

2015-05-26 Thread Joe Bowers
If it's just as simple, this might be the right place/time to use sha256 for this sort of thing. On Tue, May 26, 2015 at 12:35 PM, Brantley Coile wrote: > I just changed “md5(…)” to “shall(…)” and added an object id to the > table. Once I figured out I didn’t have to us RSA to *sign* the CSR, b

[9fans] Porting Idris to 9front

2017-01-12 Thread Joe M
advice or code that I can reuse. Thanks Joe

Re: [9fans] Porting Idris to 9front

2017-01-13 Thread Joe M
oject can be characterized as logistical support > (documentation, support, etc.). > > -Skip > > On Thu, Jan 12, 2017 at 7:29 PM Joe M wrote: > > > Hello, > > > > I am looking to build a native (not using ape/posix) port of Idris on > > 9front. > >

Re: [9fans] Porting Idris to 9front

2017-01-13 Thread Joe M
> > Don't you need GHC to compile Idris? http://docs.idris-lang.org/en/latest/faq/faq.html#when-will-idris-be-self-hosting I have the posix version of the rts working on 9front. The default C backend generated code compiled and runs on 9front. I generated the c code on linux though. As a next st

Re: [9fans] Porting Idris to 9front

2017-01-13 Thread Joe M
> > I have the posix version of the rts working on 9front. The default C > > backend generated code compiled and runs on 9front. I generated the c > > code on linux though. > > > > Can you detail the process? > > I'd like to give it a try on Jehanne (which is built with gcc). I updated the README

Re: [9fans] the fossil (tm) stolen

2018-04-16 Thread Joe M
ore attuned to venti than fossil. Again, I am a newbie and might be missing something fundamental. Hopefully, this documents some hurdles for the next guy coming along. Thanks Joe Adriano Verardo wrote: > six, since 2007 at home and on several industrial plants > adriano > > Fi

Re: [9fans] Dual dialing/forking sessions to increase 9P throughput

2021-01-04 Thread Joe S
hiro:     The purpose of doing this was not to just access multiple parts of the file. I was working off the quote below.  Maybe a file server thats purpose is to mux parts of another file sounded like fun. My thoughts are that you could then transer thoes chunks on a single destination on seper