lgierth changed the topic of #ipfs to: go-ipfs v0.4.8 is out! https://dist.ipfs.io/#go-ipfs | Week 13: Web browsers, IPFS Cluster, Orbit -- https://waffle.io/ipfs/roadmaps | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | FAQ: https://git.io/voEh8 | Logs: https://botbot.me/freenode/ipfs/ | Code of Conduct: https://git.io/vVBS0
yosafbridge` has quit [Quit: Leaving]
infinity0_ has joined #ipfs
infinity0_ has quit [Changing host]
infinity0 has joined #ipfs
GoodGuyGreg[m] has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
yosafbridge has joined #ipfs
stevenaleach_ has quit [Remote host closed the connection]
stevenaleach_ has joined #ipfs
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
tilgovi has quit [Remote host closed the connection]
infinity0 has joined #ipfs
infinity0 has quit [Remote host closed the connection]
<whyrusleeping> M-anomie: we're working on it
<whyrusleeping> if youre interested, we've got a webextension for ipfs here: https://github.com/ipfs/ipfs-firefox-addon
reit has quit [Quit: Leaving]
tilgovi has joined #ipfs
<whyrusleeping> and a coordination issue: https://github.com/ipfs/in-web-browsers/issues/54
<M-anomie> whyrusleeping: Oh wow, you people continue to impress me.
<whyrusleeping> its not yet where we want it
<whyrusleeping> it requires you to be running a daemon
<M-anomie> Ah. How can I make sure I know when it bundles its own daemon?
<whyrusleeping> follow that issue
<M-anomie> Ah, I should have figured that out.
tilgovi has quit [Remote host closed the connection]
<wak-work[m]> it's kinda nice that it can use the system daemon though if you want a common cache
robattila256 has quit [Ping timeout: 260 seconds]
<wak-work[m]> hopefully it will allow using a common daemon when bundling support is added
Jesin has quit [Quit: Leaving]
Jesin has joined #ipfs
katamori has joined #ipfs
<katamori> hi guys, question: do you know any decent chat group on Telegram about IPFS, or at the very least, Ethereum?
jab_ has joined #ipfs
Guest236801[m] has joined #ipfs
jab_ has quit [Ping timeout: 268 seconds]
jab_ has joined #ipfs
jab_ has quit [Client Quit]
jab_ has joined #ipfs
<jab_> ipfs is super interesting project, finally understanding it how it works and how to use it.
<jab_> curious, when I publish, I experience latency of 10s during that operation and also 10-20s when refreshing from remote gateway (https://ipfs.io/ipns/). is this normal latency?
<Mateon1> I think this is just the DHT being slow
<jab_> also, local gateway from daemon has similar latency but anecdotally faster.
<jab_> I've read ipfs will use DHT to query for freshest value on network, so even if you're hosting/publishing on your PC it still performs this operation which causes the latency.
reit has joined #ipfs
<jab_> Mateon1, is this your experience as well?
<Mateon1> Yes, that's my experience, unfortunately
reit has quit [Client Quit]
<jab_> Some of the videos that include demos seem to run very fast. Is that because they don't peer to anyone else?
bhstahl has joined #ipfs
<Mateon1> I'm not sure, it might just be good connectivity, or it might be a small IPFS network
pawn has joined #ipfs
<pawn> Mateon1: That's the idea I had actually. I was going to create a modular (hackable) browser using electron, then provide a module for IPFS support and what not. Get it all working. I'd add the idea for a "petnames" protocol (which would be like a sort of automatic bookmarks feature)
bhstahl has quit [Ping timeout: 255 seconds]
jab_ has quit [Quit: Leaving]
ShalokShalom has quit [Ping timeout: 246 seconds]
Aranjedeath has quit [Ping timeout: 240 seconds]
tilgovi has joined #ipfs
katamori has quit [Quit: Page closed]
gmcabrita has quit [Quit: Connection closed for inactivity]
tilgovi has quit [Ping timeout: 246 seconds]
shizy has joined #ipfs
aedigix has joined #ipfs
stevenaleach_ has quit [Remote host closed the connection]
stevenaleach_ has joined #ipfs
stevenaleach_ has quit [Read error: Connection reset by peer]
stevenaleach has joined #ipfs
gde33 has quit [Ping timeout: 240 seconds]
<pawn> Hey, when you unpin a file is it still cached somewhere?
<pawn> It seems like the file is just downloading way too fast
<tangent128> It may or may not still be cached; unpinning just means there's no longer a promise it is cached
<pawn> How can I guarantee to wipe it from my ipfs node?
<pawn> Also, once I add it to ipfs, does it get distributed to other nodes automatically, or does it need to be requested by another node?
<tangent128> It has to be requested; it only gets stored on nodes that ask for it..
ribasushi has quit [Ping timeout: 240 seconds]
<Mateon1> Pawn, in order to remove unpinned content you need to run `ipfs repo gc`. All unpinned content will be deleted
<pawn> So when I did ipfs get ... that just copied it from my repo's cache
ribasushi has joined #ipfs
<Mateon1> pawn: Yep
<Mateon1> Well, anyway I have to go for now. Good night
<pawn> So when I do ipfs get it's like wget?
<pawn> It just saves the file in the cwd?
<pawn> Mateon1: Night!
reit has joined #ipfs
<Mateon1> Yes, it chooses the default filename from the path, and you can override it with -o like in wget
reit has quit [Client Quit]
<pawn> However it doesn't save the file to my own node's repo
pawn has quit [Remote host closed the connection]
bhstahl has joined #ipfs
Aranjedeath has joined #ipfs
Guest21830 has quit [Ping timeout: 246 seconds]
bhstahl has quit [Ping timeout: 246 seconds]
shipit has quit [Remote host closed the connection]
shizy has quit [Ping timeout: 240 seconds]
stevenaleach has quit [Remote host closed the connection]
stevenaleach has joined #ipfs
stevenaleach has quit [Remote host closed the connection]
stevenaleach has joined #ipfs
palkeo has joined #ipfs
xelra has quit [Remote host closed the connection]
ygrek_ has quit [Ping timeout: 260 seconds]
xelra has joined #ipfs
whysoserious has joined #ipfs
whysoserious has quit [Client Quit]
whysoserious has joined #ipfs
dimitarvp has quit [Ping timeout: 246 seconds]
gooseus_ has joined #ipfs
gooseus has quit [Quit: Page closed]
gooseus_ is now known as gooseus
pawn has joined #ipfs
<pawn> How does a client find a file by it's hash? What's the algorithm behind this? Is it a DFS or BFS of some kind? I'm new to networking in general (I don't even know what a NAT traversal is), but I'm curious if this can be explained without too much prior knowledge in network routing?
palkeo has quit [Ping timeout: 260 seconds]
infinity0 has joined #ipfs
kantokom1 has joined #ipfs
Akaibu has joined #ipfs
kantokomi has quit [Ping timeout: 240 seconds]
pawn has quit [Remote host closed the connection]
stevenaleach has quit [Remote host closed the connection]
bhstahl has joined #ipfs
shyamsk has joined #ipfs
bhstahl has quit [Ping timeout: 260 seconds]
shyamsk_mob has quit [Ping timeout: 246 seconds]
interfect has quit [Remote host closed the connection]
whysoserious has quit [Ping timeout: 260 seconds]
pawn has joined #ipfs
captain_morgan has quit [Remote host closed the connection]
captain_morgan has joined #ipfs
<M-anomie> pawn: I'm kinda lazy and about to sleep rn, ping me tomorrow and I'll explain. If you don't wanna wait, I'd suggest checking out the specs. https://github.com/ipfs/specs/blob/master/README.md
<pawn> M-anomie: Is this regarding the routing question?
<pawn> M-anomie: I'll be sure to be online and I'll be constantly asking questions until I get learn everything I can. I really want to use IPFS to implement a browser.
<whyrusleeping> :)
<whyrusleeping> pawn: ipfs uses a sloppy dht to perform lookups
<pawn> whyrusleeping: sloppy? Is that a technical term?
<whyrusleeping> it is, actually
<M-anomie> Is there an easy way to tell how big a folder is?
<whyrusleeping> M-anomie: assuming the author was honest and didnt modify the size fields in the links
<whyrusleeping> just sum the sizes on all the folders links are
<M-anomie> Can ipfs do that for me?
<whyrusleeping> hrm
<whyrusleeping> ipfs object stat <dirhash>
<pawn> Any in-depth tutorials on go-ipfs?
<M-anomie> I got a negative size. Integer overflow?
palkeo has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
JayCarpenter has quit [Quit: Page closed]
sirdancealot has joined #ipfs
pawn has quit [Remote host closed the connection]
archpc has joined #ipfs
pawn has joined #ipfs
_whitelogger has joined #ipfs
Aranjedeath has quit [Quit: Three sheets to the wind]
tilgovi has joined #ipfs
sirdancealot has quit [Ping timeout: 255 seconds]
pawn has quit [Remote host closed the connection]
bhstahl has joined #ipfs
bhstahl has quit [Ping timeout: 260 seconds]
ygrek_ has joined #ipfs
reit has joined #ipfs
<victorbjelkholm> pawn: check this out: https://flyingzumwalt.gitbooks.io/decentralized-web-primer/
<victorbjelkholm> ah, you're offline... Anyways, good resource ^
<alu> good for everyone
maxlath has joined #ipfs
maxlath has quit [Ping timeout: 246 seconds]
rendar has joined #ipfs
Caterpillar has joined #ipfs
gde33 has joined #ipfs
ygrek_ has quit [Ping timeout: 240 seconds]
john3 has joined #ipfs
palkeo has quit [Ping timeout: 240 seconds]
aaa| has quit [Ping timeout: 246 seconds]
X-Scale has quit [Quit: HydraIRC -> http://www.hydrairc.com <-]
espadrine` has joined #ipfs
<m0ns00n> Hello!
mildred2 has joined #ipfs
mildred1 has quit [Read error: No route to host]
mildred3 has joined #ipfs
whysoserious has joined #ipfs
mildred2 has quit [Ping timeout: 268 seconds]
tilgovi has quit [Remote host closed the connection]
sirdancealot has joined #ipfs
aaa| has joined #ipfs
Kubuxu has quit [Remote host closed the connection]
Kubuxu has joined #ipfs
maxlath1 has joined #ipfs
maxlath1 is now known as maxlath
chungy has quit [Ping timeout: 246 seconds]
ianopolous has quit [Remote host closed the connection]
ecloud has quit [Ping timeout: 245 seconds]
jungly has joined #ipfs
maxlath has quit [Ping timeout: 240 seconds]
ecloud has joined #ipfs
nekomune has quit [Read error: Connection reset by peer]
cxl000 has joined #ipfs
sirdancealot has quit [Ping timeout: 268 seconds]
robattila256 has joined #ipfs
nskelsey_ is now known as nskelsey
robattila256 has quit [Quit: WeeChat 1.8]
mahloun has joined #ipfs
sirdancealot has joined #ipfs
btmsn has joined #ipfs
bhstahl has joined #ipfs
sirdancealot has quit [Ping timeout: 240 seconds]
whysoserious has quit [Ping timeout: 260 seconds]
silotis has quit [Ping timeout: 260 seconds]
bhstahl has quit [Remote host closed the connection]
silotis has joined #ipfs
jkilpatr has quit [Ping timeout: 255 seconds]
gmcabrita has joined #ipfs
dimitarvp has joined #ipfs
subtraktion has joined #ipfs
subtraktion has quit [Client Quit]
sirdancealot has joined #ipfs
jkilpatr has joined #ipfs
bhstahl has joined #ipfs
bhstahl has quit [Ping timeout: 240 seconds]
<dignifiedquire> !pin Qmdqvb727oTPP8acfZQmJ57Zj3AYfoWrCr1g6fA3oinNRj
<pinbot> usage: !pin <hash> <label>
<dignifiedquire> !pin Qmdqvb727oTPP8acfZQmJ57Zj3AYfoWrCr1g6fA3oinNRj prep
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/Qmdqvb727oTPP8acfZQmJ57Zj3AYfoWrCr1g6fA3oinNRj
bhstahl has joined #ipfs
rcat has joined #ipfs
shyamsk_mobile has joined #ipfs
bhstahl has quit [Ping timeout: 246 seconds]
shyamsk has quit [Ping timeout: 268 seconds]
btmsn has quit [Ping timeout: 240 seconds]
asyncsec has joined #ipfs
chris613 has joined #ipfs
bhstahl has joined #ipfs
bhstahl has quit [Ping timeout: 245 seconds]
robattila256 has joined #ipfs
guardianx has joined #ipfs
guardianx has left #ipfs [#ipfs]
maxlath has joined #ipfs
maxlath1 has joined #ipfs
maxlath has quit [Ping timeout: 260 seconds]
maxlath1 is now known as maxlath
ashark has joined #ipfs
maxlath has quit [Ping timeout: 260 seconds]
<daviddias> !pin QmQzCNazpjKjbzSUnGgQF3nVzq7YLQMb5RWYtahJyQUsJL filecoin.io
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/QmQzCNazpjKjbzSUnGgQF3nVzq7YLQMb5RWYtahJyQUsJL
shizy has joined #ipfs
JayCarpenter has joined #ipfs
drathir has quit [Ping timeout: 246 seconds]
<daviddias> !pin QmUK9KeeY3QN8Q5iZXqxUrzSvsSRULVWLQdah5evpEUdSN filecoin.io-v2.0.1
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/QmUK9KeeY3QN8Q5iZXqxUrzSvsSRULVWLQdah5evpEUdSN
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #ipfs
drathir has joined #ipfs
Mateon1 has quit [Remote host closed the connection]
Bhootrk_ has quit [Read error: Connection reset by peer]
Alkly has joined #ipfs
Mateon1 has joined #ipfs
Alkly has quit [Ping timeout: 260 seconds]
bhstahl has joined #ipfs
bhstahl has quit [Ping timeout: 240 seconds]
maxlath has joined #ipfs
konubinix has quit [Remote host closed the connection]
btmsn has joined #ipfs
konubinix has joined #ipfs
Mateon3 has joined #ipfs
konubinix has quit [Remote host closed the connection]
jkilpatr has quit [Quit: Leaving]
jkilpatr has joined #ipfs
Mateon1 has quit [Ping timeout: 268 seconds]
Mateon3 is now known as Mateon1
sirdancealot has quit [Ping timeout: 240 seconds]
pat36 has joined #ipfs
tilgovi has joined #ipfs
<daviddias> !pin QmZ3ar8BFPbENjfzMEvwUS9zkRicwWjc5gZLaWUuyGtxJ9 filecoin.io-v2.0.2
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/QmZ3ar8BFPbENjfzMEvwUS9zkRicwWjc5gZLaWUuyGtxJ9
bwerthmann has quit [Ping timeout: 240 seconds]
bwerthmann has joined #ipfs
maxlath has quit [Quit: maxlath]
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #ipfs
robattila256 has quit [Quit: WeeChat 1.8]
baffo32 has joined #ipfs
asyncsec has quit [Quit: Later]
droman has joined #ipfs
tidux has joined #ipfs
ygrek_ has joined #ipfs
reit has quit [Quit: Leaving]
tilgovi has quit [Ping timeout: 272 seconds]
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
shyamsk_mobile has quit [Ping timeout: 260 seconds]
wak-work has quit [Remote host closed the connection]
xelra has quit [Quit: ZNC - http://znc.in]
xelra has joined #ipfs
ianopolous has joined #ipfs
wak-work has joined #ipfs
Caterpillar2 has joined #ipfs
Caterpillar has quit [Ping timeout: 260 seconds]
Caterpillar has joined #ipfs
Caterpillar2 has quit [Ping timeout: 240 seconds]
Encrypt has joined #ipfs
reit has joined #ipfs
reit has quit [Client Quit]
jungly has quit [Remote host closed the connection]
shyamsk has joined #ipfs
john3 has quit [Ping timeout: 255 seconds]
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
X-Scale has joined #ipfs
Encrypt has quit [Quit: Quit]
bhstahl has joined #ipfs
ygrek_ has quit [Ping timeout: 260 seconds]
pat36 has quit [Read error: Connection reset by peer]
mahloun has quit [Ping timeout: 246 seconds]
pat36 has joined #ipfs
bhstahl has quit [Ping timeout: 240 seconds]
john3 has joined #ipfs
maxlath has joined #ipfs
maxlath has quit [Client Quit]
Mateon1 has quit [Remote host closed the connection]
Mateon1 has joined #ipfs
citizenErased has joined #ipfs
maxlath has joined #ipfs
robattila256 has joined #ipfs
Encrypt has joined #ipfs
<daviddias> !pin QmPNPJd3sDdcSSPLdwtpbhRdohYXG2rch4JA2fj6PApLaR filecoin.io-v2.1.0
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/QmPNPJd3sDdcSSPLdwtpbhRdohYXG2rch4JA2fj6PApLaR
<daviddias> !pin QmeyUHAsKS9cAefdrUcCrvsR2nuLJzYEYt23y8tPH1YdTa filecoin.io-v2.1.1
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/QmeyUHAsKS9cAefdrUcCrvsR2nuLJzYEYt23y8tPH1YdTa
dimitarvp` has joined #ipfs
dimitarvp has quit [Disconnected by services]
dimitarvp` is now known as dimitarvp
<daviddias> !pin QmS9psjK7NLDXTLkCRbb7NConU6p9esaEaaurKD7qHnnbY filecoin.io-v2.1.2
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/QmS9psjK7NLDXTLkCRbb7NConU6p9esaEaaurKD7qHnnbY
bhstahl has joined #ipfs
bhstahl has quit [Ping timeout: 240 seconds]
<jbenet> !pin QmarRmR8QFkehjdbDepY4frVzncD5n4EV9bHfYJUBrG4gb
<pinbot> usage: !pin <hash> <label>
<jbenet> !pin QmarRmR8QFkehjdbDepY4frVzncD5n4EV9bHfYJUBrG4gb pl site
<pinbot> now pinning on 8 nodes
<pinbot> pinned on 8 of 8 nodes (0 failures) -- https://ipfs.io/ipfs/QmarRmR8QFkehjdbDepY4frVzncD5n4EV9bHfYJUBrG4gb
espadrine` has quit [Ping timeout: 246 seconds]
reit has joined #ipfs
rendar has quit [Ping timeout: 260 seconds]
robattila256 has quit [Quit: WeeChat 1.8]
ashark has quit [Ping timeout: 240 seconds]
ygrek_ has joined #ipfs
sirdancealot has joined #ipfs
<cblgh> The first ICO on the platform will be for Filecoin, sometime in the next few weeks.
<cblgh> wooooot
<cblgh> i had no idea
<alu> so
<alu> time to buy?
<jbenet> we made CoinList :)
<cblgh> yeah, super neat
<timthelion[m]> Is it normal that running a gateway on a powerfull VPS should take 30-70% CPU all the time and noticibly slow the VPS?
<cblgh> also looks like you've secured some funding from places, glad to hear :3
<cblgh> dat / ssb / ipfs / ethereum are all so exciting
<timthelion[m]> I don't really understand why ipfs takes so much cpu on the VPS. I have the daemon running on my laptop and top doesn't report any CPU for it. How do I tell what is making the VPS daemon instance turn? Is it people connecting to it via HTTP, or the DHT or what?
<tidux> yeah that's normal timthelion[m]
rendar has joined #ipfs
rendar has joined #ipfs
rendar has quit [Changing host]
<tidux> I run a gateway and I see reasonable CPU load even on a dual socket Xeon sometimes
maxlath has quit [Ping timeout: 246 seconds]
<timthelion[m]> What causes it?
<tidux> there are some protocol issues that lead to this load, but they're being worked on
<tidux> 1. IPNS is crap
<timthelion[m]> Aha
<tidux> 2. every time you download a block it gets announced that you have it
<tidux> this means that downloading, say, 10GB of data is like a DoS
<timthelion[m]> And why does the gateway have so much load but my laptop not have the problem?
<tidux> because your gateway is a) used by way more people and b) doing a bunch more work
<tidux> if you don't have it placed behind nginx you should
<timthelion[m]> How can I tell if anyone is using it?
sirdancealot has quit [Ping timeout: 240 seconds]
<timthelion[m]> Is there like a "show me the number of visitors today" command?
<tidux> that's why you put it behind nginx
<tidux> so you can look at nginx access logs
<timthelion[m]> I guess, since this is unix, the proxying web server (lighttpd in this case) could tell me those things.
<timthelion[m]> OK
<tidux> yeah lighttpd would work too
mildred3 has quit [Read error: Connection reset by peer]
mildred3 has joined #ipfs
<timthelion[m]> Do you have ngnix set up to do caching or why does ngnix help?
<tidux> caching does almost nothing for IPFS yet, the real benefit is having nginx handle all the external connections and state
<tidux> so there's just a bunch of internal traffic between nginx and the ipfs daemon
<tidux> it's a fairly common deployment pattern for web applications - write your own baked in simple HTTPd and reverse-proxy it out through a more general purpose webserver
robattila256 has joined #ipfs
drathir has quit [Ping timeout: 260 seconds]
reit has quit [Quit: Leaving]
ashark has joined #ipfs
drathir has joined #ipfs
bhstahl has joined #ipfs
spanemy has joined #ipfs
bhstahl has quit [Ping timeout: 246 seconds]
robattila256 has quit [Ping timeout: 246 seconds]
davidl has joined #ipfs
chungy has joined #ipfs
<timthelion[m]> one would think that ipfs would be ultimately the most cachable of all peices of software.
espadrine has joined #ipfs
sirdancealot has joined #ipfs
droman has quit [Ping timeout: 272 seconds]
Teeed has quit [Quit: leaving]
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
Teeed has joined #ipfs
droman has joined #ipfs
<jbenet> hey everyone, i wanted to drop this here https://protocol.ai/blog/protocol-labs-creating-new-networks/ -- everyone here is a part of the Protocol Labs extended network -- Protocol Labs is funding most of the core dev work and as it succeeds it will be better able to fund more and more projects. I have some posts coming soon that will talk about interesting
<jbenet> possibilities to fund lots of work on open source
testing833864 has joined #ipfs
btmsn has quit [Ping timeout: 240 seconds]
<testing833864> Hi, is this channel just for devs or equivalent to a #general on a slack?
reit has joined #ipfs
<r0kk3rz> testing833864: mostly general, bit of dev stuff too
<lemmi> jbenet: awesome :)
<testing833864> jbenet: I'm interested in learning if Filecoin's presale will really only be available to accredited investors. Is this something you would reconsider?
btmsn has joined #ipfs
reit has quit [Quit: Leaving]
jkilpatr has quit [Ping timeout: 258 seconds]
reit has joined #ipfs
bhstahl has joined #ipfs
reit has quit [Client Quit]
<Kubuxu> testing833864: this question and many others will be answered in a blog post we will have out very soon
sirdancealot has quit [Ping timeout: 268 seconds]
pat36 has quit [Read error: Connection reset by peer]
bhstahl has quit [Ping timeout: 246 seconds]
pat36 has joined #ipfs
<testing833864> Kubuxu: thanks. I hope you guys keep the spirit of decentralization and have a very inclusive process :-)
pat36 has quit [Read error: Connection reset by peer]
pat36 has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
<jbenet> testing833864 we also have to take into account the spirit of what's legal.
<jbenet> testing833864 a lot of sales so far will likely get people in trouble in the coming years
droman has quit [Ping timeout: 260 seconds]
gmoro has joined #ipfs
gmoro_ has quit [Ping timeout: 246 seconds]
dignifiedquire has quit [Quit: Connection closed for inactivity]
<drewolson> if i publish a pinned hash to my ipns name, stop my node for a week or so and then reconnect, should i still be able to resolve that ipns name?
<drewolson> ipns resolution seems very inconsistent and slow for me
<testing833864> jbenet: thanks
Captain_Beezay is now known as Anti-TrojanElite
robattila256 has joined #ipfs
markedfinesse has joined #ipfs
jkilpatr has joined #ipfs
droman has joined #ipfs
ebarch has quit [*.net *.split]
ChrisHutchinson[ has quit [*.net *.split]
jeremycahill[m] has quit [*.net *.split]
Guest203190[m] has quit [*.net *.split]
Guest20685[m] has quit [*.net *.split]
dawnbreez[m] has quit [*.net *.split]
fluff[m] has quit [*.net *.split]
DokterBob has quit [*.net *.split]
flacks[m] has quit [*.net *.split]
nocent[m] has quit [*.net *.split]
Guest229052[m] has quit [*.net *.split]
Guest224844[m] has quit [*.net *.split]
thirdcentury[m] has quit [*.net *.split]
Guest163234[m] has quit [*.net *.split]
kythyria[m] has quit [*.net *.split]
Guest157741[m] has quit [*.net *.split]
M98404[m] has quit [*.net *.split]
Guest156168[m] has quit [*.net *.split]
Guest136220[m] has quit [*.net *.split]
citizenerased[m] has quit [*.net *.split]
edou[m] has quit [*.net *.split]
Transhuman[m] has quit [*.net *.split]
davipirata[m] has quit [*.net *.split]
BeautifulBash[m] has quit [*.net *.split]
cryptix1 has quit [*.net *.split]
ztl8702[m] has quit [*.net *.split]
Guest159402[m] has quit [*.net *.split]
kszys[m] has quit [*.net *.split]
flyinglasanga[m] has quit [*.net *.split]
harlock[m] has quit [*.net *.split]
Guest178670[m] has quit [*.net *.split]
Guest204714[m] has quit [*.net *.split]
Guest125071[m] has quit [*.net *.split]
steefmin[m] has quit [*.net *.split]
toodlepop[m] has quit [*.net *.split]
Guest217328[m] has quit [*.net *.split]
glnro[m] has quit [*.net *.split]
Guest200216[m] has quit [*.net *.split]
M-kalmi has quit [*.net *.split]
gabyshu[m] has quit [*.net *.split]
network[m] has quit [*.net *.split]
edsilv[m] has quit [*.net *.split]
fujexo[m] has quit [*.net *.split]
Guest161720[m] has quit [*.net *.split]
Stebalien has quit [*.net *.split]
lowtechr[m] has quit [*.net *.split]
DiCE1904[m] has quit [*.net *.split]
agumonkey[m] has quit [*.net *.split]
synth[m] has quit [*.net *.split]
litebit[m] has quit [*.net *.split]
cdetrio[m] has quit [*.net *.split]
M-Dave has quit [*.net *.split]
jpereira[m] has quit [*.net *.split]
sabba[m] has quit [*.net *.split]
panicbit-M has quit [*.net *.split]
kaichao[m] has quit [*.net *.split]
notorioushanz[m] has quit [*.net *.split]
ph12[m] has quit [*.net *.split]
hiq[m] has quit [*.net *.split]
BanJo[m] has quit [*.net *.split]
prime1101[m] has quit [*.net *.split]
because[m] has quit [*.net *.split]
wakest has quit [*.net *.split]
null_radix[m] has quit [*.net *.split]
phil-flexhk[m] has quit [*.net *.split]
fabrixxm has quit [*.net *.split]
pep0ni[m] has quit [*.net *.split]
Quiark_ has quit [*.net *.split]
manolis[m] has quit [*.net *.split]
M-liberdiko has quit [*.net *.split]
bb010g has quit [*.net *.split]
aer[m] has quit [*.net *.split]
Pharyngeal has quit [*.net *.split]
drewolson has left #ipfs [#ipfs]
markedfinesse has quit [Remote host closed the connection]
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
markedfinesse has joined #ipfs
<cblgh> jbenet: oho oho that sounds really interesting!
markedfinesse has quit [Remote host closed the connection]
markedfinesse has joined #ipfs
toodlepop[m] has joined #ipfs
flyinglasanga[m] has joined #ipfs
pat36 has quit []
asyncsec has joined #ipfs
Guest178670[m] has joined #ipfs
kythyria[m] has joined #ipfs
Guest200216[m] has joined #ipfs
M-kalmi has joined #ipfs
Guest125071[m] has joined #ipfs
gabyshu[m] has joined #ipfs
<jbenet> testing833864> but i totally hear you. wish it was different :)
lowtechr[m] has joined #ipfs
agumonkey[m] has joined #ipfs
fujexo[m] has joined #ipfs
citizenerased[m] has joined #ipfs
harlock[m] has joined #ipfs
Guest204714[m] has joined #ipfs
BeautifulBash[m] has joined #ipfs
nocent[m] has joined #ipfs
Guest229052[m] has joined #ipfs
Guest224844[m] has joined #ipfs
Transhuman[m] has joined #ipfs
Guest157741[m] has joined #ipfs
Guest156168[m] has joined #ipfs
network[m] has joined #ipfs
thirdcentury[m] has joined #ipfs
M98404[m] has joined #ipfs
Guest159402[m] has joined #ipfs
Guest161720[m] has joined #ipfs
davipirata[m] has joined #ipfs
Guest136220[m] has joined #ipfs
Guest163234[m] has joined #ipfs
kszys[m] has joined #ipfs
edsilv[m] has joined #ipfs
dawnbreez[m] has joined #ipfs
Guest20685[m] has joined #ipfs
M-liberdiko has joined #ipfs
kaichao[m] has joined #ipfs
ph12[m] has joined #ipfs
fabrixxm has joined #ipfs
sabba[m] has joined #ipfs
manolis[m] has joined #ipfs
panicbit-M has joined #ipfs
jeremycahill[m] has joined #ipfs
Quiark_ has joined #ipfs
BanJo[m] has joined #ipfs
M-Dave has joined #ipfs
phil-flexhk[m] has joined #ipfs
because[m] has joined #ipfs
prime1101[m] has joined #ipfs
wakest has joined #ipfs
pep0ni[m] has joined #ipfs
fluff[m] has joined #ipfs
steefmin[m] has joined #ipfs
<markedfinesse> i'm running go-ipfs on an i686 digitalocean box with 1gig of ram. the thing is constantly using 25% of my memory and cpu (spiking to higher values). is this normal / expected?
ztl8702[m] has joined #ipfs
edou[m] has joined #ipfs
Guest203190[m] has joined #ipfs
glnro[m] has joined #ipfs
Guest217328[m] has joined #ipfs
DokterBob has joined #ipfs
ChrisHutchinson[ has joined #ipfs
DiCE1904[m] has joined #ipfs
synth[m] has joined #ipfs
notorioushanz[m] has joined #ipfs
Stebalien has joined #ipfs
jpereira[m] has joined #ipfs
litebit[m] has joined #ipfs
hiq[m] has joined #ipfs
flacks[m] has joined #ipfs
null_radix[m] has joined #ipfs
ebarch has joined #ipfs
cdetrio[m] has joined #ipfs
cryptix1 has joined #ipfs
bb010g has joined #ipfs
aer[m] has joined #ipfs
<markedfinesse> i'm on the latest release (i was seeing the same behavior on the previous release)
markedfinesse has quit [Remote host closed the connection]
markedfinesse has joined #ipfs
<Kubuxu> and I am writing a response but he is gone :|
<Kubuxu> and he is back
<markedfinesse> i'm back!
<markedfinesse> :)
<Kubuxu> markedfinesse: right now, yes. It is due to how many connections we establish currently. We will be working in future to reduce it
Encrypt has quit [Quit: Quit]
Anti-TrojanElite is now known as DongHao
<markedfinesse> Kubuxu: thanks. i'm excited about ipfs but the current memory requirements are a bit high. i'm using this box for other things as well.
DongHao is now known as WuYingzhuo
<Kubuxu> yeah, it is just the network grew faster than we anticipated
<Kubuxu> which is essentially a good thing
markedfinesse has quit [Changing host]
markedfinesse has joined #ipfs
bhstahl has joined #ipfs
dimitarvp has quit [Ping timeout: 240 seconds]
testing833864 has quit [Ping timeout: 260 seconds]
maxlath has joined #ipfs
bhstahl has quit [Ping timeout: 260 seconds]
jugash[m] has joined #ipfs
espadrine has quit [Ping timeout: 246 seconds]
reit has joined #ipfs
<fluff[m]> hey folks, trying to get ipfs-cluster running from home to a remote VPS, via "ipfs-cluster-ctl peers add <multiaddr is here>" and am getting a 500 error.. both computers have ipfs and ipfs-cluster-service daemons running. Anything else I might need to do to clear this pathway?
maxlath has quit [Quit: maxlath]
dimitarvp has joined #ipfs
mbrock has quit []
<emunand[m]> would ipfs be protected from anti-net neutrality?
jackv has quit [Remote host closed the connection]
<tidux> net neutrality is a meme
<tidux> IPFS has nothing to worry about unless they start doing DPI and blocking classes of traffic outright
<M-anomie> Even then, you just to find some peers somewhere, not necessarily through your isp.
<M-anomie> *Need to
<engdesart> Unless ISPs decide to throttle anything not in a whitelist to a crawl, at least.
<fluff[m]> A mesh network using IPFS wouldn't need ISPs, that circumvents anti-net neutrality. Quite a ways off though
<emunand[m]> but you would still need to be connected to the internet, and the most convienient way is through isps
<emunand[m]> at least, to update hashsites and ipfs itself
<davidl> emunand[m] so far. I just started hosting some ipfs stuff on cjdns, works great :-)
<fluff[m]> afaik you can serve IPFS content without an internet connection, just need a network
<emunand[m]> oh, so even an adhoc network would work?
<davidl> any network with an ip address, right?
<fluff[m]> I haven't done it myself but that's my understanding, yes
<M-anomie> Basically anything supported by libp2p.
<davidl> the routing protocol (cjdns, OSPF, EIGRP, whatever) nor the layer 2 protocol (Wifi-802.11, Ethernet, etc) doesn't matter.
dignifiedquire has joined #ipfs
<M-anomie> Could I use ipfs to organize a sneakernet (physical transportation of offline media) network? Could I hack that into libp2p or something?
galois_dmz has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
<xloem1> I wonder if putting the .ipfs dir into git-annex would work to track which sneakernet nodes had which content
<xloem1> i guess what's the point, you could just use git-annex alone by then, but it wouldn't connect you to a global store
droman has quit []
bhstahl has joined #ipfs
treora has joined #ipfs
<fluff[m]> afaik you'd just have to have hashes + all of access points on the same network. ipfs cluster (which I'm trying to get running, it's a little tough to use) automates locally pinning hashes across a network
bhstahl has quit [Ping timeout: 260 seconds]
<fluff[m]> So long your mesh stretches as far as it needs to, that could be used to propagate content instead of physically moving content via flash drives etc, while still keeping everything "offline" or off the internet proper. I think. I'm not so up on the mesh part yet.
ashark has quit [Ping timeout: 246 seconds]
<tidux> lol
<tidux> sneakernet still beats meshnet for throughput if you're moving more than a few terabytes
<tidux> and if the transport disk is LUKS or some other trusted crypto, then you can be sure it wasn't tampered with
<M-anomie> ^
<M-anomie> Hell, may be nice to integrate LUKS into the transport layer.
<tidux> lol
<M-anomie> You know, so content based addressing still works.
<M-anomie> If I'm not disrupting anything, there's another unorthodox use case I'd like to ask about.
<M-anomie> Some poeple have so much data, they can't practically have all their data accessible at once. I'd like to be able to have some kind of hook that can shoot me a text message or email when someone requests a file that is offline atm, and hot-swap a drive so that it gets to them eventually. Is this feasible?
<tidux> that's retarded
<tidux> just buy a JBOD chassis and wire up all your drives at once
SalanderLives has joined #ipfs
<xloem1> not retarded for those on a smaller budget, or e.g personally I'm homeless but store lots of data on swapped drives. using git-annex to solve that atm.
<sdgathman> If power is an issue, buy some USB hubs that actually implement the mandatory USB power control features that are even included in every chipset (as opposed to the more common practice of leaving the chipset pins unconnected and wiring +5 to Vcc).
shizy has quit [Ping timeout: 272 seconds]
<xloem1> f00f i guess you'd have to write code to listen to the dht network for requests, or lie to it about what you have
<sdgathman> Personally, I also have limited budget and space. But backups are essential. Your offline drives should be backups. Any new drive you buy is going to be much bigger - so copy your older smaller drives to it, and keep them as backup.
<Mateon1> tidux: Even a "dumb" bay/drive chassis without a raid controller costs a very significant amount, about 50 dollars for a 4 drive bay.
<tidux> lol $50 is significant now?
<tidux> that's nothing
<Mateon1> Well, to me it is
<Mateon1> It's several months of saving, I'm a poor student
<xloem1> does the dht allow storing high latency sources?
<tidux> unless you're literally chewing dirt for food I don't see how it can take you months to save $50, but whatever
<xloem1> it must if ipfs' goal is really interplanetary
<sdgathman> xloem1: ++
<sdgathman> Mateon1: I put older but working perfectly stuff on free-cycle. Have you checked the equivalent in your area?
rcat has quit [Remote host closed the connection]
<Mateon1> sdgathman: I have not heard of that, I need to search a bit
<sdgathman> Also, I find laptops in the rubbish that don't work overall, but often have good components, like drives.
<sdgathman> I'm using a very nice laptop that had a broken screen. New LCD - $50.
<M-anomie> sdgathman: What kind of bins do you find those in?
<sdgathman> In front of the house in suburbia.
<sdgathman> People put out their stuff, like furniture, that they know could be repurposed - but they just don't have time to deal with it.
<sdgathman> My friend down the street found *2* gas generators in the rubbish that just needed the carburetor cleaned and adjusted. Now they work perfectly.
<sdgathman> The more affluent the suburb, the less time they have to deal with re-purposing stuff, and the nicer the finds.
<sdgathman> Up to a point - where you have gated communities and no hoi-polloi allowed.
cxl000 has quit [Quit: Leaving]
<sdgathman> I'm in Northern Virginia. I have a Dell 440SC server with 4G ram and two 500G drives for freecycle.
<tidux> even those types will sometimes take their stuff to a recycling center
<tidux> I got a complete working iMac in a place like that
asyncsec has quit [Quit: asyncsec]
SalanderLives has quit [Quit: Leaving]
gde33 has quit [Remote host closed the connection]
<xelra> I thought it would be years to go until filecoin became a thing. Is it already time? Damn, time passes so fast.
<M-anomie> So, should I invest in hard drives now?
<tidux> HDDs are pretty cheap right now so why not
<tidux> SSDs are still a bit more expensive than normal but should be correcting shortly
Bhootrk_ has joined #ipfs
bhstahl has joined #ipfs
Bhootrk_ has quit [Quit: Leaving]
bhstahl has quit [Ping timeout: 240 seconds]
Bhootrk_ has joined #ipfs
Bhootrk_ has quit [Max SendQ exceeded]
<M-anomie> When will ipfs allow for more delay tolerance? Soon™? I really think IPFS and Delay Tolerant Networking would go well together.
Bhootrk_ has joined #ipfs
Bhootrk_ has quit [Max SendQ exceeded]
WuYingzhuo is now known as Captain_Beezay
infinity0_ has joined #ipfs
infinity0_ has quit [Changing host]
infinity0 has joined #ipfs
infinity0 has quit [Killed (adams.freenode.net (Nickname regained by services))]
infinity0 has quit [Remote host closed the connection]