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
cemerick has joined #ipfs
joshbuddy has joined #ipfs
lgierth has joined #ipfs
akkad has quit [Excess Flood]
screensaver has quit [Ping timeout: 260 seconds]
akkad has joined #ipfs
brixen has quit [Excess Flood]
brixen has joined #ipfs
lgierth has quit [Quit: WeeChat 1.1.1]
gaboose has joined #ipfs
lgierth has joined #ipfs
lgierth has quit [Client Quit]
gaboose has quit [*.net *.split]
gaboose has joined #ipfs
<ansuz> wb Gaboose
<gaboose> helou
lgierth has joined #ipfs
lgierth has quit [Client Quit]
lgierth has joined #ipfs
joshbuddy has quit [Quit: joshbuddy]
erl has quit [Ping timeout: 265 seconds]
ygrek has joined #ipfs
prf has joined #ipfs
prf has quit [Remote host closed the connection]
reit has joined #ipfs
gunn has quit [Read error: Connection reset by peer]
gunn has joined #ipfs
yellowsir1 has joined #ipfs
joshbuddy has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
IlanGodik has quit [Quit: Connection closed for inactivity]
kaliy_ has quit [Ping timeout: 272 seconds]
tlevine has quit [Ping timeout: 248 seconds]
Matoro has quit [Ping timeout: 256 seconds]
<whyrusleeping> almeidinha: define dynamic sites?
<almeidinha> whyrusleeping: a website with server-side queries like MySQL for instance... https://en.wikipedia.org/wiki/Dynamic_web_page
<whyrusleeping> almeidinha: not currently in the same regard, but there is a lot of discussion on ways to accomplish that
<whyrusleeping> people have written apps on ipfs that can be dynamic by making api calls to the daemon theyre being served from
tlevine has joined #ipfs
<almeidinha> hmm i see, thanks
Matoro has joined #ipfs
kaliy has joined #ipfs
almeidinha has quit [Quit: Page closed]
user24 has joined #ipfs
user24 has quit [Client Quit]
r04r is now known as zz_r04r
voxelot has quit [Ping timeout: 260 seconds]
joshbuddy has quit [Quit: joshbuddy]
gozala has quit [Ping timeout: 250 seconds]
kitcambridge has quit [Ping timeout: 260 seconds]
mrrrgn has quit [Ping timeout: 240 seconds]
patcon has quit [Ping timeout: 256 seconds]
zjohnson has joined #ipfs
adam_____ has quit [Ping timeout: 240 seconds]
<daviddias> dignifiedquire: do you happen to be around?
joshbuddy has joined #ipfs
mrrrgn has joined #ipfs
cemerick has quit [Ping timeout: 240 seconds]
kode54 has quit [Quit: WeeChat 1.4]
* zignig drinks more coffee
kode54 has joined #ipfs
<zignig> whyrusleeping: how difficult would it be to convert api / gateway to use http2 connections ?
gozala has joined #ipfs
<Ronsor> why do we need http2
<Ronsor> i hate binary protocols
<Ronsor> it just makes implementing a server harder
<zignig> Ronsor: it means that you do not have to create a tcp connection for every request.
<Ronsor> Keep-Alive
<Ronsor> http/1.1
Matoro has quit [Ping timeout: 256 seconds]
<zignig> Ronsor: so ... what are you using ipfs for ?
<Ronsor> my site
<Ronsor> mostly because i want to install ipfs on my devices (mostly phone) and serve it
<Ronsor> also i dont do much dynamic content
Matoro has joined #ipfs
<whyrusleeping> zignig: not hard
<whyrusleeping> there was a PR that was working towards it
<zignig> go1.5 helps a lot I suppose.
<whyrusleeping> zignig: but we can reuse the sockets
<zignig> using ssl , and having access tokens for mfs and gateway would be cool too.
<whyrusleeping> mmmm
<whyrusleeping> yeah
<Ronsor> i like ssl
<Ronsor> ssl is always a good idea
libman has quit [Remote host closed the connection]
longguang_ has quit [Ping timeout: 240 seconds]
<zignig> I've been using caddy (caddserver.com) recently and the auto ssl cert from LetsEncrypt is AWESOME.
<zignig> and it makes a good ipfs proxy service for sites.
<Ronsor> i have a letsencrypt cert
<Ronsor> they dont seem to work well on iOS though
<zignig> Ronsor: didn't know that, what are you using the cert for ?
<Ronsor> website
<Ronsor> they display a not trusted it seems
<Ronsor> other browsers ok
<Ronsor> on desktop atleast
<zignig> There may be some intermediate certs that apple has not updated yet.
<Ronsor> chrome - ff - edge - ie
<zignig> whyrusleeping: how goes ipfs coding in general ?
<zignig> I see that the 0.4dev swarm is getting bigger.
<whyrusleeping> zignig: pretty good
<whyrusleeping> yeah, 0.4.0 is in master
<whyrusleeping> i'm hoping to actually ship it soon
<Ronsor> i want it shipped :)
<zignig> I think we should cut off the 0.3 clients after a certain date, NO BLOCKS FOR YOU ! ;)
<Ronsor> you cant really do that
<whyrusleeping> yeah, shipping it is waiting on distributions being shipped, and on the gateway multiplexing requests for both networks
<zignig> Ronsor: why not ?
<Ronsor> someone will have a client
<Ronsor> and you cant shutdown p2p
<zignig> it's _alpha_ software that has an update to the wire protocol...
longguang has joined #ipfs
<whyrusleeping> zignig: hes saying that you cant prevent me from running an 0.3.* network
<nicolagreco> is there an IPFS-mount package?
<nicolagreco> like the equivalent of torrent-mount?
<whyrusleeping> we can cut gateway support, but you cant prevent users
<whyrusleeping> nicolagreco: run 'ipfs mount'
<whyrusleeping> i want to make it a separate binary, but its built into the main codebase for now
<nicolagreco> super cool
<nicolagreco> I think I would like to use it programmatically
<nicolagreco> (possibly node) do you think there is a way?
<Ronsor> i think ipfsmount should be read-write
<Ronsor> and changes are autopubloshed
<zignig> whyrusleeping: indeed you can't , but if the bootstrap nodes don't talk 0.3 it makes it easier to transition.
<nicolagreco> yes, this is what I am trying to work on Ronsor
tilgovi has joined #ipfs
<zignig> anyway 0.4 has MFS so why would want to use 0.3
<zignig> hehe
<Ronsor> ywah
<nicolagreco> unless is already there - and that would be awesome
<Ronsor> i want 0.4
CrazyIvan has quit [Ping timeout: 252 seconds]
<zignig> whyrusleeping: what are you working on at the moment ?
<nicolagreco> whyrusleeping I just saw that you are mounting the entire /ipfs
<nicolagreco> is there a way to say ipfs mount HASH /path ?
longguang has quit [Quit: ChatZilla 0.9.92 [Firefox 42.0/20151029151421]]
<nicolagreco> I am trying to do a sort of dropbox-thing for which I have a folder, this folder has a name on ipns so every file change in this folder
<nicolagreco> it automagically updates the name
<nicolagreco> so I can have a folder where I can just drop in files
<whyrusleeping> nicolagreco: nope, not yet
<whyrusleeping> but the magic thing you want is the /ipns/local mountpoint
kitcambridge has joined #ipfs
<whyrusleeping> i havent worked on fuse in a while, but it does what you describe
<nicolagreco> whyrusleeping: r/w ?
<whyrusleeping> yeap, r/w
<zignig> whyrusleeping: mfs fuse mounts on sub directories.
<whyrusleeping> zignig: dude, i wish
<whyrusleeping> i need more time in the day
<zignig> whyrusleeping: indeed , we should get a kickstarter for 10 clones of you! ;)
<zignig> no wait ....
<zignig> ;P
felixn_ has joined #ipfs
<nicolagreco> ahahah ^
<whyrusleeping> lol
<whyrusleeping> richardlitt daviddias noffle feross mafintosh and others keep distracting me
<nicolagreco> ahah
<mafintosh> lol
<whyrusleeping> did any of you watch the talks today?
<richardlitt> :)
<mafintosh> whyrusleeping: thanks for the utpcat thing btw - super useful
<zignig> whyrusleeping: talks ? urls ?
<whyrusleeping> mafintosh: i'm glad i could help :D
<whyrusleeping> links to talks are there
<nicolagreco> whyrusleeping I actually did watch the talks - not all of them
<whyrusleeping> we live streamed then from the worlds northernmost church
felixn has quit [Ping timeout: 265 seconds]
<nicolagreco> I was wondering where the hell did you get wifi from
<nicolagreco> quality was good
* zignig finally can put a voice to whyrusleeping ( nice goatee btw )
<whyrusleeping> zignig: lol, i've been traveling for a week
<whyrusleeping> the facial hair is overgrown
<whyrusleeping> er
<whyrusleeping> not a week
<whyrusleeping> a month
<haad> nicolagreco: if you're trying to a dropbox-like system, take a look at https://github.com/haadcode/orbit-client and see if that can help you. it currently requires a server but eventually it'll transition to full-p2p so that the server is not needed anymore. if you want automatic updates on file changes, you'd have to implement that in your app, of course, but there's a bunch of libs in nodejs to do that.
<haad> nicolagreco: it's basically a database on ipfs
<nicolagreco> yes haad you are right, we want that somehow p2p, and yes I saw a lot of code (I actually wrote some in the past)
<nicolagreco> also haad what you did is really interesting, but couldn't you just have it with ipld?
<nicolagreco> {'key1': value1, 'key2': value2..} and you have this under an ipns
<nicolagreco> or similar
<whyrusleeping> discovery is hard now
<whyrusleeping> i'm going to make it easier
<whyrusleeping> like, next week
<haad> nicolagreco: the *data* is all in ipfs, so it's p2p. the server is there to keep "an index" of the db tables.
<nicolagreco> so you could do /ipns/hash/key1
<haad> nicolagreco: not sure what ipld can/can't do, haven't really looked into it in detail. and afaik it's not implemented yet?
<nicolagreco> only thing is I am not sure how exactly it would scale with bigger documents
<nicolagreco> I have only played with ipld thinking - not sure if it is actually implemented yet, I mean code is there, I never got to play with it
<nicolagreco> although it will be pretty soon
<haad> nicolagreco: aaand, ipns is atm per-node keys, so essentially multiple nodes can't write to same ipns
<zignig> ipld is going to be interesting for a whole pile of things.
<haad> zignig: yup!
<haad> looking forward to see how that pans out
adam_____ has joined #ipfs
<nicolagreco> interesting, I will need (who knows, possibly help with some code!) to have shared names
<whyrusleeping> richardlitt: could you pass me some dried mangoes?
<nicolagreco> whether it is having the same exact name or name the same thing twice
<whyrusleeping> thats not a mango
<whyrusleeping> thanks
<nicolagreco> wut ^
<zignig> haad: having meta data that you can add to ipfs meands that I whole pile of databaseish stuff becomes possible.
<zignig> *meands/means
<whyrusleeping> it just becomes easier
<whyrusleeping> its all possible right now
<haad> zignig: how does ipld help with mutability?
<haad> or say, to have a db index?
<zignig> not with mutability , but being able to have data in the merkle dag that is not in the file data.
<haad> what I see as the hinderance on databaseish stuff is not the data structures but the distribution and mutability
<zignig> if I have a jpeg (for example) , I can wrap it in another block that has the exif data in ipld
<zignig> this means it's much easier to index the data.
<haad> zignig: ok, I see. so essentially it provides a way to link ipfs objects (and ipfs will automatically handle the parsing of those links?)
<haad> instead of doing it manually (as it is done atm eg. in orbit-client)
<zignig> auto in ipfs for some of it , but application specific is also imprtant.
<haad> whyrusleeping: crazy!
<jbenet> the improvement of ipld is the ease of use of this information. you _can_ do it in protobufs, but's it a pain to wrap and unwrap objects. ipld makes your custom datastructs still viewable easily, and usable by other apps that dont know anything about your datastruct.
<zignig> jbenet: o/
<jbenet> whyrusleeping that is hilarious
<haad> jbenet: so a schema of sorts?
<whyrusleeping> :D
<jbenet> haad: yes, sort of. the key is using the same format. as an example, everybody understands json, so if you get an api with json, you can inspect it and use it programmatically. its harder when you wrap your own formats inside the current protobufs. even if you use more protobufs the other side needs to have the schema you used. and if you use json inside
<jbenet> protobuf, well why wasnt it all nicely json wrapped? (we actually use cbor, but json translatable)
Confiks has quit [Remote host closed the connection]
<haad> jbenet: ok, I think I get it. will read up on it.
<richardlitt> Well
<richardlitt> I just added labels to everything
<richardlitt> So, people, please use 'needs review' and 'difficulty:*'
<richardlitt> I should add this to the contributing README...
Confiks has joined #ipfs
Matoro has quit [Remote host closed the connection]
Matoro has joined #ipfs
nonaTure has joined #ipfs
<jbenet> hey whyrusleeping if you can look at the error at the bottom of https://github.com/ipfs/go-ipfs/pull/2208 chriscool would appreciate it
<whyrusleeping> sure thing
<whyrusleeping> keep in mind its 4am
<jbenet> whyrusleeping: it's always 4am somewhere!
<jbenet> (but yeah dont worry about it)
<whyrusleeping> jbenet: done
<whyrusleeping> (as in, looked at the issue and commented)
<richardlitt> jbenet: Can you add your todos? dignifiedquire You too, if possible.
<richardlitt> lgierth: you too, if possible. :)
<jbenet> thanks richardlitt
<richardlitt> jbenet: np. I only just added mine, too.
<richardlitt> It's 4am and three of us are still working. :P
<richardlitt> daviddias: <3
<daviddias> :)
<daviddias> svalbard is good for coding 'all night'
<vakla> is it like -40 there
EricJ2190 has joined #ipfs
<daviddias> richardlitt: we will figure these out! <3
edrex has quit [Read error: Connection reset by peer]
edrex has joined #ipfs
<whyrusleeping> !pin QmNVShmvWS5LsriewoLfUFkYuAA448GrqzMoUngp8ZXfb7
<pinbot> now pinning /ipfs/QmNVShmvWS5LsriewoLfUFkYuAA448GrqzMoUngp8ZXfb7
<pinbot> [host 0] failed to pin /ipfs/QmNVShmvWS5LsriewoLfUFkYuAA448GrqzMoUngp8ZXfb7: leveldb: closed
<whyrusleeping> vakla: its actually only -10
<vakla> bizarre
voxelot has joined #ipfs
computerfreak has joined #ipfs
The_8472 has quit [Ping timeout: 264 seconds]
simonv3 has quit [Quit: Connection closed for inactivity]
The_8472 has joined #ipfs
EricJ2190 has quit [Quit: Leaving]
O47m341 has quit [Ping timeout: 250 seconds]
leer10 has joined #ipfs
gperrin has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
grahamperrin has joined #ipfs
gperrin has left #ipfs ["Leaving"]
leer10 has quit [Ping timeout: 264 seconds]
prf has joined #ipfs
O47m341 has joined #ipfs
go1111111 has quit [Ping timeout: 250 seconds]
guruvan has quit [Remote host closed the connection]
BananaLotus has quit [Remote host closed the connection]
guruvan has joined #ipfs
prf has quit [Remote host closed the connection]
BananaLotus has joined #ipfs
grahamperrin has left #ipfs [#ipfs]
Not_ has quit [Quit: Leaving]
_marvin__ has quit [Ping timeout: 250 seconds]
go1111111 has joined #ipfs
_marvin_ has joined #ipfs
gaffle has quit [Ping timeout: 256 seconds]
go1111111 has quit [Ping timeout: 245 seconds]
unrhythmical has joined #ipfs
unrhythmical has left #ipfs [#ipfs]
unrhythmical has joined #ipfs
ekaron has quit [Quit: Leaving]
leer10 has joined #ipfs
computerfreak has quit [Remote host closed the connection]
rombou has quit [Ping timeout: 265 seconds]
prf has joined #ipfs
gperrin has joined #ipfs
gperrin has left #ipfs [#ipfs]
gaboose has quit [Remote host closed the connection]
reit has quit [Quit: Leaving]
reit has joined #ipfs
patcon has joined #ipfs
kvda has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
O47m341 has quit [Ping timeout: 265 seconds]
joshbuddy has quit [Quit: joshbuddy]
kvda has joined #ipfs
IlanGodik has joined #ipfs
reit has quit [Ping timeout: 250 seconds]
reit has joined #ipfs
prf has quit [Remote host closed the connection]
Oatmeal has joined #ipfs
Matoro has quit [Remote host closed the connection]
patcon has quit [Ping timeout: 260 seconds]
diffalot has quit [Remote host closed the connection]
diffalot has joined #ipfs
hellertime1 has quit [Quit: Leaving.]
e-lima has joined #ipfs
computerfreak has joined #ipfs
mildred has joined #ipfs
<computerfreak> hey guys
<computerfreak> can someone help me to configure an ipfs-docker-container for Hypriot on Raspberry?
adam_____ has quit [Ping timeout: 260 seconds]
go1111111 has joined #ipfs
dignifiedquire has joined #ipfs
yellowsir1 has quit [Quit: Leaving.]
<dignifiedquire> daviddias: I'm here now
nicolagreco has quit [Remote host closed the connection]
<ipfsbot> [go-ipfs] rht opened pull request #2221: Wire ctx to getdag operations in gc.GC (master...fix/gc-panic) https://git.io/vzEqX
ygrek has quit [Ping timeout: 240 seconds]
joshbuddy has joined #ipfs
_rht has joined #ipfs
erl has joined #ipfs
voxelot has quit [Ping timeout: 250 seconds]
m4nu has quit [Ping timeout: 240 seconds]
ulrichard has joined #ipfs
_marvin_ has quit [Remote host closed the connection]
joshbuddy has quit [Quit: joshbuddy]
manu has joined #ipfs
ylp1 has joined #ipfs
joshbuddy has joined #ipfs
joshbuddy has quit [Remote host closed the connection]
tilgovi has quit [Ping timeout: 240 seconds]
zz_r04r is now known as r04r
IlanGodik has quit [Quit: Connection closed for inactivity]
r04r is now known as zz_r04r
zz_r04r is now known as r04r
disgusting_wall has quit [Quit: Connection closed for inactivity]
_marvin_ has joined #ipfs
infinity0_ has joined #ipfs
infinity0_ has quit [Remote host closed the connection]
jhulten has quit [Ping timeout: 260 seconds]
infinity0 has quit [Ping timeout: 256 seconds]
infinity0 has joined #ipfs
rendar has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
Tv` has quit [Quit: Connection closed for inactivity]
infinity0 has quit [Remote host closed the connection]
felixn_ has quit [Quit: Textual IRC Client: www.textualapp.com]
infinity0 has joined #ipfs
e-lima has quit [Ping timeout: 240 seconds]
zorglub27 has joined #ipfs
infinity0 has quit [Ping timeout: 256 seconds]
e-lima has joined #ipfs
infinity0 has joined #ipfs
M-eternaleye has joined #ipfs
M-eternaleye has quit [Changing host]
M-eternaleye is now known as eternaleye
infinity0 has quit [Remote host closed the connection]
<dignifiedquire> good morning everyone
infinity0 has joined #ipfs
s_kunk has joined #ipfs
erl has quit [Ping timeout: 256 seconds]
infinity0 has quit [Remote host closed the connection]
kvda has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
infinity0 has joined #ipfs
<daviddias> Good mornin' :)
<ipfsbot> [go-ipfs] rht force-pushed fix/corsconfig from f98f7b1 to dba2816: https://git.io/vBxYK
<ipfsbot> go-ipfs/fix/corsconfig dba2816 rht: Add SetAllowedOrigins race test case...
<ipfsbot> go-ipfs/fix/corsconfig b970681 rht: Fix SetAllowedOrigins...
corvinux has joined #ipfs
hashcore has joined #ipfs
jhulten has joined #ipfs
corvinux has quit [Client Quit]
zorglub27 has quit [Ping timeout: 265 seconds]
hashcore has quit [Ping timeout: 250 seconds]
jhulten has quit [Ping timeout: 250 seconds]
<dignifiedquire> whyrusleeping: are you awake yet? :P
<M-davidar> mubot eightball is whyrusleeping awake?
<M-mubot> @davidar:matrix.org: Concentrate and ask again
zorglub27 has joined #ipfs
konubinix has quit [Read error: Connection reset by peer]
_rht has quit [Quit: Connection closed for inactivity]
erikj- has quit [Changing host]
erikj- has joined #ipfs
erikj- is now known as erikj
<Qwertie> Im getting this error when I go get ipfs. https://bpaste.net/show/1f841fb109d6
<Qwertie> Im running the version of go from the debian repos so that might be the proble,
<whyrusleeping> dignifiedquire: silence
<dignifiedquire> whyrusleeping: :D
<dignifiedquire> I'm allowed to talk, I'm fixing your bugs
<dignifiedquire> whyrusleeping: https://github.com/ipfs/distributions/pull/38 could you tell me how to best do the .tar.gz for some platforms?
notdaniel has joined #ipfs
<dignifiedquire> richardlitt: are you working on https://github.com/ipfs/distributions/issues/32?
mildred has quit [Quit: Leaving.]
mildred has joined #ipfs
Encrypt has joined #ipfs
konubinix has joined #ipfs
<daviddias> dignifiedquire: checking http://dist.ipfs.io/, looks really good :)
<richardlitt> dignifiedquire: Was planning to if you don't get to it.
<dignifiedquire> richardlitt: well I'm just on it, so I can do it quickly
<dignifiedquire> daviddias: thanks, jbenet already filed a bunch of issues last night
<dignifiedquire> but most of them are easy to fix
<daviddias> dignifiedquire: what is the "C Interplanetary Networks" in the bottom?
<daviddias> dignifiedquire: well, github calls them issues, but they are also feedback
<jbenet> dignifiedquire: heyo-- sorry didnt mean to be a punk. the big one im converned by is the format difference in the downloads-- that one breaks stuff. the others are simple and can be shipper over time
<dignifiedquire> that's a copyright symbol (at least on my machine)
<richardlitt> dignifiedquire: Go ehad
<richardlitt> *ahead
<dignifiedquire> jbenet: no worries =)
<dignifiedquire> already two prs open
jhulten has joined #ipfs
compleatang has joined #ipfs
<jbenet> people in ireland, i'll be talking about IPFS here: http://openknowledge.ie/ipfs-workshop-jan-2015/
<jbenet> (remotely)
<daviddias> jbenet: super duper
<daviddias> !:)
compleatang has quit [Remote host closed the connection]
compleatang has joined #ipfs
jhulten has quit [Ping timeout: 260 seconds]
<ipfsbot> [go-ipfs] RichardLitt created feature/doc-add (+1 new commit): https://git.io/vzEHz
<ipfsbot> go-ipfs/feature/doc-add 2df514c Richard Littauer: Change object to file...
<ipfsbot> [go-ipfs] RichardLitt pushed 1 new commit to feature/doc-add: https://git.io/vzEH6
<ipfsbot> go-ipfs/feature/doc-add 719c369 Richard Littauer: Remove unnecessary sentence...
reit has quit [Quit: Leaving]
reit has joined #ipfs
swecide has joined #ipfs
<M-davidar> dignifiedquire: looks nice :). although not having the (32-bit, 64-bit, arm) columns lined up looks a little odd
<dignifiedquire> M-davidar: agreed, still a wip :)
<dignifiedquire> (and thanks :))
<ipfsbot> [go-ipfs] RichardLitt pushed 1 new commit to feature/doc-add: https://git.io/vzE7t
<ipfsbot> go-ipfs/feature/doc-add 7a7a21b Richard Littauer: Add final periods, capitalize `Chunker`...
<dignifiedquire> daviddias: jbenet what do you think about this: https://usercontent.irccloud-cdn.com/file/WXxrEXO8/Screen%20Shot%202016-01-21%20at%2012.58.02.png
<daviddias> dignifiedquire: I would prefer to have the 32-bit and 64-bit options to be vertically aligned
<jbenet> i like the vertical links
<dignifiedquire> daviddias: that's not waht I'm talking about
<dignifiedquire> see the links
<jbenet> +1 on that, clearer.
<dignifiedquire> I added more and added nice icons
<jbenet> dignifiedquire: look at it with media though, add a screenshot + asciinema below all that
<jbenet> (to get the sizing rigt)
<daviddias> dignifiedquire: also, when referencing the API, might be good to hyperlink that to API Docs :)
<dignifiedquire> daviddias: PRs are always welcome to improve the descriptions :)
<dignifiedquire> jbenet: well I orient myself for now so that it aligns with the table, if we have media, it will be a new row below that
M-Amandine has joined #ipfs
PureTryOut has joined #ipfs
<PureTryOut> hey guys, I´m trying to install ipfs at my server at home, and I can access files fine locally, but not remotely. for example trying to access the webui just gives ¨502 unable to connect¨
<pepesza> check on what IP address you are listening. By default it seems that it listens on 127.0.0.1 which is localhost, not accessable from other machines
M-Amandine has left #ipfs [#ipfs]
<mafintosh> whyrusleeping: have you done any throughput testing with go-utp?
<pepesza> PureTryOut: sudo netstat -nltp
<PureTryOut> pepesza, that is ¨ipfs swarm peers¨ right? yes it doesn´t show my external ip, but not localhost either
<PureTryOut> pepesza, what exactly am I looking at?
<pepesza> AFAIK swarm are other hosts that are running ipfs
<pepesza> if you want to get files from ipfs via HTTP requests you need to access "gateway"
<pepesza> you can see something like:
<pepesza> "Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080"
<PureTryOut> well I´m first trying to get access to the webui
<pepesza> are we talking about ipfs-go?
<PureTryOut> I think so? is there any other version?
<pepesza> I was not aware that there is a webui in ipfs-go
<Kubuxu> PureTryOut: WebUI is at localhost:5001/webui
<PureTryOut> pepesza, https://ipfs.io/docs/getting-started/ bottom of the page
<PureTryOut> Kubuxu, is not served externally?
<Kubuxu> Nope
<PureTryOut> well that explains it then
<PureTryOut> I´m installing it remotely
<Kubuxu> Then do a SSH tunnel.
<PureTryOut> is that even possible with (sigh...) Windows locally?
<Kubuxu> Are you using putty?
<PureTryOut> nope cygwin
<Kubuxu> SSH from cygwin right?
<PureTryOut> yes
<PureTryOut> regular old openssh
<swecide> ssh -D port
<Kubuxu> better: -L 5001:localhost:5001
<Kubuxu> -D will open dynamic proxy
<PureTryOut> Kubuxu, could you post an example command?
<Kubuxu> ssh -L 5001:localhost:5001 user@example.com
<PureTryOut> thanks. so now I´m in, what now?
<Kubuxu> open browser on your PC and open http://localhost:5001/webui
<Kubuxu> PureTryOut: did it worked?
<Kubuxu> s/ed//
<PureTryOut> Kubuxu, ooh awesome, thanks! I did not know that
<PureTryOut> it´s slow, but hell yes it works
<Kubuxu> dignifiedquire: this interface is better https://github.com/issues?utf8=%E2%9C%93&q=user%3Aipfs+state%3Aopen+label%3A%22needs+review%22 also go-ipfs still uses "RFCR" label
<dignifiedquire> Kubuxu: much better htanks,
<dignifiedquire> Kubuxu: yeah but I didn't do anything on go-ipfs ;)
reit has quit [Quit: Leaving]
anon3459 has joined #ipfs
<PureTryOut> Kubuxu, so it now works, I can get files via https://ipfs.io :D but a question, how would you run normal sites on this? how would you work with url´s and such, and PHP scripts?
<richardlitt> Needs review: https://github.com/ipfs/community/pull/97
konubinix has quit [Ping timeout: 265 seconds]
<ipfsbot> [go-ipfs] rht force-pushed fix/corsconfig from dba2816 to b67e220: https://git.io/vBxYK
<ipfsbot> go-ipfs/fix/corsconfig b67e220 rht: Add SetAllowedOrigins race test case...
konubinix has joined #ipfs
xelra has joined #ipfs
m0ns00nfup has joined #ipfs
PureTryOut has left #ipfs ["Leaving"]
<ipfsbot> [go-ipfs] rht force-pushed fix/corsconfig from b67e220 to f080158: https://git.io/vBxYK
<ipfsbot> go-ipfs/fix/corsconfig f080158 rht: Add SetAllowedOrigins race test case...
nii236 has joined #ipfs
nii236 has quit [Quit: WeeChat 1.4]
Encrypt has quit [Quit: Quitte]
<whyrusleeping> mafintosh: i havent tested throughput much
Oatmeal has quit [Ping timeout: 265 seconds]
j0hnsmith has joined #ipfs
e-lima has quit [Ping timeout: 240 seconds]
cryptix has joined #ipfs
m0ns00nfup has quit [Quit: undefined]
hellertime has joined #ipfs
e-lima has joined #ipfs
<dignifiedquire> whyrusleeping: looks like I need some bash coaching ..
<richardlitt> whyrusleeping: `curl -F "file=@test" http://localhost:5001/api/v0/add`
<whyrusleeping> richardlitt: shouldnt that be wrapped in single quotes?
<NeoTeo> So, Svalbard guys, what's it like with 24 hr darkness?
Oatmeal has joined #ipfs
<achin> it must have been a hard place to live before easy access to electrical lamps
<NeoTeo> I think it would take internet access for me to classify it as liveable.
jhulten has joined #ipfs
<NeoTeo> btw, I've been using 104.236.151.122 and 178.62.158.247 A records to gateway my domain name to my ipfs site, but since switching to 0.4 they've been 404'ing. What should I use instead? /cc lgierth
jhulten has quit [Ping timeout: 256 seconds]
<noffle> NeoTeo: getting up in the morning is difficult; it's easy to stay up very late. internet is so-so
adam_____ has joined #ipfs
<NeoTeo> noffle: I can imagine :) I can see a market for Philips Hue for waking ppl gently in the mornings with light.
anon3459 has quit [Quit: Leaving]
<noffle> NeoTeo: yeah I was thinking about that too :)
<whyrusleeping> NeoTeo: its pretty sweet
nicolagreco has joined #ipfs
<NeoTeo> whyrusleeping: Looks great - was that a hot spring or did you guys go for the ice-water dip?
<whyrusleeping> NeoTeo: ice water, lol
<whyrusleeping> i wish we had a hot spring
<NeoTeo> jeez. I guess you'll have to wait for spring to see your genitals again.
<dignifiedquire> whyrusleeping: do you wanna take over https://github.com/ipfs/distributions/pull/38 ? I have no idea what I'm doing.. .
<whyrusleeping> dignifiedquire: sure
yellowsir1 has joined #ipfs
<whyrusleeping> things can be done an easy way that works? no, we don't want to do that
<whyrusleeping> difficulty++
<M-mubot> difficulty has 1 point
<whyrusleeping> >.>
<whyrusleeping> difficulty++
<M-mubot> difficulty has 2 points
unrhythmical has quit [K-Lined]
Hsi has joined #ipfs
<dignifiedquire> difficulty++
<dignifiedquire> M-mubot: doesn't like me
<M-mubot> difficulty has 3 points
<dignifiedquire> yeah he likes me too
<whyrusleeping> daveed d#
_fe_ has joined #ipfs
mmuller has joined #ipfs
<achin> difficulty--
* achin pokes M-mubot
<M-mubot> difficulty has 2 points
<achin> ha! taking you down a notch, difficulty!
<richardlitt> CR pls, dignifiedquire and whyrusleeping
_fe_ has quit [Remote host closed the connection]
<richardlitt> got the +1 from whyrusleeping and daviddias in person. Merging.
<daviddias> sweet :D
* dignifiedquire feels left out
<mafintosh> daviddias: i'm getting like 40mb/s writes now using a pretty trivial imlp
<mafintosh> daviddias: with utp
<mafintosh> i'm sure it can be optimized a lot
<richardlitt> dignifiedquire: :( Feel free to PR changes, or comment on the issue
<richardlitt> I'm here
<richardlitt> I'm just moving on to the next one. Got any comments?
<daviddias> that is pretty sweet! But wait, wasn't the limit yesterday at 10MiB? what changed?
<dignifiedquire> richardlitt: no worries looks good to me
<richardlitt> dignifiedquire: actually, could you look at the ndjson schema I specified at the bottom?
<richardlitt> And see how I am doing it? Maybe you know of a better way?
<dignifiedquire> looking
<richardlitt> Thanks
<dignifiedquire> richardlitt: I don't think that will work like this with json schema
<dignifiedquire> but I might be wrong
<dignifiedquire> did you test it?
<mafintosh> daviddias: using native code
prf has joined #ipfs
<mafintosh> daviddias: i have a feeling i can speed it up a lot by doing the backpressuring in c land to avoid context shifting
<mafintosh> daviddias: but thats an optimization for later - now to add a reasonable api :D
<daviddias> mafintosh: but wasn't libutp doing 10MiB and the Node.js just UDP sockets doing 8MiB tops?
<daviddias> ahah nice!
<mafintosh> daviddias: yea because node's udp impl is pretty inefficient :/
<mafintosh> daviddias: not enough people use the api i guess
rawtaz_ is now known as rawtaz
mildred has quit [Ping timeout: 260 seconds]
mildred has joined #ipfs
_fe_ has joined #ipfs
mildred has quit [Ping timeout: 272 seconds]
<ipfsbot> [js-ipfs-api] diasdavid created docs/readme (+2 new commits): https://git.io/vzu0E
<ipfsbot> js-ipfs-api/docs/readme 2d4b908 David Dias: structure readme docs to follow API docs
<ipfsbot> js-ipfs-api/docs/readme 259fccd David Dias: remove unmaintained examples
<ipfsbot> [js-ipfs-api] diasdavid opened pull request #191: Update README Docs + remove unmaintained examples (master...docs/readme) https://git.io/vzu0i
leer10 has quit [Remote host closed the connection]
<daviddias> richardlitt: can I get a quick R here: https://github.com/ipfs/js-ipfs-api/pull/191
konubinix has quit [Quit: ZNC - http://znc.in]
konubinix has joined #ipfs
konubinix has quit [Client Quit]
konubinix has joined #ipfs
ashark has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to master: https://git.io/vzugk
<ipfsbot> js-ipfs-api/master 3401f0b David Dias: Merge pull request #191 from ipfs/docs/readme...
mildred has joined #ipfs
<dignifiedquire> daviddias: left a comment, it's super strange what you added to the readme Oo
<dignifiedquire> daviddias: why u just merge :(
<richardlitt> dignifiedquire: I didn't test it, but it's not throwing an erorr in my linter
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-stream-http-2.1.0 at 04454ed: https://git.io/vzu2L
<ipfsbot> [js-ipfs-api] Dignifiedquire closed pull request #187: stream-http@2.0.5 breaks build
<daviddias> thank you :)
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-glob-stream-5.3.1 at 6151293: https://git.io/vzu2Y
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-babel-runtime-6.3.19 at 1a53b1c: https://git.io/vzu23
<daviddias> replied on the comment
<ipfsbot> [js-ipfs-api] Dignifiedquire closed pull request #182: rimraf@2.5.0 breaks build
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-babel-core-6.3.21 at 9c99915: https://git.io/vzu2W
<ipfsbot> [js-ipfs-api] Dignifiedquire deleted greenkeeper-karma-0.13.17 at ac2dd89: https://git.io/vzu2R
<ipfsbot> [webui] digital-dreamer opened pull request #219: Polish localization (master...l20n-pl) https://git.io/vzuV7
<ipfsbot> [js-ipfs-api] diasdavid created tests/options-version (+1 new commit): https://git.io/vzuwh
<ipfsbot> js-ipfs-api/tests/options-version b6d2a27 David Dias: add remaining version tests
JasonWoof has quit [Quit: leaving]
<cryptix> !pin QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy
<pinbot> now pinning /ipfs/QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy
<ipfsbot> [js-ipfs-api] diasdavid opened pull request #192: add remaining version tests (master...tests/options-version) https://git.io/vzurq
<pinbot> [host 3] failed to pin /ipfs/QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy: unknown ipfs-shell error encoding: text/html - "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.9.3</center>\r\n</body>\r\n</html>\r\n"
<ipfsbot> [js-ipfs-api] diasdavid closed pull request #177: fix: Always return the underlying request object (master...return-req) https://git.io/vEKN1
<pinbot> [host 2] failed to pin /ipfs/QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy: unknown ipfs-shell error encoding: text/html - "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.9.3</center>\r\n</body>\r\n</html>\r\n"
<cryptix> :[
<ipfsbot> [webui] greenkeeperio-bot opened pull request #220: Update hjs-webpack to version 7.0.0
<pinbot> [host 4] failed to pin /ipfs/QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy: unknown ipfs-shell error encoding: text/html - "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.9.3</center>\r\n</body>\r\n</html>\r\n"
<cryptix> :[[
<ipfsbot> [webui] Dignifiedquire closed pull request #219: Polish localization (master...l20n-pl) https://git.io/vzuV7
Encrypt has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to master: https://git.io/vzuoy
<ipfsbot> js-ipfs-api/master 4a7504f David Dias: Merge pull request #192 from ipfs/tests/options-version...
pinbot has quit [Ping timeout: 264 seconds]
Tv` has joined #ipfs
<cryptix> fs:/ipns/poc.mindeco.de < poc||gtfo 0-10
<cryptix> !pin QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy
Soft has joined #ipfs
jhulten has joined #ipfs
zorglub27 has quit [Ping timeout: 240 seconds]
<cryptix> ohai.. pinbot died
<cryptix> lgierth: :x
<ipfsbot> [js-ipfs-api] diasdavid created tests/options-block (+2 new commits): https://git.io/vzu6W
<ipfsbot> js-ipfs-api/tests/options-block bca2039 David Dias: readme
<ipfsbot> js-ipfs-api/tests/options-block c249f14 David Dias: add feature block stat + test + readme reference to tests as examples
<ipfsbot> [js-ipfs-api] diasdavid opened pull request #193: `block stat` + tests + readme update (master...tests/options-block) https://git.io/vzu6E
jhulten has quit [Ping timeout: 240 seconds]
pinbot has joined #ipfs
hashcore has joined #ipfs
edubai__ has joined #ipfs
<lgierth> cryptix: ^
<lgierth> didn't even do anything
zorglub27 has joined #ipfs
IlanGodik has joined #ipfs
<cryptix> <3
<cryptix> !pin QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy
<pinbot> now pinning /ipfs/QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy
<ipfsbot> [go-ipfs] chriscool pushed 1 new commit to add-arguments-to-pin-ls: https://git.io/vzuPc
<ipfsbot> go-ipfs/add-arguments-to-pin-ls 7e89859 Christian Couder: core/commands/pin: refactor to use gc.Descendants()...
<pinbot> [host 3] failed to pin /ipfs/QmXayVxLpUPaDjdv4WQcpX345GHTHmysCM1MdRYhWf4yWy: unknown ipfs-shell error encoding: text/html - "<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body bgcolor=\"white\">\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.9.3</center>\r\n</body>\r\n</html>\r\n"
<cryptix> dude
<cryptix> i did copy it on two VPSes
prf has quit [Remote host closed the connection]
pinbot has quit [Ping timeout: 245 seconds]
<lgierth> meh
<cryptix> we* should prob. unblock the mainloop of that pinbot
<cryptix> *: meaning whyrusleeping ;)
<cryptix> no - i'll take a look at it maybe. wanted to hack together an irc bot anyway
hashcore has quit [Remote host closed the connection]
rombou has joined #ipfs
<lgierth> cryptix: pls go for it
<lgierth> :)
nonaTure has quit [Quit: Leaving.]
prf has joined #ipfs
ulrichard has quit [Quit: Ex-Chat]
parkan has joined #ipfs
voxelot has joined #ipfs
voxelot has joined #ipfs
voxelot has quit [Changing host]
<ipfsbot> [js-ipfs-api] diasdavid deleted tests/options-block at c249f14: https://git.io/vzu9E
pinbot has joined #ipfs
mmuller has quit [Ping timeout: 265 seconds]
mmuller has joined #ipfs
mildred has quit [Ping timeout: 260 seconds]
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to master: https://git.io/vzuQe
<ipfsbot> js-ipfs-api/master ee87a6d David Dias: small update readme
erl has joined #ipfs
erl has quit [Client Quit]
vijayee has joined #ipfs
adam_____ has quit [Quit: Lost terminal]
warptangent has quit [Remote host closed the connection]
whyrusleeping has quit [Ping timeout: 272 seconds]
warptangent has joined #ipfs
whyrusleeping has joined #ipfs
ylp1 has quit [Quit: Leaving.]
computerfreak has quit [Remote host closed the connection]
jhulten has joined #ipfs
jhulten has quit [Ping timeout: 250 seconds]
<ipfsbot> [js-ipfs-api] diasdavid created tests/options-object (+1 new commit): https://git.io/vzuAG
<ipfsbot> js-ipfs-api/tests/options-object 5f663f6 David Dias: add object.new and test
<ipfsbot> [js-ipfs-api] diasdavid opened pull request #194: add object.new and a test for it + notes to the readme (master...tests/options-object) https://git.io/vzuAa
_fe_ has quit [Remote host closed the connection]
<ipfsbot> [go-ipfs] RichardLitt created docs/bitswap (+1 new commit): https://git.io/vzuxs
<ipfsbot> go-ipfs/docs/bitswap a998dbf Richard Littauer: Fixed up docs for bitswap...
<ipfsbot> [go-ipfs] RichardLitt opened pull request #2228: Fixed up docs for bitswap (master...docs/bitswap) https://git.io/vzux0
<whyrusleeping> dignifiedquire: pushed to distributions
<daviddias> richardlitt: updated/added on js-ipfs-api, tests for: version, node id (currently id), block and object (added some commands that were missing during the process), should help the fun on the HTTP-API documentation
JasonWoof has joined #ipfs
JasonWoof has quit [Changing host]
JasonWoof has joined #ipfs
<daviddias> richardlitt: wanna CR this https://github.com/ipfs/js-ipfs-api/pull/194, it should be quick
wowaname is now known as wowamane
nonaTure has joined #ipfs
<richardlitt> on it
nonaTure has quit [Client Quit]
<ipfsbot> [js-ipfs-api] diasdavid closed pull request #194: add object.new and a test for it + notes to the readme (master...tests/options-object) https://git.io/vzuAa
<ipfsbot> [js-ipfs-api] diasdavid tagged v2.10.2 at 38a3afa: https://git.io/vzzJK
tilgovi has joined #ipfs
<ipfsbot> [go-ipfs] chriscool force-pushed add-arguments-to-pin-ls from 7e89859 to 29830da: https://git.io/vzRMQ
nonaTure has joined #ipfs
nonaTure has quit [Client Quit]
s_kunk has quit [Ping timeout: 240 seconds]
<parkan> the ipfs node I'm running on ec2 became inaccessible again, now seeing a different error from ping "dial backoff"
<parkan> weird because nothing about the configuration changed
<parkan> I can telnet into 4001
<xiaomorph> is someone running ipfs on ARMv7?
cblgh has quit [Ping timeout: 272 seconds]
Akaibu has joined #ipfs
gorhDroid is now known as gorhgorh
<parkan> restarted both daemons to clear backoff, still can't dial even though I get the expected output from telneting to the same addr
cblgh has joined #ipfs
mildred has joined #ipfs
felixn has joined #ipfs
notdaniel has quit [Remote host closed the connection]
notdaniel has joined #ipfs
ygrek has joined #ipfs
disgusting_wall has joined #ipfs
j0hnsmith has quit [Quit: j0hnsmith]
<ipfsbot> [go-ipfs] rht opened pull request #2229: Remove duplicate Transfer-Encoding header (master...fix/dedup-transfer-encoding-header) https://git.io/vzzss
vijayee has quit [Remote host closed the connection]
_fe_ has joined #ipfs
<dignifiedquire> whyrusleeping: thanks, testing now
vijayee has joined #ipfs
<dignifiedquire> whyrusleeping: are you around?
prettymuchbryce has joined #ipfs
<Codebird> ProxyPass "/ipfs" "http://localhost:8080/ipfs" - And my apache and IPFS servers now coexist happily on port 80.
besenwesen has quit [Quit: ☠]
besenwesen has joined #ipfs
besenwesen has quit [Changing host]
besenwesen has joined #ipfs
hashcore has joined #ipfs
<Kubuxu> Codebird: you should also pass /ipns/
jhulten has joined #ipfs
<Codebird> I did.
<Codebird> But I'm currently not publishing anything using ipns, and will not do so until ipns is... well, usable.
<Codebird> It's a bit of a bodge last I checked.
_fe_ has quit [Remote host closed the connection]
jhulten has quit [Ping timeout: 276 seconds]
hashcore has quit [Quit: Leaving]
<achin> other people might be publishing stuff with ipns, though
jhulten has joined #ipfs
ralphtheninja has joined #ipfs
rombou has quit [Ping timeout: 240 seconds]
ralphtheninja has quit [Client Quit]
<ipfsbot> [go-ipfs] rht opened pull request #2230: Detect content charset in gateway serve (master...detect-charset) https://git.io/vzzzx
_fe_ has joined #ipfs
ralphtheninja has joined #ipfs
<ipfsbot> [go-ipfs] rht opened pull request #2231: Fix punc-caps issues of cli Tagline [wip] (master...docs/punc-caps) https://git.io/vzzaZ
prf has quit [Remote host closed the connection]
jaboja has joined #ipfs
prf has joined #ipfs
j0hnsmith has joined #ipfs
j0hnsmith has quit [Client Quit]
Encrypt has quit [Quit: Quitte]
zorglub27 has quit [Ping timeout: 240 seconds]
Akaibu has quit [Quit: Connection closed for inactivity]
_fe_ has quit [Remote host closed the connection]
gordonb has joined #ipfs
gordonb has left #ipfs [#ipfs]
Qwertie has quit [Ping timeout: 250 seconds]
zorglub27 has joined #ipfs
Qwertie has joined #ipfs
<daviddias> dignifiedquire: could you take a look at https://github.com/ipfs/js-ipfs-repo/pull/26, specially at the WebPack + Karma testing stuff
<dignifiedquire> sure
reit has joined #ipfs
<daviddias> thank you :)
zorglub27 has quit [Ping timeout: 245 seconds]
zorglub27 has joined #ipfs
Qwertie has quit [Ping timeout: 260 seconds]
<dignifiedquire> daviddias: can you give me push rights, so I can create branches pleas
<dignifiedquire> e
Qwertie has joined #ipfs
<daviddias> sure, done :)
<dignifiedquire> ta
* dignifiedquire getting access to all the repos and planning eviiil things
<dignifiedquire> daviddias: I'm confused
<dignifiedquire> this is all working
<dignifiedquire> super nice and fast
<daviddias> ah, I meant "could you take a look" as "could you CR"
<dignifiedquire> ah okay
<daviddias> thank you for testing it
<dignifiedquire> the issue description said it wasn't working
<dignifiedquire> so I was confused
<dignifiedquire> left some comments re cr though
<daviddias> we fixed it today and it now has green on travis
<dignifiedquire>
<daviddias> awesome!
Qwertie has quit [Ping timeout: 250 seconds]
<daviddias> so, now that I made xicombd use karma, do I get a % as well? :P:P
grahamperrin has joined #ipfs
<dignifiedquire> sure, not sure a % of what though :D
<daviddias> "karma sales team" :P
<dignifiedquire> loool
<dignifiedquire> you are no officially part of th karma sales team
<dignifiedquire> target goal for Q1: get these numbers up to 100k / day: https://usercontent.irccloud-cdn.com/file/698WRWe6/Screen%20Shot%202016-01-21%20at%2021.20.32.png
Qwertie has joined #ipfs
<dignifiedquire> and no excuses!
rombou has joined #ipfs
ralphtheninja has quit [Quit: leaving]
grahamperrin has left #ipfs [#ipfs]
The_8472 has quit [Ping timeout: 240 seconds]
jaboja has quit [Ping timeout: 245 seconds]
Akaibu has joined #ipfs
<jbenet> dignifiedquire: <3 it
grahamperrin has joined #ipfs
grahamperrin has quit [Remote host closed the connection]
The_8472 has joined #ipfs
grahamperrin has joined #ipfs
rombou has left #ipfs [#ipfs]
<dignifiedquire> jbenet: great :) then let's ship this bugger
<dignifiedquire> lgierth: are you around?
<dignifiedquire> jbenet: whyrusleeping daviddias can I get a review on this so we can ship it please :)
<jbenet> dignifiedquire: link to PR?
<dignifiedquire> ups, I thought I pasted it -.-
* dignifiedquire too excited
<daviddias> dignifiedquire: which one?
<daviddias> ah that one, ok:)
<daviddias> checking it
<dignifiedquire> thanks guys
The_8472 has quit [Ping timeout: 264 seconds]
joshbuddy has joined #ipfs
<ipfsbot> [go-ipfs] jbenet pushed 1 new commit to master: https://git.io/vzzFA
<ipfsbot> go-ipfs/master 9c1375f Juan Benet: Merge pull request #2208 from ipfs/add-arguments-to-pin-ls...
<ipfsbot> [go-ipfs] jbenet deleted add-arguments-to-pin-ls at 29830da: https://git.io/vzzFh
grahamperrin has left #ipfs ["Leaving"]
The_8472 has joined #ipfs
disgusting_wall has quit [Quit: Connection closed for inactivity]
voxelot has quit [Ping timeout: 240 seconds]
<jbenet> thanks Dignifiedquire
ashark has quit [Ping timeout: 240 seconds]
<dignifiedquire> jbenet: I got a little bit more time on my hand atm ;)
<dignifiedquire> so trying to use it as good as possible :D
The_8472 has quit [Ping timeout: 240 seconds]
<jbenet> indeed :) thanks ok that resolves the major things with dist, let's ship it.
<dignifiedquire> already opend an ops-request for lgierth
<jbenet> it would be nice to have a webapp/tool to update dnslinks without client needing DO key. (and like grant selective access to a subdomain to an account)
<jbenet> this could be a super simple webservice in node.
Nukien has quit [Ping timeout: 260 seconds]
<dignifiedquire> even a cli tool would be enough, like ipfs-deploy dist.ipfs.io <my hash>
jaboja has joined #ipfs
<dignifiedquire> or even better, make merge to master generate the release and deploy
<dignifiedquire> ;)
Nukien has joined #ipfs
libman has joined #ipfs
zorglub27 has quit [Quit: zorglub27]
The_8472 has joined #ipfs
jaboja has quit [Ping timeout: 272 seconds]
ulrichard has joined #ipfs
joshbuddy has quit [Quit: joshbuddy]
The_8472 has quit [Ping timeout: 264 seconds]
grahamperrin has joined #ipfs
grahamperrin has left #ipfs [#ipfs]
rendar has quit [Ping timeout: 265 seconds]
nonaTure has joined #ipfs
The_8472 has joined #ipfs
joshbuddy has joined #ipfs
rendar has joined #ipfs
rombou has joined #ipfs
gordonb has joined #ipfs
<lgierth> jbenet: disagree, we should get ipns stable enough instead
<lgierth> but maybe there is some common ground in between
_fe_ has joined #ipfs
<lgierth> oh mh about digitalocean itself i have a little idea
<lgierth> a little proxy that adds the token to each request
jfis has quit [Quit: Textual IRC Client: www.textualapp.com]
Encrypt has joined #ipfs
<Ronsor> ipfsboot: what if somehow you could load an entire distro over ipfs?
voxelot has joined #ipfs
xicombd_ has joined #ipfs
gordonb has quit [Quit: gordonb]
gordonb has joined #ipfs
libman has quit [Ping timeout: 240 seconds]
The_8472 has quit [Ping timeout: 240 seconds]
fuzzybear3965 has joined #ipfs
The_8472 has joined #ipfs
<brimstone> Ronsor: what are the constraints?
gordonb has quit [Ping timeout: 240 seconds]
<brimstone> is ipfs running on another machine on the network and just being a proxy? can you bring the kernel and initrd with you to bootstrap and run ipfs from there?
<Ronsor> well yeah
<Ronsor> that's what i mean
<Ronsor> only kernel, maybe sh, network stack, and ipfs
<Ronsor> then everything is automatically setup with fuse
<Ronsor> then you chroot() to the /ipns/<hash> directory and call init (or switch_root)
libman has joined #ipfs
ashark has joined #ipfs
montagsoup has joined #ipfs
The_8472 has quit [Ping timeout: 264 seconds]
_fe_ has quit [Remote host closed the connection]
<brimstone> herm, i think you might want to pin the hash first, and get it all cached to prevent file system timeouts
The_8472 has joined #ipfs
The_8472 has quit [Ping timeout: 240 seconds]
ulrichard has quit [Remote host closed the connection]
The_8472 has joined #ipfs
libman has quit [Ping timeout: 260 seconds]
mildred has quit [Quit: Leaving.]
mildred has joined #ipfs
<whyrusleeping> dignifiedquire: did that change of mine work fine?
<whyrusleeping> i was pretty sure that the paths were right, but not 100%
<dignifiedquire> whyrusleeping: all good, just one cleanup issue I tagged you on the issues list
<whyrusleeping> cool
<dignifiedquire> the build-log files are not being removed
The_8472 has quit [Ping timeout: 264 seconds]
<dignifiedquire> other than that a pretty sweet release now :)
nonaTure has quit [Quit: Leaving.]
tanizaki has joined #ipfs
libman has joined #ipfs
TheWhisper has joined #ipfs
<ehd> Yo, not directly ipfs related but I'm going to run an experiment and host my website from my iPhone :D
The_8472 has joined #ipfs
fuzzybear3965 has quit [Read error: Connection reset by peer]
<ehd> the ipfs-related part is that i'm downloading JS and data from ipfs to answer requests which are then cached by a gateway
<ehd> i'm working on a blog post describing a distributed mobile RPC approach
tanizaki has quit [Ping timeout: 252 seconds]
<ipfsbot> [go-ipfs] lidel opened pull request #2232: Gateway: add support for HTTP OPTIONS request type (master...cors-preflight-fix) https://git.io/vzglx
<lidel> ;-)
<jbenet> !befriend parkan
<pinbot> !befriend <name> <perm>
<jbenet> !befriend parkan pin
<pinbot> Hey parkan, let's be friends! You can pin
<jbenet> !pin QmbhfRQtxEdWN2HzwQveahspuMaRcMT6cUMk1t38omKDQT
<pinbot> now pinning /ipfs/QmbhfRQtxEdWN2HzwQveahspuMaRcMT6cUMk1t38omKDQT
<ehd> how much is pinbot pinning anyway?
The_8472 has quit [Ping timeout: 240 seconds]
rombou has quit [Quit: Leaving.]
<Kubuxu> Have you seen this: https://youtu.be/uypCBHLacBc
simonv3 has joined #ipfs
The_8472 has joined #ipfs
<dignifiedquire> jbenet: we R liiive http://dist.ipfs.io
mildred has quit [Ping timeout: 240 seconds]
M-GereG has joined #ipfs
<vakla> someone in here mentioned archiving all of stackoverflow in IPFS the other day, does anyone have any insights on how I could potentially do this?
<montagsoup> Kubuxu: For some reason I prefer Juan Benet's talks more. Less acting and random eye rolling.
The_8472 has quit [Ping timeout: 264 seconds]
<Kubuxu> montagsoup: Me also, but Juan's are more technical. It is something that can interest normal people (we as programmers aren't normal),
<Kubuxu> vakla: there are dumps of SO, I think they were already uploaded to some node.
<vakla> oh, that's excellent
<vakla> any idea how I'd find the hashes and pin it?
joshbuddy has quit [Quit: joshbuddy]
<vakla> oh wow, thank you
<vakla> Appreciate it!
<Kubuxu> warning: they are big
<vakla> any idea on total size?
<vakla> I'm planning on building a personal storage cluster here shortly I believe and I'd like to mirror a few things so I want to make sure I budget for enough space
parkan has quit [Ping timeout: 260 seconds]
The_8472 has joined #ipfs
<Kubuxu> If you run `ipfs object get QmYgHvTrSfPJH5Dswq6NB8wTHH77BFaJdLP8UBYJz9Wz19` with node on v04 network you should get estimated size.
<Kubuxu> You have to add about 20-30% to get HDD size (random worst case scenario guess).
The_8472 has quit [Ping timeout: 240 seconds]
e-lima has quit [Ping timeout: 250 seconds]
e-lima has joined #ipfs
nonaTure has joined #ipfs
ashark has quit [Ping timeout: 250 seconds]
<Kubuxu> vakla: 181382308336 bytes so 181GB
<Kubuxu> + overhead
<vakla> gotcha, cheers
jrabbit has quit [Changing host]
jrabbit has joined #ipfs
<Kubuxu> and I've got new jq script because of that: jq '[.Links[].Size] | reduce .[] as $a (0; . + $a)' <(curl http://ipfs.io/api/v0/object/get?arg=$1)
The_8472 has joined #ipfs
<vakla> I'll steal that :)
<alu> vakla
<vakla> hi alu
<zjohnson> what major browser is in the works to support IPFS currently? (chromium?)
<alu> have we met?
<vakla> we have
<vakla> zjohnson: I got the impression that was Super Secret
<alu> its funny, yer name color is the same.
<zjohnson> and will it be able to just resolv ipfs/ URIs or will it also automatically act as an IPFS storage node?
<zjohnson> vakla: oh ok :)
<zjohnson> I guess automatically acting as a storage node would be problematic with nat
joshbuddy has joined #ipfs
<zjohnson> ipfs sounds pretty kick ass. reddit should consider being ready to use it or lose out to a nw ipfs replacement
<zjohnson> er, ipfs based replacement
<Kubuxu> zjohnson: works on FF plugin are fairly advanced, chrome plugin stalled
<Kubuxu> They both require you to run your own local node (there is implementation in pure JS incoming but it will take some time).
<Kubuxu> Soon in FF you will be able to see IPFS locations as `fs:/ipfs/Qm....`
ispeedtoo has joined #ipfs
<zjohnson> Kubuxu: thanks :)
asyncsrc_ has quit [Remote host closed the connection]
The_8472 has quit [Ping timeout: 240 seconds]
<alu> so ipfs is officially 1.0 ?
ispeedtoo has quit [Quit: Page closed]
The_8472 has joined #ipfs
r04r is now known as zz_r04r
<Kubuxu> nope
zz_r04r is now known as r04r
e-lima has quit [Ping timeout: 250 seconds]
<brimstone> is ipfs officially 0.4?
The_8472 has quit [Ping timeout: 264 seconds]
The_8472 has joined #ipfs
ispeedtoo has joined #ipfs
Encrypt has quit [Quit: Sleeping time!]
zorglub27 has joined #ipfs
tanizaki has joined #ipfs
kvda has joined #ipfs
<tanizaki> Dear ipfsers, could you please tell me what you think about GNS and its implementability in ipfs?
montagsoup has quit [Quit: Leaving]