Kubuxu changed the topic of #ipfs to: Update to v0.4.2, the v03x network's EOL/end-of-life approaches: June 30th -- IPFS - InterPlanetary File System -- https://git.io/vVBS8 -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
vladimir-sn has quit [Read error: Connection reset by peer]
vladimir-sn has joined #ipfs
rgrinberg has quit [Quit: WeeChat 1.5]
stoogenmeyer has joined #ipfs
rgrinberg has joined #ipfs
stoogenm_ has quit [Ping timeout: 260 seconds]
<ipfsbot> [go-ipfs] whyrusleeping created fix/add-progress-bar (+1 new commit): https://git.io/voXix
<ipfsbot> go-ipfs/fix/add-progress-bar 8e505f2 Jeromy: fix progress bar in add...
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #2893: fix progress bar in add (master...fix/add-progress-bar) https://git.io/voXPU
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to fix/add-progress-bar: https://git.io/voXPl
<ipfsbot> go-ipfs/fix/add-progress-bar f26d8c7 Jeromy: respect context cancellation in add...
r04r is now known as zz_r04r
Encrypt has quit [Quit: Sleeping time!]
stoogenmeyer has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
stoogenm_ has joined #ipfs
stoogenmeyer has quit [Ping timeout: 260 seconds]
Kane` has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
Taek has quit [Ping timeout: 260 seconds]
<ipfsbot> [go-ipfs] whyrusleeping closed pull request #2786: Add ISSUE_TEMPLATE.md (master...issue-template) https://git.io/vrAG1
Taek has joined #ipfs
gmcquillan has quit [Ping timeout: 264 seconds]
rgrinberg has quit [Ping timeout: 272 seconds]
apiarian has quit [Ping timeout: 246 seconds]
apiarian has joined #ipfs
cemerick has joined #ipfs
null_radix has quit [Excess Flood]
null_radix has joined #ipfs
davidar_ has quit [Quit: Connection closed for inactivity]
disgusting_wall has joined #ipfs
devbug has joined #ipfs
devbug has quit [Quit: Lances at dawn!]
guybrush has quit [Quit: gnag!]
<kevina> whyrusleeping: like I said before I don't really fell qualified to review this code, I have not touched any of the networking code in ipfs...
<kevina> For starters, what are providers :)
rardiol has quit [Ping timeout: 244 seconds]
dmr has joined #ipfs
wallacoloo has joined #ipfs
ligi_ has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping closed pull request #2891: add a test for auto-raising ulimit (master...feat/ulimit-raise-tests) https://git.io/voPQb
<whyrusleeping> kevina: theres not any networking related code there
<whyrusleeping> that PR is strictly storage related
ligi has quit [Ping timeout: 250 seconds]
<kevina> it would be helpful to know exactly what is being stored ...
<whyrusleeping> its a record that says peer X is storing key Y until time T
mgue has quit [Quit: WeeChat 1.5]
<kevina> okay, thanks
<whyrusleeping> they are accessed frequently, expire in a day and need to be cleaned up
<whyrusleeping> and we're going to have a large number of them
mgue has joined #ipfs
<M-rongladney> Hello Everyone: I need help installing ipfs... on my MacBook
<M-rongladney> I am sure, I am just making a simple user error on my part....
<achin> M-rongladney: what's up?
<M-rongladney> I cannot get it to work properly
<M-rongladney> In other words, its an User error on my part
<achin> what exactly is not working? do you have any error messages? or specific questions?
<M-rongladney> I need some HELP installing it
<achin> ok. did you download something from https://ipfs.io/docs/install/ ?
<M-rongladney> Yes, I did ... for Mac OS X 64bit
<M-rongladney> Its still in my Download folder
<achin> ok. then did you extract the files from the .tar.gz archive?
<M-rongladney> Yes, I believe I did... there is a folder called ... Go-IPFS
<achin> right. in there are a few files: `ipfs` is the important one, but there is also a readme file and an install.sh script
ygrek has joined #ipfs
<M-rongladney> Yes....
<achin> i guess the first thing to do is make sure you can run the ipfs binary. open a terminal, change directories into the go-ipfs folder, and then try "./ipfs --help"
PrinceOfPeeves has quit [Read error: Connection reset by peer]
<M-rongladney> I have Terminal open.... how do I change directories...
<achin> cd
<achin> for example: cd /Users/achin/Downloads/go-ipfs/
Qwertie has quit [Ping timeout: 244 seconds]
<M-rongladney> Oh ... I should say... I just bought my MacBook a few days ago, so I don't know all of the codes of how to use it like a PC
Qwertie has joined #ipfs
<achin> ipfs is (at least at the moment) a command-line application, which means that there is no GUI. you interact with it primarily via the terminal
<M-rongladney> In Terminal, it says.... "No such file or Directory"
<achin> after you typed what?
<M-rongladney> cd /Users/achin/Downloads/go-ipfs/
<achin> ok. well, 'achin' is my username, but it's probably not your username :)
<M-rongladney> Okay....let me try that again with my Name....
<achin> you should be able to do "echo $HOME" to see what your home directory is
j12t has quit [Remote host closed the connection]
<M-rongladney> I changed it to my name and hit enter...
<M-rongladney> the message was... command not found
<achin> i wonder if a tutorial on the command line would be a good place to start, before venturing into IPFS
<achin> if anyone has any recommendtations, please chime in
<achin> it seems decent, at least at first glance
<M-rongladney> I just read it quickly.....
<M-rongladney> It was very helpful.....
<M-rongladney> I assumed the install would be a piece of cake....
reit has quit [Quit: Leaving]
<achin> it depends on how proficient you are at cutting cake. if you've never done it before, you might not know where to start, or where to find the knife, etc
<M-rongladney> So true.... anyway... here is the NEW message: bash: ipfs: command not found
<achin> what do you see when you run "ls" ?
<M-rongladney> At least, I am not getting the first message, so we are making progress....
<M-rongladney> I see.... Livense, build-log, README.md, and install.sh
<M-rongladney> RONNIEs-MacBook-Pro:go-ipfs rongladney$ ls
<M-rongladney> LICENSEREADME.mdbuild-loginstall.shipfs
<achin> did you type "ipfs" or "./ipfs" ? the difference is important
<M-rongladney> I typed ... "ipfs"
<achin> you have to but the dot and the slash in front
<achin> ./ipfs
<M-rongladney> Are you saying I need to re-type it with the ... following ./ipfs
<achin> ./ipfs
<M-rongladney> Great.... it is working... I am finally in ....
<M-rongladney> Thank you .... so I do I use it now that I am in....
jedahan has joined #ipfs
<achin> i am heading offline now, heading to bed
<M-rongladney> Must I begin each line with the word ... ipfs and then the command?
Tv` has quit [Quit: Connection closed for inactivity]
stoogenm_ has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 276 seconds]
ygrek has quit [Ping timeout: 246 seconds]
Kane` has quit [Remote host closed the connection]
michaeldgagnon has quit [Ping timeout: 250 seconds]
fredthomsen has quit [Ping timeout: 258 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
stoogenmeyer has joined #ipfs
fredthomsen has joined #ipfs
stoogenmeyer has quit [Ping timeout: 260 seconds]
fredthomsen has quit [Remote host closed the connection]
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/vo1e0
<ipfsbot> go-ipfs/master a72feed Jeromy Johnson: Merge pull request #2893 from ipfs/fix/add-progress-bar...
wallacoloo has quit [Quit: wallacoloo]
interfect has joined #ipfs
<interfect> Anyone know what's up with Station? There's loads of bot PRs waiting to merge...
stoogenmeyer has joined #ipfs
reit has joined #ipfs
stoogenmeyer has quit [Ping timeout: 240 seconds]
interfect has quit [Ping timeout: 260 seconds]
interfect has joined #ipfs
dmr has quit [Ping timeout: 250 seconds]
chriscool1 has joined #ipfs
<whyrusleeping> interfect: we havent been paying much attention to it lately
<whyrusleeping> we've had other priorities that came up
<whyrusleeping> but we're hoping to get back to it soon
<interfect> Cool
<interfect> Were those other issues along the lines of "running IPFS knocks over my Internet connection and makes the inhabitants of my house complain that they can't webpages"?
<whyrusleeping> haha, thats some of it
<whyrusleeping> and yes, we've improved that
<whyrusleeping> but the people working on station moved to working on js-ipfs
<interfect> OK good luck
<interfect> It also crashes my cjdns nodes, by the way. On systems that aren't running it. But I blame cjdns for that
interfect has quit [Remote host closed the connection]
<whyrusleeping> lol, my cjdns node crashes just for the hell of it
<whyrusleeping> "its an hour thats divisible by three? must be time to crash!" ~ cjdns
cemerick has quit [Ping timeout: 264 seconds]
mildred has joined #ipfs
j12t has joined #ipfs
j12t has quit [Ping timeout: 240 seconds]
palkeo has quit [Ping timeout: 264 seconds]
rendar has joined #ipfs
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 260 seconds]
<Kubuxu> whyrusleeping: we know about the crash
<daviddias> Morning y'all :)
<Kubuxu> best part is, it is going through the network in waves
<Kubuxu> Mornin'
<Kubuxu> whyrusleeping: https://github.com/ipfs/go-ipfs/pull/2877#issuecomment-227963959 here is little writeup
<Kubuxu> I will do more about it in PR nuking StringArgs stdin.
[0__0] has quit [Ping timeout: 260 seconds]
<daviddias> whyrusleeping how do you handle redudant IPv4 and IPv6 addrs?
corvinux has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu force-pushed feature/bloom-cache from c226019 to f2130f5: https://git.io/voKhz
<ipfsbot> go-ipfs/feature/bloom-cache b755972 Jakub Sztandera: Add bloom filter...
<ipfsbot> go-ipfs/feature/bloom-cache f56d05d Jakub Sztandera: Replace write_cache with bloom_cache...
<ipfsbot> go-ipfs/feature/bloom-cache b3f589d Jakub Sztandera: Improve ARC caching...
[0__0] has joined #ipfs
ylp has joined #ipfs
<daviddias> whyrusleeping I am asking, since I'm doing some refactoring on swarm, I can just make some decisions about it here
pfista has quit [Read error: Connection reset by peer]
[0__0] has quit [Ping timeout: 244 seconds]
kevina has quit [Quit: Leaving]
pfista has joined #ipfs
kevina has joined #ipfs
[0__0] has joined #ipfs
kevina has quit [Quit: Leaving]
pfista has quit [Read error: Connection reset by peer]
pfista has joined #ipfs
mildred has quit [Quit: Leaving.]
<ipfsbot> [go-ipfs] chriscool created chriscool-patch-1 (+1 new commit): https://git.io/vo1kj
<ipfsbot> go-ipfs/chriscool-patch-1 0b8f39a Christian Couder: Update link to issue guide...
<ipfsbot> [go-ipfs] chriscool opened pull request #2895: Update link to issue guide (master...chriscool-patch-1) https://git.io/vo1Ie
mildred has joined #ipfs
mildred has quit [Client Quit]
mildred has joined #ipfs
stoogenmeyer has joined #ipfs
zorglub27 has joined #ipfs
stoogenmeyer has quit [Ping timeout: 258 seconds]
mildred has quit [Ping timeout: 244 seconds]
computerfreak has joined #ipfs
computerfreak has quit [Client Quit]
mildred has joined #ipfs
computerfreak has joined #ipfs
<ipfsbot> [webui] greenkeeperio-bot opened pull request #407: Update i18next to version 3.3.1
pfista has quit [Ping timeout: 250 seconds]
koshii has quit [Quit: ZNC - http://znc.in]
disgusting_wall has quit [Quit: Connection closed for inactivity]
s_kunk has quit [Ping timeout: 260 seconds]
zorglub27 has quit [Ping timeout: 260 seconds]
zz_r04r is now known as r04r
r04r is now known as zz_r04r
zorglub27 has joined #ipfs
s_kunk has joined #ipfs
seg_violation has joined #ipfs
<ipfsbot> [js-ipfs] RichardLitt force-pushed feature/standard-readme-compliancy from 90897d2 to 4444ffb: https://git.io/vo1sQ
<ipfsbot> js-ipfs/feature/standard-readme-compliancy 4444ffb Richard Littauer: Made Standard Readme Compliant...
<ipfsbot> [js-ipfs] RichardLitt force-pushed feature/standard-readme-compliancy from 4444ffb to 1edc4ac: https://git.io/vo1sQ
<ipfsbot> js-ipfs/feature/standard-readme-compliancy 1edc4ac Richard Littauer: Made Standard Readme Compliant...
<ipfsbot> [js-ipfs] RichardLitt force-pushed feature/standard-readme-compliancy from 1edc4ac to 5705957: https://git.io/vo1sQ
<ipfsbot> js-ipfs/feature/standard-readme-compliancy 5705957 Richard Littauer: Made Standard Readme Compliant...
Teeed has quit [Quit: Reconnecting]
Teeed has joined #ipfs
corvinux has quit [Remote host closed the connection]
corvinux has joined #ipfs
<sevcsik> hi all, is it possible to get somehow notified when an ipns name changes? I'd like to keep the latest version pinned on my gateway
Senji has joined #ipfs
corvinux has quit [Ping timeout: 246 seconds]
stoogenmeyer has joined #ipfs
corvinux has joined #ipfs
stoogenmeyer has quit [Ping timeout: 258 seconds]
zorglub27 has quit [Quit: zorglub27]
cryptix has joined #ipfs
<M-rongladney> Can someone help me with making the WebUI work....
zorglub27 has joined #ipfs
pfista has joined #ipfs
pfista has quit [Ping timeout: 276 seconds]
<ipfsbot> [ipfs] RichardLitt created feature/reorganized-readme (+1 new commit): https://git.io/vo1Rl
<ipfsbot> ipfs/feature/reorganized-readme 562b3c4 Richard Littauer: Reorganized README headings...
<ipfsbot> [ipfs] RichardLitt opened pull request #179: Reorganized README headings (master...feature/reorganized-readme) https://git.io/vo1RB
<A124> M-rongladney What does not work?
pfista has joined #ipfs
zorglub27 has quit [Ping timeout: 260 seconds]
pfista has quit [Ping timeout: 250 seconds]
j12t has joined #ipfs
j12t has quit [Ping timeout: 240 seconds]
zorglub27 has joined #ipfs
<reit> will the blocklist be implemented soon? i'm getting complaints that a gateway of mine is serving malware
<ansuz> :D
zz_r04r is now known as r04r
<achin> :(
<Kubuxu> reit: you could use nginx to block those path
hashcore has joined #ipfs
<reit> yeah, i ended up doing that
corvinux has quit [Ping timeout: 258 seconds]
<Kubuxu> reit: for now we are doing exactly that too, lgierth is working on gateway rewrite, when it is done we will implement badbits back.
dmr has joined #ipfs
reit has quit [Ping timeout: 240 seconds]
Vinod has joined #ipfs
reit has joined #ipfs
<reit> its probably not too immediately important now that i think about it, since any public gateway would be behind a configurable proxy server (in the general case)
computerfreak has quit [Quit: Leaving.]
dmr has quit [Ping timeout: 250 seconds]
<achin> one possible advantage of a in-gateway blocklist is that the blocklist itself could be updated via ipfs
<reit> ^
rgrinberg has joined #ipfs
<ansuz> whih etherpad instance does ipfs use for its sprints?
<ansuz> I'm curious what plugins you folks use
<lgierth> ansuz: it's pad.riseup.net i think
<lgierth> and public.etherpad-mozilla.org
apiarian has quit [Ping timeout: 240 seconds]
j12t has joined #ipfs
nonaTure has joined #ipfs
apiarian has joined #ipfs
j12t has quit [Ping timeout: 250 seconds]
zorglub27 has quit [Ping timeout: 260 seconds]
taw00 has joined #ipfs
stoogenmeyer has joined #ipfs
<ansuz> cool, thanks
<ansuz> I want to see what I'd need for feature parity to get you folks using cryptpad :p
<multivac> [REDDIT] Cryptpad: a flexible approach to Zero-Knowledge, Collaborative Real Time Editing (self.Rad_Decentralization) | 11 points (88.0%) | 7 comments | Posted by meshnet-ansuz | Created at 2016-06-17 - 15:25:45
Encrypt has joined #ipfs
pfista has joined #ipfs
arajakul has joined #ipfs
matoro has quit [Ping timeout: 276 seconds]
Encrypt has quit [Client Quit]
pfista has quit [Ping timeout: 240 seconds]
cketti has joined #ipfs
r04r is now known as zz_r04r
cow_2001 has joined #ipfs
matoro has joined #ipfs
zz_r04r is now known as r04r
konubinix has quit [Ping timeout: 260 seconds]
r04r is now known as zz_r04r
PrinceOfPeeves has joined #ipfs
stoopkid_ has quit [Quit: Leaving]
stoopkid has joined #ipfs
stoopkid has quit [Changing host]
stoopkid has joined #ipfs
seg_violation has quit [Remote host closed the connection]
taaem has quit [Read error: Connection reset by peer]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
taaem has joined #ipfs
matoro has quit [Ping timeout: 246 seconds]
taw00 has quit [Quit: pops off the stack]
<Poefke> for those interested, alan kay has done an ama on hackernews, the decentralized web also got mentioned: https://news.ycombinator.com/item?id=11939851
galois_dmz has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
galois_d_ has quit [Ping timeout: 246 seconds]
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Ping timeout: 240 seconds]
<haad> ansuz: my two cents on that: to use cryptpad, I'd like to have the data in ipfs so that when we edit a pad, I can later do ipfs get <pad_hash>
sametsisartenep has joined #ipfs
cemerick has joined #ipfs
stoogenmeyer has joined #ipfs
XY0 has joined #ipfs
herzmeister has quit [Quit: Leaving]
koshii has joined #ipfs
herzmeister has joined #ipfs
<ansuz> haad: we were talking about that today ;)
ashark has joined #ipfs
<Kubuxu> ansuz: place cryptpad 100% on IPFS and just do CORS calls to xwiki servers.
zorglub27 has joined #ipfs
<A124> jbenet How do you build the docker? In my case it complains 'mkdir .git/objects' that does not exist, and not sure what is the thing that breaks it.
<ansuz> so, basically the content is encrypted while you collaborate on it, but if you wanted to be able to `ipfs get $hash` it would need to add it to ipfs unencrypted
<ansuz> otherwise you'd get encrypted junk, and still need an app to view it
<A124> ansuz You could have the app on ipfs also. ... And in future runnable transforms on top of ipfs
<ansuz> for something like transforms we might need ipfs to send an intern to come work on that :p
<haad> ansuz: yup, that's how it would need to work as of today. we've been planning for key management for a long time and it'll happen at some point, as it's needed for a lot of stuff (orbit* included), so keep that in mind if you go down that road..
<ansuz> putting the data/app on ipfs is doable
<ipfsbot> [js-ipfs] diasdavid deleted feature/standard-readme-compliancy at 5705957: https://git.io/vo1N3
<ipfsbot> [js-ipfs] diasdavid closed pull request #330: Update stream-to-promise to version 2.1.1
<ansuz> making it 100% ipfs is a step above feature parity with etherpad, though
<haad> aim high :)
nonaTure has quit [Ping timeout: 244 seconds]
<ansuz> eh, maybe I'll just go pitch to some other community :p
ashark has quit [Ping timeout: 240 seconds]
<haad> sorry, didn't mean to shoot you down, just trying to give you a user perspective :)
<ansuz> a rewrite isn't going to happen, just as it isn't for etherpad
<ansuz> but you're using etherpad, so
ashark has joined #ipfs
<ipfsbot> [go-ipfs] thomas-gardner closed pull request #2877: cli: Fix stdin parsing (master...commands) https://git.io/voVG9
<dansup> ansuz, the struggle is real. do you add only the ciphertext to ipfs or html w/ decryption logic + ciphertext?
<dansup> also good morning everyone
<ansuz> neither if noone will use it
<ansuz> ;)
Vinod has quit [Remote host closed the connection]
hashcore has quit [Remote host closed the connection]
corvinux has joined #ipfs
corvinux has quit [Remote host closed the connection]
j12t has joined #ipfs
cemerick has quit [Ping timeout: 246 seconds]
stoogenmeyer has quit [Remote host closed the connection]
j12t has quit [Ping timeout: 244 seconds]
<Kubuxu> ansuz: you can etherpad reader
<Kubuxu> which would be site, in similar fashion as: fs:/ipns/bin.ipfs.ovh
<Kubuxu> Also multikey spec is quite high on priority list right now.
stoogenmeyer has joined #ipfs
j12t has joined #ipfs
zorglub27 has quit [Remote host closed the connection]
zorglub27 has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
pfista has joined #ipfs
stoogenmeyer has joined #ipfs
<cow_2001> what's this fs: thing?
<Kubuxu> cow_2001: it is URI scheme we deiced to use
<Kubuxu> there was quite heated discussion about it.
pfista has quit [Ping timeout: 246 seconds]
cryptix has quit [Ping timeout: 244 seconds]
<ipfsbot> [go-ipfs] Kubuxu created feature/no-travis-notification (+1 new commit): https://git.io/voMIG
<ipfsbot> go-ipfs/feature/no-travis-notification de89397 Jakub Sztandera: Disable Travis Email notifications...
<ipfsbot> [go-ipfs] Kubuxu opened pull request #2896: Disable Travis Email notifications (master...feature/no-travis-notification) https://git.io/voMIE
<cow_2001> hmm
<cow_2001> thanks!
<Kubuxu> cow_2001: this is the conclusion from whole thread: https://github.com/ipfs/go-ipfs/issues/1678#issuecomment-157478515
<ligi_> Kubuxu: don't jump to conclusions to early ;-)
<Kubuxu> That thread is huge :p
<ligi_> I know
<ligi_> ;-)
ylp has quit [Quit: Leaving.]
<cow_2001> eh, i don't worry about it. i know very little about what urls and uris and urns are really, so my contribution to the conversation would stink.
<cow_2001> dibs?
<cow_2001> any pointers?
mildred has quit [Quit: Leaving.]
neurrowcat has joined #ipfs
<Kubuxu> I think it is done.
stoogenmeyer has quit [Remote host closed the connection]
<Kubuxu> yup, tagged it
<cow_2001> dang
nonaTure has joined #ipfs
stoogenmeyer has joined #ipfs
Mitar has quit [Ping timeout: 272 seconds]
stoogenmeyer has quit [Remote host closed the connection]
neurrowcat has quit [Quit: Deebidappidoodah!]
pfista has joined #ipfs
michaeldgagnon has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu created feature/root-is-symlink (+1 new commit): https://git.io/voM3s
<ipfsbot> go-ipfs/feature/root-is-symlink 9eb7fcc Jakub Sztandera: Resolve symlink if it is directly referenced in cli...
stoogenmeyer has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu opened pull request #2897: Resolve symlink if it is directly referenced in cli (master...feature/root-is-symlink) https://git.io/voM3C
Mitar has joined #ipfs
pfista has quit [Ping timeout: 244 seconds]
j12t has quit [Ping timeout: 276 seconds]
stoogenmeyer has quit [Remote host closed the connection]
<cow_2001> huh
stoogenmeyer has joined #ipfs
Encrypt has joined #ipfs
Boomerang has joined #ipfs
jager has quit [Ping timeout: 240 seconds]
jager has joined #ipfs
Senji has quit [Read error: Connection reset by peer]
Senji has joined #ipfs
ankle has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
Tv` has joined #ipfs
stoogenmeyer has quit [Ping timeout: 260 seconds]
nonaTure has quit [Ping timeout: 260 seconds]
nonaTure has joined #ipfs
stoogenmeyer has joined #ipfs
zz_r04r is now known as r04r
mgue has quit [Ping timeout: 240 seconds]
galois_d_ has joined #ipfs
galois___ has joined #ipfs
s_kunk has quit [Ping timeout: 246 seconds]
galois_dmz has quit [Ping timeout: 272 seconds]
Senji has quit [Read error: Connection reset by peer]
eater has quit [Ping timeout: 244 seconds]
Senji has joined #ipfs
galois_d_ has quit [Ping timeout: 258 seconds]
stoogenmeyer has quit [Remote host closed the connection]
mgue has joined #ipfs
stoogenmeyer has joined #ipfs
ianopolous has joined #ipfs
mbrock has joined #ipfs
gmcquillan has joined #ipfs
bronger has quit [Ping timeout: 272 seconds]
palkeo has joined #ipfs
bronger has joined #ipfs
Sandhose[m] has joined #ipfs
ankle has quit [Ping timeout: 264 seconds]
stoogenmeyer has quit [Remote host closed the connection]
cemerick has joined #ipfs
eater has joined #ipfs
nonaTure has quit [Ping timeout: 276 seconds]
Penta has joined #ipfs
<lgierth> A124: about docker, make that mkdir -p .git/objects
<lgierth> PR welcome :)
<lgierth> it assumes you're building from within the git repo
Pent has quit [Ping timeout: 258 seconds]
sametsisartenep has quit [Quit: leaving]
ygrek has joined #ipfs
zorglub27 has quit [Ping timeout: 260 seconds]
eater has quit [Ping timeout: 258 seconds]
eater has joined #ipfs
Boomerang has quit [Quit: Leaving]
<cow_2001> guys guys so what should i patch now?
<cow_2001> is it okay to bundle the config loading bits into a function?
snubproof has joined #ipfs
s_kunk has joined #ipfs
matoro has joined #ipfs
reit has quit [Ping timeout: 260 seconds]
kevina has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu created feature/update-go-log (+1 new commit): https://git.io/voMry
<ipfsbot> go-ipfs/feature/update-go-log 3097b32 Jakub Sztandera: Update golog in go-ipfs...
cemerick has quit [Ping timeout: 240 seconds]
<ipfsbot> [go-ipfs] Kubuxu pushed 4 new commits to feature/update-go-log: https://git.io/voMo0
<ipfsbot> go-ipfs/feature/update-go-log 5a6e442 Jakub Sztandera: Update go-libp2p for go-log...
<ipfsbot> go-ipfs/feature/update-go-log 9984740 Jakub Sztandera: Update go-libp2p-secio for go-log...
<ipfsbot> go-ipfs/feature/update-go-log af1f52c Jakub Sztandera: Update go-libp2p-crypto for go-log...
dignifiedquire has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu opened pull request #2898: Update go-log in whole dependency tree (master...feature/update-go-log) https://git.io/voMoA
<cow_2001> or maybe it is ungolangic
Encrypt has quit [Quit: Quitte]
<Kubuxu> cow_2001: I don't think you can do defer Close there
<cow_2001> oh dang
<Kubuxu> but it is not important, those are just two repetitions.
<cow_2001> they exist in bootstrap as well
<cow_2001> not important
<cow_2001> nvm
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to feature/update-go-log: https://git.io/voM65
<ipfsbot> go-ipfs/feature/update-go-log b370cd1 Jakub Sztandera: Import peersore, it wasn't imported...
<Kubuxu> Hmm, then you could have util package for that
<cow_2001> ConfigRoot appears very little in the code
arpu_ has quit [Ping timeout: 272 seconds]
cemerick has joined #ipfs
<cow_2001> defer would close it when the function ends :/
<cow_2001> wouldn't it be nice if the compiler could catch that returned closed thing?
<Kubuxu> whyrusleeping: about "parents gives hash" there are cases where two concurrent versions of same lib don't live together well, in our case utp
disgusting_wall has joined #ipfs
zorglub27 has joined #ipfs
arpu_ has joined #ipfs
r04r is now known as zz_r04r
rendar has quit [Ping timeout: 272 seconds]
<ipfsbot> [go-ipfs] Kubuxu pushed 4 new commits to feature/update-go-log: https://git.io/voMM0
<ipfsbot> go-ipfs/feature/update-go-log 5d98f76 Jakub Sztandera: Update peerstore...
<ipfsbot> go-ipfs/feature/update-go-log cc561b6 Jakub Sztandera: Update peer...
<ipfsbot> go-ipfs/feature/update-go-log eb101e7 Jakub Sztandera: Update secio...
galois___ has quit [Read error: Connection reset by peer]
galois_dmz has joined #ipfs
geir_ has quit [Ping timeout: 252 seconds]
geir_ has joined #ipfs
G-Ray has joined #ipfs
<ipfsbot> [webui] greenkeeperio-bot opened pull request #408: Update karma to version 1.0.0
Penta has quit [Quit: Leaving]
Pent has joined #ipfs
Stebalien has joined #ipfs
rendar has joined #ipfs
ligi has joined #ipfs
jaboja has joined #ipfs
cow_2001 has quit [Quit: cow_2001]
G-Ray has quit [Remote host closed the connection]
cemerick has quit [Ping timeout: 244 seconds]
Foxcool_ has joined #ipfs
Foxcool_ has quit [Client Quit]
jaboja has quit [Ping timeout: 244 seconds]
G-Ray has joined #ipfs
Stebalien has quit [Remote host closed the connection]
em-ly has joined #ipfs
pfista has joined #ipfs
cryptix has joined #ipfs
pfista has quit [Ping timeout: 258 seconds]
<M-Sonata1> Is there a good solution for paying someone to host my files on ipfs? Filecoin seems to not exist yet, and running an IPFS node on my VPN results in really heavy resource usage.
Stebalien has joined #ipfs
mbrock has quit [Quit: Connection closed for inactivity]
<Kubuxu> M-Sonata1: there isn't solution in place yet
<M-Sonata1> ok
mgue has quit [Ping timeout: 260 seconds]
vbsd has joined #ipfs
jaboja has joined #ipfs
mgue has joined #ipfs
pguth has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
herzmeister has quit [Quit: Leaving]
pguth has quit [Remote host closed the connection]
herzmeister has joined #ipfs
pguth has joined #ipfs
pguth has quit [Remote host closed the connection]
palkeo has quit [*.net *.split]
Mitar has quit [*.net *.split]
cketti has quit [*.net *.split]
M-mubot has quit [*.net *.split]
M-harlan has quit [*.net *.split]
M-fiatjaf has quit [*.net *.split]
M-AndrewGaspar has quit [*.net *.split]
M-jeffreybpeters has quit [*.net *.split]
Guest19048[m] has quit [*.net *.split]
M-ms has quit [*.net *.split]
M-lucnsy has quit [*.net *.split]
M-2128 has quit [*.net *.split]
Guest18692[m] has quit [*.net *.split]
M-AbhishekDutt has quit [*.net *.split]
M-4447 has quit [*.net *.split]
M-whyrusleeping has quit [*.net *.split]
M-trashrabbit has quit [*.net *.split]
M-hash has quit [*.net *.split]
M-toor has quit [*.net *.split]
kegan[m] has quit [*.net *.split]
ajp has quit [*.net *.split]
okket has quit [*.net *.split]
xa0 has quit [*.net *.split]
ebarch has quit [*.net *.split]
sindresorhus has quit [*.net *.split]
ec has quit [*.net *.split]
kitcambridge has quit [*.net *.split]
tg has quit [*.net *.split]
prettymuchbryce has quit [*.net *.split]
brimstone has quit [*.net *.split]
mappum has quit [*.net *.split]
stevenroose has quit [*.net *.split]
ansuz has quit [*.net *.split]
danemacmillan has quit [*.net *.split]
keks_ has quit [*.net *.split]
bitspill has quit [*.net *.split]
anttea has quit [*.net *.split]
joeyh has quit [*.net *.split]
ekroon has quit [*.net *.split]
ehd has quit [*.net *.split]
oleavr has quit [*.net *.split]
installgen2 has quit [*.net *.split]
dansup has quit [*.net *.split]
tperson has quit [*.net *.split]
_fil_ has quit [*.net *.split]
andoma has quit [*.net *.split]
baffo32 has quit [*.net *.split]
eco has quit [*.net *.split]
wunki has quit [*.net *.split]
mmuller has quit [*.net *.split]
marni has quit [*.net *.split]
dvn has quit [*.net *.split]
keks has joined #ipfs
tperson has joined #ipfs
dansup has joined #ipfs
M-2128 has joined #ipfs
M-lucnsy has joined #ipfs
ansuz has joined #ipfs
M-trashrabbit has joined #ipfs
okket has joined #ipfs
M-AndrewGaspar has joined #ipfs
mmuller has joined #ipfs
andoma has joined #ipfs
wunki has joined #ipfs
Mitar has joined #ipfs
stevenroose has joined #ipfs
M-4447 has joined #ipfs
M-fiatjaf has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
palkeo has joined #ipfs
M-ms has joined #ipfs
Guest19048[m] has joined #ipfs
M-mubot has joined #ipfs
eco has joined #ipfs
M-hash has joined #ipfs
cketti has joined #ipfs
M-jeffreybpeters has joined #ipfs
kitcambridge has joined #ipfs
M-toor has joined #ipfs
installgen2 has joined #ipfs
pguth has joined #ipfs
marni has joined #ipfs
pguth has quit [Remote host closed the connection]
Guest18692[m] has joined #ipfs
kegan[m] has joined #ipfs
dvn has joined #ipfs
ajp has joined #ipfs
M-AbhishekDutt has joined #ipfs
M-whyrusleeping has joined #ipfs
M-harlan has joined #ipfs
mappum has joined #ipfs
brimstone has joined #ipfs
ec has joined #ipfs
joeyh has joined #ipfs
brimstone is now known as Guest90713
ebarch has joined #ipfs
M-Peer2Peer has quit [Ping timeout: 260 seconds]
michaelmure[m] has quit [Ping timeout: 260 seconds]
M-ptman has quit [Ping timeout: 260 seconds]
M-bastinik has quit [Ping timeout: 260 seconds]
M-Val has quit [Ping timeout: 260 seconds]
mafintosh has quit [Ping timeout: 258 seconds]
kumavis has quit [Ping timeout: 258 seconds]
yoshuawuyts has quit [Ping timeout: 258 seconds]
sull[m] has quit [Ping timeout: 275 seconds]
M-metamattj has quit [Ping timeout: 275 seconds]
M-bp5 has quit [Ping timeout: 275 seconds]
M-16194 has quit [Ping timeout: 275 seconds]
xa0 has joined #ipfs
xa0 has quit [Changing host]
xa0 has joined #ipfs
danemacmillan has joined #ipfs
nicolag has quit [Ping timeout: 258 seconds]
M-liathit has quit [Ping timeout: 260 seconds]
M-3798 has quit [Ping timeout: 260 seconds]
M-2194 has quit [Ping timeout: 260 seconds]
M-internetjanito has quit [Ping timeout: 260 seconds]
zmanian__ has quit [Ping timeout: 258 seconds]
bengl has quit [Ping timeout: 258 seconds]
jhiesey has quit [Ping timeout: 258 seconds]
weex has quit [Ping timeout: 258 seconds]
bitspill has joined #ipfs
M-3526 has quit [Ping timeout: 276 seconds]
ogd has quit [Ping timeout: 258 seconds]
richardlitt has quit [Ping timeout: 258 seconds]
tg has joined #ipfs
M-kode54 has quit [Ping timeout: 260 seconds]
M-HirmeS has quit [Ping timeout: 260 seconds]
risk has quit [Ping timeout: 258 seconds]
omnigoat has quit [Ping timeout: 258 seconds]
M-Guest2152 has quit [Ping timeout: 276 seconds]
M-Lawrence_Pritc has quit [Ping timeout: 276 seconds]
prettymuchbryce has joined #ipfs
SoreGums has quit [Ping timeout: 258 seconds]
NeoTeo has quit [Ping timeout: 258 seconds]
M-wldhx has quit [Ping timeout: 260 seconds]
M-Shrike1 has quit [Ping timeout: 260 seconds]
ehd has joined #ipfs
sindresorhus has joined #ipfs
M-sliker has quit [Ping timeout: 276 seconds]
zmanian__ has joined #ipfs
weex has joined #ipfs
weex is now known as Guest63597
jhiesey has joined #ipfs
ogd has joined #ipfs
ekroon has joined #ipfs
yoshuawuyts has joined #ipfs
NeoTeo has joined #ipfs
sull[m] has joined #ipfs
M-16194 has joined #ipfs
M-metamattj has joined #ipfs
M-bp5 has joined #ipfs
M-bastinik has joined #ipfs
M-ptman has joined #ipfs
M-Peer2Peer has joined #ipfs
M-Val has joined #ipfs
G-Ray has quit [Quit: Konversation terminated!]
SoreGums has joined #ipfs
M-3526 has joined #ipfs
M-3798 has joined #ipfs
M-internetjanito has joined #ipfs
michaelmure[m] has joined #ipfs
M-2194 has joined #ipfs
M-Guest2152 has joined #ipfs
M-Lawrence_Pritc has joined #ipfs
M-kode54 has joined #ipfs
M-HirmeS has joined #ipfs
M-sliker has joined #ipfs
M-wldhx has joined #ipfs
M-Shrike1 has joined #ipfs
M-liathit has joined #ipfs
kumavis has joined #ipfs
richardlitt has joined #ipfs
nicolag has joined #ipfs
omnigoat has joined #ipfs
risk has joined #ipfs
draynium has joined #ipfs
mafintosh has joined #ipfs
pguth has joined #ipfs
bengl has joined #ipfs
<A124> lgierth I did made that mkdir -p, but then it complains about nonexisting repo, ... I tried that before your advice. Did not look further that that as have no idea where to look.
baffo32 has joined #ipfs
<A124> M-Sonata1: How much data? IPFS only without gateway would be ok?
mildred has joined #ipfs
pguth has quit [Remote host closed the connection]
<M-Sonata1> I was imagining IPFS without gateway, yeah.
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to feature/root-is-symlink: https://git.io/voDqn
<ipfsbot> go-ipfs/feature/root-is-symlink ab5f0d4 Jakub Sztandera: test: Directly referenced symlink should be resolved...
pguth has joined #ipfs
<dignifiedquire> daviddias: finally a really sensible approach to solving the module loading issues in node.js https://github.com/bmeck/UnambiguousJavaScriptGrammar/blob/master/README.md
<lgierth> A124: as i said it assumes it's building within the git repo
<lgierth> it sounds like you have everything except the repo (.git/)
matoro has quit [Ping timeout: 276 seconds]
<daviddias> dignifiedquire nice! It will require a lot of changes in the ecosystem, but everyone agrees, then awesome
matoro has joined #ipfs
<dignifiedquire> yeah but it requires considerably less than what the other proposals required, so it's getting better and better :)
computerfreak has joined #ipfs
arajakul has quit [Ping timeout: 252 seconds]
Stebalien has quit [Remote host closed the connection]
vbsd has quit [Ping timeout: 260 seconds]
<A124> lgierth I cloned the repo, then ran the build.
<A124> Or is there another command magic? Or do I have to clone bare?
<dansup> A124, did you do ipfs init ?
pguth has quit [Remote host closed the connection]
<A124> dansup I believe so. Do I have to have running node on same machine?
pguth has joined #ipfs
<lgierth> A124: mh no that should be it -- could i get the complete output of what you're doing?
<lgierth> and the output of docker version
<lgierth> dansup's just trying to troll...
<A124> Sure. Let me re-run.
<lgierth> actually sorry dansup that was a legitimate question
<lgierth> is it complaining about a missing git repo or a missing ipfs repo?
<lgierth> i'll just look at the output paste haha
<dansup> lgierth, apologies, I wasn't trying to troll. I had to do that during my installation iirc
Senji has quit [Ping timeout: 250 seconds]
<lgierth> yep yep sorry <3
<lgierth> who's the derp now
<dansup> I shouldnt be giving support/advice anyways, I'm still learning ipfs
Encrypt has joined #ipfs
<lgierth> oh you should
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
<dignifiedquire> daviddias: ping
<dignifiedquire> daviddias: when you get back take a look at https://lernajs.io/ I think this might make your js-ipfs life a whole lot easier
palkeo has quit [Ping timeout: 260 seconds]
herzmeister has quit [Quit: Leaving]
<A124> lgierth are you sure you want full thing? It is long, would have to rerun and log to file.
herzmeister has joined #ipfs
<A124> And ipfsbin froze me.
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
<lgierth> yes yes all of it
cryptix has quit [Ping timeout: 244 seconds]
<lgierth> :)
taaem has quit [Read error: Connection reset by peer]
<ipfsbot> [go-ipfs] Kubuxu force-pushed feature/root-is-symlink from ab5f0d4 to 00c3271: https://git.io/voDc3
<ipfsbot> go-ipfs/feature/root-is-symlink 00c3271 Jakub Sztandera: test: Directly referenced symlink should be resolved...
taaem has joined #ipfs
<A124> Docker 1.6.2, $ git clone https://github.com/ipfs/go-ipfs.git; cd go-ipfs; docker build .
<Kubuxu> smells like `mkdir .git/object` is missing `-p` flag :P
<A124> Kubuxu I did answer that to lgierth already, and tried it myself even before. With -p it complains it's not a repo.
mildred has quit [Ping timeout: 252 seconds]
cketti has quit [Ping timeout: 258 seconds]
Stebalien has joined #ipfs
<lgierth> thanks A124, trying myself now
Senji has joined #ipfs
<lgierth> The .dockerignore file support exclusion rules
<lgierth> if you remove .git from .dockerignore, it should work
<lgierth> tl;dr our dockerfile currently requires docker >1.7.0
<lgierth> >=1.7.0
Senji has quit [Ping timeout: 276 seconds]
jaboja has quit [Ping timeout: 272 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
arajakul has joined #ipfs
<lgierth> sorry your distribution ships an outdated docker :D
cketti has joined #ipfs
cketti has quit [Changing host]
cketti has joined #ipfs
<A124> Thanks! ... well... testing, testing, had to change to mkdir -p it is taking it's time.
<A124> What I wondered about was alpine 3.3 and go 1.5.4-r0 instead newer stuff.
ashark has joined #ipfs
jaboja has joined #ipfs
<lgierth> golang was faaar to big last time i checked
asie has quit [Ping timeout: 272 seconds]
<lgierth> even the docker:alpine image
<A124> 72MB.
<lgierth> yeah
<lgierth> our image is go-ipfs itself plus maybe 5 more MB
<A124> Alpine does not provide go 1.7 :-/
<A124> I seen 23MB on the first line when building.
<lgierth> go-ipfs doesn't require go 1.7 :) but it'll be a neat update once it does
<lgierth> eeh once alpine provides it
ashark has quit [Ping timeout: 240 seconds]
<lgierth> the dockerfile is optimized toward final image size -- i consider every significant size increase a regression of sorts
<A124> Yeah, I just wanted to test, while at it. ... But the point was to get the latest for testing. I was complaining about context switching... unable to fix it myself, and whyrus fixed it, well most of it in week old one. There were massive spikes left, so will look at that.
asie has joined #ipfs
<A124> Memory leaks and context switching are two major hurdles that I have seen for deploying as service.
<lgierth> yeah word
<lgierth> painful for us too haha
* A124 agrees and is on the same slim note. He was building responsive web and streaming music services back in 2005
<lgierth> :)
<A124> ... it took web too long to aclimate and require slim, fast stuff. I was excelling at that, but everyone thought it's crap, today it is the opposite, yet still some prefer easy paycheck from grants and do nothing. So scraping their data.
<A124> Is erasure coding planned at all for ipfs?
<A124> The .git remove and mkdir -p together works
Guest90713 has quit [Changing host]
Guest90713 has joined #ipfs
Guest90713 is now known as brimstone
Stebalien has quit [Remote host closed the connection]
zorglub27 has quit [Quit: zorglub27]
jaboja has quit [Ping timeout: 264 seconds]
slothbag has joined #ipfs
ashark has joined #ipfs
computerfreak has quit [Ping timeout: 240 seconds]
computerfreak has joined #ipfs
jaboja has joined #ipfs
matoro has quit [Ping timeout: 244 seconds]
zz_r04r is now known as r04r
Encrypt has quit [Quit: Quitte]
matoro has joined #ipfs
stoogenmeyer has joined #ipfs
stoogenm_ has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
stoogenmeyer has quit [Ping timeout: 258 seconds]
ola has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
stoogenm_ has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
stoogenm_ has joined #ipfs
computerfreak has quit [Quit: Leaving.]