ninabreznik on master
Create CNAME (compare)
ninabreznik on master
Fix blog link (compare)
ninabreznik on master
Update blog links (compare)
ninabreznik on master
Update links (compare)
ninabreznik on master
add deprecation notice (compare)
ninabreznik on master
Update package.json (compare)
ninabreznik on master
Update package.json (compare)
ninabreznik on master
Update readme.md (compare)
ninabreznik on master
Update readme.md (compare)
ninabreznik on master
Update README.md (compare)
ninabreznik on master
Update readme.md (compare)
ninabreznik on master
Update readme.md (compare)
ninabreznik on master
make old website work fix links add link to new website and 1 more (compare)
lachenmayer
konobi_: i personally don't know of a c/c++ implementation but the rust implementation is picking up steam at the moment :) https://github.com/datrs
konobi_
yeah, I've been keeping an eye on it, though rust isn't well documented around using FFI smoothly yet (though I have some docs on a reading list to check out)
konobi_
go might be a decent alternative, though not seen a port there as of yet either
konobi_
wanting to experiment/research using hyperdrive/dat as a plugin option for a pre-existing C++ project, so hands are somewhat tied with that
mafintosh
lachenmayer: oh yea good point!
yoshuawuyts
Hypercore 0.5.0 is out! - can now copy data locally between feeds :D https://github.com/datrs/hypercore
yoshuawuyts
going to be working next on making it work over the network!
pfrazee
yoshuawuyts: nice
lachenmayer
(i read "vaporware API" as "vaporwave API" on first glance...)
lachenmayer
seems slightly weird to me that the feed itself is an iterator over the network events rather than the feed items!
jimpick
yoshuawuyts: huge milestone!
misuba
o hai
rabbit
I haven't tried it myself yet
millette
rabbit: see also https://github.com/maxogden/discovery-channel (swarm builds on that), it implements dht and dns discovery
millette
hishamn__, no search, but a good starting point is https://github.com/beakerbrowser/explore
yoshuawuyts
lachenmayer: yeah, still need to work a bit on what the network API should look like C:
aral
I saw @dat-gitter was able to get dat share working on a Nexus 5X (https://botbot.me/freenode/dat/2017-07-22/?msg=88921131&page=2). Iām getting a segmentation fault on my Nexus 5 (https://github.com/datproject/dat/issues/1007). The X is 64bit, the 5 is 32bit. Wondering if that's the issue? Any thoughts?
substack
rdb: the next version supports multiple writers. I'm not sure if that has landed in hyperdrive main branch yet but the basics are there
substack
rdb: what does your use case look like?
rdb
Sounds promising.
rdb
substack: I'm mostly just trying to sync personal notes and work between my systems. Sharing some datasets with friends is another one of my use cases.