lgierth changed the topic of #ipfs to: Release Candidate 1 of go-ipfs v0.4.3 has been released, available at https://dist.ipfs.io -- IPFS - InterPlanetary File System -- https://github.com/ipfs/ipfs -- FAQ: https://git.io/voEh8 -- Channel logs: https://botbot.me/freenode/ipfs/ -- Code of Conduct: https://git.io/vVBS0 -- Sprints: https://git.io/voEAh
Oatmeal has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
zz_r04r is now known as r04r
<kevina> whyrusleeping: back in the U.S.?
<whyrusleeping> kevina: not yet, still in portugal
<whyrusleeping> although i'm becoming less hectically busy
<whyrusleeping> so i'll be around more
gmcquillan has quit [Quit: gmcquillan]
<whyrusleeping> (after this weekend, got a dance festival to attend)
<kevina> is most of the team still in europe?
<kevina> and when do you plan on getting back? :)
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
xenic has quit [Ping timeout: 260 seconds]
kerozene has quit [Read error: Connection reset by peer]
kerozene has joined #ipfs
byteflame has joined #ipfs
<whyrusleeping> i think i'm now officially getting back on august 8th
<whyrusleeping> and we're still mostly in europe now
<whyrusleeping> some people are traversing the wilderness
<whyrusleeping> or something
<lgierth> :):)
<lgierth> i'm starting to really appreciate this place
kerozene has quit [Read error: Connection reset by peer]
byteflame has quit [Ping timeout: 260 seconds]
TheWhisper_ has joined #ipfs
TheWhisper has quit [Ping timeout: 240 seconds]
apiarian has quit [Ping timeout: 252 seconds]
<tmg> richardlitt: any chance you'd consider changing the markdown docs to reference-style links?
<tmg> they are very messy when read in a pager
apiarian has joined #ipfs
kerozene has joined #ipfs
pfraze has joined #ipfs
<kevina> whyrusleeping: thanks. hope you enjoy the rest of your time in Europe.
M-kcinjp has joined #ipfs
kevina has quit [Remote host closed the connection]
disgusting_wall has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
r04r is now known as zz_r04r
reit has joined #ipfs
mgue has quit [Ping timeout: 260 seconds]
byteflame has joined #ipfs
taw00 has quit [Read error: Connection reset by peer]
taw00 has joined #ipfs
kerozene has quit [Read error: Connection reset by peer]
mgue has joined #ipfs
sallp[m] has joined #ipfs
sallp[m] has left #ipfs ["User left"]
pfraze has quit [Remote host closed the connection]
byteflame has quit [Ping timeout: 260 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
kerozene has joined #ipfs
meadman has quit [Ping timeout: 240 seconds]
ygrek has quit [Ping timeout: 250 seconds]
JesseW has joined #ipfs
meadman has joined #ipfs
cketti has quit [Quit: Leaving]
kevina has joined #ipfs
<lgierth> fixing the website
wallacoloo has joined #ipfs
sallp[m] has joined #ipfs
GreyGeek has joined #ipfs
<GreyGeek> Why is ipfs.io down?
<lgierth> i'm on it
<lgierth> it's "just" the website, the gateway (/ipfs and /ipns) still works
<GreyGeek> ??? I'm getting a 404 error
<GreyGeek> Oh. Ok!
sallp[m] has left #ipfs ["User left"]
GreyGeek has quit [Client Quit]
<ipfsbot> [go-ipfs] JesseWeinstein opened pull request #3017: -enc is spelled with two dashes, not one (master...fix_doc) https://git.io/vKjsn
mgue has quit [Quit: WeeChat 1.5]
mgue has joined #ipfs
realeffinweenie is now known as rfw
ssv-ru has joined #ipfs
reit has quit [Ping timeout: 276 seconds]
ssv-ru has left #ipfs [#ipfs]
<Akaibu> yo whyrusleeping so just wondering, what the latest thing being worked on for the main implementation(Go) of ipfs?
<Akaibu> https://ipfs.io/blog/ returned 400 error daviddias haad jbenet Kubuxu lgierth whyrusleeping (sorry for the semi mass ping, this seems important
<lgierth> yeah i??m on it
<lgierth> nasty nginx issue popped out of nowhere
<JesseW> lgierth: might be worth dropping a mention of that into the channel topic
<Akaibu> also lgierth nice to see someone finally take my idea and "implement" it( basiclly i've been complaining on how the topic was too long because of links and was suggesting ideas on how to shorten it)
<lgierth> nice, i think i might have found a bug in nginx's config reloading
<JesseW> excellent
<lgierth> will look at it tomorrow, everything's back -- a restart did the trick
<JesseW> yep, it's back for me, too
<Akaibu> back for me too
<lgierth> cheers you too, and good night
<JesseW> g'night
<lgierth> (4:36 here)
<JesseW> whew
<Akaibu> night mate
<JesseW> thanks for fixing that at such an hour
<lgierth> yeah hah thought i'd check my emails before going to bed, just in case
<Akaibu> 4:36 PM? man your a bum(jk)
<lgierth> "DOWN ipfs.io"
<lgierth> but now i got "UP ipfs.io"
<Akaibu> obligatory "it works on my machine"
<lgierth> right? who needs ipfs.io when you can have localhost:8080/ipns/ipfs.io!
<Akaibu> haha, nice ipfs spin on that meme lgierth
j12t has joined #ipfs
reit has joined #ipfs
jsrockss has joined #ipfs
<jsrockss> Hi playing around with js-ipfs
<jsrockss> I made some objects but object.multihash returns a buffer
<jsrockss> not sure if doing something wrong or expected behavior
<jsrockss> Hm, yeah multihash in test is also a buffer
j12t has quit [Remote host closed the connection]
j12t has joined #ipfs
<voxelot> jsrockss: that is intended, you can convert it to a base58 encoded string
<voxelot> the buffer should start with <12 20> (Qm)
taw00 has quit [Read error: Connection reset by peer]
taw00 has joined #ipfs
<jsrockss> great, thanks - i must be doing something wrong as my buffer starts with 18
<jsrockss> weird.. even a plain new object has an invalid multihash
MiningMarsh[m] is now known as MiningMarsh
<jsrockss> maybe something to do with webpack
MiningMarsh is now known as MatrixMarsh
<deltab> jsrockss: 0x12 === 18
taw00 has quit [Read error: Connection reset by peer]
<deltab> is it decimal 18?
taw00 has joined #ipfs
<jsrockss> I think decimal <18 32 227...
<deltab> so in hex 12 20 e3 ...
<jsrockss> oh strange this site says 32 is 50 in decimal so i was confused
<jsrockss> thanks
<deltab> yeah, 0x32 in hex is 50 in decimal
<deltab> 3×16 + 2
<jsrockss> ohhh
<jsrockss> had it backwards
<deltab> how are you getting decimal? buffers output in hex for me
PrinceOfPeeves has quit [Quit: Leaving]
<deltab> console.log(new Buffer('o'))
<jsrockss> did you try in browser?
rardiol has quit [Ping timeout: 265 seconds]
<deltab> tried in Firefox: Buffer not defined
<jsrockss> You need something like webpack
<jsrockss> or maybe try <script type="text/javascript" src="assets/bundled.js"></script>
<jsrockss> from js-ipfs
jsrockss_ has joined #ipfs
jsrockss has quit [Ping timeout: 252 seconds]
TheWhisper has joined #ipfs
TheWhisper_ has quit [Ping timeout: 240 seconds]
jsrockss has joined #ipfs
<jsrockss> I'm on flaky wifi not sure if my last message went through
jsrockss_ has quit [Ping timeout: 276 seconds]
jsrockss has quit [Ping timeout: 265 seconds]
rgrinberg has quit [Ping timeout: 240 seconds]
j12t has quit [Remote host closed the connection]
jsrockss has joined #ipfs
Foxcool has joined #ipfs
shyamsk_ has quit [Ping timeout: 244 seconds]
espadrine has joined #ipfs
shyamsk_ has joined #ipfs
chriscool1 has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
meadman has quit [Read error: Connection reset by peer]
meadman has joined #ipfs
xenic has joined #ipfs
jsrockss has quit [Ping timeout: 244 seconds]
jsrockss has joined #ipfs
jarboot has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
lucas_ai has joined #ipfs
jsrockss has quit [Ping timeout: 264 seconds]
adammathes[m] has joined #ipfs
ccsdss has joined #ipfs
ccsdss has left #ipfs [#ipfs]
lucas_ai has quit [Remote host closed the connection]
byteflame has joined #ipfs
sol56 has quit [Ping timeout: 258 seconds]
byteflame has quit [Ping timeout: 244 seconds]
lucas_ai has joined #ipfs
<jarboot> does anyone know go?
jarboot has left #ipfs [#ipfs]
<JesseW> that was odd
j12t has joined #ipfs
ssv-ru has joined #ipfs
ssv-ru has left #ipfs [#ipfs]
chriscool1 has joined #ipfs
kevina has quit [Remote host closed the connection]
sol56 has joined #ipfs
j12t has quit [Ping timeout: 250 seconds]
sol56 has quit [Remote host closed the connection]
sol56 has joined #ipfs
lucas_ai has quit [Quit: Leaving]
kerozene has quit [Ping timeout: 276 seconds]
slothbag has joined #ipfs
<JesseW> I noticed various bits of the help text in go-ipfs uses inconsistent verb tenses (i.e. "Get data" rather than "Gets data"). Would a PR to fix this be welcomed?
pfraze has joined #ipfs
kerozene has joined #ipfs
wallacoloo has quit [Read error: Connection reset by peer]
wallacoloo has joined #ipfs
disgusting_wall has quit [Quit: Connection closed for inactivity]
reit has quit [Ping timeout: 265 seconds]
j12t has joined #ipfs
tmg has quit [Ping timeout: 264 seconds]
tmg has joined #ipfs
<nicolagreco> maybe relevant to the js people and the branding ones: http://pixelscommander.github.io/Viral.JS/
<nicolagreco> noffle: great work over here: https://github.com/noffle/hyperpad looking forward to read more about this
<davidar> !pin QmdZxfvkju1saNawPDSBnU6CoFYor2hP8114g4etqwnRTz ipfs-maps
<pinbot> now pinning /ipfs/QmdZxfvkju1saNawPDSBnU6CoFYor2hP8114g4etqwnRTz
JesseW has quit [Remote host closed the connection]
j12t has quit [Ping timeout: 244 seconds]
wallacoloo has quit [Ping timeout: 250 seconds]
wallacoloo has joined #ipfs
ssv-ru has joined #ipfs
ssv-ru has left #ipfs [#ipfs]
pfraze has quit [Remote host closed the connection]
<kpcyrd> davidar: can you put a dnslink on this :) ?
<davidar> kpcyrd: whenever lgierth sees https://github.com/ipfs/ops-requests/issues/26 :)
<kpcyrd> davidar: also, there's a metadata.json missing, the map doesn't load for me
<davidar> kpcyrd: yeah, you need the querystring to tell it which tiles to load, eg. https://ipfs.io/ipfs/QmdZxfvkju1saNawPDSBnU6CoFYor2hP8114g4etqwnRTz/?/ipfs/QmQ2YKnWpfjYQdoDN4KZjxL18K33nz2p8eTHjm5GsY2fnr
<kpcyrd> I see, thanks
wallacoloo has quit [Remote host closed the connection]
j12t has joined #ipfs
rendar has joined #ipfs
wallacoloo has joined #ipfs
Tv` has quit [Quit: Connection closed for inactivity]
wallacoloo has quit [Read error: Connection reset by peer]
wallacoloo has joined #ipfs
Oatmeal has quit [Ping timeout: 258 seconds]
zorglub27 has joined #ipfs
j12t has quit [Ping timeout: 240 seconds]
sametsisartenep has joined #ipfs
dignifiedquire has joined #ipfs
wallacoloo has quit [Remote host closed the connection]
wallacoloo has joined #ipfs
Oatmeal has joined #ipfs
IlanGodik has joined #ipfs
j12t has joined #ipfs
sneakysnek has joined #ipfs
wallacoloo has quit [Quit: wallacoloo]
reit has joined #ipfs
<dawuud> whyrusleeping: hey if you have time my onion transport could use some review
Encrypt has joined #ipfs
<whyrusleeping> dawuud: wanna add a todo for me? https://github.com/whyrusleeping/todo
j12t has quit [Ping timeout: 240 seconds]
kants has joined #ipfs
erde74 has joined #ipfs
erde74 is now known as erde74_away
erde74_away is now known as erde74
tharo has quit [Ping timeout: 258 seconds]
kants has quit [Quit: sleep.]
j12t has joined #ipfs
chriscool1 has quit [Quit: Leaving.]
chriscool1 has joined #ipfs
<dawuud> whyrusleeping: ok!
chriscool1 has quit [Client Quit]
chriscool1 has joined #ipfs
computerfreak has joined #ipfs
G-Ray has joined #ipfs
taw00 has quit [Ping timeout: 264 seconds]
taw00 has joined #ipfs
j12t has quit [Ping timeout: 244 seconds]
kants has joined #ipfs
<nicolagreco> Kubuxu: what was your tool to check for internet speed?
<whyrusleeping> fast.com yo
<Kubuxu> nicolagreco: speedof.me
<haad> hey Berliners, if you're around and have time, come join us today for IPFS + orbit-db session https://www.meetup.com/Decentralized-Systems-Hack-Learn/events/231909918/
<tmg> pacman -S speedtest-cli yo
Encrypt has quit [Quit: Quitte]
G-Ray has quit [Ping timeout: 260 seconds]
j12t has joined #ipfs
G-Ray has joined #ipfs
ljhms has joined #ipfs
arpu has quit [Ping timeout: 260 seconds]
G-Ray has quit [Ping timeout: 260 seconds]
G-Ray has joined #ipfs
j12t has quit [Ping timeout: 244 seconds]
erde74 has quit [Ping timeout: 258 seconds]
arpu has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
G-Ray has quit [Ping timeout: 260 seconds]
apiarian has quit [Ping timeout: 276 seconds]
G-Ray has joined #ipfs
apiarian has joined #ipfs
j12t has joined #ipfs
G-Ray has quit [Ping timeout: 260 seconds]
Encrypt has joined #ipfs
cketti has joined #ipfs
taaem has quit [Ping timeout: 260 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
kants has quit [Quit: sleep.]
kants has joined #ipfs
j12t has quit [Ping timeout: 265 seconds]
espadrine has quit [Ping timeout: 260 seconds]
G-Ray has joined #ipfs
dignifiedquire has joined #ipfs
computerfreak has quit [Remote host closed the connection]
ric2b has joined #ipfs
G-Ray has quit [Quit: Konversation terminated!]
zz_r04r is now known as r04r
j12t has joined #ipfs
kants has quit [Quit: sleep.]
cgt has left #ipfs [#ipfs]
kants has joined #ipfs
xenic has quit [Ping timeout: 258 seconds]
mildred has quit [Read error: Connection reset by peer]
mildred has joined #ipfs
<lgierth> Kubuxu: speedof.me is pretty cpu intensive btw, on my chromebook it can't max out the connection because the cpu is the bottleneck
<Kubuxu> oh, interesting
<lgierth> (that's what a little system monitor in the tray is useful for :))
<lgierth> Kubuxu: i'll head out here in a about an hour
kants has quit [Quit: sleep.]
j12t has quit [Ping timeout: 276 seconds]
sneakysnek has quit [Quit: leaving]
ashark has joined #ipfs
ric2b has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
brendyn has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
xenic has joined #ipfs
j12t has joined #ipfs
zorglub27 has quit [Ping timeout: 252 seconds]
ric2b has joined #ipfs
reit has quit [Quit: Leaving]
revolve has quit [Quit: leaving]
zorglub27 has joined #ipfs
slothbag has left #ipfs [#ipfs]
ric2b has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
j12t has quit [Ping timeout: 252 seconds]
sametsisartenep has quit [Ping timeout: 240 seconds]
Encrypt has quit [Quit: Quitte]
<Kubuxu> Some time I thought that make is very old and not really useful
<Kubuxu> but now that I started writing my own makefiles, I see its power.
rgrinberg has joined #ipfs
sametsisartenep has joined #ipfs
xenic has quit [Ping timeout: 265 seconds]
s_kunk has quit [Remote host closed the connection]
zorglub27 has quit [Ping timeout: 276 seconds]
taw00 has quit [Read error: Connection reset by peer]
s_kunk has joined #ipfs
ric2b has joined #ipfs
ric2b has quit [Client Quit]
j12t has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
pfraze has joined #ipfs
dignifiedquire has quit [Quit: Connection closed for inactivity]
zorglub27 has joined #ipfs
kholdstayre has joined #ipfs
ashark has quit [Ping timeout: 240 seconds]
ashark has joined #ipfs
j12t has quit [Ping timeout: 260 seconds]
xenic has joined #ipfs
nomore_ has joined #ipfs
dignifiedquire has joined #ipfs
Seven_ has joined #ipfs
j12t has joined #ipfs
Encrypt has joined #ipfs
lapinot has quit [Ping timeout: 276 seconds]
ashark has quit [Ping timeout: 240 seconds]
Encrypt has quit [Ping timeout: 276 seconds]
Encrypt has joined #ipfs
j12t has quit [Ping timeout: 258 seconds]
Encrypt has quit [Ping timeout: 265 seconds]
Encrypt has joined #ipfs
pfraze has quit [Remote host closed the connection]
rardiol has joined #ipfs
j12t has joined #ipfs
ashark has joined #ipfs
tmg has quit [Ping timeout: 276 seconds]
espadrine has joined #ipfs
jedahan has joined #ipfs
xenic has quit [Ping timeout: 276 seconds]
<noffle> nicolagreco: thanks o/
xenic has joined #ipfs
j12t has quit [Ping timeout: 258 seconds]
ashark has quit [Ping timeout: 252 seconds]
rgrinberg has quit [Ping timeout: 276 seconds]
cyberwolfs has joined #ipfs
PrinceOfPeeves has joined #ipfs
nomore_ has quit [Read error: Connection timed out]
j12t has joined #ipfs
lapinot has joined #ipfs
nomore_ has joined #ipfs
lapinot has quit [Client Quit]
lapinot has joined #ipfs
rgrinberg has joined #ipfs
ashark has joined #ipfs
ashark has quit [Ping timeout: 244 seconds]
pfraze has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
palkeo has joined #ipfs
cyberwolfs has quit [Quit: Konversation terminated!]
j12t has quit [Ping timeout: 244 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
ashark has joined #ipfs
Stebalien has joined #ipfs
jedahan has joined #ipfs
JesseW has joined #ipfs
j12t has joined #ipfs
reit has joined #ipfs
JesseW has quit [Ping timeout: 250 seconds]
j12t has quit [Ping timeout: 258 seconds]
Qwertie has quit [Ping timeout: 250 seconds]
rgrinberg has quit [Ping timeout: 244 seconds]
<ipfsbot> [js-ipfs] dignifiedquire pushed 1 new commit to upgrade-deps: https://git.io/vKj17
<ipfsbot> js-ipfs/upgrade-deps 54c7d19 Friedel Ziegelmayer: style: lint happy
jedahan_ has joined #ipfs
jedahan has quit [Ping timeout: 258 seconds]
jedahan_ has quit [Read error: Connection reset by peer]
Qwertie has joined #ipfs
jedahan has joined #ipfs
ashark has quit [Ping timeout: 244 seconds]
nomore_ has quit [Ping timeout: 240 seconds]
nomore_ has joined #ipfs
nomore_ has quit [Max SendQ exceeded]
j12t has joined #ipfs
nomore_ has joined #ipfs
xenic has quit [Ping timeout: 244 seconds]
ashark has joined #ipfs
ashark has quit [Ping timeout: 260 seconds]
wmhilton has joined #ipfs
j12t has quit [Ping timeout: 260 seconds]
cryptix has joined #ipfs
cryptix has quit [Client Quit]
JesseW has joined #ipfs
rgrinberg has joined #ipfs
ygrek has joined #ipfs
JesseW has quit [Ping timeout: 240 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
j12t has joined #ipfs
jaboja has joined #ipfs
<dignifiedquire> daviddias:
Seven_ has quit [Quit: Leaving]
jsrockss has joined #ipfs
ashark has joined #ipfs
kholdstayre has quit [Ping timeout: 260 seconds]
jsrockss has quit [Ping timeout: 244 seconds]
ric2b has joined #ipfs
j12t has quit [Ping timeout: 244 seconds]
ashark has quit [Ping timeout: 244 seconds]
JesseW has joined #ipfs
kholdstayre has joined #ipfs
Encrypt has quit [Quit: Quitte]
jsrockss has joined #ipfs
atrapado has joined #ipfs
jsrockss has quit [Ping timeout: 250 seconds]
A124 has quit [Quit: '']
j12t has joined #ipfs
reit has quit [Ping timeout: 252 seconds]
grs_ has joined #ipfs
cketti has quit [Quit: Leaving]
Oatmeal has quit [Ping timeout: 240 seconds]
wmhilton has quit [Quit: Page closed]
neurrowcat has joined #ipfs
ygrek has quit [Ping timeout: 244 seconds]
rendar has quit [Ping timeout: 244 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jaboja has quit [Ping timeout: 264 seconds]
jaboja has joined #ipfs
j12t has quit [Ping timeout: 264 seconds]
ric2b has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
wallacoloo has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
jedahan has joined #ipfs
r04r is now known as zz_r04r
cketti has joined #ipfs
Oatmeal has joined #ipfs
espadrine has quit [Ping timeout: 260 seconds]
zz_r04r is now known as r04r
ygrek has joined #ipfs
rendar has joined #ipfs
JesseW has quit [Ping timeout: 244 seconds]
j12t has joined #ipfs
Stebalien has quit [Remote host closed the connection]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
jaboja has quit [Ping timeout: 264 seconds]
Encrypt has joined #ipfs
jedahan has joined #ipfs
j12t has quit [Ping timeout: 250 seconds]
Foxcool has quit [Ping timeout: 258 seconds]
tidux has left #ipfs [#ipfs]
Remote has joined #ipfs
jaboja has joined #ipfs
cketti has quit [Quit: Leaving]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
Remote is now known as Looking
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
ashark has joined #ipfs
erde74 has joined #ipfs
cketti has joined #ipfs
wmhilton has joined #ipfs
Remote has joined #ipfs
Looking has quit [Ping timeout: 265 seconds]
ashark has quit [Ping timeout: 252 seconds]
j12t has joined #ipfs
jsrockss has joined #ipfs
<jsrockss> Any benchmarks on js-ipfs vs go-ipfs? Seems dramatically slower
Looking has joined #ipfs
Remote has quit [Ping timeout: 244 seconds]
<lgierth> jsrockss: yes it hasn't been optimized at all yet -- we were focused on getting it to work and interoperate with go-ipfs for the last few months, now we're starting to make it nice and fast
<jsrockss> cool, i'll stick with it then
<jsrockss> anyone working on js ipns?
<cjd> ipns
<lgierth> go away cjd :P
<cjd> :P
<lgierth> jsrockss: daviddias dignifiedquire and haadcode know more
sametsisartenep has quit [Quit: leaving]
<dignifiedquire> I know nothing
<lgierth> right i should have mentioned that :)
<dignifiedquire> it's planned, but nobody started work on it
<dignifiedquire> there are some other things that have to be done before it makes sense to add
<dignifiedquire> we don't have a dht atm, so it's not really possible to implment ipns right now in js
lidel has joined #ipfs
<dignifiedquire> jsrockss: does that help?^^
<jsrockss> Yes thanks for the update
<dignifiedquire> :) happy to help
redfish has quit [Ping timeout: 264 seconds]
redfish has joined #ipfs
byteflame has joined #ipfs
Remote has joined #ipfs
rgrinberg has quit [Ping timeout: 276 seconds]
fleeky has quit [Remote host closed the connection]
Looking has quit [Ping timeout: 276 seconds]
j12t has quit [Ping timeout: 258 seconds]
jaboja has quit [Read error: No route to host]
mildred has quit [Read error: Connection reset by peer]
quux[m] has joined #ipfs
mildred has joined #ipfs
wmhilton has quit [Ping timeout: 250 seconds]
splintax has quit [Ping timeout: 260 seconds]
erde74 has quit [Remote host closed the connection]
cjd has quit [Ping timeout: 264 seconds]
sol56 has quit [Ping timeout: 276 seconds]
ashark has joined #ipfs
ric2b has joined #ipfs
cjd has joined #ipfs
sol56 has joined #ipfs
erde74 has joined #ipfs
ashark has quit [Ping timeout: 276 seconds]
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
xenic has joined #ipfs
erde74 has quit [Quit: Leaving]
ric2b has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ric2b has joined #ipfs
nomore_ has quit [Remote host closed the connection]
jsrockss has quit [Ping timeout: 244 seconds]
jsrockss has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
pguth has quit [Remote host closed the connection]
pguth has joined #ipfs
Remote has quit [Ping timeout: 250 seconds]
jsrockss has quit [Ping timeout: 264 seconds]
Remote has joined #ipfs
IlanGodik has quit [Quit: Connection closed for inactivity]
crankylinuxuser has quit [Ping timeout: 250 seconds]
alistair77[m] has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
ashark has joined #ipfs
ashark has quit [Ping timeout: 250 seconds]
crankylinuxuser has joined #ipfs
palkeo has quit [Ping timeout: 260 seconds]
disgusting_wall has joined #ipfs
mildred has quit [Read error: No route to host]
mildred has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
neurrowcat has quit [Quit: Deebidappidoodah!]
sol56 has quit [Ping timeout: 244 seconds]
JesseW has joined #ipfs
atrapado has quit [Quit: Leaving]
arpu has quit [Quit: Ex-Chat]
sol56 has joined #ipfs
jedahan has joined #ipfs
rgrinberg has joined #ipfs
jsrockss has joined #ipfs
Encrypt has quit [Quit: Sleeping time!]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
kevina has joined #ipfs
jedahan has joined #ipfs
jsrockss has quit [Ping timeout: 276 seconds]
kholdstayre has quit [Ping timeout: 244 seconds]
jaboja has joined #ipfs
zorglub27 has quit [Quit: zorglub27]
j12t has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
rgrinberg has quit [Ping timeout: 276 seconds]
j12t has quit [Ping timeout: 244 seconds]
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]