whyrusleeping changed the topic of #ipfs to: Release Candidate 2 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
pfrazee has quit [Remote host closed the connection]
ckwaldon has quit [Ping timeout: 258 seconds]
PalTale has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon1 is now known as ckwaldon
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
mikeeee has joined #ipfs
<mikeeee> hey!
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 244 seconds]
ckwaldon1 is now known as ckwaldon
russelsteapot has quit [Ping timeout: 264 seconds]
pfrazee has joined #ipfs
russelsteapot has joined #ipfs
mvorg has quit [Ping timeout: 244 seconds]
JesseW has joined #ipfs
<intercat> hi mikeeee, what brings you to this channel?
chris613 has joined #ipfs
r04r is now known as zz_r04r
ShawkHawk[m] has joined #ipfs
Kane` has joined #ipfs
sija has joined #ipfs
ShawkHawk[m]1 has joined #ipfs
jaboja has quit [Read error: Connection reset by peer]
<ShawkHawk[m]1> Anyone know of any projects to store a database in ipfs?
sija has quit [Remote host closed the connection]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<JesseW> Please run https://github.com/joeyh/github-backup on the IPFS repos regularly...
<mikeeee> intercat: i'd like to publish a web page without a web server...
<JesseW> mikeeee: well, you can certainly publish a static page through IPFS
<JesseW> and if you have access to a domain name, you can use it to make a human-readable name for the IPFS address
<JesseW> but you will still need to keep an IPFS daemon running until/unless someone other than you pins the page to *their* IPFS daemon
<JesseW> does that help to explain things a bit?
cketti has quit [Quit: Leaving]
rgrinberg has quit [Ping timeout: 240 seconds]
O47m341 has joined #ipfs
TheNain38 has quit [Quit: I'm going away]
<kevina> whyrusleeping: around?
<whyrusleeping> kevina: yeap!
<kevina> whyrusleeping: I need to make an experimental change to go-datastore for the filestore code, how should I handle this?
<whyrusleeping> just for testing? or do you want it merged in upstream?
<kevina> Eventually would need to be upstream, but not right away.
<whyrusleeping> well, you could make it a PR for now
<kevina> It is experimental, I might change my mind, so I don't want it to merged upstream.
<whyrusleeping> and to make it easy to integrate into your code for testing, you can gx publish it
<whyrusleeping> and then update your packages go-datastore import
<JesseW> whyrusleeping: since you are around now -- can I ask you a few questions about logging in go-ipfs?
<whyrusleeping> JesseW: sure thing
<JesseW> Specifically -- what's the distinction between go-log and go-logging?
<JesseW> And I heard rumors that there are two different types of logging in go-ipfs, but I wasn't sure how that worked...
<JesseW> One was called the "event log"?
<whyrusleeping> go-log is the logging package we're using, it uses go-logging under the hood for now
<JesseW> What's the intended division of responsibility between them?
<whyrusleeping> ideally, go-logging would just go away
<whyrusleeping> but it implements the functionality we want in go-log
<JesseW> But didn't you write both of them?
<whyrusleeping> no, go-logging is a fork of another project that i modified
<JesseW> Why not just merge go-logging into go-log?
<JesseW> Ah, ok
<whyrusleeping> we could merge them, but then its weird merging a fork with a new project
<whyrusleeping> is it still a fork? is it a new project?
<whyrusleeping> how do you license it?
<JesseW> I see, yeah, that's a bit tricky.
<whyrusleeping> so yeah, thats why that thing is that way
<JesseW> OK, that makes sense.
<whyrusleeping> EventLogs are part of go-log and are emitted as json output to a specific endpoint
<whyrusleeping> they are supposed to be used to track certain events in the code
<whyrusleeping> like 'requesting a block'
<whyrusleeping> 'sending a findpeer RPC'
<whyrusleeping> (and logging how long they take)
<JesseW> nods
<JesseW> so what is oldlog.go in go-log? It looks like that is the actual entry point...
<JesseW> also, what's a recommended way to browse a go package?
<JesseW> I'm currently using emacs, but it doesn't seem to have particularly good functionality for navigation
<kevina> whyrusleeping: FYI I accentually pushed to master on ipfs/go-datastore. I undid the push within a few minutes. Sorry. :(
<whyrusleeping> kevina: no worries, glad you caught and fixed it
reit has joined #ipfs
mikeeee has quit [Quit: Page closed]
jaboja has joined #ipfs
doesntgolf has quit [Ping timeout: 258 seconds]
russelsteapot has quit [Ping timeout: 244 seconds]
wallacoloo has joined #ipfs
<JesseW> whyrusleeping: thanks for the clarifications. I still have more questions, but fewer than I had before. :-)
mgue has quit [Quit: WeeChat 1.5]
mgue has joined #ipfs
matoro has quit [Ping timeout: 252 seconds]
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon has joined #ipfs
wallacoloo has quit [Read error: Connection reset by peer]
wallacoloo has joined #ipfs
matoro has joined #ipfs
PrinceOfPeeves has quit [Quit: Leaving]
ygrek has quit [Ping timeout: 276 seconds]
neersighted has quit [Remote host closed the connection]
neersighted has joined #ipfs
O47m341 has quit [Ping timeout: 244 seconds]
<kevina> whyrusleeping: is it possible to "gx-go rewrite --undo" just the go-datastore import?
<whyrusleeping> kevina: 'gx-go rewrite --undo go-datastore'
<kevina> Thanks. The help text does not say that arguments is a package name...
<whyrusleeping> yeah... i need to work on that
ckwaldon has quit [Ping timeout: 258 seconds]
<whyrusleeping> for now, gx-go --help == "hey whyrusleeping..."
ckwaldon has joined #ipfs
toxip has quit [Ping timeout: 240 seconds]
toxip has joined #ipfs
jaboja has quit [Read error: Connection reset by peer]
O47m341 has joined #ipfs
rardiol has quit [Ping timeout: 260 seconds]
Foxcool has quit [Ping timeout: 276 seconds]
<ipfsbot> [webui] greenkeeperio-bot opened pull request #463: Update d3 to version 4.2.2
ygrek has joined #ipfs
ckwaldon1 has joined #ipfs
slothbag has left #ipfs [#ipfs]
ckwaldon has quit [Ping timeout: 260 seconds]
ckwaldon1 is now known as ckwaldon
<JesseW> I'm trying to make sense of gx-go rewrite, and I think I'm missing something
<kevina> JesseW: what is your question?
<JesseW> kevina: do I need to run something else before running gx-go rewrite?
<JesseW> Just running it alone gives me errors like: loading dep "utp" of "go-multiaddr-net": failed to find package: open /home/jesse/gopath/src/gx/ipfs/QmaxuoSyFFzKgrujaburn4j3MQWFQu8ASqVSwrMER6Mk9L: no such file or directory
<whyrusleeping> JesseW:q
<JesseW> should I run gx-go import first?
<whyrusleeping> gx install first
<JesseW> gx install go-multiaddr-net, or?
<whyrusleeping> just gx install
<JesseW> ok, that does seem to work, yes
<JesseW> it seems to miss subpackages, like github.com/jbenet/go-multiaddr-net/utp
<JesseW> rewrite does, I mean
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
<JesseW> what's up with unforgiven512?
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
unforgiven512 has joined #ipfs
unforgiven512 has quit [Max SendQ exceeded]
unforgiven512 has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 240 seconds]
ckwaldon1 is now known as ckwaldon
ygrek_ has joined #ipfs
ygrek has quit [Ping timeout: 276 seconds]
Dineshsac[m] has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 240 seconds]
ckwaldon1 is now known as ckwaldon
tmg has quit [Ping timeout: 244 seconds]
herzmeister has quit [Ping timeout: 276 seconds]
Foxcool has joined #ipfs
<JesseW> Hm, I noticed that godoc.org does not seem to notice gx-style import paths. Where would be the relevant place to open an issue for that?
chris613 has quit [Quit: Leaving.]
herzmeister has joined #ipfs
mbrock has joined #ipfs
pfrazee has quit [Remote host closed the connection]
O47m341 has quit [Ping timeout: 260 seconds]
Tv` has quit [Quit: Connection closed for inactivity]
M-hash has quit [Remote host closed the connection]
igork[m] has quit [Remote host closed the connection]
M-flyingzumwalt has quit [Remote host closed the connection]
M-frabrunelle has quit [Remote host closed the connection]
M-oddvar has quit [Remote host closed the connection]
M-ryanwilliams has quit [Remote host closed the connection]
am2on[m] has quit [Remote host closed the connection]
M-ming8 has quit [Remote host closed the connection]
Guest26163[m] has quit [Remote host closed the connection]
Guest25254[m] has quit [Remote host closed the connection]
M-3045 has quit [Remote host closed the connection]
Guest21903[m] has quit [Remote host closed the connection]
Jellybeanmommy[m has quit [Remote host closed the connection]
M-s6 has quit [Remote host closed the connection]
M-15922 has quit [Read error: Connection reset by peer]
Guest23322[m] has quit [Read error: Connection reset by peer]
Guest29626[m] has quit [Read error: Connection reset by peer]
jamespedwards42[ has quit [Read error: Connection reset by peer]
M-hierophantos has quit [Read error: Connection reset by peer]
Hongar[m] has quit [Read error: Connection reset by peer]
ShawkHawk[m]1 has quit [Read error: Connection reset by peer]
M-jfred has quit [Remote host closed the connection]
djfdfjoijijeoif[ has quit [Remote host closed the connection]
M-rschulman has quit [Remote host closed the connection]
mirek1337[m] has quit [Remote host closed the connection]
M-erikgarrison has quit [Remote host closed the connection]
Patrik[m] has quit [Remote host closed the connection]
M-9364 has quit [Remote host closed the connection]
M18691[m] has quit [Remote host closed the connection]
michaelmure[m] has quit [Remote host closed the connection]
M-GereG has quit [Remote host closed the connection]
M-staplemac has quit [Remote host closed the connection]
M-Samim has quit [Remote host closed the connection]
M-nated has quit [Remote host closed the connection]
M-p0pa has quit [Remote host closed the connection]
dz[m] has quit [Remote host closed the connection]
M18693[m] has quit [Remote host closed the connection]
Polychrome[m] has quit [Remote host closed the connection]
Claus[m] has quit [Remote host closed the connection]
arkadiy[m] has quit [Read error: Connection reset by peer]
M-amstocker has quit [Read error: Connection reset by peer]
cva[m] has quit [Read error: Connection reset by peer]
M-volobuev has quit [Remote host closed the connection]
M-14321 has quit [Remote host closed the connection]
Guest18694[m] has quit [Remote host closed the connection]
Guest28775[m] has quit [Remote host closed the connection]
M-alien has quit [Remote host closed the connection]
M-wwwi7891 has quit [Remote host closed the connection]
M21100[m] has quit [Remote host closed the connection]
Lord[m] has quit [Remote host closed the connection]
M18645[m] has quit [Remote host closed the connection]
sanjeev[m] has quit [Remote host closed the connection]
M-alri has quit [Read error: Connection reset by peer]
M-cyzoonic has quit [Read error: Connection reset by peer]
Askaban[m]1 has quit [Read error: Connection reset by peer]
M-Xorkle has quit [Read error: Connection reset by peer]
M-mistake has quit [Read error: Connection reset by peer]
M-8842 has quit [Remote host closed the connection]
JosiahHaswell[m] has quit [Remote host closed the connection]
M-2617 has quit [Remote host closed the connection]
M-davidar-test has quit [Remote host closed the connection]
M-jacktang has quit [Remote host closed the connection]
M-nd has quit [Remote host closed the connection]
neoV[m] has quit [Remote host closed the connection]
M-6781 has quit [Remote host closed the connection]
M-onlavec has quit [Read error: Connection reset by peer]
M-internetjanito has quit [Read error: Connection reset by peer]
kegan[m] has quit [Remote host closed the connection]
M-martinklepsch has quit [Read error: Connection reset by peer]
M-phaverkamp has quit [Remote host closed the connection]
Guest22926[m] has quit [Remote host closed the connection]
M-bungle has quit [Remote host closed the connection]
Guest26084[m] has quit [Remote host closed the connection]
M-3714 has quit [Remote host closed the connection]
claas[m] has quit [Remote host closed the connection]
airsickpayload[m has quit [Remote host closed the connection]
MatrixMarsh has quit [Remote host closed the connection]
sull[m] has quit [Remote host closed the connection]
M-rongladney has quit [Remote host closed the connection]
M-mseri has quit [Remote host closed the connection]
Guest30983[m] has quit [Read error: Connection reset by peer]
M-Dan has quit [Read error: Connection reset by peer]
M-3526 has quit [Read error: Connection reset by peer]
M-jabl has quit [Read error: Connection reset by peer]
M-javissimo has quit [Read error: Connection reset by peer]
M-alwi has quit [Read error: Connection reset by peer]
Guest18705[m] has quit [Read error: Connection reset by peer]
Matthew[m] has quit [Remote host closed the connection]
jfred[m] has quit [Remote host closed the connection]
eternaleye has quit [Remote host closed the connection]
M-trashrabbit has quit [Remote host closed the connection]
M-Amandine has quit [Remote host closed the connection]
M-Guest2152 has quit [Remote host closed the connection]
M-12490 has quit [Remote host closed the connection]
M-cocci has quit [Remote host closed the connection]
M-2223 has quit [Remote host closed the connection]
yuryk[m] has quit [Remote host closed the connection]
M-Guillaume has quit [Remote host closed the connection]
M-victorm has quit [Remote host closed the connection]
M-greymr has quit [Remote host closed the connection]
M-3444 has quit [Remote host closed the connection]
M-dtg has quit [Remote host closed the connection]
M18643[m] has quit [Read error: Connection reset by peer]
wehlutyk[m] has quit [Read error: Connection reset by peer]
Guest31481[m] has quit [Read error: Connection reset by peer]
M-pieohpah has quit [Read error: Connection reset by peer]
Guest78970 has quit [Remote host closed the connection]
M-pfista has quit [Remote host closed the connection]
MarkOtaris[m] has quit [Remote host closed the connection]
teglafal[m] has quit [Remote host closed the connection]
M2ezit[m] has quit [Remote host closed the connection]
M-6581 has quit [Remote host closed the connection]
erikj` has quit [Remote host closed the connection]
M-harlan has quit [Remote host closed the connection]
M-scio_ has quit [Remote host closed the connection]
M-uhiiued7278 has quit [Remote host closed the connection]
Ravneson[m] has quit [Remote host closed the connection]
Beneficence[m] has quit [Remote host closed the connection]
qgnox[m] has quit [Remote host closed the connection]
M-11367 has quit [Remote host closed the connection]
M-8319 has quit [Read error: Connection reset by peer]
Sandhose[m] has quit [Remote host closed the connection]
ShawkHawk[m] has quit [Read error: Connection reset by peer]
M-2194 has quit [Read error: Connection reset by peer]
blackflag[m] has quit [Read error: Connection reset by peer]
M-mousereeve has quit [Remote host closed the connection]
M-3509 has quit [Remote host closed the connection]
lexik[m] has quit [Remote host closed the connection]
Guest20690[m] has quit [Remote host closed the connection]
M-slang has quit [Remote host closed the connection]
Guest22356[m] has quit [Remote host closed the connection]
M-WolfNightly has quit [Remote host closed the connection]
M-jaxondu has quit [Remote host closed the connection]
RyuKurisu[m] has quit [Remote host closed the connection]
Dineshsac[m] has quit [Remote host closed the connection]
M-Nickfost has quit [Read error: Connection reset by peer]
rfb[m] has quit [Read error: Connection reset by peer]
M-alphakamp has quit [Read error: Connection reset by peer]
M-AbhishekDutt has quit [Read error: Connection reset by peer]
M-bp5 has quit [Read error: Connection reset by peer]
Avinash[m] has quit [Read error: Connection reset by peer]
monzoon[m] has quit [Read error: Connection reset by peer]
trytrytry[m] has quit [Remote host closed the connection]
M-BostonEnginer4 has quit [Remote host closed the connection]
TheGillies has quit [Read error: Connection reset by peer]
M-rryan has quit [Remote host closed the connection]
M-fiatjaf has quit [Remote host closed the connection]
chevdor[m] has quit [Remote host closed the connection]
Guest26833[m] has quit [Remote host closed the connection]
M-16355 has quit [Remote host closed the connection]
M-thia has quit [Remote host closed the connection]
M-giodamelio has quit [Remote host closed the connection]
M-boli has quit [Remote host closed the connection]
timthelion[m] has quit [Remote host closed the connection]
M-6561 has quit [Remote host closed the connection]
alistair77[m] has quit [Remote host closed the connection]
wildanonymous[m] has quit [Write error: Connection reset by peer]
M-13288 has quit [Write error: Connection reset by peer]
M-kode54 has quit [Write error: Connection reset by peer]
M-2255 has quit [Write error: Connection reset by peer]
M-lilien1010 has quit [Write error: Connection reset by peer]
M-16544 has quit [Write error: Connection reset by peer]
TiagoDanin[m] has quit [Write error: Connection reset by peer]
M-jackvt93 has quit [Write error: Connection reset by peer]
M-16865 has quit [Write error: Connection reset by peer]
M-erwin has quit [Write error: Connection reset by peer]
atomet[m] has quit [Write error: Connection reset by peer]
M-aatchison has quit [Write error: Connection reset by peer]
l64376[m] has quit [Write error: Connection reset by peer]
M-jimt has quit [Write error: Connection reset by peer]
joshb[m] has quit [Write error: Connection reset by peer]
masoodahm[m] has quit [Write error: Connection reset by peer]
M-manveru has quit [Write error: Connection reset by peer]
whirm[m] has quit [Read error: Connection reset by peer]
steven[m] has quit [Read error: Connection reset by peer]
mythmon- has quit [Read error: Connection reset by peer]
M-Dave has quit [Remote host closed the connection]
M18695[m] has quit [Remote host closed the connection]
M-14382 has quit [Remote host closed the connection]
hartmanroberte[m has quit [Remote host closed the connection]
matrixtest[m] has quit [Remote host closed the connection]
denkyemx[m] has quit [Remote host closed the connection]
M0x52[m] has quit [Remote host closed the connection]
M-darknumbers has quit [Remote host closed the connection]
edsilv[m] has quit [Remote host closed the connection]
M-AndrewGaspar has quit [Remote host closed the connection]
M-kupskups9 has quit [Remote host closed the connection]
M-mckaydavis has quit [Read error: Connection reset by peer]
neurocis[m] has quit [Read error: Connection reset by peer]
M-7416 has quit [Read error: Connection reset by peer]
guybrush[m] has quit [Read error: Connection reset by peer]
boliboli[m] has quit [Read error: Connection reset by peer]
M-bastinik has quit [Read error: Connection reset by peer]
M-3891 has quit [Read error: Connection reset by peer]
tester30297[m] has quit [Read error: Connection reset by peer]
M- has quit [Read error: Connection reset by peer]
hermann-tab[m] has quit [Read error: Connection reset by peer]
M-neoteo has quit [Write error: Connection reset by peer]
basilgohar[m] has quit [Write error: Connection reset by peer]
M-16194 has quit [Write error: Connection reset by peer]
M-5459 has quit [Write error: Connection reset by peer]
M-david has quit [Write error: Connection reset by peer]
dudezer0_bot[m] has quit [Read error: Connection reset by peer]
M-3974 has quit [Read error: Connection reset by peer]
Guest31078[m] has quit [Read error: Connection reset by peer]
M-roblabla has quit [Read error: Connection reset by peer]
M-12044 has quit [Read error: Connection reset by peer]
loco[m] has quit [Read error: Connection reset by peer]
M-thomasbeta has quit [Read error: Connection reset by peer]
M21634[m] has quit [Write error: Connection reset by peer]
muhriddin[m] has quit [Write error: Connection reset by peer]
M-pims has quit [Write error: Connection reset by peer]
M-JayJay has quit [Write error: Connection reset by peer]
M-epsilon has quit [Write error: Connection reset by peer]
M-gdr has quit [Write error: Connection reset by peer]
Guest19040[m] has quit [Write error: Connection reset by peer]
SARANKUMAR[m] has quit [Write error: Connection reset by peer]
SeriousBug[m] has quit [Write error: Connection reset by peer]
M-Magnap has quit [Write error: Connection reset by peer]
M-podviaznikov has quit [Read error: Connection reset by peer]
M-king_size1953 has quit [Read error: Connection reset by peer]
sibi[m] has quit [Read error: Connection reset by peer]
M-sokoow has quit [Read error: Connection reset by peer]
M-jgrowl has quit [Write error: Connection reset by peer]
M-brasilikum has quit [Write error: Connection reset by peer]
M-cyan has quit [Write error: Connection reset by peer]
rajeevn[m] has quit [Write error: Connection reset by peer]
M-kalmi has quit [Write error: Connection reset by peer]
M-3798 has quit [Remote host closed the connection]
M-liberdiko has quit [Read error: Connection reset by peer]
M-sraja has quit [Remote host closed the connection]
pigeons[m] has quit [Remote host closed the connection]
Craeckie[m] has quit [Remote host closed the connection]
naggie[m] has quit [Remote host closed the connection]
M-joshumax has quit [Remote host closed the connection]
M-zick has quit [Remote host closed the connection]
soradet[m] has quit [Remote host closed the connection]
M-fermuch has quit [Remote host closed the connection]
M-ed has quit [Remote host closed the connection]
ntninja has quit [Remote host closed the connection]
Guest19048[m] has quit [Remote host closed the connection]
M-g has quit [Remote host closed the connection]
M6e7961[m] has quit [Remote host closed the connection]
M-3630 has quit [Remote host closed the connection]
M-wkennington has quit [Read error: Connection reset by peer]
M-leer10 has quit [Remote host closed the connection]
Ineentho[m] has quit [Read error: Connection reset by peer]
M-Robin has quit [Remote host closed the connection]
M22536[m] has quit [Remote host closed the connection]
M-Peer2Peer has quit [Remote host closed the connection]
Guest23523[m] has quit [Remote host closed the connection]
M18690[m] has quit [Remote host closed the connection]
M-phorse has quit [Remote host closed the connection]
doctrv[m] has quit [Remote host closed the connection]
M-Ingo has quit [Remote host closed the connection]
M-3725 has quit [Remote host closed the connection]
rodarima[m] has quit [Remote host closed the connection]
M-4485 has quit [Remote host closed the connection]
M-3676 has quit [Remote host closed the connection]
sibi[m]1 has quit [Remote host closed the connection]
M-10670 has quit [Remote host closed the connection]
disgusting[m] has quit [Remote host closed the connection]
M-toor has quit [Remote host closed the connection]
M-rjan has quit [Remote host closed the connection]
M-kcinjp has quit [Remote host closed the connection]
topical[m] has quit [Remote host closed the connection]
M-sivachandran has quit [Remote host closed the connection]
Richardsdkjflsfj has quit [Remote host closed the connection]
M-drwasho has quit [Remote host closed the connection]
M-edrex has quit [Remote host closed the connection]
M-jeffreybpeters has quit [Remote host closed the connection]
palesz[m] has quit [Remote host closed the connection]
ntninja[m] has quit [Remote host closed the connection]
M-ptman has quit [Remote host closed the connection]
M-lucnsy has quit [Remote host closed the connection]
M-Shrike has quit [Read error: Connection reset by peer]
orapouso[m] has quit [Remote host closed the connection]
Guest26812[m] has quit [Read error: Connection reset by peer]
disinibito[m] has quit [Read error: Connection reset by peer]
onic[m] has quit [Read error: Connection reset by peer]
TheReverend403[m has quit [Read error: Connection reset by peer]
M-2128 has quit [Read error: Connection reset by peer]
robin[m] has quit [Read error: Connection reset by peer]
Dawg[m] has quit [Read error: Connection reset by peer]
M-5703 has quit [Read error: Connection reset by peer]
Guest21158[m] has quit [Read error: Connection reset by peer]
arby[m] has quit [Read error: Connection reset by peer]
M-selpreload has quit [Read error: Connection reset by peer]
M-leeola has quit [Read error: Connection reset by peer]
M-osener has quit [Read error: Connection reset by peer]
M-9743 has quit [Read error: Connection reset by peer]
M-infpetal has quit [Read error: Connection reset by peer]
alexvoda[m] has quit [Read error: Connection reset by peer]
M-blide has quit [Read error: Connection reset by peer]
M-jbenet has quit [Read error: Connection reset by peer]
Guest26265[m] has quit [Read error: Connection reset by peer]
patrickr[m] has quit [Read error: Connection reset by peer]
M-whyrusleeping has quit [Remote host closed the connection]
rschulman has quit [Remote host closed the connection]
M-JayCarpenter has quit [Remote host closed the connection]
kszys[m] has quit [Remote host closed the connection]
Guest24121[m] has quit [Remote host closed the connection]
computerfreak[m] has quit [Remote host closed the connection]
M-jmesserli has quit [Remote host closed the connection]
Askaban[m] has quit [Remote host closed the connection]
M-gary123 has quit [Remote host closed the connection]
M-player33 has quit [Remote host closed the connection]
M-3511 has quit [Read error: Connection reset by peer]
dc167[m] has quit [Read error: Connection reset by peer]
M-vro has quit [Read error: Connection reset by peer]
M18337[m] has quit [Read error: Connection reset by peer]
valdek[m] has quit [Write error: Connection reset by peer]
M-keverets has quit [Write error: Connection reset by peer]
Guest20001[m] has quit [Write error: Connection reset by peer]
jackyquack[m] has quit [Write error: Connection reset by peer]
M-2234 has quit [Write error: Connection reset by peer]
M-Val has quit [Write error: Connection reset by peer]
M-ikreymer has quit [Write error: Connection reset by peer]
M-10660 has quit [Write error: Connection reset by peer]
fredddy42[m] has quit [Write error: Connection reset by peer]
vasachi[m] has quit [Write error: Connection reset by peer]
M-ms has quit [Write error: Connection reset by peer]
p0psicle[m] has quit [Write error: Connection reset by peer]
M-male has quit [Write error: Connection reset by peer]
M-16549 has quit [Write error: Connection reset by peer]
mads[m] has quit [Write error: Connection reset by peer]
M-17739 has quit [Write error: Connection reset by peer]
hendry[m] has quit [Write error: Connection reset by peer]
M-TidyKoala has quit [Write error: Connection reset by peer]
rdesfo[m] has quit [Write error: Connection reset by peer]
vm[m] has quit [Write error: Connection reset by peer]
M18523[m] has quit [Write error: Connection reset by peer]
M-Tribex10 has quit [Write error: Connection reset by peer]
M-jackal has quit [Write error: Connection reset by peer]
Guest18687[m] has quit [Write error: Connection reset by peer]
M-leoc has quit [Write error: Connection reset by peer]
Guest28905[m] has quit [Write error: Connection reset by peer]
SShrike has quit [Write error: Connection reset by peer]
M-liathit has quit [Write error: Connection reset by peer]
M-cryptix has quit [Write error: Connection reset by peer]
M-1982 has quit [Write error: Connection reset by peer]
njm14823[m] has quit [Write error: Connection reset by peer]
M-Lawrence_Pritc has quit [Write error: Connection reset by peer]
M-abdessamadhoud has quit [Write error: Connection reset by peer]
ztl8702[m] has quit [Write error: Connection reset by peer]
cr[m] has quit [Write error: Connection reset by peer]
Guest19042[m] has quit [Write error: Connection reset by peer]
Guest22481[m] has quit [Write error: Connection reset by peer]
guaraqe[m] has quit [Write error: Connection reset by peer]
TestName[m] has quit [Write error: Connection reset by peer]
M-4447 has quit [Write error: Connection reset by peer]
qwertyuioppo[m] has quit [Write error: Connection reset by peer]
dd[m] has quit [Write error: Connection reset by peer]
M-1976 has quit [Write error: Connection reset by peer]
blabla2[m] has quit [Write error: Connection reset by peer]
protestContest[m has quit [Write error: Connection reset by peer]
torarne has quit [Write error: Connection reset by peer]
M-3870 has quit [Write error: Connection reset by peer]
M-apolo11 has quit [Write error: Connection reset by peer]
lukeboswell[m] has quit [Write error: Connection reset by peer]
Ulises[m] has quit [Write error: Connection reset by peer]
M-metamattj has quit [Write error: Connection reset by peer]
M-12989 has quit [Write error: Connection reset by peer]
gwillen[m] has quit [Write error: Connection reset by peer]
M-jh has quit [Write error: Connection reset by peer]
Usr[m] has quit [Write error: Connection reset by peer]
M-2129 has quit [Write error: Connection reset by peer]
M-HirmeS has quit [Write error: Connection reset by peer]
cel[m] has quit [Write error: Connection reset by peer]
M-foxxy has quit [Write error: Connection reset by peer]
M18489[m] has quit [Write error: Connection reset by peer]
qzo[m] has quit [Write error: Connection reset by peer]
vikneshwaren[m] has quit [Write error: Connection reset by peer]
nass[m] has quit [Write error: Connection reset by peer]
mokhtar[m] has quit [Write error: Connection reset by peer]
Catz[m] has quit [Write error: Connection reset by peer]
enick_441 has quit [Write error: Connection reset by peer]
fortyfoxes[m] has quit [Write error: Connection reset by peer]
Guest18692[m] has quit [Write error: Connection reset by peer]
M-madsurgeon has quit [Write error: Connection reset by peer]
red5d[m] has quit [Write error: Connection reset by peer]
M-krsiehl has quit [Write error: Connection reset by peer]
M-dakrone has quit [Write error: Connection reset by peer]
M-hellomoto has quit [Write error: Connection reset by peer]
Jacob[m] has quit [Write error: Connection reset by peer]
kostera[m] has quit [Write error: Connection reset by peer]
H3g3m0n[m] has quit [Write error: Connection reset by peer]
quux[m] has quit [Write error: Connection reset by peer]
jlprince21[m] has quit [Write error: Connection reset by peer]
Guest21923[m] has quit [Write error: Connection reset by peer]
M-4267 has quit [Write error: Connection reset by peer]
M-sliker has quit [Write error: Connection reset by peer]
msmart[m] has quit [Write error: Connection reset by peer]
Guest23234[m] has quit [Write error: Connection reset by peer]
M-7141 has quit [Write error: Connection reset by peer]
M-wldhx has quit [Write error: Connection reset by peer]
M-ngu has quit [Write error: Connection reset by peer]
benhylau[m]1 has quit [Write error: Connection reset by peer]
M-geir has quit [Write error: Connection reset by peer]
M-austinhc has quit [Write error: Connection reset by peer]
Guest22220[m] has quit [Write error: Connection reset by peer]
Guest30871[m] has quit [Write error: Connection reset by peer]
davidar has quit [Write error: Connection reset by peer]
peapeaxiong[m] has quit [Write error: Connection reset by peer]
Karalix[m] has quit [Write error: Connection reset by peer]
disgusting[m]1 has quit [Write error: Connection reset by peer]
M-codebam has quit [Write error: Connection reset by peer]
Foxcool has quit [Ping timeout: 265 seconds]
igork[m] has joined #ipfs
chungy has quit [Ping timeout: 260 seconds]
zap111 has joined #ipfs
chungy has joined #ipfs
cryptix has quit [Ping timeout: 244 seconds]
chriscool has joined #ipfs
wallacoloo has quit [Quit: wallacoloo]
zap111 has quit [Ping timeout: 240 seconds]
<JesseW> Hm. It looks like some of the external deps for go-ipfs that are being distributed via ipfs aren't actually in git anywhere. Specifically, http://github.com/steakknife/hamming has a dep of /ipfs/QmeWQMDa5dSdP4n8WDeoY5z8L2EKVqF4ZvK4VEHsLqXsGu and the package.json file doesn't seem to be in any git repo I can find.
<JesseW> This is probably not a problem, but it's interesting.
<JesseW> The dep was added in https://github.com/ipfs/go-ipfs/pull/2733
j12t has quit [Remote host closed the connection]
j12t has joined #ipfs
j12t has quit [Ping timeout: 258 seconds]
<JesseW> It looks like the only way to inspect the current contents of a local daemon's cache is with `ipfs refs local` which also only prints out the multihashes
kenmazsyma__ has joined #ipfs
netw has joined #ipfs
<netw> .
netw has quit [Ping timeout: 264 seconds]
mgue has quit [Ping timeout: 252 seconds]
<JesseW> Here's a possible script to mess with that:
<JesseW> for foo in $(ipfs refs local); do if ipfs object stat $foo | grep -q 'NumLinks: 1$' ; then ipfs refs --format '<linkname> (<src> -> <dst>)' $foo; fi; done
thufir has joined #ipfs
JesseW has quit [Ping timeout: 250 seconds]
j12t has joined #ipfs
mgue has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
reit has quit [Ping timeout: 265 seconds]
Foxcool has joined #ipfs
M-TidyKoala has joined #ipfs
benhylau[m] has joined #ipfs
Guest26812[m] has joined #ipfs
cr[m] has joined #ipfs
jfred[m] has joined #ipfs
M-bungle has joined #ipfs
M-12044 has joined #ipfs
M-2129 has joined #ipfs
M-madsurgeon has joined #ipfs
M- has joined #ipfs
M-Guillaume has joined #ipfs
atomet[m] has joined #ipfs
M-Tribex10 has joined #ipfs
mirek1337[m] has joined #ipfs
M-hellomoto has joined #ipfs
Karalix[m] has joined #ipfs
M22536[m] has joined #ipfs
Patrik[m] has joined #ipfs
M-3630 has joined #ipfs
M-fiatjaf has joined #ipfs
disinibito[m] has joined #ipfs
pigeons[m] has joined #ipfs
M-kcinjp has joined #ipfs
teglafal[m] has joined #ipfs
M-rschulman has joined #ipfs
M-harlan has joined #ipfs
M-Dan has joined #ipfs
M-keverets has joined #ipfs
Guest31078[m] has joined #ipfs
M-erikgarrison has joined #ipfs
M-jimt has joined #ipfs
M-liberdiko has joined #ipfs
M18693[m] has joined #ipfs
M-JayCarpenter has joined #ipfs
M-Peer2Peer has joined #ipfs
ckwaldon1 has joined #ipfs
M-9364 has joined #ipfs
chevdor[m] has joined #ipfs
ckwaldon has quit [Ping timeout: 240 seconds]
ckwaldon1 is now known as ckwaldon
M-volobuev has joined #ipfs
M-sivachandran has joined #ipfs
M-8842 has joined #ipfs
M-ryanwilliams has joined #ipfs
M-Guest2152 has joined #ipfs
matrixtest[m] has joined #ipfs
M-6581 has joined #ipfs
M-jabl has joined #ipfs
cel[m] has joined #ipfs
M-mousereeve has joined #ipfs
Guest24121[m] has joined #ipfs
Guest23523[m] has joined #ipfs
M-mseri has joined #ipfs
M-male has joined #ipfs
michaelmure[m] has joined #ipfs
M-14382 has joined #ipfs
M-14321 has joined #ipfs
valdek[m] has joined #ipfs
topical[m] has joined #ipfs
mythmon- has joined #ipfs
JosiahHaswell[m] has joined #ipfs
G-Ray has joined #ipfs
Guest21158[m] has joined #ipfs
am2on[m] has joined #ipfs
M-scio_ has joined #ipfs
Richardsdkjflsfj has joined #ipfs
M-3509 has joined #ipfs
computerfreak[m] has joined #ipfs
Guest26084[m] has joined #ipfs
M18690[m] has joined #ipfs
M-4447 has joined #ipfs
M-GereG has joined #ipfs
hartmanroberte[m has joined #ipfs
M-Ingo has joined #ipfs
M-wkennington has joined #ipfs
Guest18694[m] has joined #ipfs
ztl8702[m] has joined #ipfs
M-joshumax has joined #ipfs
M-jmesserli has joined #ipfs
arby[m] has joined #ipfs
ShawkHawk[m] has joined #ipfs
M-3714 has joined #ipfs
M-phorse has joined #ipfs
gwillen[m] has joined #ipfs
rdesfo[m] has joined #ipfs
Guest28775[m] has joined #ipfs
M-thia has joined #ipfs
M-zick has joined #ipfs
M-drwasho has joined #ipfs
M-2617 has joined #ipfs
M-cocci has joined #ipfs
M-uhiiued7278 has joined #ipfs
M-pfista has joined #ipfs
lexik[m] has joined #ipfs
Askaban[m] has joined #ipfs
doctrv[m] has joined #ipfs
M0x52[m] has joined #ipfs
M-ming8 has joined #ipfs
M-sraja has joined #ipfs
jlprince21[m] has joined #ipfs
Hongar[m] has joined #ipfs
M-slang has joined #ipfs
M-gary123 has joined #ipfs
claas[m] has joined #ipfs
M-Samim has joined #ipfs
tester30297[m] has joined #ipfs
M-darknumbers has joined #ipfs
M-alien has joined #ipfs
M-giodamelio has joined #ipfs
rschulman has joined #ipfs
M-fermuch has joined #ipfs
ntninja[m] has joined #ipfs
neurocis[m] has joined #ipfs
airsickpayload[m has joined #ipfs
corvinux has joined #ipfs
M-AbhishekDutt has joined #ipfs
M-3725 has joined #ipfs
edsilv[m] has joined #ipfs
M18691[m] has joined #ipfs
M-selpreload has joined #ipfs
M-boli has joined #ipfs
M-wwwi7891 has joined #ipfs
M-ed has joined #ipfs
M-jeffreybpeters has joined #ipfs
trytrytry[m] has joined #ipfs
Claus[m] has joined #ipfs
orapouso[m] has joined #ipfs
M-2223 has joined #ipfs
M-epsilon has joined #ipfs
MarkOtaris[m] has joined #ipfs
Guest22356[m] has joined #ipfs
M-mubot has joined #ipfs
M-12989 has joined #ipfs
kegan[m] has joined #ipfs
rodarima[m] has joined #ipfs
M-p0pa has joined #ipfs
M-AndrewGaspar has joined #ipfs
M-podviaznikov has joined #ipfs
timthelion[m] has joined #ipfs
davidar has joined #ipfs
M-espadrine has joined #ipfs
M-manveru has joined #ipfs
Guest25254[m] has joined #ipfs
palesz[m] has joined #ipfs
dz[m] has joined #ipfs
M-WolfNightly has joined #ipfs
M-player33 has joined #ipfs
sull[m] has joined #ipfs
M-4485 has joined #ipfs
Guest22926[m] has joined #ipfs
SeriousBug[m] has joined #ipfs
Ravneson[m] has joined #ipfs
Guest21923[m] has joined #ipfs
M-9743 has joined #ipfs
arkadiy[m] has joined #ipfs
M-foxxy has joined #ipfs
ShawkHawk[m]1 has joined #ipfs
M-kupskups9 has joined #ipfs
ntninja has joined #ipfs
disgusting[m] has joined #ipfs
M-roblabla has joined #ipfs
Guest20690[m] has joined #ipfs
M-8319 has joined #ipfs
M-3798 has joined #ipfs
M-neoteo has joined #ipfs
M-2234 has joined #ipfs
M-4267 has joined #ipfs
torarne has joined #ipfs
M-codebam has joined #ipfs
dudezer0_bot[m] has joined #ipfs
M18489[m] has joined #ipfs
M-jgrowl has joined #ipfs
Guest21903[m] has joined #ipfs
joshb[m] has joined #ipfs
wildanonymous[m] has joined #ipfs
M18695[m] has joined #ipfs
Guest19048[m] has joined #ipfs
M-ptman has joined #ipfs
Guest18687[m] has joined #ipfs
yuryk[m] has joined #ipfs
Beneficence[m] has joined #ipfs
M-rongladney has joined #ipfs
M-10670 has joined #ipfs
Polychrome[m] has joined #ipfs
M-onlavec has joined #ipfs
zz_r04r is now known as r04r
M21634[m] has joined #ipfs
Craeckie[m] has joined #ipfs
erikj` has joined #ipfs
M-sliker has joined #ipfs
M-infpetal has joined #ipfs
M-brasilikum has joined #ipfs
vasachi[m] has joined #ipfs
Guest30983[m] has joined #ipfs
M-edrex has joined #ipfs
Guest19040[m] has joined #ipfs
M-phaverkamp has joined #ipfs
enick_37 has joined #ipfs
M-thomasbeta has joined #ipfs
M-apolo11 has joined #ipfs
kszys[m] has joined #ipfs
M-aatchison has joined #ipfs
basilgohar[m] has joined #ipfs
M-Val has joined #ipfs
msmart[m] has joined #ipfs
Guest26265[m] has joined #ipfs
M-greymr has joined #ipfs
Ineentho[m] has joined #ipfs
M-Robin has joined #ipfs
M-13288 has joined #ipfs
Askaban[m]1 has joined #ipfs
M-ms has joined #ipfs
l64376[m] has joined #ipfs
Guest22220[m] has joined #ipfs
M-cryptix has joined #ipfs
M-Xorkle has joined #ipfs
muhriddin[m] has joined #ipfs
lukeboswell[m] has joined #ipfs
SShrike has joined #ipfs
soradet[m] has joined #ipfs
M-david has joined #ipfs
M-16194 has joined #ipfs
M-wldhx has joined #ipfs
M-rjan has joined #ipfs
dd[m] has joined #ipfs
nass[m] has joined #ipfs
M-nated has joined #ipfs
M-6561 has joined #ipfs
Lord[m] has joined #ipfs
Guest31481[m] has joined #ipfs
p0psicle[m] has joined #ipfs
M-martinklepsch has joined #ipfs
robin[m] has joined #ipfs
M-nd has joined #ipfs
Jellybeanmommy[m has joined #ipfs
M-hash has joined #ipfs
M-jacktang has joined #ipfs
M18645[m] has joined #ipfs
Jacob[m] has joined #ipfs
M-frabrunelle has joined #ipfs
M6e7961[m] has joined #ipfs
M-dtg has joined #ipfs
M-lucnsy has joined #ipfs
neoV[m] has joined #ipfs
M-3045 has joined #ipfs
M-3444 has joined #ipfs
Sandhose[m] has joined #ipfs
M-erwin has joined #ipfs
M-geir has joined #ipfs
Dineshsac[m] has joined #ipfs
M-jaxondu has joined #ipfs
protestContest[m has joined #ipfs
M-bp5 has joined #ipfs
disgusting[m]1 has joined #ipfs
djfdfjoijijeoif[ has joined #ipfs
guaraqe[m] has joined #ipfs
M-kode54 has joined #ipfs
M-cyzoonic has joined #ipfs
M-internetjanito has joined #ipfs
M-2128 has joined #ipfs
Guest28905[m] has joined #ipfs
M-oddvar has joined #ipfs
M-alphakamp has joined #ipfs
M-pims has joined #ipfs
denkyemx[m] has joined #ipfs
M18337[m] has joined #ipfs
Guest26163[m] has joined #ipfs
Avinash[m] has joined #ipfs
M-mistake has joined #ipfs
Guest20001[m] has joined #ipfs
loco[m] has joined #ipfs
peapeaxiong[m] has joined #ipfs
Guest23234[m] has joined #ipfs
M-leeola has joined #ipfs
Guest30871[m] has joined #ipfs
fortyfoxes[m] has joined #ipfs
SARANKUMAR[m] has joined #ipfs
M-pieohpah has joined #ipfs
M-7416 has joined #ipfs
Guest22481[m] has joined #ipfs
M-2255 has joined #ipfs
M-sokoow has joined #ipfs
qzo[m] has joined #ipfs
M-16549 has joined #ipfs
onic[m] has joined #ipfs
M-hierophantos has joined #ipfs
M-liathit has joined #ipfs
Guest18692[m] has joined #ipfs
blackflag[m] has joined #ipfs
quux[m] has joined #ipfs
M-staplemac has joined #ipfs
M-jackal has joined #ipfs
Guest26833[m] has joined #ipfs
M-davidar-test has joined #ipfs
M-3676 has joined #ipfs
M-vro has joined #ipfs
M-mckaydavis has joined #ipfs
M-11367 has joined #ipfs
alistair77[m] has joined #ipfs
sanjeev[m] has joined #ipfs
M-g has joined #ipfs
M-6781 has joined #ipfs
qgnox[m] has joined #ipfs
M-s6 has joined #ipfs
M-metamattj has joined #ipfs
steven[m] has joined #ipfs
TheGillies has joined #ipfs
M-jfred has joined #ipfs
M-ikreymer has joined #ipfs
M-trashrabbit has joined #ipfs
M-Shrike has joined #ipfs
fredddy42[m] has joined #ipfs
vikneshwaren[m] has joined #ipfs
TiagoDanin[m] has joined #ipfs
kostera[m] has joined #ipfs
M-1976 has joined #ipfs
boliboli[m] has joined #ipfs
M2ezit[m] has joined #ipfs
masoodahm[m] has joined #ipfs
M-3870 has joined #ipfs
M-leer10 has joined #ipfs
M-alri has joined #ipfs
vm[m] has joined #ipfs
M-5703 has joined #ipfs
M-1982 has joined #ipfs
red5d[m] has joined #ipfs
MatrixMarsh has joined #ipfs
M-gdr has joined #ipfs
M-5459 has joined #ipfs
M-dakrone has joined #ipfs
jackyquack[m] has joined #ipfs
Guest18705[m] has joined #ipfs
M-Magnap has joined #ipfs
M-3974 has joined #ipfs
M-bastinik has joined #ipfs
rajeevn[m] has joined #ipfs
M-16544 has joined #ipfs
M-12490 has joined #ipfs
M-15922 has joined #ipfs
Ulises[m] has joined #ipfs
M-blide has joined #ipfs
cva[m] has joined #ipfs
M-3891 has joined #ipfs
Guest19042[m] has joined #ipfs
sibi[m] has joined #ipfs
M-Dave has joined #ipfs
chungy has quit [Read error: Connection reset by peer]
mads[m] has joined #ipfs
M-austinhc has joined #ipfs
chungy has joined #ipfs
naggie[m] has joined #ipfs
M-Amandine has joined #ipfs
njm14823[m] has joined #ipfs
j12t has joined #ipfs
M-flyingzumwalt has joined #ipfs
M-krsiehl has joined #ipfs
M-jh has joined #ipfs
M-victorm has joined #ipfs
M-JayJay has joined #ipfs
M-Nickfost has joined #ipfs
dc167[m] has joined #ipfs
M-alwi has joined #ipfs
alexvoda[m] has joined #ipfs
M-toor has joined #ipfs
eternaleye has joined #ipfs
M-amstocker has joined #ipfs
hermann-tab[m] has joined #ipfs
M-kalmi has joined #ipfs
M-jackvt93 has joined #ipfs
M-17739 has joined #ipfs
TheReverend403[m has joined #ipfs
M-Lawrence_Pritc has joined #ipfs
Guest29626[m] has joined #ipfs
M-lilien1010 has joined #ipfs
whirm[m] has joined #ipfs
M-2194 has joined #ipfs
rfb[m] has joined #ipfs
M-3511 has joined #ipfs
M-javissimo has joined #ipfs
M-jbenet has joined #ipfs
M-rryan has joined #ipfs
mokhtar[m] has joined #ipfs
ckwaldon1 has joined #ipfs
M-king_size1953 has joined #ipfs
M-16865 has joined #ipfs
M18523[m] has joined #ipfs
Dawg[m] has joined #ipfs
M-abdessamadhoud has joined #ipfs
jamespedwards42[ has joined #ipfs
M18643[m] has joined #ipfs
M-HirmeS has joined #ipfs
M-BostonEnginer4 has joined #ipfs
rendar has joined #ipfs
M-10660 has joined #ipfs
RyuKurisu[m] has joined #ipfs
M-3526 has joined #ipfs
H3g3m0n[m] has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon1 is now known as ckwaldon
M-osener has joined #ipfs
blabla2[m] has joined #ipfs
guybrush[m] has joined #ipfs
M-whyrusleeping has joined #ipfs
patrickr[m] has joined #ipfs
M-cyan has joined #ipfs
M-16355 has joined #ipfs
hendry[m] has joined #ipfs
M-ngu has joined #ipfs
Guest83810 has joined #ipfs
TestName[m] has joined #ipfs
Guest23322[m] has joined #ipfs
wehlutyk[m] has joined #ipfs
Usr[m] has joined #ipfs
qwertyuioppo[m] has joined #ipfs
vbsd has joined #ipfs
M21100[m] has joined #ipfs
sibi[m]1 has joined #ipfs
Matthew[m] has joined #ipfs
Catz[m] has joined #ipfs
M-leoc has joined #ipfs
monzoon[m] has joined #ipfs
M-7141 has joined #ipfs
s_kunk has joined #ipfs
Kane` has quit [Remote host closed the connection]
unforgiven512 has quit [Quit: ZNC - http://znc.in]
kenmazsyma__ has quit [Quit: Connection closed for inactivity]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 252 seconds]
ckwaldon1 is now known as ckwaldon
Boomerang has joined #ipfs
corvinux has quit [Ping timeout: 244 seconds]
unforgiven512 has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to ipfs-api/ng: https://git.io/v6aSE
<ipfsbot> js-ipfs-api/ipfs-api/ng 7b35a06 David Dias: feat(pin): spec compliant pinning
Encrypt has joined #ipfs
jgantunes has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid force-pushed ipfs-api/ng from 7b35a06 to ed07921: https://git.io/vKv66
<ipfsbot> js-ipfs-api/ipfs-api/ng ed07921 David Dias: feat(pin): spec compliant pinning
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-interface-ipfs-core-0.9.0 (+1 new commit): https://git.io/v6aHr
<ipfsbot> js-ipfs/greenkeeper-interface-ipfs-core-0.9.0 397fa2f greenkeeperio-bot: chore(package): update interface-ipfs-core to version 0.9.0...
<18WABJA0E> [js-ipfs] greenkeeperio-bot opened pull request #417: Update interface-ipfs-core to version 0.9.0
<dignifiedquire> daviddias: I just realized that the streaming interface for the blockstore is a bit trickier than I hoped
<dignifiedquire> we are passing instances of Block to it, to be written to disk
<dignifiedquire> but that notion itself relies on having all the data in memory, in the associated buffer
<daviddias> right, because you need the hash of it
<dignifiedquire> so the question is can we make this a streaming interface all the way actually, and if so how
<dignifiedquire> do you know if go has a streaming interface for the blockstoreß
slothbag has joined #ipfs
cemerick has joined #ipfs
<dignifiedquire> daviddias: looks like go-ipfs is using in memory blocks only as well: https://github.com/ipfs/go-ipfs/blob/master/blocks/blocks.go#L25
<daviddias> having streaming to disk
<daviddias> is good because it is a way to capture the signal from the storage driver for backpressure
<daviddias> but yeah, block-service has to be smart enough
<daviddias> to capture those signals
<daviddias> the streaming interface for reads is also important
<daviddias> because we can pipe it to the network
<daviddias> and even for writting, if we request a block
<daviddias> we can pipe it to disk
<daviddias> and then validate the hash with hashpipe
<dignifiedquire> hmm
<dignifiedquire> this will require a major refactor of a lot of parts :/
<dignifiedquire> I think we should delay this
<dignifiedquire> otherwise we will stretch this move to pull streams very long
ckwaldon has quit [Read error: Connection reset by peer]
ckwaldon has joined #ipfs
mbrock has quit [Quit: Connection closed for inactivity]
ygrek_ has quit [Ping timeout: 264 seconds]
Encrypt has quit [Quit: Quitte]
j12t has joined #ipfs
mvorg has joined #ipfs
<dignifiedquire> daviddias: got everything passing with the current interface
j12t has quit [Ping timeout: 252 seconds]
<daviddias> I see you point
<daviddias> As always, please document in a issue
<daviddias> So that we know when to come back to it :)
chriscool has quit [Read error: Connection reset by peer]
chriscool has joined #ipfs
reit has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid closed pull request #348: Update interface-ipfs-core to version 0.9.0
<ipfsbot> [js-ipfs] diasdavid deleted greenkeeper-interface-ipfs-core-0.9.0 at 397fa2f: https://git.io/v6apB
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to feat/test-cover-blocks: https://git.io/v6apg
<ipfsbot> go-ipfs/feat/test-cover-blocks 2408f86 Jakub Sztandera: blocks: rename errWrongHash to ErrWrongHash...
<daviddias> I can't wait till whole of the interface-ipfs-core is done
apiarian has quit [Ping timeout: 240 seconds]
apiarian has joined #ipfs
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to feat/test-cover-blocks-set: https://git.io/v6ahq
<ipfsbot> go-ipfs/feat/test-cover-blocks-set 88a6fc7 Jakub Sztandera: test: make the test bit cleaner...
<ipfsbot> [go-ipfs] Kubuxu force-pushed feat/test-cover-blocks-set from 88a6fc7 to a63b5c3: https://git.io/v6gW1
<ipfsbot> go-ipfs/feat/test-cover-blocks-set a63b5c3 Jakub Sztandera: test: make the test bit cleaner...
<daviddias> dignifiedquire: I'm getting a OOM on js-ipfs-api when starting the karma task
<daviddias> right on the sourceMapData step
<daviddias> have you seen that before?
<dignifiedquire> :D
chriscool has quit [Read error: Connection reset by peer]
<dignifiedquire> yeah, there is an issue on the karma repo
<dignifiedquire> no idea.. it probably means you have too many files in karma
<dignifiedquire> gotta jump for lunch now
<dignifiedquire> btw, just implemented the repo move to base32 hashes :)
<daviddias> oh nice!
<daviddias>
<ipfsbot> [go-ipfs] Kubuxu created feat/test-cover-blocks-util (+1 new commit): https://git.io/v6ajW
<ipfsbot> go-ipfs/feat/test-cover-blocks-util 21cbb90 Jakub Sztandera: test: 100% coverage for blocks/blocksutil...
<ipfsbot> [go-ipfs] Kubuxu opened pull request #3090: test: 100% coverage for blocks/blocksutil (master...feat/test-cover-blocks-util) https://git.io/v6aj4
cketti has joined #ipfs
cketti has quit [Changing host]
cketti has joined #ipfs
<dignifiedquire> daviddias: if you can consistently reproduce it please send it my way, it would be great if I can fix this
<daviddias> dignifiedquire: right now it is pretty consistent https://github.com/ipfs/js-ipfs-api/pull/305
computerfreak has joined #ipfs
neuthral has joined #ipfs
<dignifiedquire> thanks
cwahlers has quit [Ping timeout: 252 seconds]
cwahlers has joined #ipfs
doesntgolf has joined #ipfs
* dignifiedquire taking all the heapshots
apiarian has quit [Ping timeout: 276 seconds]
apiarian has joined #ipfs
j12t has joined #ipfs
chriscool has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
chriscool has quit [Quit: Leaving.]
doesntgolf has quit [Ping timeout: 244 seconds]
chriscool has joined #ipfs
<dignifiedquire> daviddias: this is going to be a nasty one
zap111 has joined #ipfs
ecloud has quit [Ping timeout: 240 seconds]
<daviddias> what is your strategy?
<daviddias> reduce the memory weight or increase the memory allocated?
<dignifiedquire> figure out where the memory is going
<dignifiedquire> and then find a way to reduce the memory footprint if possible
kenmazsyma__ has joined #ipfs
ecloud has joined #ipfs
<daviddias> node v6 error is kind of crazy
<dignifiedquire> I have a heap dump that chrome has been processing for > 30 minutes now :(
<daviddias> but on node v4, it comes from the sourcemap creation
<daviddias> are you using the macbook?
<dignifiedquire> it has nothing to do with the sourcemap creation, that is just the place it happens to run out of memory
<dignifiedquire> yeah
<dignifiedquire> probably have to transfer it
<daviddias> isn't the sourcemap creation memory intensive?
<dignifiedquire> it is but I disabled the module and it still runs out of memory
<daviddias> outch
computerfreak has quit [Remote host closed the connection]
<dignifiedquire> somewhere, something is not right as the memory grows pretty regular to ~ 500mb and then the eventloop hangs and suddenly oum
<dignifiedquire> *oom
zap111 has quit [Remote host closed the connection]
<dignifiedquire> I have the bad feeling it is related to webpack
<dignifiedquire> as all reports in that issue have been using webpack
<dignifiedquire> but it might be the fault of karma or some plugin inbetween not sure
rardiol has joined #ipfs
computerfreak has joined #ipfs
byteflame has joined #ipfs
byteflame has quit [Remote host closed the connection]
<daviddias> god speed dignifiedquire !
<daviddias> did increasing the mem pool work for you?
ckwaldon1 has joined #ipfs
ckwaldon has quit [Read error: Connection reset by peer]
ckwaldon1 is now known as ckwaldon
PrinceOfPeeves has joined #ipfs
rgrinberg has joined #ipfs
rardiol has quit [Ping timeout: 265 seconds]
<dignifiedquire> not tried that yet
cemerick has quit [Ping timeout: 250 seconds]
<dignifiedquire> daviddias: this works for me: node --max_old_space_size=4096 node_modules/.bin/gulp test:browser
neurrowcat has joined #ipfs
<daviddias> that is good to know, it means that it is not a crazy memory leak, we just use too much memory
<dignifiedquire> yeah webpack just eats that memory
<daviddias> someone should provide a webpack as a service
<dignifiedquire> :D
<dignifiedquire> there are probably optimizations that can be done inside webpack, but it's a big beast
<dignifiedquire> and there just A LOT of files that are processed
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to ipfs-api/ng: https://git.io/v6Vsl
<ipfsbot> js-ipfs-api/ipfs-api/ng 8d7f4b8 David Dias: feat(generic): make it spec compliant
oed has quit [Ping timeout: 250 seconds]
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to ipfs-api/ng: https://git.io/v6Vs7
<ipfsbot> js-ipfs-api/ipfs-api/ng fdf11e6 David Dias: for dev
cemerick has joined #ipfs
<dignifiedquire> daviddias: is it okay for you to move on with that config?
<daviddias> with that config option?
<daviddias> If CI accepts it, fine by me
<dignifiedquire> I don't think there is much I can do right now, unless I go start digging into the source of webpack
<daviddias> it is just for tests anyway
<dignifiedquire> the --max_old_space_size
<daviddias> it is not like we consume all that memory
<dignifiedquire> try putting it into the npm scripts
<dignifiedquire> daviddias: can you build js-ipfs master? for me it always fails
<daviddias> always fails?
<daviddias> which err?
<dignifiedquire> can't find module browserify-zlib
<dignifiedquire> even though it's a fresh install and npm ls shows it
<dignifiedquire> ohh I know why
<dignifiedquire> I merged a change to our fork of browserify-zlib
<daviddias> ah, changed the commit hash?
pfrazee has joined #ipfs
<dignifiedquire> no, but it has a build step now and the output is not on github, failing to load ig
<dignifiedquire> *it
<daviddias> classic
<daviddias> :D
<dignifiedquire> should be fixed
zap111 has joined #ipfs
zap111 has quit [Remote host closed the connection]
<daviddias> the "node --max_old_space_size=4096 node_modules/.bin/gulp test:browser" works as expected, thank you :) (takes ad eternum though)
<dignifiedquire> cool
<daviddias> the release step doesn't pic this up though
<daviddias> not the general npm test
<dignifiedquire> use the gulp task for release
<dignifiedquire> it's called "release"#
<daviddias> "node --max_old_space_size=4096 node_modules/.bin/gulp release --minor"
<daviddias> won't work
<dignifiedquire> --type=minor
<daviddias> but that --type
<daviddias> will be passed to the node
computerfreak has quit [Ping timeout: 250 seconds]
<dignifiedquire> right
<daviddias> checking if there is a release:minor
<dignifiedquire> maybe with quotes
<dignifiedquire> no there is not
<dignifiedquire> you could try "node gulp release -- --type minor "
<dignifiedquire> afk for a bit
chriscool has quit [Ping timeout: 264 seconds]
<ipfsbot> [js-ipfs] diasdavid created feat/generic-spec-compliant (+1 new commit): https://git.io/v6VCT
<ipfsbot> js-ipfs/feat/generic-spec-compliant e035dab David Dias: wip
<daviddias> ok :)
<daviddias> Will need CR on this one https://github.com/ipfs/interface-ipfs-core/pull/33
ckwaldon has quit [Ping timeout: 264 seconds]
ckwaldon1 has joined #ipfs
ckwaldon1 is now known as ckwaldon
ashark_ has joined #ipfs
jesselang has joined #ipfs
cryptix has joined #ipfs
slothbag has quit [Quit: Leaving.]
intercat has left #ipfs ["Leaving"]
intercat has joined #ipfs
HostFat has joined #ipfs
tmg has joined #ipfs
<daviddias> haad: since dignifiedquire is out, can you give CR to https://github.com/ipfs/interface-ipfs-core/pull/33
zap111 has joined #ipfs
<daviddias> so that I can advance with other js-ipfs-api stuff. Thank you
jakobvarmose has joined #ipfs
pfrazee has quit [Remote host closed the connection]
<dignifiedquire> daviddias: reviewed
<daviddias> <3 <3 :D
zap111 has quit [Remote host closed the connection]
chriscool has joined #ipfs
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-interface-ipfs-core-0.11.0 (+1 new commit): https://git.io/v6VRJ
<ipfsbot> js-ipfs/greenkeeper-interface-ipfs-core-0.11.0 9754937 greenkeeperio-bot: chore(package): update interface-ipfs-core to version 0.11.0...
<ipfsbot> [js-ipfs-api] diasdavid closed pull request #349: Update interface-ipfs-core to version 0.11.0
<ipfsbot> [js-ipfs] diasdavid deleted greenkeeper-interface-ipfs-core-0.11.0 at 9754937: https://git.io/v6VRm
kenmazsyma__ has quit [Quit: Connection closed for inactivity]
chris613 has joined #ipfs
Magik6k has quit [Read error: Connection reset by peer]
marcin212_ has quit [Read error: Connection reset by peer]
<ipfsbot> [js-ipfs-api] diasdavid force-pushed ipfs-api/ng from fdf11e6 to e97c567: https://git.io/vKv66
<ipfsbot> js-ipfs-api/ipfs-api/ng e97c567 David Dias: feat(generic): make it spec compliant
Magik6k has joined #ipfs
Kubuxu has joined #ipfs
G-Ray has quit [Ping timeout: 258 seconds]
cryptix_ has joined #ipfs
cryptix_ has quit [Client Quit]
cryptix has quit [Read error: Connection reset by peer]
<daviddias> dignifiedquire: with quotes (neigher ' or `) works
cryptix has joined #ipfs
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to ipfs-api/ng: https://git.io/v6Vuh
<ipfsbot> js-ipfs-api/ipfs-api/ng ba0fc67 David Dias: feat(deps): clean and update
ckwaldon has quit [Remote host closed the connection]
ckwaldon has joined #ipfs
G-Ray has joined #ipfs
<ipfsbot> [js-ipfs] diasdavid opened pull request #420: Make generic commands spec compliant (master...feat/generic-spec-compliant) https://git.io/v6VzY
<haad> daviddias: CRd
rgrinberg has quit [Ping timeout: 258 seconds]
<haad> daviddias dignifiedquire started vendoring/chunking orbit's modules today in Orbit client
<haad> js-ipfs can't be chunked :/
<haad> with webpack, that is
<daviddias> what do you mean by chunking?
<daviddias> same as vendoring?
<haad> with chunking, you can "vendor" 3rd party libs to their own output files
<daviddias> ah
<daviddias> to make the import request as it needs
<daviddias> probably super useful if being serve behind http2
rgrinberg has joined #ipfs
jedahan has joined #ipfs
<haad> I was thinking it'd be good to have ipfs as a separate file (as well as other 3rd party modules) because they don't change often --> faster webpack build time
<haad> what I ended up using was to make webpack just copy the ipfs/dist/index.js and I load it in the html file (instead of requiring it in the app code)
<daviddias> yeah, having to recompile a whole dep that doesn't change
<daviddias> doesn't webpack have caching though?
<haad> ish
<daviddias> ?
<haad> it doesn't work for me atm, dunno why haven't looked into it
<haad> not sure if webpack itself even has it, or if it comes from webpack dev-server I'm using
<haad> also, we need to find a better way for: require('exports?Ipfs!ipfs/dist/index.js')
pfrazee has joined #ipfs
<daviddias> require('ipfs')
<haad> daviddias: was something changed re. that?
<haad> because require('ipfs') doesn't work with webpack
<daviddias> it should work
<daviddias> it just means that your webpack config is not all set up
<daviddias> not that we have to inject things like node-forge in
<haad> that's the thing, either you replicate the webpack build settings from js-ipfs, or you do that export thingy
<daviddias> yep
<daviddias> until node-forge is commonjs modules
<haad> copying the webpack settings is not really a solution either :/
<daviddias> well, there are things
<haad> that's the only module preventing us doing that?
<daviddias> that are now accepted
<daviddias> like brfs
<daviddias> it will never get better than you having to specify that transformation
<daviddias> than there is libp2p-ipfs-browser
<daviddias> which has to replace libp2p-ipfs
<daviddias> here are the exceptions: https://github.com/ipfs/js-ipfs/blob/master/.aegir.js
<daviddias> we probably can also publish versions
<daviddias> so that npm i ipfs.browser
<daviddias> is the dist for the browser
<daviddias> and ipfs.node is the dist for node
<daviddias> that might make sense, thoughts?
<haad> yeah, making a separate ipfs-browser version might be an option
<daviddias> dignifiedquire: would love some aegir wisdomn in order to make this " "test": "node --max_old_space_size=4096 node_modules/.bin/gulp test"," work for release
<haad> I don't think what we have now is sustainable in the long run, requires a lot of config and knowledge from devs jumping into ipfs for the first time
<daviddias> haad: wanna open a issue with that idea an others? getting feedback form consumers of js-ipfs is super important
<daviddias> I'm all in for reducing the number of steps for devs to use IPFS
<haad> I'll add it to my todo list, can't do it right now
<daviddias> will you have the time to review today: https://github.com/ipfs/js-ipfs-api/pull/305#issuecomment-240108393
tmg has quit [Ping timeout: 240 seconds]
tmg has joined #ipfs
<haad> daviddias: prolly not, can do that tomorrow morning, first thing
<daviddias> thank you :)
<daviddias> sounds good
<jakobvarmose> I want to build a directory structure programmatically (using go-ipfs), but I can't figure out how to do it. Should I use the unixfs package?
tmg has quit [Ping timeout: 244 seconds]
tmg has joined #ipfs
chriscool has quit [Ping timeout: 265 seconds]
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to feat/test-cover-blocks: https://git.io/v6VKk
<ipfsbot> go-ipfs/feat/test-cover-blocks 594c946 Jakub Sztandera: docs: decapitalize error message in blocks.go...
tmg has quit [Ping timeout: 250 seconds]
cryptix has quit [Ping timeout: 244 seconds]
libman has joined #ipfs
<libman> "BigChainDB is blacklisted due to its uncopyfree license and SJW BS." -- https://archive.is/P0QIr#selection-1879.0-1898.0
<libman> I know most people want to stick their heads in the sand and pretend there's no politics in free software, but there is. IPFS itself is great, but parts of its ecosystem are becoming inaccessible from my perspective.
<libman> Restrictive licenses and codes of conduct do a lot of harm. Most people don't speak out against them (and I'm probably about to be called a "troll" and banned for doing so).
<libman> IPFS is something that right-libertarians like esr and myself would have great interest in, and its permissive license alone is a reason to choose it over some of the alternatives.
j12t has joined #ipfs
galois_dmz has joined #ipfs
<noffle> libman: do you have specific concerns?
<ashark_> libman: Meh. Codes of Conduct are kinda wanky, but so are lots of things. No big deal.
cryptix has joined #ipfs
galois_d_ has quit [Ping timeout: 258 seconds]
cryptix has quit [Client Quit]
* ansuz gets popcorn
<libman> Most of my concerns are more philosophical than specific. Injection of restrictive licenses (see copyfree.org for definition) in an otherwise free ecosystem (i.e. Go, IPFS) is my highest concern.
<ansuz> vague libertarian angst is my favourite angst
<noffle> libman: I can understand a desire to have a project you otherwise have faith in to adopt philosophies more in line with your personal ones. That said, direct head-on confrontation with an insistence of change tends to not be effective.
ckwaldon1 has joined #ipfs
<libman> ansuz: great quote. :)
dmr has joined #ipfs
<noffle> One question to ask yourself that may help is, "How can I make meaningful contributions to this project in a way that also exemplars my own values and beliefs, that may influence and show others the worth of my feelings?"
ckwaldon has quit [Ping timeout: 276 seconds]
ckwaldon1 is now known as ckwaldon
pfrazee has quit [Remote host closed the connection]
Encrypt has joined #ipfs
<noffle> What I'm saying is, consider making contributions to the project to give yourself credibility. It's hard to have a "random" show up and launch into criticism immediately.
<libman> I know, I know. I don't really expect anything to change. Just giving my two cents as an IPFS user who has never contributed.
<daviddias> dignifiedquire: back on the repo/block API interfaces
<daviddias> shall we bikeshed that a little bit?
<noffle> libman: If you aren't willing to put in the effort the rest of the folks here are, then it may not be a worthwhile effort to balk here, both in terms of use of your time, and most certainly in terms of ours.
<libman> I'm trying to build a Unix distro / development stack / personal career around specific values, and that includes avoiding restrictive licensing.
<dignifiedquire> daviddias: sorry still out, will be only available later tonight but happy to do shed all the bikes the
<libman> So IPFS can be a very central part of this, but BigChainDB cannot.
<daviddias> dignifiedquire: sounds good, I'll be around too then :)
ygrek_ has joined #ipfs
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon1 is now known as ckwaldon
G-Ray has quit [Quit: Konversation terminated!]
Tv` has joined #ipfs
apiarian has quit [Quit: zoom]
<ipfsbot> [go-ipfs] whyrusleeping deleted fix-test_fsh at 2489dfe: https://git.io/v6Vy3
<ipfsbot> [go-ipfs] whyrusleeping deleted feat/test-cover-blocks-util at 21cbb90: https://git.io/v6VyG
<ipfsbot> [go-ipfs] whyrusleeping pushed 2 new commits to master: https://git.io/v6VyZ
<ipfsbot> go-ipfs/master e3a42d9 Kevin Simper: Update dns help with a correct domain name...
<ipfsbot> go-ipfs/master b5a6f76 Jeromy Johnson: Merge pull request #3087 from kevinsimper/patch-1...
<ipfsbot> [go-ipfs] whyrusleeping deleted feature/add-period at b76dcb8: https://git.io/v6VyC
ckwaldon1 has joined #ipfs
pfrazee has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/v6Vyi
ckwaldon has quit [Ping timeout: 276 seconds]
<ipfsbot> go-ipfs/master 1f3f1f6 Jeromy: version bump to 0.4.4-dev...
ckwaldon1 is now known as ckwaldon
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/v6Vyy
<ipfsbot> go-ipfs/master 3e8fcc5 Jeromy Johnson: Merge pull request #3077 from ipfs/feat/is-domain-to-gxx...
<ipfsbot> [go-ipfs] whyrusleeping pushed 2 new commits to master: https://git.io/v6Vy7
<ipfsbot> go-ipfs/master 1d6a47b Jesse Weinstein: Make all Taglines use imperative mood...
<ipfsbot> go-ipfs/master dcfd842 Jeromy Johnson: Merge pull request #3041 from JesseWeinstein/docs/cli-use-imperative...
<whyrusleeping> beep boop
ygrek_ has quit [Ping timeout: 258 seconds]
<ansuz> hi whyrusleeping
<ansuz> are you still in Romania?
<whyrusleeping> nope, i'm back in america
<daviddias> Romania?
<whyrusleeping> but i was in canada, and it reminded me of you
<whyrusleeping> <3
<ansuz> <3
<ansuz> daviddias: I heard he was visiting Lisbon, Romania for an IPFS meetup
<whyrusleeping> it was actually lisbon, in the western provinces of spain
<ansuz> oh, right
<ansuz> geography is hard
<ipfsbot> [go-ipfs] whyrusleeping pushed 2 new commits to master: https://git.io/v6VS0
<ipfsbot> go-ipfs/master 1079acf Thomas Gardner: bitswap: add `ledger` subcommand...
<ipfsbot> go-ipfs/master 2414c06 Jeromy Johnson: Merge pull request #2852 from thomas-gardner/bitswap/ledger...
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/v6VS6
<ipfsbot> go-ipfs/master 8c237ce Jeromy Johnson: Merge pull request #3084 from ipfs/feat/test-cover-blocks-set...
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rardiol has joined #ipfs
jedahan has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 2 new commits to master: https://git.io/v6V9X
<ipfsbot> go-ipfs/master 0aad342 Mathijs de Bruin: Improve command documentation for listing commands (Fixes #3057)....
<ipfsbot> go-ipfs/master 1891fd1 Jeromy Johnson: Merge pull request #3083 from dokterbob/lshelpdoc...
<ipfsbot> [go-ipfs] whyrusleeping closed pull request #3079: bin: dist_get script: prevents get_go_vars() returns same values twice (master...feat/MrSparc-dist_get) https://git.io/v6EVp
ckwaldon has quit [Read error: Connection reset by peer]
ckwaldon1 has joined #ipfs
s_kunk has quit [Ping timeout: 260 seconds]
jedahan has quit [Client Quit]
ckwaldon1 is now known as ckwaldon
computerfreak has joined #ipfs
<Kubuxu> whyrusleeping: +1 on starting dev again on master.
<Kubuxu> whyrusleeping: also if you get "PANIC PANIC PANIC" as you completion after updating to Go 1.7, update gocode.
<whyrusleeping> lol, already been there
<whyrusleeping> it happens on pretty much every new release
<Kubuxu> hmm, still broken, they might have not released yet
<Kubuxu> ahh, daemon was still running
Boomerang has quit [Quit: leaving]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 265 seconds]
ckwaldon1 is now known as ckwaldon
<ipfsbot> [go-ipfs] Kubuxu pushed 1 new commit to feat/test-cover-blockstore: https://git.io/v6V5M
<ipfsbot> go-ipfs/feat/test-cover-blockstore 7febd60 Jakub Sztandera: test: fixup style and add more checks to blockstore tests...
rardiol has quit [Ping timeout: 258 seconds]
rardiol has joined #ipfs
doesntgolf has joined #ipfs
jaboja has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping pushed 1 new commit to master: https://git.io/v6VbC
<ipfsbot> go-ipfs/master f2dcad8 Jeromy Johnson: Merge pull request #2999 from ipfs/feature/makefile-cleanup...
<dignifiedquire> whyrusleeping: so will 0.4.3 be built wit go 1.7?
<whyrusleeping> dignifiedquire: yes
<dignifiedquire> nice
<whyrusleeping> yeeeeeep
<dignifiedquire> that's what I love about compiled languages, new version? lets use it.. in js land you have to take care of all the 500 envs you are trying to execute in
<dignifiedquire> I should just compile everything down to asm.js and use all the language features I want
<Mateon1> dignifiedquire: Well, Babel exists
<Mateon1> As well as 10 other transpilers
<libman> JS definitely sucks, and it sucks harder the more it is used.
<Mateon1> I love JS, but I think that's only because I babbled around in the innards of v8
<dignifiedquire> Mateon1: transpilers help a lot, but it's more a general acceptance thing. if my project requirea being transpiled some people will start complaining they can't just run it through node myscript.js
<Mateon1> Anyway, I just fixed the colors on windows, however I don't know Go, my code is terrible, and I have no idea how to make it only run on Windows and not do something terrible if it doesn't work. Also, I can't test it on Vista, 7 & 8.
ygrek_ has joined #ipfs
<Mateon1> dignifiedquire: Well, I dislike Node, a lot. I mostly deal with browserside JS
<Kubuxu> For me the V8 and node is awesome from the engineering standpoint, I dislike JS :p
<Kubuxu> Fortunately ScalaJS came to the rescue.
cwahlers has quit [Ping timeout: 276 seconds]
apiarian has joined #ipfs
cwahlers has joined #ipfs
jedahan has joined #ipfs
<Mateon1> I can't wait for WebAssembly as a backend for other languages
cyberwolfss has joined #ipfs
rsync has joined #ipfs
<dignifiedquire> yeah WebAssembly is nice
libman has quit [Remote host closed the connection]
cwahlers has quit [Ping timeout: 276 seconds]
<ipfsbot> [go-ipfs] RichardLitt pushed 1 new commit to doc/manual-building: https://git.io/v6Vj0
<ipfsbot> go-ipfs/doc/manual-building 4f4f57e Richard Littauer: Small edits...
cwahlers has joined #ipfs
zorglub27 has joined #ipfs
robogoat has quit [Ping timeout: 264 seconds]
zorglub27 has quit [Ping timeout: 265 seconds]
mvorg has quit [Ping timeout: 258 seconds]
computerfreak has quit [Remote host closed the connection]
jaboja has quit [Remote host closed the connection]
rardiol has quit [Ping timeout: 264 seconds]
hermanjunge has joined #ipfs
hermanjunge has quit [Client Quit]
rardiol has joined #ipfs
cyberwolfss has quit [Quit: Konversation terminated!]
<Kubuxu> WebAssembly is nice, but it creates full split off the JS. This means no interop which is very beneficial in many cases.
<Kubuxu> Like you can use most JS libs (react, angular, jQ) in ScalaJS with minimal wrappers (mostly type hints), this won't be the case with WebAssembly
jaboja has joined #ipfs
jedahan has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
doesntgolf has quit [Ping timeout: 250 seconds]
jedahan has joined #ipfs
<dignifiedquire> haad: something like this could solve our webpack issues for external users https://github.com/easy-webpack/core if we just create a sharable ipfs-webpack config
jedahan has quit [Client Quit]
ckwaldon1 has joined #ipfs
jedahan has joined #ipfs
ckwaldon has quit [Ping timeout: 258 seconds]
ckwaldon1 is now known as ckwaldon
jedahan has quit [Remote host closed the connection]
rgrinberg has quit [Quit: WeeChat 1.5]
<daviddias> dignifiedquire: but then everyone has to use Webpack
rgrinberg has joined #ipfs
jedahan has joined #ipfs
chriscool has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping created feat/temp-err-retries (+1 new commit): https://git.io/v6wLB
<ipfsbot> go-ipfs/feat/temp-err-retries dcab579 Jeromy: datastore: blockstore should retry when it encounters temp errors...
<dignifiedquire> daviddias: not more than now, this would just be an additional service to make it easier when using webpack
<daviddias> I believe that what haad was proposing is to enable anyone to do require('ipfs') and use their own bundler if needed
rardiol has quit [Ping timeout: 244 seconds]
<ipfsbot> [go-ipfs] whyrusleeping opened pull request #3091: datastore: blockstore should retry when it encounters temp errors (master...feat/temp-err-retries) https://git.io/v6wtn
erde74 has joined #ipfs
Meroje[m] has joined #ipfs
<ipfsbot> [go-ipfs] whyrusleeping force-pushed feat/temp-err-retries from dcab579 to 8813008: https://git.io/v6wt5
<ipfsbot> go-ipfs/feat/temp-err-retries 8813008 Jeromy: datastore: blockstore should retry when it encounters temp errors...
Foxcool has quit [Ping timeout: 244 seconds]
jedahan_ has joined #ipfs
erde74 has quit [Remote host closed the connection]
Foxcool has joined #ipfs
jedahan has quit [Ping timeout: 252 seconds]
ckwaldon1 has joined #ipfs
ckwaldon has quit [Ping timeout: 244 seconds]
ckwaldon1 is now known as ckwaldon
<dignifiedquire> daviddias: and how should that be possible?
<dignifiedquire> daviddias: how was the infra call?
<daviddias> Wednesday
<daviddias> Only
<dignifiedquire> ah cool I didn't miss it
<daviddias> And it would be possible if we ship builds as modules
<daviddias> Like ipfs.browser
<dignifiedquire> you mean like lodash.get ?
galois_dmz has quit [Remote host closed the connection]
galois_dmz has joined #ipfs
<dignifiedquire> daviddias: by the way I totally forgot about js-ipfs-api needing to be ported to pull-streams as js-ipfs uses it
<daviddias> Only the cli
erde74 has joined #ipfs
<daviddias> But yeah
<daviddias> Actually, all of those changes have to be pushed to the interface first
rardiol has joined #ipfs
<dignifiedquire> I hear you want to volunteer for that :D
<dignifiedquire> so wanna do some bike shedding?
<whyrusleeping> i wrote some more javascript guys
<dignifiedquire> oh god
<dignifiedquire> why u use semicolons :P
<whyrusleeping> because copypaste
<dignifiedquire> :D
<dignifiedquire> daviddias: by the way moving to pull-streams will reduce the bundle size of js-ipfs, currently we include 12 different versions of readable-stream because the different dependencies use different versions
<dignifiedquire> which is roughly 50k per version
<dignifiedquire> (non minified
<daviddias> I'm gonna do CR and the pull-streams of webrtc star tomorrow for sure
<dignifiedquire> :)
<daviddias> I'm tired of specs and tests everywhere
TheWhisper has quit [Ping timeout: 240 seconds]
<daviddias> need to look to something new tomorrow :)
<dignifiedquire> I will do unixfs {ex|im}porters tomorrow
<dignifiedquire> :)
TheWhisperSP3 has quit [Ping timeout: 265 seconds]
<dignifiedquire> so what about that bikes shed?
<daviddias> for block?
<daviddias> finishing Swarm update here
<daviddias> will ping you back ina bit
<dignifiedquire> okay, I might fall asleep, so if I don't answer anymore ping me in the morning :D
<daviddias> sounds good :)
<daviddias> go rest!
byteflame has joined #ipfs
TheWhisper_ has joined #ipfs
chriscool has quit [Read error: Connection reset by peer]
cketti has quit [Quit: Leaving]
<Kubuxu> whyrusleeping: if you are at it: can you add stripping of `https://` in the JS?
<whyrusleeping> Kubuxu: eh?
<dignifiedquire> daviddias: yes sir
<whyrusleeping> oh, so you can paste in a url you just copied from the address bar?
<dignifiedquire> Kubuxu: :D that read strange, let's strip https everywhere
<Kubuxu> yup
<Kubuxu> HTTP-everywhere
<whyrusleeping> de-encrypt the web!
<dignifiedquire> daviddias: niiiiice https://github.com/FormidableLabs/webpack-dashboard
<daviddias> haah I saw that in HN
<daviddias> not sure how I feel of having an entire dashboard for WebPack
<daviddias> I would prefer for it to be so fast that I don't have to see it :D
galois_d_ has joined #ipfs
TheWhisperSP3 has joined #ipfs
TheWhisper_ is now known as TheWhisper
galois_dmz has quit [Ping timeout: 258 seconds]
jgantunes has quit [Quit: Connection closed for inactivity]
<dignifiedquire> daviddias: hmm don't challenge me to rewrite it in rust for massive perf :P
<daviddias> I wont :)
<ipfsbot> [js-ipfs-api] diasdavid pushed 1 new commit to ipfs-api/ng: https://git.io/v6wC9
<ipfsbot> js-ipfs-api/ipfs-api/ng 5d0a823 David Dias: feat(swarm): spec compliant
<ipfsbot> [go-ipfs] whyrusleeping deleted doc/manual-building at 4f4f57e: https://git.io/v6wWJ
cemerick has quit [Ping timeout: 244 seconds]
<dignifiedquire> daviddias: https://github.com/dherman/esprit
chriscool has joined #ipfs
Encrypt has quit [Quit: Dinner time!]
HostFat_ has joined #ipfs
HostFat has quit [Ping timeout: 258 seconds]
rendar has quit [Ping timeout: 260 seconds]
ckwaldon has quit [Ping timeout: 265 seconds]
cemerick has joined #ipfs
ebel has quit [Ping timeout: 258 seconds]
chriscool has quit [Read error: Connection reset by peer]
ebel has joined #ipfs
chriscool has joined #ipfs
erde74 has quit [Quit: Verlassend]
elasticdog has joined #ipfs
elasticdog has quit [Changing host]
elasticdog has joined #ipfs
vbsd has quit [Ping timeout: 258 seconds]
pfrazee_ has joined #ipfs
pfrazee has quit [Read error: Connection reset by peer]
palkeo has joined #ipfs
palkeo has quit [Changing host]
palkeo has joined #ipfs
mdom has left #ipfs [#ipfs]
erde74 has joined #ipfs
ckwaldon has joined #ipfs
chpio[m] has joined #ipfs
rendar has joined #ipfs
cemerick has quit [Ping timeout: 264 seconds]
galois_d_ has quit [Remote host closed the connection]
jedahan_ has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
galois_dmz has joined #ipfs
mvorg has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
steve_m has quit [Ping timeout: 258 seconds]
jedahan has joined #ipfs
steve_m has joined #ipfs
jedahan has quit [Ping timeout: 252 seconds]
chriscool has quit [Read error: No route to host]
gmcquillan_ has joined #ipfs
gmcquillan_ is now known as gavin
ckwaldon has quit [Ping timeout: 260 seconds]
ckwaldon has joined #ipfs
erde74 has quit [Ping timeout: 260 seconds]
jaboja has quit [Ping timeout: 250 seconds]
neurrowcat has quit [Quit: Deebidappidoodah!]
ckwaldon has quit [Ping timeout: 265 seconds]
byteflame has quit [Ping timeout: 240 seconds]
eternaleye has quit [Changing host]
eternaleye has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
jaboja has joined #ipfs
reit has quit [Ping timeout: 240 seconds]
ashark__ has joined #ipfs
ashark_ has quit [Ping timeout: 240 seconds]
HostFat_ has quit [Ping timeout: 244 seconds]
jgantunes has joined #ipfs
stmille has joined #ipfs
rendar has quit [Quit: std::lower_bound + std::less_equal *works* with a vector without duplicates!]
steve_m has quit [Ping timeout: 250 seconds]
stmille has quit [Client Quit]
HostFat has joined #ipfs
ashark__ has quit [Ping timeout: 260 seconds]
rardiol has quit [Ping timeout: 258 seconds]
rsync has quit [Quit: Leaving]
rardiol has joined #ipfs
pfrazee has joined #ipfs
pfrazee_ has quit [Read error: Connection reset by peer]
palkeo has quit [Quit: Konversation terminated!]
Leer10[m] has joined #ipfs
<Leer10[m]> How would I reconfigure an ipfs instance so I can expose it to the web as a public gateway?
<Leer10[m]> I like to use ipfs to easily share files, but I don't want to put more stress on the ipfs.io gateway
taaem has joined #ipfs
<whyrusleeping> Leer10[m]: the way we do it is with an nginx proxy
doctorwhat has joined #ipfs
jaboja has quit [Read error: Connection reset by peer]
jaboja has joined #ipfs
<whyrusleeping> huh, i've had no bootstrap peers on my desktops ipfs config for a long time
<whyrusleeping> never noticed, its apparently just been bootstrapping via mdns and the other nodes on my LAN
<whyrusleeping> i love when shit works
<ipfsbot> [js-ipfs] Mithgol opened pull request #421: update the `script` tag in an example provided by `README.md` (master...readme-browser-script) https://git.io/v6w71
neuthral has quit [Ping timeout: 260 seconds]
neuthral has joined #ipfs
pfrazee has quit [Remote host closed the connection]
TheWhisperSP3 has quit [Ping timeout: 252 seconds]
Encrypt has joined #ipfs
neuthral has quit [Ping timeout: 252 seconds]
slothbag has joined #ipfs
slothbag has left #ipfs [#ipfs]
neuthral has joined #ipfs
r04r is now known as zz_r04r
<ipfsbot> [js-ipfs] diasdavid created greenkeeper-yargs-5.0.0 (+1 new commit): https://git.io/v6wFV
<ipfsbot> js-ipfs/greenkeeper-yargs-5.0.0 fd5b2df greenkeeperio-bot: chore(package): update yargs to version 5.0.0...
<ipfsbot> [js-ipfs] greenkeeperio-bot opened pull request #422: Update yargs to version 5.0.0
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
<ipfsbot> [go-ipfs] kevina pushed 2 new commits to kevina/block-rm: https://git.io/v6wbn
<ipfsbot> go-ipfs/kevina/block-rm bf7c5b3 Kevin Atkinson: Fix bug in arccache.DeleteBlock() method....
<ipfsbot> go-ipfs/kevina/block-rm c278b2c Kevin Atkinson: Add test that removes a combination of pinned, valid, and non-existent blocks...
<ipfsbot> [go-ipfs] kevina force-pushed kevina/block-rm from c278b2c to 9ae24c3: https://git.io/vK40o
<ipfsbot> go-ipfs/kevina/block-rm 9ae24c3 Kevin Atkinson: Add test that removes a combination of pinned, valid, and invalid blocks....
TheWhisperSP3 has joined #ipfs
russelsteapot has joined #ipfs
gavin has quit [Ping timeout: 244 seconds]