Tim Caswell

Results 341 comments of Tim Caswell

This is a great idea. Is LDoc the clear winner among the lua community? I don't know.

Hmm, I don't like how it pulls in penlight and luaFileSystem. We'd need to modify it dependencies to use code in luvit instead.

Nevermind, I misunderstood the question. I've seen a case where FS changes aren't detected at all and never get into the source dat. This seems worse on linux.

Another idea I have is to create a way to proxy the archive interface directly using some form of RPC (think dnode). I'd have to see exactly what subset of...

@pfrazee yep, I have several concurrent concepts I'm trying to prove out, not all of them involve cloning the beaker environment in https sites.

Note that this new discovery method doesn't have to be mutually exclusive with LAN multicast discovery or DHT discovery. The content itself is still addressed using the public key. The...

I could see value in a HTTP version for use cases where hole punching is just not going to work. It would need to relay the data anyway. The file...

Is the protocol still μtp based or did it switch to something with higher throughput?

I love μtp, my only concern was the protocol itself is designed to be a background protocol and is very "polite" and backs away if there is any congestion. I've...