FWIW https://libgen.rs already has good search for basically the same books. I like the denser layout that makes better use of whitespace than this HN submission does.
A search engine for searching books in the Z-Library index on the IPFS network
21–30 of 215 posts
Re: A search engine for searching books in the Z-Library index on the IPFS network
#22Re: A search engine for searching books in the Z-Library index on the IPFS network
#23FWIW https://libgen.rs already has good search for basically the same books. I like the denser layout that makes better use of whitespace than this HN submission does.
Has LibGen already caught up to Z-Library? I thought that was still very much a work in progress.
Re: A search engine for searching books in the Z-Library index on the IPFS network
#24Re: A search engine for searching books in the Z-Library index on the IPFS network
#25I'm looking forward to some new AI system making it possible to generate high quality audiobooks from epub files. This "AI book reader" doesn't exist yet, right?
Re: A search engine for searching books in the Z-Library index on the IPFS network
#26I like reading about IPFS, but I do not really have the time to learn about it and get involved. Last I remember, Z-Library was having an issue scaling the DHS to handle the number of files [1]. Did those issues get resolved? How is it going now? Also, is there anything being done to ensure every file has seeders? [1] https://news.ycombinator.com/item?id=33716560
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…
Re: A search engine for searching books in the Z-Library index on the IPFS network
#27It would be even cooler if it found books of "Stanisław Lem" with the correct name as well as its ASCII equivalent "Stanislaw Lem".
I don't know tantivy well enough to know if it'd be possible to put the folded in one field and the literal in another and then use the search syntax to choose between them
Re: A search engine for searching books in the Z-Library index on the IPFS network
#28FWIW https://libgen.rs already has good search for basically the same books. I like the denser layout that makes better use of whitespace than this HN submission does.
Re: A search engine for searching books in the Z-Library index on the IPFS network
#29Re: A search engine for searching books in the Z-Library index on the IPFS network
#30I just did a quick test, it could do with slightly fuzzier searching ('Epub' as an extension got me no result while 'epub' did, a drop down menu with options might be better/simpler for some fields) but, otherwise, it seems functional and useful.