Viewing profile — lkjhgfdsa57
lkjhgfdsa57
HN member- Joined
- Thu, Jul 21, 2016, 4:46 AM UTC
- HN karma
- 36
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About lkjhgfdsa57
Recent public activity
- comment
-
comment
Comment #15390015
FreeNet is a distributed key/value store. It can be used to store files by storing the contents of the file under a key that is the hash of the file content. Generally you operate …
-
comment
Comment #15389295
ZeroNet does not pay you for hosting. Maidsafe is more file storage, ZeroNet is more about distributed site sharing. ZeroNet could be implemented on top of Maidsafe but not vice ve…
-
comment
Comment #15389285
I think IPFS would make a good backing store for ZeroNet. Rather than storing files on the filesystem of the user they could be stored in IPFS.
-
comment
Comment #15389279
ZeroNet is better at dealing with such sites now but it's still problematic when a site grows past a threshold where requestors need to be prompted to increase the size. Nodes that…
-
comment
Comment #15389260
All sites that viewed an existing site contain a copy of it and share the data. There is a "thundering herd" problem of multiple requesters for the site initially being distributed…
-
comment
Comment #15389244
ZeroNet doesn't use bittorrent for file transfers. The bittorrent network is only used for the DHT to map site addresses to IP addresses (or TOR hidden service names). File transfe…
-
comment
Comment #12783942
Have you left the ipfs daemon running? Do any errors show in it? Does this show any connections: ipfs swarm peers
-
comment
Comment #12783928
The IPFS daemon installation will result in an internet facing service being installed. It's not "web accessible" but accessible using the protocols that IPFS uses. Other nodes wil…
-
comment
Comment #12775424
> Given a URL for an HTTP resource, how do you know it does not contain child porn before you retrieve it? As clueless404 stated, on the http web you don't automatically seed the c…
-
comment
Comment #12722051
Freenet encrypts content, parcels it into chunks and distributes those chunks amongst peers. Does this meet your definition of "distributed content farm that might place CP on my c…
-
comment
Comment #12640536
Redacted case notes from a Freeneter acting as an expert witness on a case: https://asksteved.com/freenet-case/case-redacted.pdf
-
comment
Comment #12632684
Freenet is facing this. They got a 25k donation from duckduckgo and for the last couple of months debate on how to spend it, whether the previous paid developer gets to continue, e…
-
comment
Comment #12260269
Seems to fit the same usecase as Freenet USK keys: https://wiki.freenetproject.org/Updateable_Subspace_Key They allow the holder of the private key to add new data and clients who …
-
comment
Comment #12260257
Onioncat [1] provides this functionality for Tor and I2p. You get an Ipv6 address and it works with any application that supports IPv6. The address is based on the hidden service (…
-
comment
Comment #12231053
Don't forget Freeenet https://www.freenetproject.org/ , which has the goal of anonymity. IPFS isn't anonymous and the IP address of users pinning the content is easily discoverable…
-
comment
Comment #12136350
The FMS decentralized message system in Freenet is spam resistant using a web of trust. Some Frost users have recently migrated to using it more since the frostbite bug caused prob…
-
comment
Comment #12134749
There is a freenet site that lists torrents, magnet links and inserts the file into Freenet but they use the kat API so I assume it's dead too. It shows that a Freenet based site c…