Kubuxu changed the topic of #ipfs to: Update to v0.4.2, the v03x network's EOL/end-of-life approaches: June 30th -- IPFS - InterPlanetary File System -- https://git.io/vVBS8 -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
ashark has joined #ipfs
ruby32 has joined #ipfs
matoro has joined #ipfs
Oatmeal has joined #ipfs
ruby32 has quit [Remote host closed the connection]
Senji has quit [Ping timeout: 260 seconds]
stoogenm_ has joined #ipfs
cemerick has joined #ipfs
stoogenmeyer has quit [Ping timeout: 264 seconds]
Senji has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
<kevina> whyrusleeping: do you want me to automatically give LGTM on trivial pull request that I don't see any problems with? Or do you need someone like Kubuxu to look over it before it can get merged.
arajakul1 has joined #ipfs
gmcquillan has quit [Ping timeout: 276 seconds]
rgrinberg has joined #ipfs
Aaron101- is now known as Aaron1011
Aaron1011 has quit [Changing host]
Aaron1011 has joined #ipfs
reit has joined #ipfs
galois_dmz has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
galois_d_ has joined #ipfs
galois_dmz has quit [Ping timeout: 272 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
cwahlers has quit [Ping timeout: 244 seconds]
SNAFUdowser has joined #ipfs
<SNAFUdowser> Does the IPFS js implementation work in the browser?
em-ly has quit [Quit: Connection closed for inactivity]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
arajakul1 has quit [Ping timeout: 244 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
Qwertie has quit [Ping timeout: 250 seconds]
SNAFUdowser has quit [Ping timeout: 250 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
Qwertie has joined #ipfs
Oatmeal has quit [Ping timeout: 246 seconds]
slothbag has joined #ipfs
computerfreak has quit [Quit: Leaving.]
ruby32 has joined #ipfs
ygrek has quit [Ping timeout: 244 seconds]
spindleful has quit [Remote host closed the connection]
mkelly has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Stebalien has joined #ipfs
Oatmeal has joined #ipfs
cemerick has quit [Ping timeout: 276 seconds]
ligi_ has joined #ipfs
apiarian has quit [Ping timeout: 244 seconds]
cemerick has joined #ipfs
ligi has quit [Ping timeout: 240 seconds]
apiarian has joined #ipfs
mgue has quit [Quit: WeeChat 1.5]
Oatmeal has quit [Read error: Connection reset by peer]
harleyk has quit [Ping timeout: 272 seconds]
mgue has joined #ipfs
kants has quit [Ping timeout: 240 seconds]
jedahan has joined #ipfs
kants has joined #ipfs
gigq has quit [Ping timeout: 276 seconds]
Stebalien has quit [Remote host closed the connection]
gigq has joined #ipfs
jedahan has quit [Ping timeout: 272 seconds]
<kpcyrd> is there an example of manually creating a folder object in ipfs?
<kpcyrd> I have /a -> hash, /b -> hash, /c -> hash. Now I want to calculate the hash for /
Oatmeal has joined #ipfs
rgrinberg has quit [Ping timeout: 244 seconds]
Oatmeal has quit [Read error: Connection reset by peer]
arajakul1 has joined #ipfs
arajakul1 has quit [Quit: Leaving]
dignifiedquire has quit [Quit: Connection closed for inactivity]
rardiol has quit [Ping timeout: 244 seconds]
cketti has quit [Quit: Leaving]
<tmg> whyrusleeping: ping
<tmg> whyrusleeping: is it essential that `ipfs add b a` adds the files in lexicographic order?
jedahan has joined #ipfs
Oatmeal has joined #ipfs
<Kubuxu> kevina: more eyes the better.
Bheru27 has quit [Remote host closed the connection]
Bheru27 has joined #ipfs
jedahan has quit [Ping timeout: 246 seconds]
cemerick has quit [Ping timeout: 252 seconds]
Foxcool_ has quit [Ping timeout: 276 seconds]
Foxcool_ has joined #ipfs
PrinceOfPeeves has quit [Quit: Leaving]
chriscool1 has quit [Quit: Leaving.]
reit has quit [Quit: Leaving]
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
cemerick has joined #ipfs
reit has joined #ipfs
stoogenm_ has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 246 seconds]
kevina has quit [Quit: Leaving]
ygrek has joined #ipfs
mkelly has joined #ipfs
mkelly_ has joined #ipfs
mkelly has quit [Read error: Connection reset by peer]
michaeldgagnon has quit [Ping timeout: 250 seconds]
pfista has quit [Ping timeout: 264 seconds]
meadman has quit [Read error: Connection reset by peer]
meadman has joined #ipfs
cemerick has quit [Ping timeout: 272 seconds]
ccsdss has joined #ipfs
ccsdss has left #ipfs [#ipfs]
Tv` has quit [Quit: Connection closed for inactivity]
<whyrusleeping> tmg: Its preferable. Makes tests more reproducible
<Kubuxu> whyrusleeping, tmg: IMO it should be in argument order.
<whyrusleeping> Argument order makes sense
<Kubuxu> If I do `ipfs add -q a b` I would expect first line to be hash of a and second b.
<whyrusleeping> as long as its consistent
<whyrusleeping> ^
Oatmeal has quit [Ping timeout: 264 seconds]
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/vo9kM
<ipfsbot> go-ipfs/master 2a4bbb7 Jeromy Johnson: Merge pull request #2905 from ipfs/fix/log-message...
<tmg> I thought it might be sorted by path to help with recursive adds
<tmg> also, what's the difference between filename and filepath?
<tmg> ...oh, d'oh
<tmg> ok
stoogenmeyer has joined #ipfs
pfista has joined #ipfs
MrFalc has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping force-pushed feat/dskey-encoding from c2238af to bad252c: https://git.io/voSaV
<ipfsbot> go-ipfs/feat/dskey-encoding bad252c Jeromy: encode keys to datastore with base32 standard encoding...
stoogenmeyer has quit [Ping timeout: 240 seconds]
<ipfsbot> [go-ipfs] Kubuxu created feature/t0080-offline (+1 new commit): https://git.io/vo9Ik
<ipfsbot> go-ipfs/feature/t0080-offline c55b3ec Jakub Sztandera: test: Run t0080-repo test offline...
<ipfsbot> [go-ipfs] Kubuxu opened pull request #2908: test: Run t0080-repo test offline (master...feature/t0080-offline) https://git.io/vo9IL
mkelly has joined #ipfs
Oatmeal has joined #ipfs
mkelly_ has quit [Ping timeout: 260 seconds]
mkelly has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<tmg> Kubuxu: yeah, It probably makes sense to sort the `ipfs add -r foo` output instead of the the FileArgs.
<tmg> Kubuxu: changing it around will take much effort, I reckon
<tmg> Kubuxu: cf. b2b415b57dcdb2c844b76aba3ea1e19f1693ac95
Foxcool_ has quit [Ping timeout: 252 seconds]
<ipfsbot> [go-ipfs] whyrusleeping force-pushed feat/dskey-encoding from bad252c to 6950edd: https://git.io/voSaV
<ipfsbot> go-ipfs/feat/dskey-encoding 6950edd Jeromy: encode keys to datastore with base32 standard encoding...
vbsd has quit [Remote host closed the connection]
Oatmeal has quit [Read error: Connection reset by peer]
reit has quit [Ping timeout: 244 seconds]
<M-rongladney> lgierth (IRC): I am not used to command line or command base programming, therefore, I am struggling with IPFS. I find using Webtorrent.io easier to use and to understand.
<M-rongladney> lgierth (IRC): Once the IPFS is installed, I tried to install or use the WebUI ...but it did not work. I am thinking its an User error, since I am not a Programmer or proficient in using Bash Command Line Language Scripts.
chriscool1 has joined #ipfs
Oatmeal has joined #ipfs
<ipfsbot> [go-ipfs] chriscool force-pushed chriscool-patch-1 from 0b8f39a to 434503d: https://git.io/vo9Li
<ipfsbot> go-ipfs/chriscool-patch-1 434503d Christian Couder: ISSUE_TEMPLATE: update link to issue guide...
rendar has joined #ipfs
Oatmeal has quit [Ping timeout: 244 seconds]
chriscool2 has joined #ipfs
chriscool1 has quit [Read error: Connection reset by peer]
Foxcool_ has joined #ipfs
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 244 seconds]
Oatmeal has joined #ipfs
MrFalc has quit [Quit: Page closed]
A124 has quit [Read error: No route to host]
A124 has joined #ipfs
Encrypt has joined #ipfs
tmg has quit [Ping timeout: 276 seconds]
tmg has joined #ipfs
wallacoloo has quit [Ping timeout: 250 seconds]
computerfreak has joined #ipfs
rgrinberg has joined #ipfs
Foxcool_ has quit [Remote host closed the connection]
M-fiatjaf has quit [Ping timeout: 244 seconds]
M-s6 has quit [Ping timeout: 244 seconds]
M-vro has quit [Ping timeout: 244 seconds]
M-p0pa has quit [Ping timeout: 244 seconds]
M-neoteo has quit [Ping timeout: 244 seconds]
davidar has quit [Ping timeout: 244 seconds]
M-fiatjaf has joined #ipfs
M-s6 has joined #ipfs
M-p0pa has joined #ipfs
M-neoteo has joined #ipfs
M-vro has joined #ipfs
davidar has joined #ipfs
jaboja has joined #ipfs
ygrek has quit [Ping timeout: 252 seconds]
computerfreak has quit [Quit: Leaving.]
rgrinberg has quit [Ping timeout: 264 seconds]
A124 has quit [Ping timeout: 260 seconds]
A124 has joined #ipfs
jaboja has quit [Read error: Connection reset by peer]
rajeevn has quit [Read error: Connection reset by peer]
reit has joined #ipfs
vijayee has quit [Ping timeout: 272 seconds]
zz_r04r is now known as r04r
Foxcool_ has joined #ipfs
ljhms has quit [Quit: Bye]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
reit has quit [Ping timeout: 240 seconds]
rardiol has joined #ipfs
r04r is now known as zz_r04r
reit has joined #ipfs
zero-ghost has quit [Quit: Leaving.]
ligi_ has quit [Ping timeout: 244 seconds]
zero-ghost has joined #ipfs
ashark has quit [Ping timeout: 258 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
nonaTure has joined #ipfs
ashark has joined #ipfs
apiarian has quit [Ping timeout: 276 seconds]
apiarian has joined #ipfs
ligi has joined #ipfs
vijayee has joined #ipfs
computerfreak has joined #ipfs
weex_ has joined #ipfs
cketti has joined #ipfs
cketti has quit [Changing host]
cketti has joined #ipfs
jhiesey_ has joined #ipfs
jbenet_ has joined #ipfs
nullstyle_ has joined #ipfs
aaaaaaaaa_____ has joined #ipfs
yoshuawuyts_ has joined #ipfs
caseorganic_ has joined #ipfs
bengl_ has joined #ipfs
voxelot_ has joined #ipfs
retrohacker_ has joined #ipfs
zrl__ has joined #ipfs
joepie91___ has joined #ipfs
joepie91___ has quit [Changing host]
joepie91___ has joined #ipfs
OutBackDingo_ has joined #ipfs
peterix-w has joined #ipfs
zielmicha_ has joined #ipfs
xicombd_ has joined #ipfs
rawtaz_ has joined #ipfs
ajp_ has joined #ipfs
afdudley has joined #ipfs
kragniz_ has joined #ipfs
drathir87 has joined #ipfs
anderspree__ has joined #ipfs
amiller_ has joined #ipfs
diffalot_ has joined #ipfs
diffalot_ has quit [Changing host]
diffalot_ has joined #ipfs
metaf5_ has joined #ipfs
weex has quit [Ping timeout: 258 seconds]
M-Mxaw has quit [Ping timeout: 258 seconds]
M-8319 has quit [Ping timeout: 258 seconds]
M-6781 has quit [Ping timeout: 258 seconds]
M-17739 has quit [Ping timeout: 258 seconds]
step21_ has quit [Ping timeout: 258 seconds]
zielmicha has quit [Ping timeout: 258 seconds]
retrohacker has quit [Ping timeout: 258 seconds]
anderspree_ has quit [Ping timeout: 258 seconds]
aaaaaaaaa____ has quit [Ping timeout: 258 seconds]
voxelot has quit [Ping timeout: 258 seconds]
caseorganic has quit [Ping timeout: 258 seconds]
nullstyle has quit [Ping timeout: 258 seconds]
bengl has quit [Ping timeout: 258 seconds]
M-3714 has quit [Ping timeout: 258 seconds]
Guest19042[m] has quit [Ping timeout: 258 seconds]
M-hash has quit [Ping timeout: 258 seconds]
blabla2[m] has quit [Ping timeout: 258 seconds]
M-mistake has quit [Ping timeout: 258 seconds]
bergie has quit [Ping timeout: 258 seconds]
nskelsey has quit [Ping timeout: 258 seconds]
xicombd has quit [Ping timeout: 258 seconds]
M-22231 has quit [Ping timeout: 258 seconds]
M-3509 has quit [Ping timeout: 258 seconds]
M-bungle has quit [Ping timeout: 258 seconds]
M-frabrunelle has quit [Ping timeout: 258 seconds]
rawtaz has quit [Ping timeout: 258 seconds]
zrl_ has quit [Ping timeout: 258 seconds]
lachenmayer has quit [Ping timeout: 258 seconds]
metaf5 has quit [Ping timeout: 258 seconds]
computerfreak has quit [Ping timeout: 258 seconds]
kants has quit [Ping timeout: 258 seconds]
yoshuawuyts has quit [Ping timeout: 258 seconds]
jhiesey has quit [Ping timeout: 258 seconds]
M-jeffreybpeters has quit [Ping timeout: 258 seconds]
M-aatchison has quit [Ping timeout: 258 seconds]
giodamelio has quit [Ping timeout: 258 seconds]
drathir has quit [Ping timeout: 258 seconds]
afdudley0 has quit [Ping timeout: 258 seconds]
haarts has quit [Ping timeout: 258 seconds]
M-neoteo has quit [Ping timeout: 258 seconds]
rendar has quit [Ping timeout: 258 seconds]
M-16194 has quit [Ping timeout: 258 seconds]
ajp has quit [Ping timeout: 258 seconds]
joepie91 has quit [Ping timeout: 258 seconds]
M-cocci has quit [Ping timeout: 258 seconds]
Foxcool has quit [Ping timeout: 258 seconds]
OutBackDingo has quit [Ping timeout: 258 seconds]
amiller has quit [Ping timeout: 258 seconds]
kragniz has quit [Ping timeout: 258 seconds]
diffalot has quit [Ping timeout: 258 seconds]
peterix has quit [Ping timeout: 258 seconds]
jbenet has quit [Ping timeout: 258 seconds]
anderspree__ is now known as anderspree_
Foxcool__ has joined #ipfs
drathir87 is now known as drathir
caseorganic_ is now known as caseorganic
haarts has joined #ipfs
M-Mxaw has joined #ipfs
M-8319 has joined #ipfs
M-Mxaw has quit [Changing host]
M-Mxaw has joined #ipfs
M-8319 has quit [Changing host]
M-8319 has joined #ipfs
giodamelio has joined #ipfs
M-6781 has joined #ipfs
M-17739 has joined #ipfs
nullstyle_ is now known as nullstyle
voxelot_ is now known as voxelot
zielmicha_ is now known as zielmicha
M-3714 has joined #ipfs
Guest19042[m] has joined #ipfs
nskelsey has joined #ipfs
xicombd_ is now known as xicombd
aaaaaaaaa_____ is now known as aaaaaaaaa____
blabla2[m] has joined #ipfs
M-hash has joined #ipfs
bengl_ is now known as bengl
yoshuawuyts_ is now known as yoshuawuyts
jhiesey_ is now known as jhiesey
kants has joined #ipfs
step21_ has joined #ipfs
M-bungle has joined #ipfs
M-2223 has joined #ipfs
M-3509 has joined #ipfs
M-frabrunelle has joined #ipfs
retrohacker_ is now known as retrohacker
step21_ is now known as step21
M-jeffreybpeters has joined #ipfs
M-aatchison has joined #ipfs
M-mistake has joined #ipfs
computerfreak has joined #ipfs
M-neoteo has joined #ipfs
M-cocci has joined #ipfs
M-16194 has joined #ipfs
bergie has joined #ipfs
lachenmayer has joined #ipfs
zz_r04r is now known as r04r
tmg has quit [Ping timeout: 250 seconds]
zrl__ is now known as zrl_
jbenet_ is now known as jbenet
kragniz_ is now known as kragniz
ruby32 has quit [Remote host closed the connection]
ruby32 has joined #ipfs
rendar has joined #ipfs
joepie91___ is now known as joepie91
slothbag has quit [Quit: Leaving.]
cketti_ has joined #ipfs
cketti has quit [Ping timeout: 252 seconds]
ashark has quit [Ping timeout: 260 seconds]
<koshii> What implementations are there besides go and js?
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
nonaTure has quit [Ping timeout: 260 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
jedahan has joined #ipfs
pfista has quit [Ping timeout: 244 seconds]
Encrypt has quit [Quit: Quitte]
Encrypt has joined #ipfs
Foxcool_ has quit [Ping timeout: 276 seconds]
cwahlers has joined #ipfs
nonaTure has joined #ipfs
cwahlers has quit [Client Quit]
cwahlers has joined #ipfs
cwahlers is now known as cwahlers_
cwahlers_ is now known as cwahlers
cwahlers has quit [Client Quit]
cwahlers has joined #ipfs
<ipfsbot> [go-ipfs] yuvallanger opened pull request #2909: Fix typo (master...fix-documentation-typo) https://git.io/vo90i
arpu_ has quit [Quit: Ex-Chat]
cwahlers has quit [Quit: Textual IRC Client: www.textualapp.com]
cwahlers has joined #ipfs
<koshii> deltab: Gracias
<koshii> Looks like py-ipfs is stalled? :/
<deltab> waiting for the go and js implementations to settle down, I think
<koshii> Right
espadrine has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 2 new commits to master: https://git.io/vo9Ej
<ipfsbot> go-ipfs/master 5089daf Yuval Langer: Fix typo...
<ipfsbot> go-ipfs/master cb85b0c Jeromy Johnson: Merge pull request #2909 from yuvallanger/fix-documentation-typo...
<cow_2001> do we call ipfs "ipfs" or "IPFS" in the documentation?
<Kubuxu> cow_2001: IPFS is project, ipfs is command or implementation
<cow_2001> hmm...
<ipfsbot> [go-ipfs] whyrusleeping force-pushed feat/provide-storage from 86540b6 to 8f91069: https://git.io/vouA5
<ipfsbot> go-ipfs/feat/provide-storage 8f91069 Jeromy: Write providers to disk to avoid memory leaks...
<cow_2001> ipfs tar -h will show both "ipfs" and "IPFS"
<Kubuxu> lol
<Kubuxu> I will create issue on that.
<cow_2001> i don't know which way to change it, so...
<cow_2001> please enjoy your bikeshed paint planning
<Kubuxu> cow_2001: thanks for showing me that
<cow_2001> O_O
<cow_2001> np
<kpcyrd> I made this yesterday, still working on it: https://github.com/kpcyrd/ipfs-mirror
<Kubuxu> kpcyrd: what does it do?
kseistrup has quit [Quit: bbl]
<kpcyrd> Since I don't have a readme yet, it's a script that basically mimics `ipfs add -r`, but has a leveldb cache so I'm not recalculating hashes for files that never change
<kpcyrd> still work in progress, but I'm trying to ease mirroring large folders into ipfs
kseistrup has joined #ipfs
<kpcyrd> Kubuxu: usecase is mirroring linux repos into ipfs. After rsync finished, you start this, it calculates the hashes of new files and recalculates files that may change and gives you the hash without recalculating everything
<Kubuxu> Awesome, that is just what we need for Arch mirror.
<kpcyrd> Kubuxu: arch was actually the repo I was building a mirror for :D
<Kubuxu> Even more awesome :DD
<cow_2001> if you guys are 100% "fs://" (or was it "fs:"?) is the... uh.. protocol.. part of the url (urn? uri?), then this is an error "- browsers or extensions can learn to use `ipfs://` directly" - https://github.com/ipfs/ipfs/blame/master/README.md#L56
kseistrup has quit [Client Quit]
kseistrup has joined #ipfs
<Kubuxu> cow_2001: it should be either `fs:/` or `ipfs:/` readme needs an update
<cow_2001> can I update it?
<Kubuxu> ofc
<cow_2001> we call it a "protocol designator"?
cemerick has joined #ipfs
<ipfsbot> [ipfs] yuvallanger opened pull request #180: Update protocol designators (master...update-protocol-designator) https://git.io/vo9zz
<kpcyrd> Kubuxu: todo is "how do I match files .gitignore-style" to exclude them from the cache, then polish it a bit
<Kubuxu> We should add this feature to ipfs finally.
<kpcyrd> I just wrote this, but I would be glad to deprecate it again
<kpcyrd> less responsibility to maintain things :)
chris613 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
<kpcyrd> logic is: 1) is this file supposed to be mutable 2) check cache for multihash if it isn't 3) `ipfs add` if it isn't found or mutable 4) add to cache if immutable 5) calculate hashes for folders until I get one multihash
Penta has joined #ipfs
<kpcyrd> it also exposes a merge command which is basically simplified `ipfs object ... add-link`
<kpcyrd> calculate a hash for arch/debian/ubuntu, then merge them all into one mirror hash
wlan2 has joined #ipfs
Pent has quit [Ping timeout: 240 seconds]
<wlan2> Does anyone know if there is a channel for the distributed library of alexandria anywhere? I've been trying to run their nodejs stuff for a a couple hours, but I cannot seem to make it work.
cemerick has quit [Ping timeout: 276 seconds]
warner has quit [Quit: ERC (IRC client for Emacs 24.5.1)]
rardiol has quit [Ping timeout: 264 seconds]
rardiol has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Encrypt has quit [Ping timeout: 276 seconds]
<whyrusleeping> wlan2: i think they have a slack
<wlan2> That sucks, those things are invite-only.
<whyrusleeping> some of them have 'public invites'
<whyrusleeping> where you can visit their page and put in your email to get an automatic invite
<whyrusleeping> but yeah, i like irc better
<wlan2> I guess I'll have to mail them or something...
<whyrusleeping> wlan2: can you find a webpage for them?
<whyrusleeping> my google searches are coming up blank
<wlan2> I don't think it's a software bug, but a documentation bug.
pfista has joined #ipfs
<wlan2> I can find alexandria.io, but that's just them saying how "non evil" they are.
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<whyrusleeping> ah, got it
<whyrusleeping> wlan2: you could use their 'send us a message' form on their webpage
<whyrusleeping> i'll send devon a message and see if they have a better comm channel
bsm117532 has quit [Killed (kornbluth.freenode.net (Nickname regained by services))]
<wlan2> Well, they have e-mail...
bsm1175321 has joined #ipfs
cemerick has joined #ipfs
Penta has quit [Quit: Leaving]
cemerick has quit [Ping timeout: 272 seconds]
mgue has quit [Read error: Connection reset by peer]
chris613 has quit [Read error: Connection reset by peer]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
reit has quit [Ping timeout: 276 seconds]
ruby32 has quit [Remote host closed the connection]
kevina has joined #ipfs
ruby32 has joined #ipfs
<apiarian> is alexandria.io data stored in the clear on IPFS?
<wlan2> Most, I'd say
<wlan2> You could just read the florincoin transaction comments and manually build the IPFS hash.
<wlan2> Not build the hash, build the URI
mgue has joined #ipfs
erde74 has joined #ipfs
<wlan2> You can easily grep from here: http://florincoin.info/explorer/messages/
reit has joined #ipfs
<wlan2> Seems to be a multipart id, then json
PrinceOfPeeves has joined #ipfs
<wlan2> Wow. It is almost disturbing.
<apiarian> what is?
<wlan2> How easy is to get ipfs path of alexandria content without even writing a single line of code.
Pent has joined #ipfs
ljhms has joined #ipfs
ligi has quit [Ping timeout: 264 seconds]
herzmeister has quit [Quit: Leaving]
matoro has quit [Remote host closed the connection]
herzmeister has joined #ipfs
matoro has joined #ipfs
infinity0 has joined #ipfs
<apiarian> publishing something does not automatically pin it, right?
<apiarian> (that seems to be true based on my reading of go-ipfs, but maybe i missed something?)
ashark has joined #ipfs
<Kubuxu> apiarian: if you `ipfs add` it then it is pinned
<Kubuxu> You can change it with `ipfs add --pin=false`
<apiarian> ah, thanks Kubuxu
chriscool2 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
ashark has quit [Ping timeout: 244 seconds]
vijayee has quit [Ping timeout: 264 seconds]
chriscool1 has quit [Quit: Leaving.]
espadrine has quit [Ping timeout: 260 seconds]
chriscool1 has joined #ipfs
chriscool1 has quit [Client Quit]
chriscool2 has joined #ipfs
chriscool2 has quit [Ping timeout: 252 seconds]
<cow_2001> https://github.com/ipfs/examples/ is not linked to the github announcements bot here in the channel, or so it appears
<cow_2001> i've sent a PR and no announcement was made.
<cow_2001> it's a silly patch anyways, no need to hurry
se3000 has quit [Ping timeout: 244 seconds]
<Kubuxu> cow_2001: most repos aren't
vijayee has joined #ipfs
jaboja has joined #ipfs
<cow_2001> oh
mkelly has joined #ipfs
palkeo has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
rendar has quit [Ping timeout: 276 seconds]
ligi has joined #ipfs
nonaTure has quit [Ping timeout: 240 seconds]
matoro has quit [Ping timeout: 240 seconds]
nonaTure has joined #ipfs
matoro has joined #ipfs
nonaTure has quit [Ping timeout: 240 seconds]
<kpcyrd> found a package which does exactly what I need for ipfs-mirror, but no distro has packaged it :<
rendar has joined #ipfs
<kpcyrd> are any browser people here? I think I found a firefox bug with the ipfs-openstreetmap thing
<kpcyrd> 2) open the dev tools and go to the network monitor
<kpcyrd> 3) browse through the world
<kpcyrd> some of the requests are logged as insecure
<kpcyrd> even tho they arevalid on https
<kpcyrd> *are on valid https
ygrek has joined #ipfs
mkelly has quit [Ping timeout: 252 seconds]
nonaTure has joined #ipfs
mkelly has joined #ipfs
dignifiedquire has joined #ipfs
Foxcool__ has quit [Ping timeout: 240 seconds]
Foxcool_ has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
mkelly has quit [Ping timeout: 244 seconds]
nonaTure has quit [Ping timeout: 258 seconds]
mkelly has joined #ipfs
Foxcool_ has quit [Ping timeout: 244 seconds]
mkelly has quit [Read error: Connection reset by peer]
mkelly has joined #ipfs
mkelly has quit [Ping timeout: 272 seconds]
mkelly has joined #ipfs
Oatmeal has quit [Ping timeout: 264 seconds]
Encrypt has joined #ipfs
Tv` has joined #ipfs
ashark has joined #ipfs
<tundracomp> kpcyrd: I think that happens whenever a request is cancelled, before a response from the server way received, but I'm not entirely sure
mkelly has quit [Ping timeout: 252 seconds]
erde74 has quit [Quit: Verlassend]
mildred has joined #ipfs
mkelly has joined #ipfs
ashark has quit [Ping timeout: 276 seconds]
mkelly has quit [Ping timeout: 252 seconds]
Foxcool_ has joined #ipfs
Oatmeal has joined #ipfs
mkelly has joined #ipfs
ligi has quit [Ping timeout: 276 seconds]
wallacoloo has joined #ipfs
mkelly has quit [Ping timeout: 240 seconds]
chris613 has joined #ipfs
mkelly has joined #ipfs
mkelly has quit [Ping timeout: 252 seconds]
mkelly has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
mkelly has quit [Ping timeout: 246 seconds]
jedahan has joined #ipfs
mildred1 has joined #ipfs
ygrek has quit [Ping timeout: 244 seconds]
mildred has quit [Ping timeout: 264 seconds]
mkelly has joined #ipfs
jaboja has quit [Read error: Connection reset by peer]
<kpcyrd> tundracomp: I guess that's what's happening
<kpcyrd> repost: I've finished a first draft of cache ignore and added a readme: https://github.com/kpcyrd/ipfs-mirror
<kpcyrd> This should be able to mirror and recalculate updates for linux repos in a short time
mkelly has quit [Ping timeout: 252 seconds]
jaboja has joined #ipfs
mkelly has joined #ipfs
mkelly has quit [Client Quit]
jaboja has quit [Read error: Connection reset by peer]
ashark has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
jedahan has joined #ipfs
Foxcool_ has quit [Remote host closed the connection]
mildred1 has quit [Ping timeout: 272 seconds]
jaboja has joined #ipfs
Foxcool has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pfista has quit [Ping timeout: 260 seconds]
Encrypt has quit [Quit: Sleeping time!]
jaboja has quit [Read error: Connection reset by peer]
<apiarian> how are folks letting nodes know that their node is being used for a certain app? for example that their IPNS contains the public state of the app for others to pick up? i think i read at some point that it might be possible to do this by pinning a special little app-specific /ipfs/[object] or by putting something in the DHT?
<apiarian> for example /ipns/QmNT744VjtRFpDYB25EVLx7ha1zAVDKsd3qFjxfQLjPEXq contains a (currently very sparse) IPGS node's public state
jaboja has joined #ipfs
Foxcool has quit [Ping timeout: 252 seconds]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
jaboja has quit [Read error: Connection reset by peer]
r04r is now known as zz_r04r
zz_r04r is now known as r04r
ashark has quit [Ping timeout: 260 seconds]
teaso has joined #ipfs
cketti_ has quit [Ping timeout: 244 seconds]
herzmeister has quit [Quit: Leaving]