* dignifiedquire
sitting around waiting for ci to finish..
M-neoteo has joined #ipfs
M-harlan has joined #ipfs
M-1982 has joined #ipfs
corvinux has joined #ipfs
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mathers has joined #ipfs
<dignifiedquire>
daviddias: can you cut a new release of libp2p-swarm please?
x6789 has quit [Quit: Page closed]
insanity54_ has quit [Ping timeout: 240 seconds]
<daviddias>
dignifiedquire: I was waiting for CI
<dignifiedquire>
one travis run completed green
<dignifiedquire>
that's enough for me
<dignifiedquire>
don't have all day ;)
<daviddias>
living on the edge
insanity54 has joined #ipfs
<reit>
is there any way to do custom chunking?
<reit>
i know there's a bunch of different chunking algorithms possible, such as fixed-size or the rabin chunker
<reit>
for instance, i'm thinking of a new sort of web server that works by stitching pages together from predefined chunks
<reit>
but if you're using ipfs as a base for some other application, you might have extra information that could be imposed top-down to generate more efficient chunks
<reit>
the dev knows the page header rarely changes, so that's one chunk, same with the footer so there's another, the sidebar again, and finally the actual page content is its own chunk
<reit>
when requested, the page is retrieved from the network along with any needed chunks, transparently stitched together and returned to the browser
<reit>
the driving principle being that the system should never need to retrieve the same piece of data over the network twice, ever
<reit>
i know there's ipfs object patch, but that doesn't do quite the same thing as i understand it
corvinux has quit [Ping timeout: 265 seconds]
jon_ross has quit [Ping timeout: 265 seconds]
insanity54_ has joined #ipfs
insanity54 has quit [Ping timeout: 276 seconds]
jon_ross has joined #ipfs
<ipfsbot>
[js-ipfs] diasdavid created greenkeeper-libp2p-swarm-0.12.10 (+1 new commit): https://git.io/vrJnJ
<ipfsbot>
js-ipfs/greenkeeper-libp2p-swarm-0.12.10 9544579 greenkeeperio-bot: chore(package): update libp2p-swarm to version 0.12.10...
<dignifiedquire>
daviddias: you can ship lip2p-ipfs :)
eaxdigit_ has quit [Remote host closed the connection]
r3dfish is now known as redfish
jon_ross has quit [Ping timeout: 260 seconds]
jon_ross has joined #ipfs
jreighley has joined #ipfs
rgrinberg has joined #ipfs
jedahan has joined #ipfs
brimstone has quit [Ping timeout: 260 seconds]
jedahan has quit [Client Quit]
jedahan has joined #ipfs
jon_ross has quit [Ping timeout: 252 seconds]
jon_ross has joined #ipfs
martinkl_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
pfraze has quit [Remote host closed the connection]
pfraze has joined #ipfs
jaboja has quit [Ping timeout: 250 seconds]
brimstone has joined #ipfs
brimstone is now known as Guest2239
ygrek has quit [Ping timeout: 276 seconds]
jon_ross has quit [Quit: Leaving.]
cketti has quit [Quit: Leaving]
pfraze has quit [Remote host closed the connection]
mildred has quit [Ping timeout: 276 seconds]
disgusting_wall has joined #ipfs
<ipfsbot>
[webui] greenkeeperio-bot opened pull request #377: Update react-localstorage to version 0.3.0
Guest2239 has quit [Changing host]
Guest2239 has joined #ipfs
Guest2239 is now known as brismtone
brismtone is now known as brimstone
i_am_ss has joined #ipfs
matoro has joined #ipfs
i_am_ss has quit [Remote host closed the connection]
<whyrusleeping>
dignifiedquire: i've never not found a package in pacman, ever
<whyrusleeping>
or rather, never not found a package in the AUR
<dignifiedquire>
whyrusleeping: well, pacman -Q <package I need> doesn't find it, even though it's listed on AUR
<dignifiedquire>
(inside the docker container)
Protocol_under has joined #ipfs
<dignifiedquire>
and I added e.g. "google-chrome" to the dockerfile as that is the package name listedn on the arch wiki, but it fails with no package with this name found
<whyrusleeping>
dignifiedquire: yeah, if its in the AUR you need to use yaourt
<whyrusleeping>
they make it a separate command so you have to think more about what youre doing
<dignifiedquire>
did you say yoghurt?
<whyrusleeping>
(AUR packages are user contributed)
<whyrusleeping>
yeap, yogurt
<whyrusleeping>
but yaourt
<dignifiedquire>
pretty close though
<whyrusleeping>
its the french word for it, lol
<dignifiedquire>
:D:D
Proto_type has quit [Ping timeout: 260 seconds]
<whyrusleeping>
dignifiedquire: how should we do that script?
<whyrusleeping>
in teamcity? or as part of the docker container?
<dignifiedquire>
I think it would be good to be part of the container, that way it just works for everyone setting it up
<ipfsbot>
[go-ipfs] whyrusleeping created feat/helptext-test (+1 new commit): https://git.io/vrU4M
<ipfsbot>
go-ipfs/feat/helptext-test e5cad57 Jeromy: add test to enforce helptext on commands...
<ipfsbot>
[go-ipfs] whyrusleeping opened pull request #2648: add test to enforce helptext on commands (master...feat/helptext-test) https://git.io/vrU4d
<whyrusleeping>
dignifiedquire: okay, cool
MahaDev_ has joined #ipfs
ygrek has joined #ipfs
<whyrusleeping>
dignifiedquire: whats the purpose of starting a vnc session like that?
<ipfsbot>
[go-ipfs] RichardLitt created feature/add-defaults-to-daemon (+1 new commit): https://git.io/vrTOJ
<ipfsbot>
go-ipfs/feature/add-defaults-to-daemon 0820ce3 Richard Littauer: Added Defaults to `ipfs daemon`...
<ipfsbot>
[go-ipfs] RichardLitt opened pull request #2652: Added Defaults to `ipfs daemon` (master...feature/add-defaults-to-daemon) https://git.io/vrTOI
<richardlitt>
Should I be running tests before every PR to go-ipfs?
pfraze has quit [Remote host closed the connection]
<richardlitt>
whyrusleeping: If so, is there a generic command for all PR tests?
achin has quit [Changing host]
achin has joined #ipfs
<ipfsbot>
[go-ipfs] RichardLitt created feature/add-defaults-to-init (+1 new commit): https://git.io/vrTsd
<ipfsbot>
go-ipfs/feature/add-defaults-to-init d3cbf0e Richard Littauer: Added Default logic to `ipfs init`...
<ipfsbot>
[go-ipfs] RichardLitt opened pull request #2653: Added Default logic to `ipfs init` (master...feature/add-defaults-to-init) https://git.io/vrTsN
go1111111 has joined #ipfs
<ipfsbot>
[go-ipfs] RichardLitt created feature/contribute-tests-section (+1 new commit): https://git.io/vrTGC
<ipfsbot>
go-ipfs/feature/contribute-tests-section f33a3a0 Richard Littauer: Moved Tests up in Contribute.md...
<ipfsbot>
[go-ipfs] RichardLitt opened pull request #2655: Moved Tests up in Contribute.md (master...feature/contribute-tests-section) https://git.io/vrTG0
jreighley has quit []
<ipfsbot>
[go-ipfs] RichardLitt created feature/add-default-false-to-verbose-flags (+1 new commit): https://git.io/vrTZb
<ipfsbot>
go-ipfs/feature/add-default-false-to-verbose-flags eaae8bf Richard Littauer: Added Default(false) to verbose for `active` and `dht` cmds...
<ipfsbot>
[go-ipfs] RichardLitt opened pull request #2656: Added Default(false) to verbose for `active` and `dht` cmds (master...feature/add-default-false-to-verbose-flags) https://git.io/vrTZx
<richardlitt>
Richard is working in a cafe and coding right now. Can you tell? I can tell.
Boomerang has joined #ipfs
ilyaigpetrov has quit [Quit: Connection closed for inactivity]
mildred has quit [Ping timeout: 240 seconds]
erde74 has quit [Quit: Verlassend]
ygrek_ has joined #ipfs
<ipfsbot>
[go-ipfs] RichardLitt created feature/add-defaults-to-add (+1 new commit): https://git.io/vrTW7
<ipfsbot>
go-ipfs/feature/add-defaults-to-add 47bf289 Richard Littauer: Add Defaults to `ipfs add`...
<ipfsbot>
[go-ipfs] RichardLitt opened pull request #2657: Add Defaults to `ipfs add` (master...feature/add-defaults-to-add) https://git.io/vrTWA
ygrek has quit [Ping timeout: 265 seconds]
<ipfsbot>
[go-ipfs] RichardLitt force-pushed feature/add-defaults-to-add from 47bf289 to 42263d8: https://git.io/vrTl9
<ipfsbot>
go-ipfs/feature/add-defaults-to-add 42263d8 Richard Littauer: Add Defaults to `ipfs add`...
ygrek_ has quit [Ping timeout: 265 seconds]
water_resistant has joined #ipfs
water_resistant has quit [Client Quit]
libman has joined #ipfs
<whyrusleeping>
richardlitt: 'make test' works
<whyrusleeping>
but the bare minimum of 'go test ./...' is a good quick-check
<whyrusleeping>
i generally just do 'go test ./...' and see if the sharness tests fail in CI
dmr has quit [Ping timeout: 276 seconds]
<nicolagreco>
daviddias or dignifiedquire do you have a moment to understand my re-dial issue? it might be me (and not the library) but worth checking
ashark has quit [Ping timeout: 250 seconds]
pfraze has joined #ipfs
<ipfsbot>
[go-ipfs] RichardLitt force-pushed feature/gitignore-bin from 719b67e to 4b92c33: https://git.io/vrTzv
<ipfsbot>
go-ipfs/feature/gitignore-bin 4b92c33 Richard Littauer: Add bin to gitignore...
zorglub27 has quit [Quit: zorglub27]
<ipfsbot>
[go-ipfs] RichardLitt force-pushed feature/add-defaults-to-add from 42263d8 to 540267d: https://git.io/vrTl9
<ipfsbot>
go-ipfs/feature/add-defaults-to-add 540267d Richard Littauer: Add Defaults to `ipfs add`...
<ipfsbot>
[go-ipfs] RichardLitt pushed 1 new commit to feature/contribute-tests-section: https://git.io/vrTge
<ipfsbot>
go-ipfs/feature/contribute-tests-section 14e9326 Richard Littauer: Added section about tests to run locally
<ipfsbot>
[go-ipfs] RichardLitt force-pushed feature/contribute-tests-section from 14e9326 to b620817: https://git.io/vrTgU
<ipfsbot>
go-ipfs/feature/contribute-tests-section b620817 Richard Littauer: Added section about tests to run locally...
Boomerang has quit [Quit: Leaving]
<richardlitt>
whyrusleeping: thanks. Added that to the text doc.
<richardlitt>
*contribute doc
ianopolous has quit [Remote host closed the connection]
computerfreak has quit [Remote host closed the connection]
computerfreak has joined #ipfs
herzmeister has joined #ipfs
matoro has quit [Read error: Connection reset by peer]
matoro has joined #ipfs
TheNain38 has joined #ipfs
Dhole_ is now known as Dhole
<ipfsbot>
[webui] greenkeeperio-bot opened pull request #378: Update react-bootstrap to version 0.29.4
elsehow has quit [Remote host closed the connection]
palkeo has quit [Quit: Konversation terminated!]
ipfs has joined #ipfs
TheNain38 has quit [Quit: I'm going away]
<ipfs>
@fazo can't connect my node to boards, it says you're running in limited mode
ianopolous has joined #ipfs
IlanGodik has quit [Quit: Connection closed for inactivity]
<ipfsbot>
[go-ipfs] whyrusleeping force-pushed feat/provide-many from 5c05b27 to 74a0e03: https://git.io/vrTrn
<ipfsbot>
go-ipfs/feat/provide-many 73c8a87 Jeromy: first pass at provide many mechanism...
<ipfsbot>
go-ipfs/feat/provide-many 2d28720 Jeromy: make the rest of the code work with provideMany...
<ipfsbot>
go-ipfs/feat/provide-many 74a0e03 Jeromy: make bitswap use provide many...
reit has quit [Ping timeout: 260 seconds]
computerfreak has quit [Remote host closed the connection]
ipfs has quit [Ping timeout: 250 seconds]
cemerick has joined #ipfs
nicorikken has quit [Ping timeout: 260 seconds]
<ipfsbot>
[go-ipfs] whyrusleeping created feat/update-libp2p (+1 new commit): https://git.io/vrToF
<ipfsbot>
go-ipfs/feat/update-libp2p 6359dc9 Jeromy: update libp2p with go-multiaddr and go-stream-muxer updates...
<ipfsbot>
[go-ipfs] whyrusleeping opened pull request #2658: update libp2p with go-multiaddr and go-stream-muxer updates (master...feat/update-libp2p) https://git.io/vrToA
Arakela007 has joined #ipfs
slothbag has joined #ipfs
cemerick has quit [Ping timeout: 252 seconds]
<voxelot>
whyrusleeping: i'm having trouble sending the correct ndjson format to the go-ipfs add command http endpoint
<voxelot>
any examples of what the exact format looks like?
<ipfsbot>
[go-ipfs] whyrusleeping created fix/circleyml (+1 new commit): https://git.io/vrTig
<ipfsbot>
go-ipfs/fix/circleyml 08aa53e Jeromy: make circle.yml use make deps instead of trying to be smart...
<ipfsbot>
[go-ipfs] whyrusleeping opened pull request #2659: make circle.yml use make deps instead of trying to be smart (master...fix/circleyml) https://git.io/vrTia