lgierth changed the topic of #ipfs to: go-ipfs 0.4.4 has been released with an important pinning hotfix, get it at https://dist.ipfs.io | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0 | Sprints: https://git.io/voEAh
fleeky__ has joined #ipfs
fleeky_ has quit [Ping timeout: 265 seconds]
vtomole has quit [Ping timeout: 260 seconds]
matoro has joined #ipfs
<apiarian> ipfs.pics keeps its own db of metadata, right? so if there were instances of the stack running around the internet, they wouldn't know about each-others pics? also, sadly this thing that was linked last year is no longer available =/ https://twitter.com/IpfsPics/status/644254430561374208
shizy has joined #ipfs
pfrazee has joined #ipfs
TheNain38 has joined #ipfs
shizy has quit [Ping timeout: 252 seconds]
Kane` has joined #ipfs
TheNain38 has quit [Quit: I'm going away]
maxlath has quit [Quit: maxlath]
ianopolous has joined #ipfs
vtomole_ has joined #ipfs
fleeky_ has joined #ipfs
anewuser has joined #ipfs
fleeky__ has quit [Ping timeout: 252 seconds]
smtudor has quit [Ping timeout: 250 seconds]
<whyrusleeping> Akaibu: mmm, i've been wondering when that would happen
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
sdiver has quit [Ping timeout: 260 seconds]
uzyn has joined #ipfs
arpu has quit [Ping timeout: 245 seconds]
sdiver has joined #ipfs
arpu has joined #ipfs
TTT has joined #ipfs
<whyrusleeping> any windows users feeling adventurous and want to help test this: https://github.com/ipfs/go-ipfs/pull/3328 ?
shizy has joined #ipfs
TTT has quit [Quit: This computer has gone to sleep]
shizy has quit [Ping timeout: 260 seconds]
captain_morgan has joined #ipfs
<Akaibu> whyrusleeping: i'll bite
<Akaibu> wait, just took a look, may not be able to test it, still kinda new to actually using ipfs
<whyrusleeping> oooh, no worries
<whyrusleeping> we need someone who has a separate mounted drive they want to try adding entirely into ipfs
<whyrusleeping> like a J:/ drive or something
<Akaibu> whyrusleeping: try asking people on #datahoarder ?
<Akaibu> they have tb's of raid X drives
<A124> whyrusleeping When talking of adding whole drives, usually there is one or few files (lost+found) that yells about permissions and exits.
teenytree has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
shizy has joined #ipfs
<Akaibu> anyone noticed the ~40 totally fake people on the channel with m- at the start of there name?
<geemili> How do you know they're fake?
chax has joined #ipfs
hoboprimate has quit [Quit: hoboprimate]
anewuser has quit [Quit: anewuser]
<geemili> What are the thoughts on Nebulis here?
<achin> whyrusleeping: would a network mounted drive work for that test?
chris613 has quit [Quit: Leaving.]
shizy has quit [Ping timeout: 260 seconds]
rgrinberg has joined #ipfs
geemili has quit [Ping timeout: 260 seconds]
sdiver has quit [Quit: WeeChat 1.6]
sdiver has joined #ipfs
patcon has joined #ipfs
Roderick has quit [Remote host closed the connection]
cwahlers has quit [Ping timeout: 245 seconds]
cwahlers has joined #ipfs
plumbage has joined #ipfs
haileris has joined #ipfs
chax has quit [Remote host closed the connection]
pfrazee has quit [Remote host closed the connection]
robattila256 has quit [Ping timeout: 260 seconds]
locusf has quit [Remote host closed the connection]
locusf has joined #ipfs
ulrichard has quit [Remote host closed the connection]
cwahlers has quit [Ping timeout: 260 seconds]
<whyrusleeping> A124: Akaibu i'm not worried about adding a lot of data
<whyrusleeping> i just wanted someone to test that you could add 'X:/'
<whyrusleeping> or whatever it is that that PR fixes
<whyrusleeping> achin: yeah, anything would work
vtomole_ has quit [Ping timeout: 260 seconds]
<ShawkHawk[m]> if i'm running ipfs on a digital ocean vps, how do I make it into a public gateway?
<whyrusleeping> ShawkHawk[m]: change your gateway listener address in your config to 0.0.0.0
<ShawkHawk[m]> great, thank you, let me try it
<ShawkHawk[m]> what kind of security implications are there here?
<ShawkHawk[m]> it's a vps so i don't consider it to be important at least for the moment
<whyrusleeping> ShawkHawk[m]: people will be able to use your machine to pull content out of ipfs
<whyrusleeping> that content will be cached on your node until you run a GC
<whyrusleeping> (we don't have the auto GC working the way we want it to yet)
<ShawkHawk[m]> but only i can control what gets added or pinned, correct? the only content that should leave my node is content i've pinned?
<ShawkHawk[m]> or rather
<ShawkHawk[m]> if anyone knows the public address
<ShawkHawk[m]> they can use it to get things, and those things will be cached (but not pinned)
rgrinberg has quit [Remote host closed the connection]
lkcl has quit [Ping timeout: 260 seconds]
cwahlers has joined #ipfs
<whyrusleeping> correct
herzmeister has quit [Ping timeout: 245 seconds]
HastaJun_ has quit [Quit: Page closed]
polezaivsani has joined #ipfs
lacour has quit [Quit: Leaving]
flyingzumwalt has quit [Quit: Connection closed for inactivity]
<ShawkHawk[m]> perfect, thank you
<ShawkHawk[m]> this probabl isn't an ipfs question but how do i get it listening on port 80?
<ShawkHawk[m]> it's erroring
<whyrusleeping> yeah, you cant use ports below 1000 without being root
<whyrusleeping> you should use something like nginx to reverse proxy port 80 back to 8080
<whyrusleeping> i don't recommend running ipfs as root
<whyrusleeping> (there are very few applications i recommend running as root)
<ShawkHawk[m]> yes that's fair, i'll look into that, thanks
HastaJun_ has joined #ipfs
phpwner has joined #ipfs
herzmeister has joined #ipfs
<phpwner> i'm trying to understand how IPFS works. if i add a completely unique file, will it get propagated across the network so that it is accessible even when my node is down?
<phpwner> and if so, how long should i expect a file to be available on other nodes?
<phpwner> until it is available*
<Mateon1> phpwner: No, not automatically. When you add something to IPFS, your node hosts the content, and when somebody requests that content, they keep it in a cache and serve it to other people.
<ShawkHawk[m]> phpwner: your file is served from your machine unless other people pin it
<ShawkHawk[m]> although i'm willing to bet there are or will be countless bots that will be auto pinning things
<ShawkHawk[m]> especially if/when there's ever an economic model attached
rmorey has joined #ipfs
uzyn has quit [Quit: uzyn]
rmorey has quit [Client Quit]
matoro has quit [Ping timeout: 260 seconds]
rendar has joined #ipfs
gigq has quit [Ping timeout: 260 seconds]
gigq has joined #ipfs
dignifiedquire has joined #ipfs
ulrichard has joined #ipfs
LiaizonWakest[m] has joined #ipfs
mildred has joined #ipfs
Vyl has joined #ipfs
Codebird has quit [Ping timeout: 268 seconds]
<polezaivsani> anyone have a clue whether unixfs encoding is to follow the switch from protobuf to cbor or not?
<Kubuxu> polezaivsani: not right now, but cbor will be able to link to the protobuf
<polezaivsani> Kubuxu, i see, thanks
<daviddias> Good morning citizens of earth
wallacoloo has quit [Quit: wallacoloo]
<dignifiedquire> good morning citizens of all planets
cemerick has joined #ipfs
bastianilso__ has joined #ipfs
<dignifiedquire> daviddias: how far did you get in setting up those sauce labs credentials?
<daviddias> I got it working
<daviddias> did it for js-cid
<daviddias> with subaccount ipfs-js-cid
<daviddias> of main account ipfs
<dignifiedquire> want to start adding it to ALL THE REPOS? ;)
<dignifiedquire> fixing the all branches issue right now
<daviddias> happy to share the work load on that one, I understand how it can be boresome :)
<daviddias> wanna add a column to the Async Crypto PR for that?
<dignifiedquire> sure
<dignifiedquire> daviddias: added column
<daviddias> thank you :)
<daviddias> dignifiedquire: btw, any tip on the tmpdir thing?
G-Ray has joined #ipfs
<dignifiedquire> haven't looked yet
<dignifiedquire> just pushed some commit to js-cid and a new release for aegir which should fix the issue with tripple sauce tests
<daviddias> excellent!
<dignifiedquire> daviddias: found the culprit
<daviddias> throw it into the dungeon!
<dignifiedquire> was merged though: https://github.com/hapijs/hapi/pull/3368
<dignifiedquire> but not yet released
<daviddias> nice they fixed it already; https://github.com/hapijs/hapi/commits/master
<daviddias> ah, right
maxlath has joined #ipfs
ajp has quit [Remote host closed the connection]
ajp has joined #ipfs
<dignifiedquire> traaaaaaaaavis
HostFat has joined #ipfs
HostFat has quit [Client Quit]
s_kunk has quit [Ping timeout: 250 seconds]
HostFat has joined #ipfs
<daviddias> Kubuxu: you around?
<Kubuxu> for a sec, what's up?
<daviddias> perfect, I just need a quick thing, could you go and write the Private Networks milestone? https://github.com/libp2p/libp2p/pull/8#issuecomment-256369687
<daviddias> copy paste one of the others, put it in the right week, add a Summary and tasks if you already have that milestone more detailed
<Kubuxu> can I do it in the PR, or should I do a PR to the PR?
<daviddias> you can commit it directly to that PR
ianopolous has quit [Ping timeout: 260 seconds]
ianopolous has joined #ipfs
<Kubuxu> daviddias: pushed, check it out
<daviddias> thank you <3
<Kubuxu> (ignore the typo in commit message :()
<daviddias> well, you could have put that milestone in order xD
<daviddias> I'll adjust it
<dignifiedquire> daviddias: can you setup sauce labs for the first four in the list? those are the ones I aim to ship today and they are pretty ready otherwise
<Kubuxu> ahh
<Kubuxu> I didn't see the order
<Kubuxu> sorry
<dignifiedquire> daviddias: https://github.com/ipfs/js-cid/pull/5 is ready for review
patcon has quit [Ping timeout: 250 seconds]
s_kunk has joined #ipfs
<daviddias> dignifiedquire: https://saucelabs.com/beta/users/ipfs-js-cid isn't showing any tests ran today
<daviddias> and https://github.com/ipfs/js-cid/pull/5#discussion_r85703245 is still pointing to the old account
<daviddias> nvm first comment - https://saucelabs.com/beta/dashboard/builds it is there
<dignifiedquire> ok
<dignifiedquire> when you setup the account can you please add a comment to the PR so I know the new username?
<dignifiedquire> updating for js-cid now
<daviddias> dignifiedquire: sounds good
<dignifiedquire> but https://saucelabs.com/browser-matrix/ipfs-js-cid.svg still shows unkown :(
<dignifiedquire> probably because it is not open source yet
<daviddias> hm.. there is no mention that feature is just for open source anywhere
maxlath has quit [Quit: maxlath]
Encrypt has joined #ipfs
<dignifiedquire> can you view sth when logged in?
mildred1 has joined #ipfs
mildred has quit [Ping timeout: 245 seconds]
polezaivsani has quit [Ping timeout: 250 seconds]
polezaivsani has joined #ipfs
Bat`O has quit [Ping timeout: 260 seconds]
G-Ray has quit [Ping timeout: 265 seconds]
<dignifiedquire> daviddias: why do you want sauce labs to run on lts instead of stable
<dignifiedquire> there is no difference
G-Ray has joined #ipfs
<daviddias> because things get changed in that 'pseudo stable'
espadrine has joined #ipfs
<dignifiedquire> why pseudo stable?
<dignifiedquire> it's a stable release
<daviddias> nodejs.org doesn't call it stable
<daviddias> it is just 'current'
<dignifiedquire> fine, going through all the modules again..
Bat`O has joined #ipfs
dddd has joined #ipfs
<dddd> Hi , is anyone here
<dddd> Can someone help me
maxlath has joined #ipfs
<dddd> I have a thesis project and i want to make something with ipfs
<dddd> I need a problem than i need fix this problem with ipfs project
<dddd> Is there something like this
<daviddias> dddd: read through https://github.com/ipfs/notes/issues, you will find a pletora of ideas
<dddd> Thank you , have a nice day
cemerick has quit [Ping timeout: 250 seconds]
teenytree has quit [Ping timeout: 250 seconds]
reit has quit [Ping timeout: 250 seconds]
geemili has joined #ipfs
cemerick has joined #ipfs
Bat`O has quit [Ping timeout: 265 seconds]
<daviddias> you too :)
Bat`O has joined #ipfs
sametsisartenep has joined #ipfs
Soft has quit [Quit: WeeChat 1.6-rc2]
<daviddias> Agenda for js-ipfs and libp2p calls is up, please add any items you feel that need to be discussed:
andoma has joined #ipfs
maxlath has quit [Remote host closed the connection]
haileris has quit [Quit: WeeChat 1.0.1]
cemerick has quit [Ping timeout: 250 seconds]
maxlath has joined #ipfs
cemerick has joined #ipfs
Soft has joined #ipfs
bret has quit [Ping timeout: 250 seconds]
bret has joined #ipfs
Encrypt has quit [Quit: Lunch time!]
dddd has quit [Ping timeout: 260 seconds]
fiatjaf has joined #ipfs
phutchins has joined #ipfs
anewuser has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
robattila256 has joined #ipfs
grosscol has joined #ipfs
lkcl has joined #ipfs
<lgierth> whyrusleeping: your gandi order is still in progress
<lgierth> (i got an email)
<Kubuxu> lidel: awesome work on the webex port of firefox addon
<Kubuxu> great thanks to you
<A124> ShawkHawk[m] Caddy is quick way to get gateway wrapped, including https.
Boomerang has joined #ipfs
<lidel> Kubuxu, thanks, i am taking my time, but want to do it right and rely on upstream libraries this time :)
<A124> Where is the extension? I did some work on them lately also.
<Kubuxu> awesome, was the webpack issue already fixed or is it still wip?
<lidel> Kubuxu, will be fixed when libs switch to aegir 9.0.0
<dignifiedquire> soooooon
<dignifiedquire> you can track progress of this endeavour here: https://github.com/ipfs/js-ipfs/pull/485
<lidel> Kubuxu, i know right ;)
<lidel> glad it will be removed soon
anonymuse has joined #ipfs
<A124> lidel Can we get an optional web-wide, or a list of servers to rewrite to localhost?
<lidel> i have some kinks to iron out to get functional testing under different Firefox versions, hoping most of this work will be provided by mozilla: https://github.com/mozilla/web-ext/issues/5
<lidel> A124, on current version at https://addons.mozilla.org/en-US/firefox/addon/ipfs-gateway-redirect/ you can define as many public gateways as you want
<lidel> *in
<lidel> af for "fetching known public gateways" from somewhere, I've added loose note to the WebExtension board at https://github.com/lidel/ipfs-firefox-addon/projects/1
<A124> Good, well, defining multiple of them is alright. I had to have a lagged version, or something.
<lidel> A124, you should have a setting named "public gateways" https://addons.cdn.mozilla.net/user-media/previews/full/170/170246.png?modified=1468070602
<A124> Thanks for that. Fetching is not as crucial, some gateways might want to be used. Maybe it should be optional checkmark to enable that.
geemili has quit [Ping timeout: 260 seconds]
<A124> Yes, I do, I installed it just now in different profile.
zeroish has joined #ipfs
Boomerang has quit [Ping timeout: 252 seconds]
teenytree has joined #ipfs
Encrypt has joined #ipfs
cemerick has quit [Ping timeout: 260 seconds]
rgrinberg has joined #ipfs
PseudoNoob has joined #ipfs
<dignifiedquire> daviddias: did you set up those sauce labs credentials? I don't have access to the account so can't do it myself
Boomerang has joined #ipfs
anewuser has quit [Read error: Connection reset by peer]
anewuser has joined #ipfs
Mateon1 has quit [Ping timeout: 244 seconds]
<dignifiedquire> daviddias: can you ping me when you are around?
corvinux has joined #ipfs
anonymuse has quit [Remote host closed the connection]
hoboprimate has joined #ipfs
anonymuse has joined #ipfs
mildred1 has quit [Ping timeout: 245 seconds]
shizy has joined #ipfs
ashark has joined #ipfs
hoboprimate has quit [Quit: hoboprimate]
mildred has joined #ipfs
bastianilso__ has quit [Quit: bastianilso__]
hoboprimate has joined #ipfs
hoboprimate has quit [Client Quit]
hoboprimate has joined #ipfs
mikolalysenko has quit [Ping timeout: 250 seconds]
mikolalysenko has joined #ipfs
hoboprimate has quit [Remote host closed the connection]
hoboprimate has joined #ipfs
caseorganic has quit [Ping timeout: 250 seconds]
caseorganic has joined #ipfs
pfrazee has joined #ipfs
Mateon1 has joined #ipfs
jedahan has joined #ipfs
jedahan has quit [Remote host closed the connection]
jedahan has joined #ipfs
TTT has joined #ipfs
Soft has quit [Quit: WeeChat 1.7-dev]
hoboprimate has quit [Quit: hoboprimate]
maxlath has quit [Quit: maxlath]
<geoah> erm, what time (and timezone) is the libp2p sprint call thingie? :)
<geoah> I'm trying to find the issue/page where they are listed but google ain't being helpful
seharder has joined #ipfs
<lgierth> geoah: ipfs/pm
<lgierth> eeh ipfs/pm/issues
<geoah> lgierth thanks! :D
<lemmi> so i'm poling around and had the idea to setup a mirror for a distro with ipfs. so i'm searching for the most efficient way for a folder of the size of about 30G to replace single files and update a ipns entry. i'm thinking about using ipfs files to modify the repo, then ipfs stat / and using that hash to publish via ipns. are there better/other ways?
evernite- has joined #ipfs
<geoah> btw; is it ok for anyone to lurk in the sprint hangouts?
<lgierth> geoah: if you just wanna listen in it's best to use the youtube live stream
<lgierth> it's posted here before each hangout
<geoah> lgierth thanks again :)
<geoah> I'll do that
matoro has joined #ipfs
patcon has joined #ipfs
<dignifiedquire> Kubuxu: are you around?
matoro has quit [Ping timeout: 256 seconds]
hoboprimate has joined #ipfs
hoboprimate has quit [Remote host closed the connection]
anewuser has quit [Quit: anewuser]
<hsanjuan> Kubuxu: is this maybe familiar to you? ../../../libp2p/go-tcp-transport/tcp.go:196: d.rd.DialContext undefined (type reuseport.Dialer has no field or method DialContext)
hoboprimate has joined #ipfs
flyingzumwalt has joined #ipfs
<victorbjelkholm> daviddias, dignifiedquire, in documentation like readme.md, callbacks or promises?
hoboprimate has quit [Client Quit]
<flyingzumwalt> dignifiedquire should I be doing any prep/setup for the IIIF anno demo on the all-hands call?
<victorbjelkholm> feels callbacks would be the way to go
<daviddias> victorbjelkholm: callbacks
<victorbjelkholm> daviddias, thanks :)
hoboprimate has joined #ipfs
<daviddias> victorbjelkholm: here is an example https://github.com/ipfs/interface-ipfs-core/tree/master/API/files "If no callback is passed, a promise is returned."
<victorbjelkholm> daviddias, yeah, I knew about that (but thanks for the link), was just wondering what we preferred in the readme's and stuff
patcon has quit [Ping timeout: 245 seconds]
captain_morgan has quit [Ping timeout: 260 seconds]
LeerSpace has joined #ipfs
hoboprimate has quit [Quit: hoboprimate]
phutchins has quit [Read error: Connection reset by peer]
phutchins has joined #ipfs
<dignifiedquire> ideally we would have both
<dignifiedquire> or at least a note about it
hoboprimate has joined #ipfs
<dignifiedquire> flyingzumwalt: I will be arriving super tight and I think I am moderating so I won't be able to prep, just make sure to pull the latest version and do fresh npm install
<dignifiedquire> if it doesn't work I have my gif
<dignifiedquire> haad: richardlitt are we having an orbit call today?
<daviddias> dignifiedquire: mentioned that he will be only coming full tomorrow
<daviddias> he won't be able to host it
<dignifiedquire> ok so no point in having it then
<dignifiedquire> we can do one next week
Guest62101 has quit [Ping timeout: 260 seconds]
maxlath has joined #ipfs
<richardlitt> Morning.
<richardlitt> 30 minutes until All Hands Call. :) https://github.com/ipfs/pm/issues for the issue.
pixelated has joined #ipfs
pixelated is now known as Guest75003
<flyingzumwalt> dignifiedquire I see you removed the instructions to run ipfs daemon with pubsub enabled. Is that not necessary any more for anno?
<flyingzumwalt> dignifiedquire also - there's a typo in the repo description -- Mirador, not Mirandor
<flyingzumwalt> dignifiedquire ah - i see that `npm serve` starts the ipfs daemon for you.
<flyingzumwalt> dignifiedquire looks like there's a bug -- when I select an image to open in mirador it reverts back to the empty "add item" page instead of displaying the image. Error on the js console: `GET http://10.0.1.2:9966/node_modules/orbit-db/dist/orbitdb.js 404 (Not Found)`
<flyingzumwalt> aha. it's because my node_modules has orbitdb.min.js, not orbitdb.js
chax has joined #ipfs
phutchins has quit [Read error: No route to host]
<richardlitt> Woo
<richardlitt> dignifiedquire: Ready?
phutchins has joined #ipfs
<richardlitt> (Anyone seen dig in the past few minutes?)
dmr has quit [Quit: Leaving]
chax has quit [Remote host closed the connection]
<flyingzumwalt> he said he would be running late.
chax has joined #ipfs
<richardlitt> Ah
<richardlitt> Ok
<flyingzumwalt> actually he said he would be "arriving super tight"
<lgierth> on my way
<flyingzumwalt> richardlitt have you posted the zoom link?
<richardlitt> ========================== IPFS Hangouts: All Hands Call =========================
<richardlitt> Join Call: https://zoom.us/j/3339991818
<richardlitt> Sprint Issue: https://github.com/ipfs/pm/issues/236
<richardlitt> Watch Stream: TBA
<richardlitt> Topic: All Hands Call
<richardlitt> =============================================================================
<flyingzumwalt> ah.
<lgierth> is there gonna be a stream? (cc geoah)
jedahan has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
grosscol has quit [Ping timeout: 260 seconds]
jedahan has joined #ipfs
<geoah> lgierth thanks for the ping :)
<richardlitt> dignifiedquire is a bit late; there will be one
<richardlitt> but it might be a bit of time
<keks> oh, are you still in daylight savings?
<keks> i thought this would start in an hour :D
<richardlitt> Nope!
<richardlitt> Still in daylight savings.
<richardlitt> Starts now.
<keks> darn timezones
<richardlitt> Stream is coming soon, some issues with sounds
<richardlitt> For now, jump on. starting now.
patcon has joined #ipfs
<lgierth> this time i grabbed the 4g stick so the power cut can't keep me from taking notes lol
<dignifiedquire> stream is finally up
<dignifiedquire> sorry about this
<lgierth> geoah: ^
<lgierth> thanks dignifiedquire
<daviddias> oh, timezones!
corvinux has quit [Ping timeout: 252 seconds]
ulrichard has quit [Remote host closed the connection]
<daviddias> I'm on a call with my ISP because they messed up my Gig fiber, will join in a sec
<daviddias> (I really thought the call was in 45 mins)
phutchins1 has joined #ipfs
reit has joined #ipfs
<richardlitt> kk
phutchins has quit [Ping timeout: 250 seconds]
Boomerang has quit [Ping timeout: 245 seconds]
jedahan_ has joined #ipfs
jedahan has quit [Ping timeout: 260 seconds]
<geoah> what's with the jazz hands?! :P
<richardlitt> hahaha
<richardlitt> It's an easy way to say that we agree, without needing to voice
<richardlitt> Same with down hands, for disagreement
<geoah> heh~ awesome! ^_^
<richardlitt> :)
<richardlitt> (Who are you? Are you streaming?)
<richardlitt> (Are you Silverton?)
<lgierth> richardlitt: no that's edsilv[m]
<geoah> haha, nah I'm lurking in the youtube channel
<richardlitt> Ah, sweet.
<lgierth> electricity seems to be stable again now. looks like my flatmates finished messing with the wiring
<geoah> I'm just trying to find ways to start being a bit more active in libp2p/ipfs and this seemed like a simple place to start and get to find something to tackle.
chax has quit [Read error: Connection reset by peer]
<keks> mutiny's over
abuss has quit [Remote host closed the connection]
abuss has joined #ipfs
abuss has quit [Changing host]
abuss has joined #ipfs
cemerick has joined #ipfs
<richardlitt> Optimum van literally drove into the driveway, set up their van, and then cut off the internet in the middle of the call for me
chax has joined #ipfs
<lgierth> why?
<richardlitt> Apparently routine maintenance.
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan___
galois_d_ has joined #ipfs
gmcquillan___ has quit [Client Quit]
Encrypt has quit [Quit: Quit]
<geoah> try making a new annotation
<geoah> it should send the previous updates you made
<geoah> (I'm not sure who matt in the sprint call is! :P)
<whyrusleeping> matt == flyingzumwalt
<geoah> whyrusleeping thanks :D
galois_dmz has quit [Ping timeout: 260 seconds]
vasild has joined #ipfs
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan___
anonymuse has quit [Remote host closed the connection]
<richardlitt> ========================== IPFS Hangouts: go-ipfs =========================
<richardlitt> Sprint Issue: https://github.com/ipfs/pm/issues/236
<richardlitt> Join Call: https://zoom.us/j/3339991818
<richardlitt> Topic: go-ipfs
<richardlitt> =============================================================================
<dignifiedquire> richardlitt: routine spy attack ;)
<richardlitt> Well, it gave me the opportunity to take the dog out for a very short walk, so, uh, that's oK?
<richardlitt> What is sid's IRC name? :)
<richardlitt> Or GitHub
<richardlitt> lgierth: please remember to add the notes to ipfs/pm/meeting-notes :D
<lgierth> richardlitt: yep! sorry last week was a bit chaotic on my end
<richardlitt> nae bother
<lgierth> went to dine with david and ines right after hangouts and that was that
<richardlitt> whyrusleeping is asking after you in zoom
<lgierth> i'm asking my zoom to start :/
<lgierth> there we go, just needed a friendly killall
phutchins1 has quit [Ping timeout: 244 seconds]
<vasild> Hello, I am crafting a C++ API bindings library at https://github.com/vasild/cpp-ipfs-api. Any recommendations would be welcome.
<lgierth> richardlitt: i moved the notes part up above the agenda because people editing stuff above that i was writing turned out to be super annoying, UX wise
<lgierth> eeh UI wise
<richardlitt> fair. I keep meaning to open an issue about how we take notes.
<kevina> whyrusleeping: issue I was working on: https://github.com/ipfs-filestore/go-ipfs/issues/12
<richardlitt> gotta run; can a notetaker take over?
<lgierth> richardlitt: gotcha
<richardlitt> Thanks.
ulrichard has joined #ipfs
ulrichard_ has joined #ipfs
ulrichard has quit [Read error: Connection reset by peer]
ulrichard_ has quit [Client Quit]
sametsisartenep has quit [Read error: Connection reset by peer]
<daviddias> richardlitt: ready to announce js-ipfs?
<flyingzumwalt> ========================== IPFS Hangouts: js-ipfs =========================
<flyingzumwalt> Sprint Issue: https://github.com/ipfs/pm/issues/236
<flyingzumwalt> Topic: js-ipfs
<flyingzumwalt> Join Call: https://zoom.us/j/3339991818
<flyingzumwalt> Watch Stream: https://www.youtube.com/watch?v=ac-OdiFndec
<flyingzumwalt> =============================================================================
<daviddias> thanks flyingzumwalt :)
chax has quit [Remote host closed the connection]
chax has joined #ipfs
<victorbjelkholm> daviddias, friendly reminder, my mic does not work, will write here if something comes up...
chax has quit [Ping timeout: 260 seconds]
<victorbjelkholm> daviddias, can't voice it :(
<victorbjelkholm> daviddias, dignifiedquire would it make sense to create an issue for the js-ipfs-api builds failing and separate that from async crypto, not sure how it's related?
<victorbjelkholm> daviddias, and aegir 9 is part of the async crypto stuff?
anonymuse has joined #ipfs
s_kunk has quit [Ping timeout: 250 seconds]
anonymuse has quit [Remote host closed the connection]
anonymuse has joined #ipfs
chax has joined #ipfs
espadrine has quit [Ping timeout: 260 seconds]
matoro has joined #ipfs
<victorbjelkholm> daviddias, haven't started the mutable files stuff, but the dht I'll finish off
<victorbjelkholm> daviddias, that's been fixed
<victorbjelkholm> daviddias, the requiments in the readme have been fixed...
<victorbjelkholm> daviddias, take a look in the issue
<victorbjelkholm> you mentioned before that resolver already exists in js-land
Aranjedeath has joined #ipfs
<victorbjelkholm> daviddias, write in the issue
<victorbjelkholm> daviddias, depends, if the resolver is there, then yeah
jedahan_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<victorbjelkholm> daviddias, then I'll probably not get to it this week, no :/
jedahan has joined #ipfs
<flyingzumwalt> ========================== IPFS Hangouts: libp2p =========================
<flyingzumwalt> Sprint Issue: https://github.com/ipfs/pm/issues/236
<flyingzumwalt> Join Call: https://zoom.us/j/3339991818
<flyingzumwalt> Topic: libp2p
<flyingzumwalt> =============================================================================
<flyingzumwalt> Watch Stream: https://www.youtube.com/watch?v=ac-OdiFndec
jedahan has quit [Client Quit]
jedahan has joined #ipfs
chax has quit [Ping timeout: 250 seconds]
<dignifiedquire> victorbjelkholm: love your wall of comments :D
<dignifiedquire> looks like you are just talking to yourself ;)
<victorbjelkholm> daviddias, basically this: https://github.com/libp2p/website/issues/12
<phpwner> thanks ShawkHawk[m]. i may look into freenet then.
phpwner has quit []
<victorbjelkholm> dignifiedquire, sometimes I am! :(
chax has joined #ipfs
gmcquillan___ has quit [Quit: gmcquillan___]
<victorbjelkholm> is this the new keyboard call that we were promised? daviddias
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan___
<victorbjelkholm> daviddias, coffee?! It's seven o'clock
gmcquillan___ has quit [Client Quit]
<victorbjelkholm> flyingzumwalt, blockdust is amazing!
polezaivsani has quit [Remote host closed the connection]
cjb has joined #ipfs
maxlath has quit [Remote host closed the connection]
maxlath has joined #ipfs
<flyingzumwalt> Topic: IPLD
<flyingzumwalt> ========================== IPFS Hangouts: IPLD =========================
<flyingzumwalt> Sprint Issue: https://github.com/ipfs/pm/issues/236
<flyingzumwalt> Join Call: https://zoom.us/j/3339991818
<flyingzumwalt> Watch Stream: https://www.youtube.com/watch?v=ac-OdiFndec
<flyingzumwalt> =============================================================================
jeffl35 has quit [Excess Flood]
kulelu88 has joined #ipfs
jeffl35 has joined #ipfs
hoboprimate has quit [Ping timeout: 256 seconds]
galois_d_ has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
Boomerang has joined #ipfs
<victorbjelkholm> daviddias, I think it was something we wanted to do in the future instead
<victorbjelkholm> ah, nicola explains...
<victorbjelkholm> daviddias, we'll have a small visual demo and some examples, but the fully featured playground, will have to wait
<victorbjelkholm> daviddias, it makes sense to have the website without playground, but it doesn't make sense to have the playground without the website, hence the website should have priority
ansuz has left #ipfs [#ipfs]
<victorbjelkholm> daviddias, one kind of depends on the other though, take a look at the comment above...
<daviddias> "website should have priority" agreed 👍
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
G-Ray has quit [Remote host closed the connection]
rmorey has joined #ipfs
maxlath has quit [Ping timeout: 268 seconds]
maxlath has joined #ipfs
chax has quit [Remote host closed the connection]
Encrypt has joined #ipfs
ygrek has joined #ipfs
chax has joined #ipfs
phutchins1 has joined #ipfs
rendar has quit [Ping timeout: 244 seconds]
maxlath has quit [Client Quit]
maxlath has joined #ipfs
rmorey has quit [Quit: Lost terminal]
chax has quit [Ping timeout: 250 seconds]
<victorbjelkholm> whyrusleeping, mute your mic! Like that your keyboard is old but getting annoying :p
<victorbjelkholm> thanks! :)
<victorbjelkholm> s/old/loud
herzmeister has quit [Quit: Leaving]
Boomerang has quit [Quit: Leaving]
herzmeister has joined #ipfs
chax has joined #ipfs
<daviddias> whyrusleeping: wanna chat about DAG impl?
<whyrusleeping> daviddias: uhm... how much time do you have left today?
<daviddias> Until I'm starving :D
hoboprimate has joined #ipfs
rendar has joined #ipfs
espadrine has joined #ipfs
<A124> Does anyone have plans how to handle content dependent chunking?
<A124> Perhaps auto mode with heuristics to pick rolling chunker vs block chunker? As for all compressed material that would be useless.
xo has joined #ipfs
<A124> I hit around a talk of a software using different polynomial then the usual Rabin chunker, will attempt to find and implement that, the advantage is better convergence, but at the cost of smaller chunks. Which might be wanted or not for space/metadata tradeoff.
Encrypt has quit [Quit: Quit]
HostFat_ has joined #ipfs
hoboprimate has quit [Quit: hoboprimate]
jeffl35 is now known as jeff-the-killer
rmorey has joined #ipfs
HostFat has quit [Ping timeout: 260 seconds]
espadrine has quit [Ping timeout: 260 seconds]
chax has quit [Ping timeout: 250 seconds]
gmcquillan__ has joined #ipfs
gmcquillan__ is now known as gmcquillan___
<lgierth> A124: keyword: importers
chax has joined #ipfs
<lgierth> right now there's a tar importer, and i'm not sure if there's a unixfs importer
<lgierth> importers turn data into ipld
cemerick has quit [Ping timeout: 260 seconds]
<A124> lgierth Thanks. Well, how does it handle the chunking then? I was speaking of a chunker. Not sure what role importer plays here.
chax has quit [Remote host closed the connection]
<lgierth> an importer can select a different chunker as appropriate for the kind of data it's importing
<lgierth> there are no concrete plans for new chunkers at the moment, but we're open for people contributing one, obviously
chax has joined #ipfs
<xo> Is there any documentation on "seeding" on ipfs? I would like to be able to control what happens on my ipfs node. Also curious about "ipfs files rm" (docs are a little... sparse)
erde74 has joined #ipfs
bcq has joined #ipfs
<bcq> i'm trying to use https://www.npmjs.com/package/registry-mirror but when i run registry-mirror daemon i get this error: http://lpaste.net/319189
<lgierth> bcq: yeah sorry, that's not an actual error. i'm not sure the published npm package is up-to-date, check https://github.com/diasdavid/npm-on-ipfs
<lgierth> dignifiedquire: ^
ygrek has quit [Remote host closed the connection]
<A124> xo if the data is not cached (by looking at it), or pinned, it is not seeded.
<A124> running repo gc cleans the current cache
<lgierth> A124: speaking of chunkers, what's always useful is papers papers papers, if you have something in mind. and reference implementations help too
ygrek has joined #ipfs
<bcq> do i need ipfs version 0.4.0-dev?
<bcq> i am using ipfs version 0.4.4
<dignifiedquire> bcq: yes registry-mirror is outdated, check out the PR on npm-on-ipfs for a somewhat working version, still wip though
<bcq> i just need the npm registry to work is all
<xo> @bcq: Under what circumstances will my ipfs node seed files from other nodes?
<lgierth> dignifiedquire: wanna reference the PR in the readme if the PR will sit around longer?
<dignifiedquire> PRs welcome
<bcq> cordova's registry is down and now i can't get https://registry.npmjs.org/i/-/i-0.3.2.tgz for some reason
<lgierth> xo: if you requested it
<bcq> and i figured it'd be a good excuse to use ipfs
<xo> lgierth - great; so I don't need to worry about "auto seeding"
<dignifiedquire> oh yeah we don't have a full registry mirror running yet so not much we can do there right now, sorry
xo has quit [Quit: Leaving]
neurrowcat has joined #ipfs
Encrypt has joined #ipfs
hoboprimate has joined #ipfs
herzmeister has quit [Read error: Connection reset by peer]
herzmeister has joined #ipfs
<lgierth> cool sounds interesting -- wanna write that down in ipfs/notes/issues?
<A124> That's all I got at the moment. The problem is not only to decide and implement, but also to decide what paramets the chunker will have so we can use that efficiently without much overhead .
<lgierth> yeah word
<lgierth> best to write it down in ipfs/notes
<A124> Yeah, will look arount. I usualy hesitate writing stuff down unless I am sure.
<lgierth> on irc it just drowns in a sea of noise
<lgierth> ipfs/notes doesn't need finished proposal, everything there is either work-in-progress, braindumps, etc.
<A124> That said, I am looking to use that or other chunker, but the compatibility is the thing that did raise a orange light in my head.
chax has quit [Ping timeout: 268 seconds]
<A124> Plus the heuristics. Will try to rewrite and some PoC, and will file it. Thanks.
hoboprimate has quit [Quit: hoboprimate]
hoboprimate has joined #ipfs
rmorey has quit [Quit: Leaving.]
nycoliver has joined #ipfs
chax has joined #ipfs
erde74 has quit [Ping timeout: 245 seconds]
galois_dmz has quit []
LeerSpace has quit [Remote host closed the connection]
elico has joined #ipfs
elico has quit [Read error: Connection reset by peer]
<nycoliver> No way to guarantee order of DAG node links, correct?
<M-hash> I have qualms and questions about content dependent chunking, fwiw.
<M-hash> it's tugging in the opposite direction of reproducible results across versions of the software, as the content detection changes... which it will, frequently, if it's trying to keep up with things "in the wild"
patcon_ has joined #ipfs
<M-hash> which is ironically Not Great for deduplication over longtime
galois_dmz has joined #ipfs
patcon has quit [Ping timeout: 250 seconds]
nycoliver has quit [Ping timeout: 260 seconds]
anonymuse has quit [Remote host closed the connection]
mildred has quit [Ping timeout: 256 seconds]
LugariusMatrix is now known as lugarius
s_kunk has joined #ipfs
<A124> M-hash That is already mentioned in the issue.
nycoliver has joined #ipfs
<A124> Well, the thing is... there is no point using that for compressed data.
<A124> Unless that compressed data is not solid, in which case a magic thing to detect would work best. And as far as we are IPFS is not finalized, and I do not consider pre 0.5 even production viable.
<A124> Sure, there are things where one does not want to break stuff, but given the exponentiality of growth, changing things is often for longterm good, and if it would not be, everyone naturaly resists change.
mildred has joined #ipfs
bcq has quit [Quit: leaving]
mildred has quit [Ping timeout: 260 seconds]
mildred has joined #ipfs
ashark has quit [Ping timeout: 260 seconds]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
mildred has quit [Ping timeout: 260 seconds]
Adwin[m] has left #ipfs ["User left"]
chax has quit [Remote host closed the connection]
chax has joined #ipfs
xeon-enouf has quit [Ping timeout: 250 seconds]
sametsisartenep has joined #ipfs
TTT has quit [Quit: Leaving]
fredthomsen has joined #ipfs
slothbag has joined #ipfs
slothbag has left #ipfs [#ipfs]
patcon_ has quit [Ping timeout: 260 seconds]
chax has quit [Remote host closed the connection]
Encrypt has quit [Quit: Sleeping time!]
nycoliver has quit [Quit: Lost terminal]
chax has joined #ipfs
hoboprimate has quit [Quit: hoboprimate]
chax has quit [Ping timeout: 250 seconds]
PseudoNoob has quit [Remote host closed the connection]
chris613 has joined #ipfs
spilotro has quit [Ping timeout: 244 seconds]
geemili has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
chax has joined #ipfs
matoro has quit [Ping timeout: 260 seconds]
spilotro has joined #ipfs
galois_d_ has joined #ipfs
chax has quit [Remote host closed the connection]
LeerSpace has joined #ipfs
mrmoe_ has joined #ipfs
mrmoe_ has quit [Client Quit]
galois_dmz has quit [Ping timeout: 260 seconds]
LeerSpace has quit [Client Quit]
LeerSpace has joined #ipfs
eco has quit [Quit: WeeChat 1.4]
chax has joined #ipfs
anonymuse has joined #ipfs
lacour has joined #ipfs
maxlath has quit [Quit: maxlath]
Kane` has quit [Remote host closed the connection]
shizy has quit [Ping timeout: 256 seconds]
arpu has quit [Ping timeout: 268 seconds]
arpu has joined #ipfs
anonymuse has quit [Remote host closed the connection]
chax has quit [Remote host closed the connection]
neurrowcat has quit [Quit: Deebidappidoodah!]
musicmatze has quit [Ping timeout: 258 seconds]
matoro has joined #ipfs
hoboprimate has joined #ipfs
chax has joined #ipfs
fredthomsen has quit [Quit: This computer has gone to sleep]
iovoid is now known as spooki
spooki is now known as spookio
galois_d_ has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
maxlath1 has joined #ipfs
galois_d_ has joined #ipfs
galois_dmz has quit [Ping timeout: 260 seconds]
galois_dmz has joined #ipfs
galois_d_ has quit [Ping timeout: 260 seconds]