jbenet changed the topic of #ipfs to: IPFS - InterPlanetary File System - https://github.com/ipfs/ipfs -- channel logged at https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://github.com/ipfs/community/blob/master/code-of-conduct.md -- Sprints: https://github.com/ipfs/pm/ -- Community Info: https://github.com/ipfs/community/ -- FAQ: https://github.com/ipfs/faq -- Support: https://github.com/ipfs/support
amiller has joined #ipfs
amiller is now known as Guest51007
danfinlay has joined #ipfs
<danfinlay> Hey there, do I need to open a port for the ipfs to find my daemon?
<tidux> danfinlay: in the OS firewall sense or the NAT sense?
<danfinlay> Yeah
<tidux> the ipfs daemon will do the NAT stuff automatically
<danfinlay> oh sorry
<danfinlay> I’m behind a router
<tidux> yep, no manual port forwarding required
<danfinlay> Nice
<danfinlay> I have peers in the CLI, but not in the web interface
<danfinlay> Also I’m able to access a new item on my localhost but not from the ipfs.io address
<danfinlay> So I suspect something networky
<tidux> did you pin it locally yet?
<tidux> also try a different gateway, like mine
<danfinlay> ok
<danfinlay> Nice, worked through yours!
<danfinlay> I’m on the IPFS!
ygrek has quit [Ping timeout: 260 seconds]
<tidux> cool
<alu> hey tidux you seem familiar
<tidux> what, from a few weeks ago in #ipfs, or from somewhere else?
<alu> prob another network
<tidux> I'm on Freenode, Rizon, and a couple of smaller networks with this nick, so it's possible
<alu> oh, rizon then yes
bassanello has quit [Ping timeout: 246 seconds]
<alu> Is there a benefit to pairing CJDNS + IPFS
<Kubuxu> If you had cjdns only IP and communicated with internet via gateway, yes
<Kubuxu> but normally, not much
Aleurodidae has joined #ipfs
<tidux> IPFS is a meshnet so you could still get public-internet content from nodes multi-homed to CJDNS
<Kubuxu> benefit is that you won't communicate via one clearnet gateway to get all content but you will talk to nodes in cjdns
<Kubuxu> Also cjdns/Hyperboria just had 4th birthday (yesterday).
<tidux> nice
<dignifiedquire> Confiks: react-router upgrades all night long :D
pfraze has quit [Read error: Connection reset by peer]
pfraze has joined #ipfs
<hiredman> when you do a listing, there is a size field for each entry, how is that calculated?
<dignifiedquire> oh god I'm laughing so hard right now https://ipfs.io/ipfs/Qma78LENrdhdd4p6pzYmB3hCDj5kwpoi8QSHu67ww4PdjJ
<dignifiedquire> pin! Qma78LENrdhdd4p6pzYmB3hCDj5kwpoi8QSHu67ww4PdjJ
<dignifiedquire> pin Qma78LENrdhdd4p6pzYmB3hCDj5kwpoi8QSHu67ww4PdjJ
<dignifiedquire> pinbot?
<hiredman> I sort of assumed it was the byte count of the data field for the node the link points to, but looking at some of the nodes related to the welcome message, the byte counts of the data field and the size in the listing don't match
<tidux> dignifiedquire: lolwhat
<tidux> that's a ridiculous picture
<hiredman> and how they don't match seems to depend on if I getting the data back from ipfs via json or pb
<tidux> what the hell is even happening there?
<dignifiedquire> that is code I write for a living, but every single annotation is so true :D
<tidux> I'm so sorry
<dignifiedquire> lgierth: whyrusleeping any idea what's up with pinbot?
<dignifiedquire> when you got used to it, it's actually quite nice
<lgierth> !botsnack
<pinbot> om nom nom
<M-mubot> Oh thx, have a cookie yourself!
<Kubuxu> dignifiedquire: what language is it even?
<dignifiedquire> !pin Qma78LENrdhdd4p6pzYmB3hCDj5kwpoi8QSHu67ww4PdjJ
<pinbot> now pinning /ipfs/Qma78LENrdhdd4p6pzYmB3hCDj5kwpoi8QSHu67ww4PdjJ
<lgierth> dignifiedquire: it's !pin <hash>
<lgierth> yeah
* dignifiedquire to stupid to use pinbot
<dignifiedquire> Kubuxu: javascript :P
<dignifiedquire> or rather javascript++
<M-mubot> or rather javascript has 1 point
<Kubuxu> nope nope nope
<tidux> !pin /ipfs/QmNbmfj7AGaD61QdoVJsJbQstZ1X6TZh4dtTgmQaUqa9SV
<Kubuxu> It is Java++Script
<Kubuxu> I don't even what to know more about it
<tidux> oh shoot that was the wrong pin
<hiredman> according to `./ipfs ls /ipfs/QmXarR6rgkQ2fDSHjSY5nM2kuCXKYGViky5nohtwgF65Ec|grep readme` readme is 1102 (bytes?), but `./ipfs cat /ipfs/QmPZ9gcCEpqKTo6aq61g2nXGUhM4iCL3ewB6LDXZCtioEB|wc -c` is 1091 bytes
<tidux> I hope pinbot doesn't have an aneurysm trying to pin a 6GB tarball >_>
hoony has joined #ipfs
<lgierth> hiredman: try ipfs object get <hash> | wc -l
<hiredman> says 1192
<lgierth> oh right the formatting
<lgierth> anyhow, ipfs cat only prints an object's data, not its links
<lgierth> the size in ipfs ls includes the links
<hiredman> so the size is the size of the data in some format, so what format is that? it must not be the json you get by default from object get right?
<hiredman> is it the size of the ipfs object from the paper serialized as a protocol buffer?
<lgierth> hiredman: yes i think so
<hiredman> lgierth: thanks
<Kubuxu> hiredman: ipfs object get -enc protobuf <hash> | wc -l
<hiredman> oh, and while the doc strings say '-enc' should work, the ipfs build I downloaded last night only works with --encoding and gives me Error: Unrecognized option 'e' with -enc
<lgierth> tidux: yeah that's why pinbot doesn't listen to everyone :)
<lgierth> hiredman: oh good catch
<hiredman> well, actually, --encoding protobuf isn't working either
<hiredman> it is just printing out the data member
<hiredman> (no error though)
<lgierth> meh
<Kubuxu> try --enc
<Kubuxu> it worked for me
<Kubuxu> and wc -c not l
<Kubuxu> I'm tired
<hiredman> that is doing the same thing as --encoding, printing out the data member
<Kubuxu> data member?
<hiredman> the ipfs member describes a IPFSObject structure with links and data
<tidux> Kubuxu:( ͡° ͜ʖ ͡°)
<hiredman> this isn't protocol buffer encoded at all
<hiredman> it is just a a dump of the data
<Kubuxu> weird, I am on current master branch and it works...
* Kubuxu ( ͡- ͜ʖ ͡-)
<tidux> lol
<Confiks> dignifiedquire: Of all the frontend NPM packages I've upgraded, react-router has had the most pointless, breaking and manual updates.
<Confiks> Including the whole 'we don't like named routes anymore' episode
<dignifiedquire> I didn't even bother with 1.0
<dignifiedquire> all my other stuff runs on pre-1
<Confiks> And const in ES6 is hilarious. Everything is a const :D
<dignifiedquire> and their api bikesheddi g discussions just got ridiculous at some point
<tidux> the more I learn about JavaScript the more I appreciate Perl
<dignifiedquire> lol
<dignifiedquire> I just go back to writing rust :)
reit has joined #ipfs
* Confiks hmzz
<dignifiedquire> but tbh es6+react is the most productive and safe way to write uis I have encountered
<dignifiedquire> so far
<hiredman> Kubuxu: I may just being doing something wrong at the terminal, the code I am working on is using the http interface using protocol buffers, and the size of the whole thing (links and all) checks out there and it is definitely passing protocol buffers
<tidux> have you tried clojurescript?
reit has quit [Client Quit]
<dignifiedquire> too many parens for my taste ;)
anticore has quit [Quit: bye]
<tidux> ah
<tperson> My current stack for frontends is probably going to be ES6, React, Redux and ReduxSaga.
reit has joined #ipfs
<dignifiedquire> reduxsaga Oo
<tperson> Have you looked at it yet?
<tperson> It's pretty interesting
<dignifiedquire> not heard of it
<dignifiedquire> will take a look
joshbuddy has quit [Quit: joshbuddy]
<tperson> It's a replacement for redux-thunk
Guest51007 has quit [Ping timeout: 260 seconds]
pfraze_ has joined #ipfs
pfraze has quit [Ping timeout: 255 seconds]
amiller_ has joined #ipfs
pfraze_ has quit [Ping timeout: 240 seconds]
pfraze has joined #ipfs
pfraze has quit [Ping timeout: 246 seconds]
pfraze has joined #ipfs
<tperson> Installing the webui deps may take longer than compiling node on my computer lol
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-babel-core-6.3.26 at c557459: http://git.io/vuqJC
joshbuddy has joined #ipfs
pfraze has quit [Ping timeout: 272 seconds]
pfraze has joined #ipfs
NightRa has quit [Quit: Connection closed for inactivity]
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-karma-0.13.16 at db3bb56: http://git.io/vuqTg
jaboja has quit [Ping timeout: 260 seconds]
<tperson> dignifiedquire: What standard is the webui being coded too?
pfraze has quit [Remote host closed the connection]
<dignifiedquire> tperson the magic one ;)
jaboja has joined #ipfs
<tperson> Nah I mean like es6 lol
<tperson> const/let arrow, spread operators, what can I use?
<dignifiedquire> stage-0
<dignifiedquire> + react obviously
<dignifiedquire> there is an issue open to convert to newer syntax
<dignifiedquire> but babel is already enabled for everything
<tperson> Okay, I'm going through and do some of that jquery stuff
<dignifiedquire> great thanks
<tperson> But in the process I want to do a bit of refactor to clean things up
<dignifiedquire> clean up all the things :)
<ipfsbot> [js-ipfs-api] greenkeeperio-bot opened pull request #182: rimraf@2.5.0 breaks build
<dignifiedquire> tperson: if you want to write tests you should use the router branch as base as I improved things there
<whyrusleeping> i love berlin
<whyrusleeping> its great
neurosis12 has joined #ipfs
zugz has joined #ipfs
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-karma-mocha-reporter-1.1.4 at 605fed3: http://git.io/vuqIA
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-gulp-git-1.6.1 at 59e5e2f: http://git.io/vuqIh
<dignifiedquire> whyrusleeping: what exactly is so great?
<whyrusleeping> the people and the alchohol
hoony1 has joined #ipfs
<tperson> lol
<whyrusleeping> i've met a ton of awesome people here
<whyrusleeping> oh right, this is irc, i cant be drunk in irc
<tidux> whyrusleeping: so you're there for 32c3?
<whyrusleeping> tidux: yeah, we went to 32c3 and then came to berlin
<tidux> nice
hoony has quit [Ping timeout: 255 seconds]
hoony1 is now known as hoony
<dignifiedquire> Nobody is drunk on irc ever ;P
<whyrusleeping> i never thought it would ever saw hi to djb in person
<whyrusleeping> or meet cjd
<whyrusleeping> i sat and chatted with cjd for a long time at CCC, we hung out and talked about his scaling issues on cjdns
<whyrusleeping> it was one of the coolest things
<tidux> cool
<whyrusleeping> then just tonight, we went to the tor office in berlin
<whyrusleeping> and hung out with a lot of insanely awesome people
<whyrusleeping> i met zooko, who is reallly smart, and blows me away with the intense crypto stuff he's working on
zugzwanged has quit [Ping timeout: 272 seconds]
<whyrusleeping> this community is so cool
<tperson> Anytime I see the ipfs block it reminds me of a diamond block from minecraft and it makes me want to drop everything I'm doing and go play.
<dignifiedquire> tperson sounds like we need a nee logo ;)
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-karma-mocha-reporter-1.1.5 at e8ced5e: http://git.io/vuqLN
<dignifiedquire> like a jellyfish ☝️
<dignifiedquire> whyrusleeping: sounds awesome..damn now I want to be in Berlin as well
<whyrusleeping> iwant the jellyfishlogo
<dignifiedquire> whyrusleeping: I just got the draft in the mail
<dignifiedquire> will start working with it tomorrow
<tidux> lol
<tidux> first post-logo-change release name: spongebob
<tidux> bzzzzzzzzzzzz
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<whyrusleeping> tidux: no
<whyrusleeping> bad
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
<whyrusleeping> hang one
<whyrusleeping> i got this
<whyrusleeping> i rememberd my private keys password, woohoo!
<ipfsbot> [go-ipfs] whyrusleeping created deps/go-datastore (+1 new commit): http://git.io/vuqqc
<ipfsbot> go-ipfs/deps/go-datastore 0ad3bc2 Jeromy: vendor in new go-datastore...
<whyrusleeping> tperson: what are you up to?
<whyrusleeping> isnt this your last weekend of vacacation?
r04r is now known as zz_r04r
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #2152: vendor in new go-datastore (dev0.4.0...deps/go-datastore) http://git.io/vuqmW
<tperson> Yes
<tperson> I'm removing jquery from the webui and cleaning things up.
disgusting_wall has joined #ipfs
hoony1 has joined #ipfs
<whyrusleeping> awesome
<whyrusleeping> you and free dell should make the webui awesome
<whyrusleeping> right dignifiedquire
hoony has quit [Ping timeout: 260 seconds]
hoony1 is now known as hoony
<dignifiedquire> we will simply rename it to awesome-webui
<dignifiedquire> also free dell is a first for my name :D
ralphtheninja has quit [Ping timeout: 260 seconds]
Gaboose has quit [Remote host closed the connection]
voxelot has joined #ipfs
<whyrusleeping> you have the most fun german name i've enountered so far
<ipfsbot> [go-ipfs] whyrusleeping force-pushed deps/go-datastore from 0ad3bc2 to adcdf23: http://git.io/vuq3V
<ipfsbot> go-ipfs/deps/go-datastore adcdf23 Jeromy: vendor in new go-datastore...
amiller_ has quit [Ping timeout: 260 seconds]
<tperson> You can not have comments inside of an OverlayTrigger
<whyrusleeping> whats an overlay trigger
<whyrusleeping> ?
<tperson> React Bootstrap thing that allows you to display things on mouse over
<tperson> Turns out that React parses comments and keeps them as part of the children passed into other react compoments.
jfntn has joined #ipfs
<tperson> TIL comments are not valid JSX
jfntn has quit [Remote host closed the connection]
pokeball99 has quit [Quit: Connection closed for inactivity]
<whyrusleeping> anywhere in jsx? or just the special compiled stuff?
<tperson> Anywhere in JSX
<tperson> You must wrap it in {} so its evaluated as javascript
<tperson> {/*comment*/}
<tperson> Honestly sounds like someone was lazy
hoony has quit [Ping timeout: 260 seconds]
hoony has joined #ipfs
pokeball99 has joined #ipfs
voxelot has quit [Quit: Leaving]
voxelot has joined #ipfs
voxelot has quit [Changing host]
voxelot has joined #ipfs
hoony has quit [Ping timeout: 245 seconds]
user24 has joined #ipfs
Oatmeal has quit [Ping timeout: 276 seconds]
user24 has quit [Client Quit]
<ipfsbot> [js-ipfs-api] greenkeeperio-bot opened pull request #183: rimraf@2.4.5 breaks build
computerfreak has quit [Quit: Leaving.]
monalisa has joined #ipfs
<monalisa> one question. Under the condition that peer A is behind NAT and already connected to opened peer B, but not connected opened peer C on IPFS, then B can dial to A and B can get blocks of A (and vice versa), but C cannot do both. right?
<ipfsbot> [webui] travisperson opened pull request #159: Remove jquery (router...remove-jquery) http://git.io/vuqlc
<The_8472> "B can dial to A and B" doesn't make sense
<The_8472> B is itself. and already has a connection to A as you say
<monalisa> sorry i means " B can dial to A. And B can get blocks of A".
<The_8472> "dial"? this isn't telephony. anyway, A already has opened a connection to B, why would B want to make another one? connections are bi-directional.
<monalisa> "connected" here means the connection which is built initially when A join to IPFS.
<The_8472> well, is the TCP connection still open?
<monalisa> i don't know. i think it depends on how IPFS works.
<The_8472> ...
<The_8472> i don't get what you're asking then
<monalisa> dials means corenet.Dial
monalisa has quit [Quit: Page closed]
<The_8472> ah
* The_8472 reads
<The_8472> meh, left :/
monalisa has joined #ipfs
<monalisa> sorry closed the window by mistake ...
<The_8472> well, it looks like streams opened by Dial are multiplexed over an already open connection if present
<The_8472> take with a grain of salt though, i only grepped a few functions
<monalisa> then B can do any communications(getting blocks, dialing...) with A with initial connection from A...
<The_8472> assuming it is still open.
<monalisa> I think it is right because ipfs.io can get a block from my PC behind NAT
<The_8472> well, you can check with netstat
<monalisa> ya, will try it later.
<The_8472> `ipfs swarm peers` should show open connections too
<monalisa> but no way to know the peer name of ipfs.io ...
<tperson> ipfs.io is a group of public gateways
pfraze has joined #ipfs
<tidux> load-balanced at the http level?
<The_8472> looks like dns balancing
<The_8472> no AAAA records. tsk tsk
dignifiedquire has quit [Quit: Connection closed for inactivity]
monalisa has quit [Quit: Page closed]
jaboja has quit [Ping timeout: 260 seconds]
danfinlay has quit [Quit: danfinlay]
Guest25458 has joined #ipfs
atgnag__ has joined #ipfs
atgnag__ has quit [Ping timeout: 252 seconds]
jaboja has joined #ipfs
<tidux> to date, my ipfs.borg.moe appears to be the only IPv6-capable IPFS gateway
jaboja has quit [Ping timeout: 255 seconds]
jaboja has joined #ipfs
joshbuddy has quit [Quit: joshbuddy]
go1111111 has quit [Ping timeout: 246 seconds]
Guest25458 has quit [Ping timeout: 276 seconds]
Guest56234 has joined #ipfs
jedahan has joined #ipfs
joshbuddy has joined #ipfs
go1111111 has joined #ipfs
joshbuddy has quit [Quit: joshbuddy]
Guest56234 has quit [Ping timeout: 255 seconds]
jaboja has quit [Read error: Connection reset by peer]
hoony has joined #ipfs
jaboja has joined #ipfs
ianopolous2 is now known as ianopolous
jhulten has quit [Ping timeout: 255 seconds]
jaboja has quit [Ping timeout: 256 seconds]
jaboja has joined #ipfs
Matoro__ has quit [Remote host closed the connection]
Matoro__ has joined #ipfs
Aleurodidae has quit [Ping timeout: 245 seconds]
reit has quit [Ping timeout: 255 seconds]
amiller has joined #ipfs
amiller is now known as Guest55894
semidecussation has joined #ipfs
reit has joined #ipfs
Guest55894 has quit [Ping timeout: 255 seconds]
kode54 has quit [Quit: WeeChat 1.3]
kode54 has joined #ipfs
pfraze has quit [Remote host closed the connection]
Senji has joined #ipfs
CarpeDiem1 has quit [Ping timeout: 256 seconds]
leer10 has quit [Ping timeout: 250 seconds]
hoony has quit [Remote host closed the connection]
reit has quit [Quit: Leaving]
pfraze has joined #ipfs
jhulten has joined #ipfs
jatb has joined #ipfs
jhulten has quit [Ping timeout: 260 seconds]
jedahan has quit [Quit: Textual IRC Client: www.textualapp.com]
ppham has quit [Remote host closed the connection]
reit has joined #ipfs
Guest28941 has joined #ipfs
voxelot has quit [Ping timeout: 256 seconds]
jaboja has quit [Read error: Connection reset by peer]
jaboja has joined #ipfs
* M-davidar looks at lgierth
Guest28941 has quit [Ping timeout: 264 seconds]
Guest67149 has joined #ipfs
ppham has joined #ipfs
ppham has quit [Ping timeout: 240 seconds]
pfraze has quit [Remote host closed the connection]
Guest67149 has quit [Ping timeout: 260 seconds]
baselab has joined #ipfs
pfraze has joined #ipfs
jhulten has joined #ipfs
slothbag has joined #ipfs
uuidgen has joined #ipfs
jhulten has quit [Ping timeout: 256 seconds]
joshbuddy has joined #ipfs
uuidgen has quit [Client Quit]
ppham has joined #ipfs
ppham has quit [Ping timeout: 264 seconds]
pokeball99 has quit [Quit: Connection closed for inactivity]
amiller_ has joined #ipfs
Encrypt has joined #ipfs
rawtaz_ is now known as rawtaz
rendar has joined #ipfs
amiller_ has quit [Ping timeout: 276 seconds]
disgusting_wall has quit [Quit: Connection closed for inactivity]
ppham has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to dev0.4.0: http://git.io/vumc0
<ipfsbot> go-ipfs/dev0.4.0 96698d3 Jeromy Johnson: Merge pull request #2152 from ipfs/deps/go-datastore...
ppham has quit [Ping timeout: 245 seconds]
pfraze has quit [Remote host closed the connection]
amiller has joined #ipfs
amiller is now known as Guest63813
dignifiedquire has joined #ipfs
<dignifiedquire> whyrusleeping: just mergeing all the things :D
<whyrusleeping> yeeeee
<whyrusleeping> virtual riot has lots of great new music
<whyrusleeping> i'm so happy
<ipfsbot> [js-ipfs-api] Dignifiedquire closed pull request #183: rimraf@2.4.5 breaks build
<dignifiedquire> virtual riot?
<dignifiedquire> I'm so happy I'm not the only one caring about the state of the webui anymore, and there is actual progress happening on it!
NightRa has joined #ipfs
G-Ray has joined #ipfs
Oatmeal has joined #ipfs
<G-Ray> Hi
<G-Ray> Could we hack IPFS into a cooperative storage cloud ?
<dignifiedquire> whyrusleeping: invasion of the jellyfish: https://ipfs.io/ipfs/QmZTwMEGwkUwnJecFNAKkvSnPW3qNHAm1jnnhSML3GjA3a
<whyrusleeping> i love it!
<whyrusleeping> G-Ray: very likely
<whyrusleeping> there are a few features we're going to be pushing that will make it much easier to do than it is now
<G-Ray> whyrusleeping: great! Can I check out this work ?
Guest63813 has quit [Ping timeout: 240 seconds]
<G-Ray> dignifiedquire: What's this web ui ?
<ipfsbot> [go-ipfs] whyrusleeping force-pushed feat/mfs-locking-perf from 4a862f2 to 8a8c6d1: http://git.io/vEKWU
<ipfsbot> go-ipfs/feat/mfs-locking-perf 8d0e43d Jeromy: skip searching for child on -r flag...
<ipfsbot> go-ipfs/feat/mfs-locking-perf ef6fe1c Jeromy: do not hold locks for multiple filesystem nodes at the same time...
<ipfsbot> go-ipfs/feat/mfs-locking-perf 6d53996 Jeromy: add flush option to mkdir...
<whyrusleeping> there isnt much actual code for it yet, its dependent on 0.4.0
<G-Ray> whyrusleeping: Any papers about it ?
<whyrusleeping> but if we have the keystore and pubsub implemented, writing a collaborative peer to peer dropbox will be very simple
<dignifiedquire> G-Ray: that's the ui you get with the ipfs daemon
<dignifiedquire> if you are running a daemon you can go to localhost:5001/webui to view the current version
<G-Ray> dignifiedquire: perfect, I thought there were only the nodejs webui
chriscool has joined #ipfs
<daviddias> G-Ray: webui is our dashboard https://github.com/ipfs/webui :)
<daviddias> it gets built with node.js goodness, but runs purely on the browser, served through IPFS
<G-Ray> daviddias: Ok, I used it, but how does it compare to the web UI built in the ipfs daemon ?
jhulten has joined #ipfs
voxelot has joined #ipfs
The_8472 has quit [Ping timeout: 264 seconds]
<M-davidar> G-Ray (IRC): it's a newer version of that, I think
<G-Ray> Ok nice :)
Encrypt has quit [Quit: Quitte]
<dignifiedquire> whyrusleeping: do you remember what we wanted to put on the welcome page?
jhulten has quit [Ping timeout: 272 seconds]
<dignifiedquire> G-Ray: yes it's exactly that what you know, just upgrading it
The_8472 has joined #ipfs
amiller_ has joined #ipfs
<G-Ray> how can I checkout a specific IPFS's branch with go ?
<ion> git checkout foo && go install -v
<ion> IIRC
<G-Ray> so I do not have to use go get
The_8472 has quit [Ping timeout: 240 seconds]
rombou has joined #ipfs
zorglub27 has joined #ipfs
amiller_ has quit [Ping timeout: 265 seconds]
ilyaigpetrov has joined #ipfs
zz_r04r is now known as r04r
<lgierth> M-davidar: how can i help?
<M-davidar> lgierth (IRC): somebody was talking about the lack of ipv6 on the gateway :p
<lgierth> yeah ok
<lgierth> known issue
<lgierth> i'll get to it
The_8472 has joined #ipfs
<ansuz> no ipv6?
Guest55022 has joined #ipfs
rombou has quit [Ping timeout: 260 seconds]
ppham has joined #ipfs
simpbrain has quit [Ping timeout: 272 seconds]
ppham has quit [Ping timeout: 240 seconds]
<whyrusleeping> dignifiedquire: i wanted a page with a quick blurb about what ipfs is, below that have a little news scroll, and below that maybe some links to learn about different things you can do
<dignifiedquire> what kind of news do you imagine? release & blog things?
<whyrusleeping> yeah, release and blog things
<tidux> ansuz: my gateway (https://ipfs.borg.moe) has v6
<tidux> the main one not so much
<whyrusleeping> maybe links to articles about ipfs too if they come up
<dignifiedquire> whyrusleeping: also I'm thinking of dropping the "search bar" for hashes at the top, the placement seems too prominent for my taste compared to its usefulness
<whyrusleeping> hrm....
Guest55022 has quit [Ping timeout: 256 seconds]
<ansuz> I'm pretty sure I've used the gateways over ipv6 before
<ansuz> because hyperboria
<ansuz> did it break?
simpbrain has joined #ipfs
kerozene has quit [Ping timeout: 260 seconds]
<dignifiedquire> whyrusleeping: or do you people using that a lot?
<dignifiedquire> *see
<whyrusleeping> i'm not sure...
<whyrusleeping> i havent used it myself
<dignifiedquire> okay, then I'm dropping it for now, as I have not met anyone who used it
<dignifiedquire> whyrusleeping: I want to visualize package transfers and connections of ipfs like this: http://max-planck-research-networks.net/
<whyrusleeping> we tried that
<whyrusleeping> it ends up looking like a giant blob
<dignifiedquire> :(
<dignifiedquire> too many connections?
<tidux> maybe tie it in to a geoip database and abstract it a bit so that people get an idea of relative locations of users?
<The_8472> you probably need to filter the data a bit, yeah
<tidux> of course then you'd need a second nonsense/fantasy world map for hyperboria
<The_8472> scrub short-lived ones, aggregate
kerozene has joined #ipfs
<ansuz> lol
<ansuz> a map of narnia
<ansuz> aren't there other overlay nets that support ipfs though?
<ansuz> tor?
Oatmeal has quit [Ping timeout: 245 seconds]
<tidux> that one is the big "here be dragons" spot on the ocean
<tidux> or Smaug's cave
<tidux> or maybe Shrek's swamp given the onion theme
<ansuz> lol
<ansuz> yes, shrek works best
<ansuz> tor users are like ogres
<tidux> they smell?
<ansuz> probably
<ansuz> also layers
<whyrusleeping> lol
base_ has joined #ipfs
baselab has quit [Ping timeout: 276 seconds]
Oatmeal has joined #ipfs
Guest27073 has joined #ipfs
ralphtheninja has joined #ipfs
ppham has joined #ipfs
computerfreak has joined #ipfs
reit has quit [Ping timeout: 255 seconds]
joshbuddy has quit [Ping timeout: 240 seconds]
jaboja64 has joined #ipfs
kerozene has quit [Ping timeout: 260 seconds]
reit has joined #ipfs
jaboja has quit [Ping timeout: 276 seconds]
kerozene has joined #ipfs
Encrypt has joined #ipfs
jhulten has joined #ipfs
slothbag has quit [Quit: Leaving.]
kerozene has quit [Read error: Connection reset by peer]
jhulten has quit [Ping timeout: 240 seconds]
jaboja64 has quit [Ping timeout: 245 seconds]
voxelot has quit [Ping timeout: 246 seconds]
CarpeDiem1 has joined #ipfs
kerozene has joined #ipfs
<G-Ray> webui does not work with ipfs's branch dev0.4.0 ?
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to dev0.4.0: http://git.io/vuYvO
<ipfsbot> go-ipfs/dev0.4.0 d4df3ec Jeromy Johnson: Merge pull request #2106 from ipfs/feat/mfs-locking-perf...
voxelot has joined #ipfs
<whyrusleeping> G-Ray: its just that nobody running 0.4.0 has the webui files
<whyrusleeping> lol
voxelot has quit [Ping timeout: 265 seconds]
edubai__ has quit [Quit: Connection closed for inactivity]
pskosinski has quit [Read error: Connection reset by peer]
pskosinski has joined #ipfs
<Stskeeps> is it possible currently to state 'can also fetch ipfs object from http://foo'?
<Stskeeps> thinking amazon s3 to add additional seeding abilities
ab14 has joined #ipfs
voxelot has joined #ipfs
<whyrusleeping> Stskeeps: you could write a modified ipfs client that could map hashes to broken-net urls
<Kubuxu> Stskeeps: remember that S3 is 'pay per transfer'
<patagonicus> Maybe you could extend metalink or whatever that file format was called.
<Stskeeps> Kubuxu: sure; just remembering i've seen fallbacks for http for torrents
voxelot has quit [Ping timeout: 264 seconds]
G-Ray has quit [Ping timeout: 240 seconds]
JasonWoof has joined #ipfs
JasonWoof has quit [Changing host]
JasonWoof has joined #ipfs
zorglub27 has quit [Quit: zorglub27]
voxelot has joined #ipfs
<M-davidar> metalink compatibility would be cool
<M-davidar> I think we'd need to support raw chunks first though
<M-davidar> (jbenet said something about that somewhere)
<patagonicus> I think you can just a bunch of links that point to the same file in a metalink, chunk-wise checksums/downloads are optional.
<patagonicus> *put
<patagonicus> Of coure, compatibility with torrent files would be really awesome.
<M-davidar> true
jhulten has joined #ipfs
pfraze has joined #ipfs
jhulten has quit [Ping timeout: 265 seconds]
<Kubuxu> It could fit a catalog type thingy, file metadata, IPFS hash, alternative downloads...
<patagonicus> That's metalink: https://en.m.wikipedia.org/wiki/Metalink Can do HTTP, FTP, BitTorrent and, apparently, also rsync, although no client seems to support that. Adding IPFS should be easy enough.
<The_8472> hrm
<The_8472> how does the ipfs cli find the daemon?
<The_8472> i'm getting a ipfs swarm peers
<The_8472> Error: resource temporarily unavailable
<NeoTeo> The_8472 I get that on 0.4 when an ipfs daemon is still running in the background
The_8472 has quit [Ping timeout: 264 seconds]
The_8472 has joined #ipfs
r0kk3rz has joined #ipfs
cemerick has joined #ipfs
grahamperrin has joined #ipfs
Tsutsukakushi has joined #ipfs
<Tsutsukakushi> the faq is missing one of the most important questions
<Tsutsukakushi> what does ipfs offer over freenet?
jedahan has joined #ipfs
voxelot has quit [Ping timeout: 250 seconds]
<alu> aw
disgusting_wall has joined #ipfs
<alu> I can't upload my 3D stuff to neocities without being a supporter :(
<alu> IPFS it is then
anticore has joined #ipfs
kerozene has quit [Ping timeout: 260 seconds]
hartor has joined #ipfs
anticore has quit [Quit: bye]
kerozene has joined #ipfs
<ansuz> where does ipfs show a page's hash?
<ansuz> erm, neocities, I mean
hartor has quit [Ping timeout: 240 seconds]
CarpeDiem1 has quit [Ping timeout: 260 seconds]
hartor has joined #ipfs
jhulten has joined #ipfs
jhulten has quit [Ping timeout: 276 seconds]
base_ has quit [Quit: Leaving]
The_8472 has quit [Ping timeout: 240 seconds]
cemerick has quit [Ping timeout: 264 seconds]
The_8472 has joined #ipfs
lmatteis has quit [Ping timeout: 255 seconds]
dignifiedquire has quit [Ping timeout: 255 seconds]
lmatteis has joined #ipfs
dignifiedquire has joined #ipfs
corvinux has joined #ipfs
zorglub27 has joined #ipfs
rombou has joined #ipfs
rombou has quit [Ping timeout: 240 seconds]
rombou has joined #ipfs
ralphtheninja has quit [Quit: leaving]
ygrek has joined #ipfs
chriscool has quit [Ping timeout: 240 seconds]
rombou has quit [Ping timeout: 272 seconds]
ygrek has quit [Ping timeout: 255 seconds]
grahamperrin has left #ipfs ["Leaving"]
Encrypt has quit [Quit: Quitte]
m0ns00n has quit [Quit: undefined]
silotis has quit [Remote host closed the connection]
hartor has quit [Ping timeout: 240 seconds]
hartor has joined #ipfs
silotis has joined #ipfs
chriscool has joined #ipfs
voxelot has joined #ipfs
corvinux has quit [Ping timeout: 255 seconds]
voxelot has quit [Ping timeout: 272 seconds]
zorglub27 has quit [Quit: zorglub27]
lmatteis has quit [Ping timeout: 240 seconds]
lmatteis has joined #ipfs
jhulten has joined #ipfs
ppham has quit [Remote host closed the connection]
edubai__ has joined #ipfs
jhulten has quit [Ping timeout: 245 seconds]
pfraze has quit [Remote host closed the connection]
jhulten has joined #ipfs
cmeiklejohn has quit []
mvollrath has joined #ipfs
Guest27073 has quit [Ping timeout: 264 seconds]
G-Ray has joined #ipfs
pfraze has joined #ipfs
mvollrath has quit [Ping timeout: 255 seconds]
Guest35587 has joined #ipfs
joshbuddy has joined #ipfs
chriscool has quit [Quit: Leaving.]
chriscool has joined #ipfs
<G-Ray> A block size is not necessarly of size 262158 ?
Not_ has joined #ipfs
joshbuddy has quit [Quit: joshbuddy]
joshbuddy has joined #ipfs
chriscool has quit [Ping timeout: 265 seconds]
<G-Ray> Indeed it is :)
mildred has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
chriscool has joined #ipfs
<whyrusleeping> G-Ray: we're planning soon on shrinking it to be a multiple of 1024
<whyrusleeping> basically shrinking our default chunker to produce blocks of size 256k - len(framing)
<whyrusleeping> so that it plays well with filesystems
r0kk3rz has quit [Quit: Leaving]
mvollrath has joined #ipfs
chriscool has quit [Ping timeout: 245 seconds]
G-Ray has quit [Ping timeout: 240 seconds]
<richardlitt> Regarding the sprint tomorrow, issue to move it to Tuesday: https://github.com/ipfs/pm/issues/77
lmatteis has quit [Ping timeout: 255 seconds]
Score_Under has quit [Quit: Reconnecting]
Score_Under has joined #ipfs
reit has quit [Ping timeout: 272 seconds]
lmatteis has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping created fix/object (+1 new commit): http://git.io/vuOuC
<ipfsbot> go-ipfs/fix/object 6457c36 Jeromy: refactor object patch command to work more betterer...
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #2154: refactor object patch command to work more betterer (dev0.4.0...fix/object) http://git.io/vuOuE
G-Ray has joined #ipfs
chriscool has joined #ipfs
jhulten has quit [Ping timeout: 240 seconds]
Encrypt has joined #ipfs
mvollrath has quit [Ping timeout: 272 seconds]
M-Sonata has left #ipfs ["User left"]
mvollrath has joined #ipfs
locusf has joined #ipfs
jaboja has joined #ipfs
voxelot has joined #ipfs
<ipfsbot> [webui] RichardLitt opened pull request #160: Added a log (master...feature/add-log) http://git.io/vuOXz
leer10 has joined #ipfs
<leer10> anyone around here also go by ninja fox?
<whyrusleeping> dignifiedquire: was that sarcasm?
<dignifiedquire> whyrusleeping: what is sarcasm?
<dignifiedquire> can I eat that?
<whyrusleeping> pfft
<dignifiedquire> :P
<dignifiedquire> daviddias: are you around?
<whyrusleeping> hes off with a friend
<whyrusleeping> he abandoned me in the middle of berlin
<dignifiedquire> and told you to work?
<dignifiedquire> poor whyrusleeping all alone in berlin
<whyrusleeping> yeah...
<dignifiedquire> richardlitt: going to merge #156?
<whyrusleeping> :(
<dignifiedquire> I'd like to have that in
<richardlitt> dignifiedquire: doing it now
<whyrusleeping> mergin mergin mergin!
<ipfsbot> [webui] RichardLitt closed pull request #156: refactor: Upgrade to react-router@2 (master...router) http://git.io/vuTF3
<richardlitt> Woot
<dignifiedquire> ahh he merged it :D
jhulten has joined #ipfs
<richardlitt> woot.
<richardlitt> ALso, build is broken
<richardlitt> :P
chriscool has quit [Remote host closed the connection]
jhulten has quit [Ping timeout: 255 seconds]
<dignifiedquire> richardlitt: which part of the build?
<ipfsbot> [webui] RichardLitt pushed 1 new commit to master: http://git.io/vuOHM
<ipfsbot> webui/master 9327e46 Richard Littauer: Merge pull request #155 from ipfs/bows...
<dignifiedquire> just tests failing in firefox because the assertion library we use has a bug in ff :/
<dignifiedquire> or anything else?
<dignifiedquire> yep that's what I mean
<richardlitt> Yep.
<richardlitt> Cool.
<dignifiedquire> circle ci uses chrome, so as long as that's passing we are good until that bug is fixed
<whyrusleeping> dignifiedquire: there, language look better?
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to fix/object: http://git.io/vuOQD
<ipfsbot> go-ipfs/fix/object d729462 Jeromy: better doc strings...
<dignifiedquire> whyrusleeping: I was just referencing the awesome commit message, but yes it also looks better, but why did you remove the patch commands are they not needed anymore?
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
<ipfsbot> [webui] Dignifiedquire pushed 2 new commits to master: http://git.io/vuO73
<ipfsbot> webui/master d448dd3 Richard Littauer: Added a log...
<ipfsbot> webui/master d8024c6 Friedel Ziegelmayer: Merge pull request #160 from RichardLitt/feature/add-log...
pokeball99 has joined #ipfs
<richardlitt> yo, dignifiedquire: supersede, not superseed
<dignifiedquire> richardlitt: uups need to work on my english
<richardlitt> s/uups/oops
<richardlitt> :)
<richardlitt> Nah, it's pretty good. Just helping you out.
<dignifiedquire> :)
ab14 has quit [Quit: Leaving.]
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to dev0.4.0: http://git.io/vuOb6
<ipfsbot> go-ipfs/dev0.4.0 1c1f9c6 Jeromy Johnson: Merge pull request #2154 from ipfs/fix/object...
ab14 has joined #ipfs
jhulten has joined #ipfs
anticore has joined #ipfs
jaboja has quit [Ping timeout: 250 seconds]
<lgierth> whyrusleeping: sound sound
<lgierth> whyrusleeping: sound sound
<lgierth> whyrusleeping: sound sound
<lgierth> whyrusleeping: sound sound
<lgierth> whyrusleeping: sound sound
<ansuz> lol superseed
mrflibble has quit [Disconnected by services]
Senji has quit [Ping timeout: 240 seconds]
<whyrusleeping> meh
<ansuz> easy mistake to make
<ansuz> funny implications
<ansuz> english y u so crazy
dignifiedquire has quit [Ping timeout: 250 seconds]
jaboja has joined #ipfs
dignifiedquire has joined #ipfs
dignifiedquire has quit [Client Quit]
ralphtheninja has joined #ipfs
ab14 has quit [Quit: ab14]
dignifiedquire has joined #ipfs
ab14 has joined #ipfs
jaboja has quit [Read error: Connection reset by peer]
jaboja has joined #ipfs
<pokeball99> Kubuxu: ^
<pokeball99> Found a similar project that's still kicking
<Kubuxu> thanks
<pokeball99> Np
<richardlitt> daviddias: sprint Tuesday ok with you?
<whyrusleeping> richardlitt: hes disappeared
<whyrusleeping> i think we've lost him for good
<richardlitt> sadness
<richardlitt> haha what?
<richardlitt> Are you just sad because you're stuck in Berlin alone
<whyrusleeping> no >.>
<whyrusleeping> i have lars
<whyrusleeping> and satoshi nakamoto is sitting at the same table as me
<whyrusleeping> so theres that
<richardlitt> yeah
<richardlitt> whatevs
<richardlitt> I know he isn't.
<ansuz> seems legit
ppham has joined #ipfs
cemerick has joined #ipfs
<richardlitt> brb, dinner
<whyrusleeping> richardlitt: sorry, no food for you
<pokeball99> whyrusleeping: want to head over to #DataHoarder and explain ipfs to them? I seem to be having a hard time at doing so XD or anyone else
<whyrusleeping> pokeball99: uh oh
<pokeball99> ?
<whyrusleeping> i'm gonna need a bit more background first
<pokeball99> I'm just trying to talk to them about it, and they seem to think it's kinda like "SAVES THE INTERWEVZ BRAH"
<pokeball99> And also saying it's useless in this day and age due to it being static
<whyrusleeping> mmm, i'm not sure they are the type of people who want to listen to any sort of reason then...
<whyrusleeping> but i'll give it a shot
<ansuz> isn't it a SAVES THE INTERWEVS?
<pokeball99> I'm kinda exsagating there tbh
cemerick has quit [Ping timeout: 245 seconds]
rendar has quit [Ping timeout: 260 seconds]
ab14 has left #ipfs [#ipfs]
rendar has joined #ipfs
G-Ray has quit [Ping timeout: 240 seconds]
<richardlitt> whyrusleeping: actually, the food was good.
zorglub27 has joined #ipfs
jhulten has quit [Ping timeout: 272 seconds]
jfis has joined #ipfs
<ianopolous> should "ipfs version" on the dev0.4.0 branch return 0.4.0 or is it still 0.3.11-dev?
<lgierth> 0.4.0-dev it should be, i think
<lgierth> yeah
<ianopolous> ok thanks
ppham has quit [Remote host closed the connection]
lmatteis has quit [Ping timeout: 250 seconds]
<lgierth> ok pokeball99, it looks like someone on the internet is wrong
dignifiedquire has quit [Ping timeout: 264 seconds]
pokeball99 has quit [Ping timeout: 240 seconds]
<daviddias> richardlitt: Tuesday works for me :)
<richardlitt> thanks daviddias
<richardlitt> hey, got any ideas how I can download all of the files in a directory online?
<tperson> wget -r
<richardlitt> I want to copy https://victorio.uit.no/langtech/ and put it into a repo, or failing that, into IPFS.
<richardlitt> tperson: that only seems to get the index files, not the content of the folders
ppham has joined #ipfs
null_rad- is now known as null_radix
<tperson> even with -r?
<lgierth> wget --mirror
<lgierth> and maybe --retry=inf
<richardlitt> hmm
<tperson> The issue is the robot.txt
<daviddias> whyrusleeping: I think I forgot my hat at the Onion space, have you seen it?
<richardlitt> trying this: `wget --execute="robots = off" --mirror --convert-links --no-parent`
dignifiedquire has joined #ipfs
<richardlitt> hm, nope.
<whyrusleeping> daviddias: maybe
<whyrusleeping> how much is it worth?
<tperson> What didn't work about that?
<richardlitt> it's just getting the index.html files
<richardlitt> I don't want that, I want the other files
<richardlitt> The dir is basically a git repo
<tperson> wget -e robots=off --no-check-certificate --mirror --no-parent https://victorio.uit.no/langtech/
<tperson> That worked for me
<richardlitt> maybe I can just git clone it, using it as a remote...
<tperson> I don't believe that is git
<richardlitt> there's a gitignore, you're right. It's not.
<daviddias> whyrusleeping: it is my only hat
<daviddias> and I used it like 4 times
<richardlitt> tperson: that doesn't work
<daviddias> it has a priceless value
<richardlitt> I want to grab the files, not index files listing the files
<tperson> Then go through and delete all index.html after?
dignifiedquire has quit [Ping timeout: 260 seconds]
Encrypt has quit [Quit: Sleeping time!]
lmatteis has joined #ipfs
<whyrusleeping> daviddias: i dont see it here
pokeball99 has joined #ipfs
hartor has quit [Ping timeout: 260 seconds]
<daviddias> oh, so I must leave it somewhere else :(
<daviddias> thank you for checking
<whyrusleeping> are you back at the apartment?
<richardlitt> tperson: maybe I'm not letting it run long enough?
dignifiedquire has joined #ipfs
<voxelot> did you have it today david? or maybe you left it at the thai place last night?
<lgierth> gnunet workshops at 30c3
<whyrusleeping> those arent in ipfs
<tperson> richardlitt: You can just `svn co https://victorio.uit.no/langtech/`
<richardlitt> tperson: That is beautiful.
amiller has joined #ipfs
Guest35587 is now known as amiller
<tperson> Can someone give me a hash that will resolve on a public gateway? (testing pinning and stuff)
<whyrusleeping> QmS14gQPyh45SPMvJeSgxDRjQUy8ceKq3tmHKsNYhTeAAd
<lgierth> tperson: or /ipns/ipfs.io
jhulten has joined #ipfs
<voxelot> daviddias: txt me if you want me to check the thai place for your hat later or want to grab hookah out here
<daviddias> voxelot: Thank you :) I believe I took it today to the space (I don't remember feeling my ears freezing in the way there), I definitely had it in the morning
jhulten has quit [Ping timeout: 260 seconds]
silotis has quit [Remote host closed the connection]
<tperson> I'm going to work on 2117, but I need some insight. Should Datastore.Path be the root folder of leveldb?
<tperson> So in a "default" Datastore.Path would be equivalent to $IPFS_PATH/datastore
G-Ray has joined #ipfs
G-Ray has quit [Client Quit]
NightRa has quit [Quit: Connection closed for inactivity]
<tperson> Also, I want to also define a new config section for flatfs, as that is really the thing I want to change and move off of my ssd :)
silotis has joined #ipfs
ppham has quit [Remote host closed the connection]
jaboja has quit [Ping timeout: 255 seconds]
r04r is now known as zz_r04r
<whyrusleeping> tperson: set -x IPFS_PATH /ssd
<whyrusleeping> but on 2117, i can take a look at it in a sec