Live data from Hacker News

A search engine for searching books in the Z-Library index on the IPFS network

zlib.zu1k.com

121–130 of 215 posts

Re: A search engine for searching books in the Z-Library index on the IPFS network

#121
post #72

Earlier quoted context omitted.

imagine if you built a building and then someone purchased it... and everyone that visited it also had to also pay you.... thats a bit like how copyright is today... But what is even worst is that they are trying to make you pay them forever (subscriptions).

Then how do you propose that creatives make a living? Come on, no dawdling!

https://news.ycombinator.com/item?id=33698018>

Re: A search engine for searching books in the Z-Library index on the IPFS network

#122

Earlier quoted context omitted.

I’ve dived deep into IPFS and built several prototypes on top of it. It ended up not being performant enough for me, and that was after heavily modifying the codebase so that it was true p2p browser & server (their webrtc transport had a lot of issues and they didn’t seem too interested in it, but my needs required it as a backbone). The security was also a concern, and the scaling had issues. Pinning millions of sma…

Honestly I think Consensys/IPFS/Libp2p is just some corporatized way to derail real P2P and decentralization. Their libraries are total garbage. Lots of complicated code that simply doesn't work. No documentation. I mean look how much IPFS and Libp2p is pumped but IT DOESN'T WORK. IPNS is a joke. All way overengineered crap that does everything but actually nothing. Look at the $$$ and pedigree behind Consensys it's…

Peer-to-peer is too general and too useful to be spoilt by "blockchain". But there is so much money behind this crap it is a formidable virus that can infect any project.

ConsenSys is a company formed by Ethereum co-founder. He has sold out to the big banks, in the opinion of some Consensys shareholders.

https://finance.yahoo.com/news/consensys-shareholders-readyi...

"Falls says he believes both MetaMask and Infura - what he calls "the crown jewels" of ConsenSys - could have been decentralized and tokenized, and that their projected use is "completely anathema" to the peer-to-peer principles of the space.

Meanwhile, a number of teams are looking to bring "institutional DeFi" - with its known counterparties and compliant custody arrangements - to the marketplace.

"Forget about the shareholders for a minute," Falls said. "Think about the consequences of the change in the influence over these infrastructure pieces.""

Out of curiosity I was looking at the evolution of IPFS hashes. They have gotten more complex. IPFS now uses base58btc exclusively. That's "btc" as in Bitcoin. Something like rhash, which has traditionally supported hashes used in peer-to-peer protocols, has no support for base58btc.

People are now trying to associate IPFS with "Web3". For example, check out this paper published a couple of weeks ago.

"Studying the workload of a fully decentralised Web3 system: IPFS"

https://arxiv.org/pdf/2212.07375v1.pdf

Re: A search engine for searching books in the Z-Library index on the IPFS network

#123
post #81
post #71

Earlier quoted context omitted.

This exact argument can be used to justify both POV. No one is entitled to have any particular piece of media available to them for free, either? Talented and savvy consumers can find any number of ways to make money to pay for media, like 99.9% of other consumers.

Except that making a living as an author or via another creative pursuit is a luxury and privilege premised upon the hard labor performed by countless others which actually reproduces our society. It’s also not really a matter of entitlement. It’s just an objective fact that trying to gatekeep knowledge behind IP toll bridges is a losing battle which only serves to hinder the development of many realms of human endea…

You want to kill the goose so you can consume the eggs. You want to steal their products but condemn the creators. You must not know creative types and how much most of them sacrifice to try and create from the passion inside them.

Re: A search engine for searching books in the Z-Library index on the IPFS network

#125
post #68

Something that has always bothered me about z-lib and libgen and so on is the impossibility of being able to tell quality from the different uploads. Sometimes the epubs are very good, with a good cover and metadata as well as chapters and no weird aberrations; other times, they're unreadable. But the only thing you have to judge quality is size and general description of the upload which in this website it's been re…

Pirates being picky, eh? Don't get me wrong, I do appreciate the access that libgen and z-lib provide and think on the whole it is beneficial to society. It is still not paying for people's work though.

As a counterpoint, have you looked at your local library's ebook offerings? Publishers have created a situation where digital books are significantly more expensive than physical copies and expire far more quickly. We're also just coming out of a two year period where physical libraries effectively didn't exist and most library systems hadn't expanded their digital offerings to meet demand.

I still buy books, but these sites have largely replaced traditional libraries for my partner and I because they allow us to read what we actually want instead of Oprah's book club titles or the 50 digital self-help guides my local library stocks with their limited resources. I recognize that they're simply serving what most people want, but the alternative for me is simply not reading recreationally.

The other side of this conversation is that even if we did get rid of pirate libraries there would still be huge, unresolved issues with author compensation. There's been a dramatic decline in how much authors (and the other people directly involved) take home over the past couple decades [1] that has little to do with the marginal number of pirate readers.

[1] https://authorsguild.org/news/authors-guild-survey-shows-dra...

Re: A search engine for searching books in the Z-Library index on the IPFS network

#126

Earlier quoted context omitted.

I’ve dived deep into IPFS and built several prototypes on top of it. It ended up not being performant enough for me, and that was after heavily modifying the codebase so that it was true p2p browser & server (their webrtc transport had a lot of issues and they didn’t seem too interested in it, but my needs required it as a backbone). The security was also a concern, and the scaling had issues. Pinning millions of sma…

Same experience here. The #1 lesson they failed to learn from Bittorrent and Tox: your DHT must be sessionless . QUIC is not a solution to this particular problem. Although QUIC uses UDP, it still creates and manages sessions. This is incompatible with decentralized scaling. At the scale of Bittorrent and DNS you cannot manage this kind of session state without centralization.

Absolutely. Too many people try to implement DHT on top of stateful connections, it doesn't scale. It must be as cheap as a single packet or two, with no context.

Re: A search engine for searching books in the Z-Library index on the IPFS network

#127
post #106

Earlier quoted context omitted.

I’m building a connectivity lib in Golang for relay-assisted p2p over tcp. The implementation is simple, uses only a single network connection when idle, and establishes connections very quickly and reliably. Downside is it’s not decentralized and it’s also not UDP, in case that’s your thing. Oh and BYO auth. Please reach out if it fits your use case.

Contact info? I'm currently developing a p2p tcp library in Golang based off perlin-network/noise which is a very clean implementation but abandoned.

Sounds great, definitely some overlap there.

Added to my user page to avoid creating a permanent record. I’ll reply with my personal.

Re: A search engine for searching books in the Z-Library index on the IPFS network

#128

Earlier quoted context omitted.

By that logic, then controlled digital lending -- where a public digital library buy one digital book and "lend" it by artificially limiting the amount of concurrent reader -- should be legal then, since it simulates the limitation of physical library in the digital realm.

It is legal, at least in my country. My library already does this.

The DRM ebook deals made by libraries don't have the same properties as physical book lending. The library is essentially covering the rent charged by the ebook publisher.
Post reply on HN