if you want to play around some more, its in laurengarcia/netscape on branch `develop-hyperdrive-www`
i was hoping to do more with the server-side routing, that's why i picked up the hypercore -www bits and threw it into my repo that already had express ready to go on it
but it seems like there's a bug trying to read the archive key from the address (some kind of chunking error: net::ERR_INCOMPLETE_CHUNKED_ENCODING)
i tried to just run signalhub off my local but still no dice, same error. then i remembered that substack and mafintosh were going back and forth about an event not closing and figured that's probably it, so i just played around with the UI a bit.
have a good weekend everyone
btw if you want me to make a branch and PR out of this for hyperdrive-www, just let me know. wasn't sure how you guys want to break up the filesharing demo vs the registry.
m-i has quit
pfraze has quit
pfraze joined the channel
dat-gitter-bot1 joined the channel
dat-gitter-bot has quit
pfraze has quit
ddem-bot has quit
ddem-bot joined the channel
substack
eljee: the net::ERR_INCOMPLETE_CHUNKED_ENCODING errors aren't real errors, just noise
eljee
oh shoots. hm. do you know what its about then?
wondering if you've seen it
(the real bug that is -- the one preventing the read, or at least it seems)
if not no worries. it is reproducible by dragging/dropping files, letting the hash update and then hitting reload. seems like its trying to read the contents of the hash out of signalhub but not quite getting there? maybe i don't understand how it all fits together yet tho.
now i just need to upgrade hyperdrive to use that and then i'm ready to call it LTS
pfraze joined the channel
pfraze has quit
pfraze joined the channel
mchelen has quit
mchelen joined the channel
mchelen is now known as Guest14794
Guest14794 has quit
mchelen_ joined the channel
eljee
ogd mafintosh cool, im glad you like that demo. let me know if you want me to do any more with it. mostly just playing around trying to get to know it a little. am more than happy to put it somewhere more permanent than that rando branch.
juliangruber yeah i kept going back and forth re: drop zone stuff - using whole body or not. we could also make it the whole "overlay" but not the body. im sure the designer will have more input.
i will dig into hypercore/hypercore-index and signalhub more next week to understand more of what's happening underneath the apis
mafintosh what was causing that chunking ERR?
juliangruber
eljee: i think the whole body thing will more be for convenience, as i guess for initial explanation of how dat works a dropzone or file input are better as they reduce cognitive load
eljee
juliangruber yeah, i guess it can listen for the drop event on the body and open the panel accordingly
juliangruber
eljee: have you seen cloudup's interface? they do that pretty nicely
imo
eljee
juliangruber no, i'll check it out
pfraze has quit
mafintosh
eljee: so the signalhub uses a long lived http connection to do server-side events
eljee: but if no peers are discovered for 2mins the browser times out the connection
eljee: and prints that error. the client then just reconnects
eljee: the fix was just making the connection send a heartbeat once in a while