<multivac>
[WIKIPEDIA] Hash function#Uniformity | "A hash function is any function that can be used to map data of arbitrary size to data of fixed size. The values returned by a hash function are called hash values, hash codes, hash sums, or simply hashes. One use is a data structure called a hash table, widely used in computer software for rapid data..."
<kpcyrd>
alu: ipfs doesn't keep track of revisions of your files
<kpcyrd>
alu: it's more like a key value store that's able to reference other keys as children, that's how you get files and directories
Tv` has quit [Quit: Connection closed for inactivity]
Aaron101- has quit [Ping timeout: 240 seconds]
Aaron1011 has joined #ipfs
Aaron1011 has quit [Changing host]
Aaron1011 has joined #ipfs
pfista has joined #ipfs
rgrinberg has joined #ipfs
wallacoloo has joined #ipfs
socon has quit []
Qwertie has quit [Ping timeout: 272 seconds]
<deltab>
alu: if your files are large enough, they'll be chunked, and matching chunks will have the same hash
<deltab>
alu: also, though it hasn't been defined exactly how it'll work, git-style history is planned, using ipld
<deltab>
in the mean time there's a program to import git repos into ipfs
pfista has quit [Ping timeout: 260 seconds]
<Bheru27>
hey alu
<alu>
hmm
<Bheru27>
gm here
<alu>
Idk who that is
jaboja has quit [Ping timeout: 246 seconds]
Tv` has joined #ipfs
Anselmo has joined #ipfs
r04r is now known as zz_r04r
Shibe has quit [Ping timeout: 250 seconds]
multivac has quit [Remote host closed the connection]
stoogenmeyer has quit [Remote host closed the connection]
Shibe has joined #ipfs
stoogenmeyer has joined #ipfs
heliumcraft has joined #ipfs
stoogenmeyer has quit [Ping timeout: 240 seconds]
wallacoloo has quit [Ping timeout: 250 seconds]
<M-Kodo>
any ETA on filecoin?
<heliumcraft>
hi
ygrek has quit [Ping timeout: 250 seconds]
<heliumcraft>
when doing ipfs.object.get(myhash, function() { console.log(arguments) }) I get "not valid multihash
<heliumcraft>
at cleanMultihash"
<heliumcraft>
is there something special that needs to be done with the identifier ?
<kpcyrd>
heliumcraft: does your hash start with /ipfs/ ?
<Akaibu>
i'm not even too sure how ipfs could be relevant to minecraft
pfista has quit [Ping timeout: 260 seconds]
reit has joined #ipfs
wallacoloo has quit [Quit: wallacoloo]
herzmeister has quit [Ping timeout: 240 seconds]
rexen has quit [Ping timeout: 240 seconds]
ygrek_ has joined #ipfs
ygrek has quit [Remote host closed the connection]
M-fs_IXlocWlFZHF has joined #ipfs
M-fs_IXlocWlFZHF has left #ipfs [#ipfs]
DontAsk has quit [Quit: ChatZilla 0.9.92 [Firefox 38.0.5/20150525141253]]
forfault has joined #ipfs
matoro has joined #ipfs
Tv` has quit [Quit: Connection closed for inactivity]
computerfreak has joined #ipfs
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
Foxcool has quit [Ping timeout: 252 seconds]
cryptix has joined #ipfs
disgusting_wall has joined #ipfs
computerfreak has quit [Remote host closed the connection]
j12t has joined #ipfs
rendar has joined #ipfs
herzmeister has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
zorglub27 has joined #ipfs
palkeo has joined #ipfs
palkeo has quit [Changing host]
palkeo has joined #ipfs
ygrek_ has quit [Ping timeout: 244 seconds]
palkeo has quit [Quit: Konversation terminated!]
ianopolous has quit [Ping timeout: 260 seconds]
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
Foxcool has joined #ipfs
espadrine has joined #ipfs
Boomerang has joined #ipfs
Ineentho[m] has joined #ipfs
zorglub27 has quit [Ping timeout: 246 seconds]
<Ineentho[m]>
I saw a github issue (can't find it now though) about js-go compatibillity, is that something that is actively worked on?
zorglub27 has joined #ipfs
<ipfsbot>
[go-ipfs] RichardLitt closed pull request #2968: Proposal for the Trusted Private Network feature (master...Trusted-Private-Network) https://git.io/vK4dq
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
espadrine_ has joined #ipfs
espadrine_ has quit [Read error: No route to host]
espadrine` has joined #ipfs
zz_r04r is now known as r04r
<ipfsbot>
[webui] greenkeeperio-bot opened pull request #432: Update i18next to version 3.4.1
espadrine` has quit [Ping timeout: 244 seconds]
zorglub27 has quit [Ping timeout: 252 seconds]
disgusting_wall has quit [Quit: Connection closed for inactivity]
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
jokoon has joined #ipfs
<M-kalmi>
Akaibu (IRC): minecraft maps can be huge both in filesize and in in-game size, and minecraft clients request parts of the map on-demand, and sometimes servers (or the network) have trouble keeping up.
<M-kalmi>
Players can fly over the map at great speeds on some servers.
<ion>
I hope Minecraft only transfers the seed and the diff to the chunk generated with that seed.
<ipfsbot>
[webui] greenkeeperio-bot opened pull request #433: Update three to version 0.79.0
<xelra>
Has anyone noticed that ipfsbot is writing with subscript?
rardiol has joined #ipfs
<M-kalmi>
ion (IRC): Back in the day when my brother was into it, I remember seeing the map appear in a block-by-blocks-ish manner in multiplayer. iirc sometimes you could see the caves under the ground while it was loading the map. There were a lot of inefficiencies in minecraft that I was horrified by.
<ion>
Producing the diff in Morton order might be nice and efficient.
j12t has joined #ipfs
Combined2857 has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
reit has quit [Ping timeout: 276 seconds]
<M-kalmi>
As of 1.2.1 (2012) "multiplayer servers will no longer send the seed to clients", so at that time there were no diffs for sure. I highly doubth much has changed.
slothbag has joined #ipfs
slothbag has left #ipfs [#ipfs]
computerfreak has joined #ipfs
<ion>
Heh, I'm not sure how that helps. If they are worried of people using mods that locate all the diamonds or something, people can just download the chunks and do it anyway.
schmidta has quit [Quit: leaving]
schmidta has joined #ipfs
<ipfsbot>
[go-ipfs] whyrusleeping deleted feat/mdag-caching at bf23516: https://git.io/vKBjQ
rgrinberg has joined #ipfs
ashark has joined #ipfs
Combined2857 has quit [Quit: Leaving]
computerfreak has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
cow_2001 has joined #ipfs
j12t has joined #ipfs
stoogenmeyer has quit [Remote host closed the connection]
rgrinberg has quit [Quit: WeeChat 1.5]
herzmeister has quit [Quit: Leaving]
stoogenmeyer has joined #ipfs
rgrinberg has joined #ipfs
ulrichard has joined #ipfs
herzmeister has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
zorglub27 has joined #ipfs
computerfreak has joined #ipfs
ruby32 has quit [Read error: Connection reset by peer]
ruby32 has joined #ipfs
multivac has joined #ipfs
PrinceOfPeeves has joined #ipfs
<area>
Anyone else having difficulty downloading from dist.ipfs.io?
nyanloutre[m] has joined #ipfs
herzmeister has quit [Quit: Leaving]
herzmeister has joined #ipfs
Akaibu has quit [Quit: Connection closed for inactivity]
ruby32 has quit [Remote host closed the connection]
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
stoogenmeyer has quit [Remote host closed the connection]
computerfreak has quit [Quit: Leaving.]
ruby32 has joined #ipfs
stoogenmeyer has joined #ipfs
ulrichard has quit [Read error: Connection reset by peer]
<M-kalmi>
Would there be any interest in adding an off-by-default flag/switch to ipfs that would allow it to skip rehashing/refetching files if the mtime hasn't changed since the last add/get?
ruby32d has joined #ipfs
ruby32 has quit [Ping timeout: 258 seconds]
stoogenmeyer has quit [Remote host closed the connection]
Anselmo has quit [Ping timeout: 246 seconds]
ehmry has joined #ipfs
<ehmry>
just a heads up, binary links are dead and the manual install instructions don't work
<ehmry>
ok, links are working
<ehmry>
sorry
ruby32d has quit [Ping timeout: 252 seconds]
ruby32 has joined #ipfs
stoogenmeyer has joined #ipfs
j12t has joined #ipfs
j12t has quit [Ping timeout: 252 seconds]
stoogenmeyer has quit [Remote host closed the connection]
stoogenmeyer has joined #ipfs
ZaZ has joined #ipfs
zorglub27 has quit [Ping timeout: 250 seconds]
apiarian has joined #ipfs
reit has joined #ipfs
TheWhisper has quit [Read error: Connection reset by peer]
s_kunk has quit [Ping timeout: 264 seconds]
Tv` has joined #ipfs
ruby32d has joined #ipfs
ruby32 has quit [Ping timeout: 258 seconds]
OutBackDingo has quit [Ping timeout: 246 seconds]
vijayee has quit [Ping timeout: 260 seconds]
vijayee has joined #ipfs
s_kunk has joined #ipfs
j12t has joined #ipfs
taaz has quit [Ping timeout: 240 seconds]
j12t has quit [Ping timeout: 252 seconds]
galois_d_ has joined #ipfs
galois_d_ has quit [Remote host closed the connection]
galois_d_ has joined #ipfs
zorglub27 has joined #ipfs
galois_d_ has quit [Remote host closed the connection]
galois_dmz has quit [Ping timeout: 272 seconds]
galois_d_ has joined #ipfs
<damongant>
lgierth, you around?
ZaZ has quit [Read error: Connection reset by peer]
gmcquillan has joined #ipfs
gmcquillan is now known as gavin
j12t has joined #ipfs
pfista has joined #ipfs
apiarian_ has joined #ipfs
apiarian has quit [Ping timeout: 250 seconds]
pfista has quit [Ping timeout: 276 seconds]
arpu has quit [Ping timeout: 240 seconds]
stoogenmeyer has quit [Remote host closed the connection]
dudezer0_bot[m] has joined #ipfs
taaz has joined #ipfs
ashark_ has joined #ipfs
stoogenmeyer has joined #ipfs
drrz has joined #ipfs
arpu has joined #ipfs
computerfreak has joined #ipfs
apiarian_ has quit [Ping timeout: 250 seconds]
Boomerang has quit [Quit: Lost terminal]
disgusting_wall has joined #ipfs
cryptix has quit [Ping timeout: 244 seconds]
stoogenmeyer has quit [Remote host closed the connection]