<kythyria[m]>
Hm, that's a thought: How feasible is it to override the way `ipfs add` splits files? In some cases you might be able to contrive the files having a common prefix.
<whyrusleeping>
Kubuxu: unsure how to proceed with corrupted leveldb
<whyrusleeping>
step 1: file an issue. We can discuss things there so others can have input and read later
<whyrusleeping>
kythyria[m]: its not too hard
<kythyria[m]>
Ah
<whyrusleeping>
we have an alternate chunker already in the codebase that does content defined chunking
<whyrusleeping>
ipfs add --chunker=rabin
<kythyria[m]>
Ah.
<whyrusleeping>
but we're looking into adding other variants
<dryajov1>
conter55
<kythyria[m]>
This question prompted by looking at ted.com's use of HLS and noticing that the TED logos at the start and end of each video aren't in the same file as the main content, presumably to avoid duplication.
<whyrusleeping>
heh, thats interesting
matoro has quit [Ping timeout: 258 seconds]
<kythyria[m]>
Although to be able to deduplicate between the HLS and non-HLS versions would probably require either single-frame chunks or a client that's a HLS-to-MP4 remuxer.
<kythyria[m]>
(because HLS/DASH/etc seem to generally be deployed with video and audio split out to avoid duplicating the small number of audio bitrates for each of the much larger number of video bitrates)
tclass has quit [Remote host closed the connection]
pfrazee has joined #ipfs
pfrazee has quit [Client Quit]
pfrazee has joined #ipfs
maxlath has joined #ipfs
neurrowcat has joined #ipfs
onabreak has joined #ipfs
maxlath has quit [Client Quit]
OstlerDev has joined #ipfs
maxlath has joined #ipfs
m0ns00n has joined #ipfs
m0ns00n has quit [Client Quit]
bastianilso has quit [Quit: bastianilso]
tclass has joined #ipfs
tclass has quit [Ping timeout: 240 seconds]
tonybanana has joined #ipfs
mildred has joined #ipfs
Encrypt has quit [Quit: Quit]
mildred4 has quit [Ping timeout: 245 seconds]
gbonneville has quit [Quit: gbonneville]
ygrek_ has joined #ipfs
aeternity has quit [Ping timeout: 240 seconds]
Foxcool__ has quit [Ping timeout: 240 seconds]
matoro has quit [Ping timeout: 240 seconds]
espadrine_ has joined #ipfs
_rht has joined #ipfs
alpha_ignatz has joined #ipfs
neurrowcat has quit [Quit: Deebidappidoodah!]
matoro has joined #ipfs
Foxcool__ has joined #ipfs
<kumavis>
dignifiedquire: heyo
kulelu88 has joined #ipfs
gully-foyle has joined #ipfs
<dignifiedquire>
hey kumavis how is it going?
<dignifiedquire>
kumavis: got two things 1) made excellent progress on rust-multibase and cid :)
<dignifiedquire>
2) do you have a good resource for how to track incoming transactions to a wallte in ethereum? similar to hoe listtransactions in bitcoin works
dryajov1 has joined #ipfs
infinity0 has joined #ipfs
Foxcool__ has quit [Ping timeout: 248 seconds]
cemerick has joined #ipfs
maxlath has quit [Ping timeout: 255 seconds]
mildred has quit [Quit: WeeChat 1.6]
ianopolous_ has joined #ipfs
mildred has joined #ipfs
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
ianopolous has quit [Read error: No route to host]
<kumavis>
@dignifiedquire for tracking incomming transactions - does js work ok for you? not sure what you are looking for
<kumavis>
in general its hard correctly track incomming transactions without replaying them
dryajov1 has joined #ipfs
<kumavis>
if its a simple tx A->B its easy
<kumavis>
but A->C->D->B is possible too
<kumavis>
and some use a proxy contract as their identity, and those can emit a "log" indicating they've received a tx
<kumavis>
and then you can search by logs
<dignifiedquire>
yeah I've seen the contract + events method
<dignifiedquire>
was just wondering of there is an easier eay
<dignifiedquire>
*if
<kumavis>
dignifiedquire: so is cid parsing ready? we dont need to generate cids for the ipfs-http-api support in parity
<kumavis>
for the mvp of support anyways
<dryajov1>
question... I'm trying to connect from the browser to a jsipfs daemon running on the same box (if that is relevant), but since I'm running in a webworker, I don't have webrtc, so I need to run it over websockets (AFAIK). I've configured my node jsipfs daemon to listen on port 9999/ws, how do I connect to it from the browser?
<dryajov1>
should autodiscovery just work, or do I have to dial directly to that node?
<kumavis>
so annoying they dont support webrtc in webworkers! ive bang my head against the wall about that before
<dryajov1>
yeah!
<dryajov1>
dignifiedquire: ^^
tclass has joined #ipfs
<dignifiedquire>
kumavis: parsing works, it's in the pr feel free to try out
<dignifiedquire>
kumavis i am afraid I don't have time this weekend, but i can recommend for getting started to read https://doc.rust-lang.org/book/ it's a really good introduction
cwahlers has joined #ipfs
cwahlers_ has quit [Ping timeout: 240 seconds]
cwahlers_ has joined #ipfs
cwahlers has quit [Ping timeout: 240 seconds]
datenpunk[m] has joined #ipfs
dryajov1 has joined #ipfs
<elopio>
Hello!
<elopio>
Just to let you know that I've pushed v0.4.5-pre2 to the candidate channel in the Ubuntu store.