<whyrusleeping>
Ronsor: there's an open PR on go-floodsub that allows you to specify a validator function for a pubsub subscription. That way you can avoid propogation invalid blocks
<Ronsor>
that could be more bandwidth efficient
<Ronsor>
just dropping blocks wastes bandwidth
<Ronsor>
I currently need to start building ipfs myself
<Ronsor>
need to support more platforms for my binaries
shizy has quit [Ping timeout: 260 seconds]
koshii has quit [Ping timeout: 240 seconds]
koshii has joined #ipfs
<whyrusleeping>
Ronsor: oh, the windows 386 builds?
<whyrusleeping>
Sorry about that, it's fixed in master, but we've got some instabilities we're working through
Rusty78 has joined #ipfs
infinity0_ has joined #ipfs
fractex has joined #ipfs
infinity0_ has quit [Changing host]
infinity0 has joined #ipfs
infinity0 is now known as Guest42602
Guest42602 has quit [Ping timeout: 256 seconds]
webdev007 has joined #ipfs
Rusty78 has quit [Quit: Leaving]
fractex has quit [Ping timeout: 256 seconds]
fractex has joined #ipfs
kvda has joined #ipfs
denunciable has joined #ipfs
denunciable has quit [Excess Flood]
mog has joined #ipfs
palimbacchic has joined #ipfs
erictapen has quit [Ping timeout: 260 seconds]
fractex has quit [Remote host closed the connection]
mguex has quit [Ping timeout: 240 seconds]
fractex has joined #ipfs
edulix has quit [Ping timeout: 240 seconds]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
Ellenor is now known as Reinhilde
jaboja has joined #ipfs
detectiveaoi has joined #ipfs
clickjack has quit [Quit: clickjack]
shizy has joined #ipfs
vindelschtuffen has quit [Ping timeout: 240 seconds]
vindelschtuffen has joined #ipfs
anewuser has joined #ipfs
detectiveaoi has quit [Quit: Leaving...]
tdeo has joined #ipfs
AkhILman has joined #ipfs
jaboja has quit [Ping timeout: 248 seconds]
ralphtheninja has quit [Quit: leaving]
anewuser has quit [Ping timeout: 252 seconds]
anewuser has joined #ipfs
Mateon3 has joined #ipfs
ccii has joined #ipfs
Mateon1 has quit [Ping timeout: 252 seconds]
Mateon3 is now known as Mateon1
ccii1 has quit [Ping timeout: 248 seconds]
Reinhilde is now known as Ellenor
}ls{ has quit [Quit: real life interrupt]
clickjack has joined #ipfs
Alpha64 has joined #ipfs
noobineer has joined #ipfs
noobineer has quit [Max SendQ exceeded]
anewuser has quit [Ping timeout: 256 seconds]
Steverman has quit [Quit: WeeChat 2.0]
pawalls has quit [Remote host closed the connection]
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
joocain2 has quit [Remote host closed the connection]
joocain2 has joined #ipfs
toxync01 has quit [Ping timeout: 268 seconds]
larpanet has joined #ipfs
shizy has quit [Ping timeout: 248 seconds]
toxync01 has joined #ipfs
larpanet has quit [Ping timeout: 252 seconds]
webdev007 has quit [Remote host closed the connection]
tombusby has quit [Remote host closed the connection]
tombusby has joined #ipfs
captain_morgan has quit [Remote host closed the connection]
erictapen has quit [Remote host closed the connection]
corvinux has joined #ipfs
erictapen has joined #ipfs
soesoe has joined #ipfs
AkhILman has joined #ipfs
The_8472 has quit [Ping timeout: 264 seconds]
The_8472 has joined #ipfs
jaboja has quit [Ping timeout: 260 seconds]
ralphtheninja has quit [Ping timeout: 248 seconds]
<Codebird>
I'm still working on my IPFS search engine, but have a problem: It's finding a lot of piracy-and-porn. Not wanting to give the impression that IPFS is a hive of scum and villainy, anyone want to contribute a page I can add to it?
<Codebird>
It's a very crude thing, only indexes filenames. It's more a proof of concept, a search engine hosted within IPFS itsself.
<sher>
I got that error when I am trying to store string in IPFS. Can i even store string inside IPFS?
<sher>
basically, in my application, users can post jobs and job content is basically a string. So, i wanted to store jobs in IPFS. can i do that? I'm new to IPFS by the way