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
tilgovi has joined #ipfs
jaboja64 has quit [Remote host closed the connection]
O47m341 has joined #ipfs
charley_ has quit [Ping timeout: 240 seconds]
charley_ has joined #ipfs
charley_ has quit [Remote host closed the connection]
charley_ has joined #ipfs
Sundaresan has quit [Ping timeout: 246 seconds]
<TomasBond> well guys, im off for today
<TomasBond> cya!!
trelinque has joined #ipfs
rain1 has quit [Quit: Leaving]
TomasBond has quit []
anhur has quit [Quit: Leaving]
leer10 has joined #ipfs
charley_ has quit [Ping timeout: 252 seconds]
pfraze has joined #ipfs
<whyrusleeping> would anyone be interested in a postgresql backed ipfs?
<achin> i probably would be more interested in a nosql database backed by ipfs
<achin> but maybe that's "just ipfs" ?
tmg has joined #ipfs
charley_ has joined #ipfs
<deltab> yeah, ipld, I think
<achin> the missing part, though, is the library that you can integrate into your application
voxelot has quit [Ping timeout: 240 seconds]
<whyrusleeping> achin: yeah, i'm just looking into different backend datastores
<whyrusleeping> right now we just write all data to disk, using the hash of the block as the filename
<whyrusleeping> i'm looking at writing a little shim that shoves data into a sql database instead of writing it to disk
<whyrusleeping> it might be faster
IlanGodik has quit [Quit: Connection closed for inactivity]
<achin> ooh, i see. "postgresql backed ipfs" not "postgresql backed by ipfs"
<whyrusleeping> yeah
<achin> that is a very interesting idea!
<whyrusleeping> essentially just putting the repo into postgres, instead of ~/.ipfs/blocks
<whyrusleeping> the other thing i'm looking at is using some sort of a graph database to augment the datastore
<whyrusleeping> so we can store link metadata in a super fast lookup table
<achin> why do you think writing to postgres would be faster than `/.ipfs/blocks?
devbug has joined #ipfs
<whyrusleeping> because postgres is really fast, and runs as a separate process
<whyrusleeping> and can be really smart about how is stores data
<whyrusleeping> obviously its going to eventually put it on disk
ggoZ has quit [Ping timeout: 244 seconds]
<whyrusleeping> but it might do so in a smarter way than we are
<achin> this seems like a reasonable experiment -- if dumping to postgres is way after than writing to ~/.ipfs/blocks, then task someone to do some research into making ipfs smarter
<deltab> also you can connect to it over a network from multiple clients
<whyrusleeping> heres some benchmarks so far: https://gist.github.com/whyrusleeping/55e2759dfa4b5b60a2cf
<whyrusleeping> flatfs is our current implementation in .ipfs/blocks
<whyrusleeping> the second item in that list is the default settings
<achin> disk-nosync is pretty winning
hellertime has joined #ipfs
<whyrusleeping> yeah
<whyrusleeping> you can enable that if you do 'ipfs config Datastore.NoSync --json "true"'
<whyrusleeping> but be careful
<whyrusleeping> if your computer crashes during a write, you may lose data
<achin> sure, the stanard caveats apply
<whyrusleeping> but, postgres does beat the pants off of the default settings
<achin> it would be interesting to know how sqlite does. i would guess not well
<M-davidar> whyrusleeping: is tmpfs in-memory?
<whyrusleeping> M-davidar: yeah, thats a ramfs
<whyrusleeping> achin: i'll push these benchmarks if you want to try
<whyrusleeping> might take a bit of setup
<achin> i'm not sure i have the go-skills
<whyrusleeping> yeah... well, if you file an issue here: https://github.com/whyrusleeping/ds-bench
<whyrusleeping> i can try it out sometime
charley_ has quit [Ping timeout: 276 seconds]
ler10 has joined #ipfs
ygrek has joined #ipfs
ler10 has quit [Remote host closed the connection]
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
HostFat has joined #ipfs
uhhyeahbret has quit [Quit: WeeChat 1.4]
hellertime has quit [Quit: Leaving.]
uhhyeahbret has joined #ipfs
charley_ has joined #ipfs
<deltab> tmpfs is virtual memory; initially RAM, but it can swap out
r04r is now known as zz_r04r
charley_ has quit [Ping timeout: 252 seconds]
charley_ has joined #ipfs
hellertime has joined #ipfs
hellertime has quit [Client Quit]
charley_ has quit [Read error: Connection reset by peer]
charley_ has joined #ipfs
charley_ has quit [Remote host closed the connection]
charley_ has joined #ipfs
disgusting_wall has joined #ipfs
charley_ has quit [Remote host closed the connection]
hellertime has joined #ipfs
computerfreak has joined #ipfs
charley_ has joined #ipfs
felixn has joined #ipfs
charley__ has joined #ipfs
charley_ has quit [Ping timeout: 252 seconds]
tilgovi has quit [Ping timeout: 244 seconds]
ygrek has quit [Ping timeout: 240 seconds]
tmg has quit [Ping timeout: 276 seconds]
voxelot has joined #ipfs
tmg has joined #ipfs
charley__ has quit [Read error: Connection reset by peer]
charley_ has joined #ipfs
Seka has quit [Quit: Leaving]
charley_ has quit [Remote host closed the connection]
hellertime has quit [Quit: Leaving.]
tmpds has joined #ipfs
tmpds has left #ipfs [#ipfs]
nuun is now known as evening
devbug_ has joined #ipfs
devbug has quit [Ping timeout: 268 seconds]
micxjo has quit [Quit: Connection closed for inactivity]
HostFat_ has joined #ipfs
HostFat has quit [Ping timeout: 252 seconds]
<cow_2001> so early
Akaibu has quit [Quit: Connection closed for inactivity]
HostFat_ has quit [Quit: Leaving]
reit has joined #ipfs
reit has quit [Client Quit]
_rht has joined #ipfs
Kubuxu has quit [Ping timeout: 240 seconds]
Magik6k has quit [Ping timeout: 276 seconds]
agent008 has quit [Ping timeout: 260 seconds]
agent008 has joined #ipfs
DFM20 has quit [Ping timeout: 276 seconds]
DFM20 has joined #ipfs
MahaDev has quit [Quit: Leaving]
TomasBond has joined #ipfs
<TomasBond> hi!
computerfreak has quit [Remote host closed the connection]
Senji has quit [Read error: Connection reset by peer]
Senji has joined #ipfs
Akaibu has joined #ipfs
pfraze has quit [Remote host closed the connection]
voxelot has quit [Ping timeout: 268 seconds]
<Akaibu> Oh hey cow_2001
<cow_2001> hey
pfraze has joined #ipfs
Arakela007 has joined #ipfs
Senji has quit [Disconnected by services]
Senj has joined #ipfs
Senj is now known as Senji
M-IBPX has joined #ipfs
Guanin_ has left #ipfs [#ipfs]
Guanin_ has joined #ipfs
<M-IBPX> What's the difference between this and Zeronet?
<Akaibu> Umm..
<Akaibu> Well zeronet is one poupouse
<Akaibu> Ipfs can be used for much more than just websites
pfraze has quit [Remote host closed the connection]
<deltab> ipfs doesn't have payments to site addresses
<Akaibu> whyrusleeping: anything else you want to add to M-IBPX question?
<Akaibu> Wait what are you talking about deltab
<M-IBPX> Okay.
<deltab> "You can accept payments directly to your site address."
<Akaibu> Lol wtf is with that shit?
<deltab> otherwise it's fairly similar in what I've read so far
<deltab> slides 12, 13: sites can push updates in real time using web sockets
<ipfsbot> [go-ipfs] tomgg closed pull request #2289: repo: add `ipfs repo stat` command (master...easy/1744) https://git.io/vgqTL
<deltab> built-in sql database
<deltab> multiple authorized users can update a site
<M-IBPX> It uses Bitcoin for donations, and Namecoin for domain names (.bit)
<M-IBPX> You can use it with regular domain names as well.
<M-IBPX> It seems like these are both essentially the same, except IPFS can be used for more than just sites.
<deltab> doesn't have file splitting yet
<M-IBPX> Which?
<deltab> zeronet
<Akaibu> File splitting?
<deltab> "Future plans: Torrent-like file splitting"
<deltab> ipfs splits large files into pieces, similar to bittorrent
<Akaibu> Ah
<deltab> pieces can be received in parallel from multiple peers
Tv` has quit [Quit: Connection closed for inactivity]
<M-IBPX> It seems Zeronet hinges on the blockchain, storing what sites are where, etc.
<deltab> as they're hash-addressed, that also allows for deduplication
<M-IBPX> What is that?
<deltab> say you have two big files that are almost the same (e.g. backups taken on different dates)
<deltab> ipfs splits them into pieces, and most of the pieces are the same between the two
<M-IBPX> Ah, okay, makes sense.
<doublec> M-IBPX: zeronet doesn't use a blockchain
<deltab> each piece is stored by its hash, so the duplicated pieces are only stored and transferred once
<M-IBPX> doublec: No? I guess I'm just thinking of Namecoin then.
<M-IBPX> And, stupid question: Does IPFS mean that once I publish something and someone pins it, I can never delete it?
<doublec> M-IBPX: namecoin is optional with zeronet - it can be used to provide a human readable name instead of long address
<deltab> M-IBPX: you can delete it from your system, but not theirs
<M-IBPX> I know.
<doublec> M-IBPX: and the user doesn't need to run the namecoin client - there's a zeronet site that tracks the names
<Akaibu> M-IBPX that's the case for anything on the Internet
<Akaibu> Ipfs or not
<deltab> the difference with ipfs is that copies are as findable as the originals, and provably the same
<M-IBPX> Akaibu: I'd assume so, but some things seem to think that it's possible to do so.
<M-IBPX> (See: Snapchat, BT Beep)
<Akaibu> People can save snapchat pics mate
Magik6k has joined #ipfs
Kubuxu has joined #ipfs
<M-IBPX> Akaibu: That's what I was saying
sarbao has joined #ipfs
computerfreak has joined #ipfs
<sarbao> good morning
<M-IBPX> I was saying it's stupid that SC and those think that that would ever work.
<TomasBond> i have some questions for javascript (video.js) knowers
<M-IBPX> Morning sarbao!
<TomasBond> anyone here dominates that?
<sarbao> :-) have a question of ipfs beginner
<Akaibu> Shoot for it,someone is bound to know
<Akaibu> There are 400 of us in here
<sarbao> i installed ipfs on two local computers ... i added directories to ipfs in one of it , how can i access them from the othar one ? ... tks vm for ur kind help
<sarbao> i tried http://IP of COMPUTER:8080/ipfs/IPFS ID/play#/ipfs/HASH of the content
<sarbao> but it doesnt work
<TomasBond> you want to retrieve a hashed file from one computer to antoher?
<sarbao> yes
<Akaibu> Strange
<TomasBond> you can ipfs get hash
<TomasBond> or use a gateway
<sarbao> i tried the video demo ... should it work that way i tried ?
<Akaibu> Want to provide a censored version of the logs to see what the problem is sarbao
<deltab> sarbao: do you want to transfer files to the disk, or access them through a browser?
<sarbao> just access
<TomasBond> use the gateway
<deltab> normally you'd access the gateway with /ipfs/ and the hash
<TomasBond> have you done the ipfs add filename command?
<sarbao> with no IP reference to my computer ?
<TomasBond> thats ipfs for
<TomasBond> its the network
<TomasBond> dont confuse the localhost
<deltab> the video player is itself accessed through ipfs, so its hash is the one before #, and it plays the video given after the #
<sarbao> yes i did but i am doing smthing wrong for sure in the process as i am doing this things ur telling me
<sarbao> maybe i am swapping the hash
M-IBPX has left #ipfs ["User left"]
<deltab> ipfs finds files using the hash only; you don't tell it where to look
leer10 has quit [Quit: Leaving]
<TomasBond> the network resolves where the hash is, and creates the connection
<TomasBond> right?
<deltab> yes, it'll connect to some other computers and ask them where to find the hash's content
devbug_ has quit [Ping timeout: 240 seconds]
<TomasBond> its fantastic
<TomasBond> xD
<sarbao> ok i will try to do so with no IP ... tks vm all of u for ur kind help really apreciate ... best wishes from spain .. i will go and try and get back to u later best regards
<deltab> sarbao: do you have ipfs installed on both computers?
<sarbao> yes on both
<sarbao> but itys a problem of hash almos for sure ... i think i am using the wrong one
<sarbao> as i am mixing the content address with the id hash
<deltab> browsers don't understand ipfs directly (yet), so you have to tell them to connect to a website (a gateway) which fetchs the files and sends them over http to the browser
<sarbao> as i have understood here is just like this http://ipfs.io/ipfs/HASH of my CONTENT ¿ right ?
leer10 has joined #ipfs
<deltab> there's a public gateway at http://ipfs.io/, and you have your own gateways on your computers, accessed as localhost
<deltab> sarbao: right
<doublec> TomasBond: I know about HTML 5 video if you have a question
<TomasBond> @doublec thank u v m!
<deltab> any gateway should be able to find the content, though your local one will be faster for content that's already local
<sarbao> ok running to test it ( on the other computer so it will take me a while as is in a diff room ) .. i wiill let u know when i am back cheers
<Akaibu> Video.js isn't that much different from the standard html5 tag if I read the code right
<TomasBond> i want to add the videojs-contrib-hls
<TomasBond> can u send me private message
M-IBPX has joined #ipfs
<TomasBond> so i dont bother in this channel
<doublec> TomasBond: easier if you ask here in case I don't know the answer but someone else does
<TomasBond> oh ok
<TomasBond> i want to add videojs-contrib-hls (for video bitrate transcoding stream)
<TomasBond> how do i do that? i have added the videojs-contrib-hls folder near video.js folder
<doublec> TomasBond: follow the example in the git repository. load video.js in the script tag. And load videojs-contrib-hls in the tag immediately following.
zootella has joined #ipfs
<doublec> TomasBond: It doesn't matter exactly where they go as long as the paths in the script tag are corrent
<doublec> TomasBond: <script src="video.js"></script><script src="videojs-hls.min.js"></script>
<M-IBPX> Another really stupid question: I assume it's not possible to have sites with dynamic content (users can login, post stuff) with IPFS?
<TomasBond> <script src="videojs-hls.min.js"></script>
<TomasBond> is this correct?
<doublec> TomasBond: yes
<doublec> TomasBond: assuming it's in the same directory as the page
<TomasBond> it will automatically search for the script
<TomasBond> i dont need to give the exact path
<TomasBond> perfect
<TomasBond> another thing
<TomasBond> i have the script tag video.js in head section
<TomasBond> should i put the contrib hls in head?
<TomasBond> or in body after video tag?
<TomasBond> ill correct, should i put the script videojs-hls.min.js in head as the video.js script?
zootella has quit [Client Quit]
<doublec> TomasBond: both in head
<M-IBPX> So that's not possible, doublec, right?
<doublec> TomasBond: It doesn't particularly matter as long as they're loaded before the use of it. Putting it head ensure this.
<doublec> M-IBPX: it's possible with some creative thinking
<M-IBPX> How so?
<doublec> M-IBPX: Freenet is very similar to IPFS - a persistent keyed data store. Here's an article how they do a dynamic chat app for example http://www.draketo.de/light/english/freenet/communication-primitives-2-discovery
<doublec> M-IBPX: similar would work on IPFS. (USK in freenet is like IPNS in ipfs)
<deltab> M-IBPX: you can mix it with http and web sockets
<doublec> that too
<M-IBPX> Thanks. I think I'm out of stupid questions (for now).
<deltab> they're not stupid :-)
<doublec> M-IBPX: I seem to recall an example floating around of using IPFS as a communications protocol for apps
<deltab> one of the components of ipfs is libp2p, which allows connections to be set up using only the destination node id and a protocol identifier
<doublec> That might have been it
<deltab> it uses a DHT to find an address for the destination, and can connect using multiple underlying protocols
<sarbao> ¡¡¡¡ wow !!!!! awasome i get it its incredible !!!!
<sarbao> congratulations for this work !! its incredible ipfs
<sarbao> tks vm all of u for help
<M-IBPX> deltab doublec: Seems cool. I'll mess with it in the morning.
<deltab> again that's a viewer loaded via ipfs; the original content is https://ipfs.io/ipfs/QmQwAP9vFjbCtKvD8RkJdCvPHqLQjZfW7Mqbbqx18zd8j7/api/service/readme.md
sarbao has quit [Quit: Page closed]
Senji has quit [Read error: Connection reset by peer]
Senji has joined #ipfs
leer10 has quit [Read error: No route to host]
chriscool2 has quit [Ping timeout: 268 seconds]
inconshr_ has quit [Remote host closed the connection]
chriscool1 has joined #ipfs
TomasBond has quit [Ping timeout: 248 seconds]
TomasBond has joined #ipfs
devbug has joined #ipfs
tmg has quit [Quit: leaving]
agent008 has quit [Ping timeout: 248 seconds]
devbug has quit [Ping timeout: 240 seconds]
<ipfsbot> [webui] greenkeeperio-bot opened pull request #298: postcss-loader@0.8.2 breaks build
agent008 has joined #ipfs
disgusting_wall has quit [Quit: Connection closed for inactivity]
tilgovi has joined #ipfs
mildred has joined #ipfs
agent008 has quit [Ping timeout: 240 seconds]
agent008 has joined #ipfs
computerfreak has quit [Quit: Leaving.]
jokoon has joined #ipfs
tilgovi has quit [Ping timeout: 252 seconds]
mildred has quit [Ping timeout: 248 seconds]
jokoon has quit [Quit: Leaving]
mildred has joined #ipfs
inconshreveable has joined #ipfs
inconshreveable has quit [Remote host closed the connection]
mburns has quit [Quit: ZNC - http://znc.in]
mburns has joined #ipfs
rendar has joined #ipfs
ygrek has joined #ipfs
ugjka has joined #ipfs
trelinque has quit [Ping timeout: 240 seconds]
ygrek has quit [Ping timeout: 250 seconds]
computerfreak has joined #ipfs
Akaibu has quit [Quit: Connection closed for inactivity]
orography has joined #ipfs
mildred has quit [Ping timeout: 276 seconds]
tmg has joined #ipfs
ZaZ has joined #ipfs
M-3045 has joined #ipfs
<M-3045> Test
IlanGodik has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
tmg_ has joined #ipfs
tmg_ has quit [Client Quit]
<NeoTeo> In case there are anyone from Copenhagen in here, we're having an IPFS Meetup today at 13:00 :)
<daviddias> is there someone willing to CR https://github.com/jbenet/js-multiaddr/pull/10 for me? :)
<daviddias> nice NeoTeo :D
tmg has quit [Quit: leaving]
<NeoTeo> Details on meetup.com
<NeoTeo> daviddias: yeah, wish you could be there again:)
<daviddias> I need to come back at somepoint, really enjoyed being at Copenhagen :)
M-fladd has joined #ipfs
M-fladd has left #ipfs ["User left"]
<NeoTeo> daviddias: That's good to hear. You know who to call when you're here!
Encrypt has joined #ipfs
chriscool1 has quit [Ping timeout: 276 seconds]
tmg has joined #ipfs
ZaZ has quit [Read error: Connection reset by peer]
M-fil is now known as fil_redpill
Senji has quit [Ping timeout: 268 seconds]
<dignifiedquire> daviddias: for you always ;)
_rht has quit [Quit: Connection closed for inactivity]
<daviddias> thank you dignifiedquire
Encrypt has quit [Quit: Quitte]
Encrypt has joined #ipfs
devbug has joined #ipfs
devbug has quit [Ping timeout: 240 seconds]
<ipfsbot> [js-ipfs-api] dignifiedquire created greenkeeper-multiaddr-1.2.0 (+1 new commit): https://git.io/vanaI
<ipfsbot> js-ipfs-api/greenkeeper-multiaddr-1.2.0 8f13b31 greenkeeperio-bot: chore(package): update multiaddr to version 1.2.0...
<ipfsbot> [js-ipfs-api] dignifiedquire deleted greenkeeper-multiaddr-1.2.0 at 8f13b31: https://git.io/vanaC
agent008 has quit [Ping timeout: 276 seconds]
DFM20 has quit [Ping timeout: 240 seconds]
agent008 has joined #ipfs
DFM20 has joined #ipfs
<haad> dignifiedquire: have you used ES7 async/await in nodejs->babel->es5?
Senji has joined #ipfs
<dignifiedquire> haad a little but not yet in a larger app
TomasBond has quit [Ping timeout: 240 seconds]
<ipfsbot> [js-ipfs-api] dignifiedquire created greenkeeper-multiaddr-1.3.0 (+1 new commit): https://git.io/vanVF
<ipfsbot> js-ipfs-api/greenkeeper-multiaddr-1.3.0 284aa83 greenkeeperio-bot: chore(package): update multiaddr to version 1.3.0...
<ipfsbot> [js-ipfs-api] dignifiedquire deleted greenkeeper-multiaddr-1.3.0 at 284aa83: https://git.io/vanw3
mildred has joined #ipfs
<haad> dignifiedquire: ok. I'm thinking about using it but cutting-edge always has its problems so I was wondering if there are any pitfalls using async/await
<dignifiedquire> if all transpiling is setup I don't think there is any pitfall, except for getting used to it vs using plain promises
<dignifiedquire> at least as far as I know
gaboose has joined #ipfs
<haad> dignifiedquire: it's what comes out of babel that worries me, re. debugging etc.
<haad> but I suppose I just need to try it and see
<yangwao> 30
HostFat has joined #ipfs
Encrypt has quit [Quit: Quitte]
copernicusMogley has joined #ipfs
<copernicusMogley> what's up my ipfs peeps?!
<copernicusMogley> Ryan from Alexandria here.
<copernicusMogley> The producers of "Declare Your Independence", a podcast that Devon and I were on last summer, wants to talk about ipfs and Alexandria. Anyone of you wonderful folks down to join me?
zz_r04r is now known as r04r
<dignifiedquire> copernicusMogley: pretty sure we can find someone for you :) how soon do you need an answer and when would that happen?
<copernicusMogley> dignifiedsquire: sooner the better. we can do it next week or the following week. I have specific date and time options but they are in my email and I need to doublecheck it.
<xelra> lol @ the name alexandria. Best Google obfuscation I've ever seen. If you don't know specifically what you're looking for, you'll never find it. :)
<dignifiedquire> can you email me some details at dignifiedquire @ gmail.com? I will bring it up in our weekly meeting on Monday
<copernicusMogley> word. search for "decentralized alexandria"
<xelra> Do you have a link to your Alexandria?
<xelra> I see.
<copernicusMogley> dloa.net
<copernicusMogley> dignifiedsquire: ok
<xelra> Thx.
<copernicusMogley> dignifiedquire: pardon the type in your nick ;)
<copernicusMogley> dignifiedquire: sent. btw, I'm 540 in the squatconf signal group :)
mildred has quit [Ping timeout: 246 seconds]
<dignifiedquire> copernicusMogley: ah :) good to know, lucky I use the same nick everyhwere so people recognize me :D
<NeoTeo> A couple here at the Copenhagen IPFS meetup want to install 0.4.0 on windows. Can't see it on the distro page. Any links?
<computerfreak> better install go environment and get it directly from github :)
Kubuxu has quit [Remote host closed the connection]
Magik6k has quit [Quit: Bye!]
<NeoTeo> computerfreak: sure, but they're not super experienced so an exe would be better.
Magik6k has joined #ipfs
Magik6k has quit [Max SendQ exceeded]
Kubuxu has joined #ipfs
<haad> copernicusMogley: Alexandria is a really cool project!
<NeoTeo> daviddias: dignifiedquire: ^
Magik6k has joined #ipfs
<copernicusMogley> haad: thanks! we've been working hard on it and starting a big push to get to the next release in 1.5 months or so.
<haad> copernicusMogley: if there's anything on ipfs side we can help you with, let us know
<dignifiedquire> NeoTeo: http://dist.ipfs.io/go-ipfs
<dignifiedquire> NeoTeo: there is an 0.4.0-dev version which is not super up to dated
<dignifiedquire> but you can try it out :)
<copernicusMogley> haad: thanks for that, too. the ipfs team has been amazing support and I consider many of you friends. the people who I have met, anyway.
<NeoTeo> dignifiedquire: thx :)
<haad> copernicusMogley: perhaps you're interested in what's coming for apps on ipfs: https://github.com/haadcode/orbit-db. that might open some new possibilities for alexandria, too.
<dignifiedquire> NeoTeo: new version will come next week
<NeoTeo> dignifiedquire: cool
<haad> copernicusMogley: glad to hear!
jaboja has joined #ipfs
<NeoTeo> strangely none of us can see each other in our peer lists!
mildred has joined #ipfs
<dignifiedquire> NeoTeo: hmm maybe some issues with mdns and windows, not sure, try a direct connect though
Senji has quit [Read error: Connection reset by peer]
Senji has joined #ipfs
<NeoTeo> dignifiedquire: ipfs swarm connect ?
<dignifiedquire> yes
<NeoTeo> dignifiedquire: thx. Though one of the machines is linux and another is os x like my own
jokoon has joined #ipfs
<dignifiedquire> NeoTeo: there were some fixes in a later version so maybe that's an issue
<dignifiedquire> whyrusleeping: can you ping me when you around? need to talk about coffee to you
jaboja64 has joined #ipfs
<NeoTeo> super frustrating we can't see each other - files not getting through either.
klaus_ has joined #ipfs
jaboja has quit [Ping timeout: 248 seconds]
jaboja64 has quit [Ping timeout: 244 seconds]
<dignifiedquire> NeoTeo: that's not good, did you try 0.3.11?
<NeoTeo> dignifiedquire: Some started with that but we're all on 0.4.0 now
micxjo has joined #ipfs
<NeoTeo> dignifiedquire: we all have loads of peers but not each other's and (even tiny) files are not getting through
<computerfreak> re some of u on ZeroNet? i am hyping ipfs there a bit :P http://127.0.0.1:43110/1NpNCPyBpZaGe9BdhuVAkwqVZXg8Hy7VB
klaus__ has joined #ipfs
Encrypt has joined #ipfs
<ipfsbot> [js-ipfs] xicombd pushed 5 new commits to feature/object: https://git.io/vanDB
<ipfsbot> js-ipfs/feature/object eedd8fb Francisco Baio Dias: Add ipfs object data to cli
<ipfsbot> js-ipfs/feature/object 6342fdb Francisco Baio Dias: Add /object/data to http-api
<ipfsbot> js-ipfs/feature/object 9533b58 Francisco Baio Dias: Add ipfs object links to cli
klaus_ has quit [Ping timeout: 276 seconds]
<NeoTeo> computerfreak: dignifiedquire: Ok, so one of us created a network on their mobile which we all joined and now files come through fine. Something was stopping us from seeing each other's nodes but not seeing common nodes which is why it is weird we couldn't share files.
voxelot has joined #ipfs
Encrypt has quit [Quit: Quitte]
Encrypt has joined #ipfs
mildred has quit [Ping timeout: 276 seconds]
mildred has joined #ipfs
voxelot has quit [Ping timeout: 240 seconds]
cemerick has joined #ipfs
klaus_ has joined #ipfs
klaus__ has quit [Ping timeout: 268 seconds]
Guanin_ has left #ipfs [#ipfs]
cemerick has quit [Ping timeout: 246 seconds]
klaus__ has joined #ipfs
mnp has joined #ipfs
<mnp> hey, any go devs on?
klaus_ has quit [Read error: Connection reset by peer]
klaus__ has quit [Ping timeout: 240 seconds]
zootella has joined #ipfs
computerfreak has quit [Read error: Connection reset by peer]
computerfreak1 has joined #ipfs
ggp0647 has joined #ipfs
tmg has quit [Ping timeout: 248 seconds]
mats_ has joined #ipfs
<mats_> Hi all! I am thinking of writing a Java program that would up- and download encrypted blobs to IPFS. What would be the best way of doing this? Has someone been contemplating a Java library for this? Is there any work on making a IPFS deamon similar to Orbot for Android?
warner` has joined #ipfs
kaiza has quit [Ping timeout: 252 seconds]
M-davidar-test has quit [Ping timeout: 252 seconds]
M-davidar-test has joined #ipfs
M-osener has quit [Ping timeout: 252 seconds]
M-blide has quit [Ping timeout: 252 seconds]
vandemar has quit [Ping timeout: 252 seconds]
jhulten has quit [Ping timeout: 252 seconds]
M-osener has joined #ipfs
M-blide has joined #ipfs
jokoon has quit [Read error: Connection reset by peer]
mats_ has quit [Ping timeout: 252 seconds]
Encrypt has quit [Ping timeout: 252 seconds]
felixn has quit [Ping timeout: 252 seconds]
infinity0 has quit [Ping timeout: 252 seconds]
brabo has quit [Ping timeout: 252 seconds]
warptangent has quit [Ping timeout: 252 seconds]
arpu has quit [Ping timeout: 252 seconds]
silotis has quit [Ping timeout: 252 seconds]
Ragnis has quit [Ping timeout: 252 seconds]
Animazing has quit [Ping timeout: 252 seconds]
padz has quit [Ping timeout: 252 seconds]
warner has quit [Ping timeout: 252 seconds]
vandemar has joined #ipfs
warptangent has joined #ipfs
brabo has joined #ipfs
padz has joined #ipfs
TomasBond has joined #ipfs
HostFat has quit [Quit: Leaving]
voxelot has joined #ipfs
ugjka has quit [Quit: Leaving]
HostFat has joined #ipfs
infinity0 has joined #ipfs
<mnp> ~.
jhulten has joined #ipfs
<computerfreak1> i would also like to run it on android ^^
Ragnis has joined #ipfs
Animazing has joined #ipfs
pfraze has joined #ipfs
ugjka has joined #ipfs
Encrypt has joined #ipfs
arpu has joined #ipfs
computerfreak1 has quit [Quit: Leaving.]
ugjka has quit [Quit: Leaving]
zootella has quit [Quit: zootella]
jaboja64 has joined #ipfs
ugjka has joined #ipfs
aaaaaaaaa_____ has joined #ipfs
mats_ has joined #ipfs
leeola_ has joined #ipfs
step21_ is now known as step21
ecloud_ has joined #ipfs
hosh_ has joined #ipfs
oed_ has joined #ipfs
alu1 has joined #ipfs
jbenet has quit [Ping timeout: 246 seconds]
sea-gull has quit [Ping timeout: 246 seconds]
robmyers has quit [Ping timeout: 246 seconds]
leeola has quit [Ping timeout: 246 seconds]
aaaaaaaaa____ has quit [Ping timeout: 246 seconds]
hosh has quit [Ping timeout: 246 seconds]
gaboose has quit [Ping timeout: 246 seconds]
feross has quit [Ping timeout: 246 seconds]
ecloud has quit [Ping timeout: 246 seconds]
tlevine has quit [Ping timeout: 246 seconds]
dvn has quit [Ping timeout: 246 seconds]
brixen has quit [Ping timeout: 246 seconds]
gaboose has joined #ipfs
alu has quit [Ping timeout: 246 seconds]
Bat`O has quit [Ping timeout: 246 seconds]
oed has quit [Ping timeout: 246 seconds]
aaaaaaaaa_____ is now known as aaaaaaaaa____
leeola_ is now known as leeola
jbenet_ has joined #ipfs
Bat`O has joined #ipfs
tlevine has joined #ipfs
sea-gull has joined #ipfs
hosh_ is now known as hosh
brixen_ has joined #ipfs
robmyers has joined #ipfs
jbenet_ is now known as jbenet
feross has joined #ipfs
computerfreak has joined #ipfs
gaboose has quit [Quit: No Ping reply in 180 seconds.]
fe_ has joined #ipfs
gaboose has joined #ipfs
Magik6k has quit [Ping timeout: 276 seconds]
charley_ has joined #ipfs
Magik6k has joined #ipfs
felixn has joined #ipfs
ugjka has quit [Quit: Leaving]
agent008 has quit [Ping timeout: 244 seconds]
ianopolous_ has quit [Quit: Leaving]
fe_ has quit []
ianopolous has joined #ipfs
zootella has joined #ipfs
agent008 has joined #ipfs
zootella has quit [Client Quit]
ugjka has joined #ipfs
ygrek has joined #ipfs
TomasBond has quit [Ping timeout: 250 seconds]
TomasBond has joined #ipfs
charley_ has quit []
<ipfsbot> [js-ipfs] xicombd created cli-utils (+1 new commit): https://git.io/vanb5
<ipfsbot> js-ipfs/cli-utils 58bdca3 Francisco Baio Dias: Add getIPFS util and refactor id command to use it
<ipfsbot> [js-ipfs] xicombd opened pull request #83: Add getIPFS util and refactor id command to use it (master...cli-utils) https://git.io/vanNJ
<cerbivore> Hi guys, I have a newb question. What I don't get about ipfs is how exactly are file going to be distributed. What I understand is that I upload files to ipfs and make them available via the node I create. But if my node is offline, who is going to make my files available
<ipfsbot> [js-ipfs] diasdavid pushed 2 new commits to master: https://git.io/vanNt
<ipfsbot> js-ipfs/master 58bdca3 Francisco Baio Dias: Add getIPFS util and refactor id command to use it
<ipfsbot> js-ipfs/master c46e055 David Dias: Merge pull request #83 from ipfs/cli-utils...
jaboja64 has quit [Ping timeout: 240 seconds]
<voxelot> cerbivore: popularity of your file is a way to ensure that it will be served by other nodes
<voxelot> another option is something like filecoin to pay people to host
fe_ has joined #ipfs
fe_ is now known as _fe_
jaboja64 has joined #ipfs
zootella has joined #ipfs
<whyrusleeping> dignifiedquire: ping pong
step21 is now known as step21_
<dignifiedquire> hey whyrusleeping :)
<dignifiedquire> whyrusleeping: soo I want to upgrade my coffee experience at home, Iwant really good espresso and really nice milk froth, I'm willing to invest some time but I'd rather not be broke after buying the equipment
TomasBond has quit [Ping timeout: 260 seconds]
TomasBond has joined #ipfs
<whyrusleeping> okay, espresso machines are the most expensive coffee preparation equipment
<whyrusleeping> but, you can get some decent small ones without being poor
<dignifiedquire> yeah my problem is that the price range is just ridiculous and everytime I read sth about them I more confused
<dignifiedquire> like they go from 200 - 4000
Ronsor has quit [Ping timeout: 276 seconds]
<whyrusleeping> yeah... a 'good' machine is gonna be ~$1000 USD
<whyrusleeping> but
<dignifiedquire> but?
<whyrusleeping> if you don't want to spend that much, i'd go for something like a gaggia 14101
<whyrusleeping> i think thats the one a friend of mine has
<dignifiedquire> hmmm that one is €1100
<dignifiedquire> so we are not much lower :D
<whyrusleeping> noooo, its only 400
<dignifiedquire> Oo
<dignifiedquire> wow
<whyrusleeping> yeah...
<Kubuxu> That Gaggia 14101 Classic is exactly one that my dad uses.
<Kubuxu> WTF that price difference.
<dignifiedquire> yeah really wtf
<dignifiedquire> I also found this one: there is also this one: http://www.espressogusto.com/breville-bes870xl/ which is supposed to pretty nice but can't find it in Germany :/
<dignifiedquire> (oh god what did I type there...)
jaboja64 has quit [Ping timeout: 248 seconds]
cow_2001 has left #ipfs ["Offense is taken, not given. No need to disarm the world. Just make yourself bullet proof. Sticks & stones people. Block. Unfollow. Laugh."]
Arakela007 has quit []
<whyrusleeping> yeah... you're pretty much gonna have to fly to the states and buy one
<whyrusleeping> lol
<dignifiedquire> I could get this one in Germany for 550: http://www.espressogusto.com/rancilio-hsd-silvia/
<whyrusleeping> that one doesnt look too bad
<whyrusleeping> great reviews, but i've never seen that brand before
<dignifiedquire> it says in the article that they usually do only commercial machines rather than consumer
micxjo has quit [Quit: Connection closed for inactivity]
<whyrusleeping> oh, makes sense
<whyrusleeping> going out to breakfast, i'll be back later
<dignifiedquire> cheers
<Kubuxu> With Gaggia 14101 we had problem only once, after 2years thermostat failed which blew thermal fuse. We are technical so fix was $20.
<Kubuxu> you know what I mean with technical
cemerick has joined #ipfs
copernicusMogley has quit [Ping timeout: 240 seconds]
Senji has quit [Read error: Connection reset by peer]
Senji has joined #ipfs
<mnp> hey @whyrusleeping
akkad has quit [Ping timeout: 248 seconds]
afdudley has quit [Ping timeout: 240 seconds]
_fe_ has quit [Remote host closed the connection]
mnp has left #ipfs [#ipfs]
<Kubuxu> also don't forget that coffee grinder isn't optional
cemerick has quit [Ping timeout: 276 seconds]
akkad has joined #ipfs
afdudley has joined #ipfs
cemerick has joined #ipfs
<dignifiedquire> Kubuxu: yeah I know :) I think I' gonna get the rancillo as I'm not going to the us just to buy a coffeemachine :D
Guanin_ has joined #ipfs
TomasBond has quit [Ping timeout: 276 seconds]
TomasBond has joined #ipfs
Encrypt has quit [Quit: Quitte]
_fe_ has joined #ipfs
jaboja64 has joined #ipfs
<ion> Rancilio Gaggia
<ion> Rancid gag
<ion> Is this a rule in coffee machines?
kmq has joined #ipfs
mildred has quit [Ping timeout: 248 seconds]
<dignifiedquire> ion maybe ;)
disgusting_wall has joined #ipfs
mildred has joined #ipfs
Ronsor has joined #ipfs
Ronsor is now known as Guest71082
kmq has quit [Read error: Connection reset by peer]
tilgovi has joined #ipfs
mildred has quit [Ping timeout: 276 seconds]
leer10 has joined #ipfs
TheWhisper has quit [Quit: Leaving]
TheWhisper has joined #ipfs
kmq has joined #ipfs
evening is now known as afternuun
ygrek has quit [Ping timeout: 252 seconds]
_fe_ has quit [Remote host closed the connection]
Guest71082 has quit [Ping timeout: 240 seconds]
Ronsor_ has joined #ipfs
alu1 is now known as alu
alu has quit [Changing host]
alu has joined #ipfs
<cerbivore> @voxelot: I see. As of today is there anything Ican use IPFS for already, given that filecoin is not ready yet?
leer10 has quit [Remote host closed the connection]
jaboja64 has quit [Ping timeout: 244 seconds]
kmq has quit [Read error: Connection reset by peer]
<Kubuxu> cerbivore: I use it to share files, when I need to send a paste, some data, screenshot
ipfsrocks has joined #ipfs
cemerick has quit [Ping timeout: 246 seconds]
kmq has joined #ipfs
JasonWoof has joined #ipfs
jaboja64 has joined #ipfs
cemerick has joined #ipfs
tilgovi has quit [Remote host closed the connection]
computerfreak has quit [Quit: Leaving.]
computerfreak has joined #ipfs
zootella has quit [Quit: zootella]
TheWhisper has quit [Quit: Leaving]
TheWhisper has joined #ipfs
mildred has joined #ipfs
Uniaika has joined #ipfs
<Uniaika> I have a freebsd core dump file.
<Uniaika> where do I send it?
<Uniaika> (for ipfs-go)
<Uniaika> M-prefixed nicks, uh
M-1 has joined #ipfs
<Uniaika> héhéhé
Uniaika has left #ipfs ["Take me drunk, I'm home again!"]
cemerick has quit [Ping timeout: 276 seconds]
<M-1> so
zootella has joined #ipfs
kmq has quit [Read error: Connection reset by peer]
Magik6k has quit [Max SendQ exceeded]
Magik6k has joined #ipfs
kmq has joined #ipfs
zootella has quit [Quit: zootella]
Ronsor_ has quit [Ping timeout: 248 seconds]
_fe_ has joined #ipfs
<TomasBond> hy
kmq has quit [Read error: Connection reset by peer]
<TomasBond> i continue with the service ipfs mode
<TomasBond> im getting this
<TomasBond> Failed to start ipfs.service: Unit ipfs.service failed to load: No such file or directory.
rendar has quit [Ping timeout: 244 seconds]
JasonWoof has quit [Quit: dual boot]
<TomasBond> i think the problem is here, inside /etc/init/ipfs.conf
<TomasBond> chdir /home/tomas
<TomasBond> exec start-stop-daemon --start --chuid tomas --exec /usr/local/bin/ipfs/./ipfs daemon
<TomasBond> i use the service as root user
<TomasBond> my ipfs folder is located in /usr/local/bin/ipfs
<TomasBond> to run any command of ipfs i should add ./
<TomasBond> if not it isnt recognized
<TomasBond> whats wrong with my conf?
kmq has joined #ipfs
<TomasBond> taking out the ./ gives the same error
devbug has joined #ipfs
rendar has joined #ipfs
HostFat has quit [Ping timeout: 244 seconds]
ipfsrocks has quit [Ping timeout: 244 seconds]
<mats_> I have now tried to get the scala and java vsersions running with my 0.3.11 node, and bot fail
<mats_> Unit tests are failing when I try to build scala version with sbt and java version when I try to build with mvn
Senji has quit [Read error: Connection reset by peer]
Senji has joined #ipfs
kmq has quit [Ping timeout: 246 seconds]
ugjka has quit [Ping timeout: 244 seconds]
M-nated has quit [Quit: node-irc says goodbye]
misuto has joined #ipfs
felixn has quit [Read error: Connection reset by peer]
felixn has joined #ipfs
silotis has joined #ipfs
spm_draget has quit [Read error: Connection reset by peer]
spm_draget has joined #ipfs
ggoZ has joined #ipfs
Ronsor has joined #ipfs
Ronsor is now known as Guest38123
Guest38123 is now known as Ronsor`
tmg has joined #ipfs
_fe_ has quit [Remote host closed the connection]
JasonWoof has joined #ipfs
TomasBond has quit [Ping timeout: 248 seconds]
zootella has joined #ipfs
TomasBond has joined #ipfs
mildred1 has joined #ipfs
Senji has quit [Ping timeout: 260 seconds]
TomasBond has quit [Ping timeout: 264 seconds]
IlanGodik has quit [Quit: Connection closed for inactivity]
ipfsrocks has joined #ipfs
zootella has quit [Quit: zootella]
ipfsrocks has quit [Ping timeout: 248 seconds]
Tv` has joined #ipfs
fred has joined #ipfs
fred is now known as Guest60594
inconshreveable has joined #ipfs
mtgx` is now known as mtgx
qbg has joined #ipfs
ygrek has joined #ipfs
O47m341 has quit [Ping timeout: 248 seconds]
mildred1 has quit [Ping timeout: 248 seconds]
mildred has quit [Ping timeout: 248 seconds]
inconshreveable has quit [Remote host closed the connection]