Viewing profile — momack2
momack2
HN member- Joined
- Fri, Apr 26, 2013, 9:58 PM UTC
- HN karma
- 227
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About momack2
No profile information was provided.
Recent public activity
-
comment
Comment #32088179
Yep! The SNARKiest network out there I believe! https://research.protocol.ai/sites/snarks/
-
comment
Comment #32088157
Hm, I've taken a look at some of the Storage Provider ROI dashboards and AFAIK numbers aren't anything like that -- so not sure what timeframe or cost of goods you're extrapolating…
-
comment
Comment #32087752
You have 2 main pathways for building on FVM: 1. (available sooner) Building an EVM smart contract that then interfaces with Filecoin's built-in actors. This will use existing EVM …
-
comment
Comment #27670632
Example: most NFT marketplaces (OpenSea, Foundation, Palm, etc) use IPFS and Filecoin - https://blog.ipfs.io/2021-06-17-opensea-ipfs-filecoin/
-
comment
Comment #27669700
Hmm, I wouldn't assume the goal here is censorship resistance (esp given IPFS+ENS already fits that niche better). Looks to me like someone in the ecosystem is seeing the recent ma…
-
comment
Comment #27669620
Not sure when you last paged into IPFS - the team has made some pretty awesome performance improvements in the past year and seen strong adoption to match (ex, nearly all NFTs are …
-
comment
Comment #27294420
This is cool! Curious if you'd be interested in doing a more formal anonymity audit of OnionCat+IPFS? AFAIK, the main hesitancy in making more of these capabilities broadly availab…
-
comment
Comment #25841730
On this page in Brave (chrome-extension://nibjojkomfdiaoajekhjakgkdhaomnch/dist/options/options.html) you can choose any IPFS gateway you prefer (or even run your own gateway if yo…
-
comment
Comment #24587976
That's a great idea! I know there's a project in the works to have redundant copies of the Archive stored on Filecoin, so expanding that to also make the data available for Collabo…
-
comment
Comment #24582835
You can become an IPFS Cluster Follower ( https://collab.ipfscluster.io/#instructions ) and help back up various datasets of IPFS content (like Project Gutenberg, Package Managers,…
-
comment
Comment #24582711
We're actually implementing a standard Pinning API right now! You can check out the spec here ( https://github.com/ipfs/pinning-services-api-spec ) - currently being integrated by …
-
comment
Comment #24581937
When was the last time you tried? 0.5.0 from May had a lot of improvements - but go is still a hungry hungry beast. maybe try using Desktop which sets a lower peer count?
-
comment
Comment #24581829
Thanks! We've been making a lot of updates to the documentation to make it easier to use - so glad it feels easy to follow! I'll follow up on the Pinata docs example. There are a l…
-
comment
Comment #24216134
You may enjoy this HackFS Workshop from Juan Benet (creator of Filecoin) that starts pretty high level but gets much more into the details of how the Filecoin network works: https:…
-
comment
Comment #23534322
Correct, IPFS is not a blockchain - while both are merkle-dags ('directed acyclic graphs' of hash-linked data), blockchains have all nodes sync the state collectively, while IPFS i…
-
comment
Comment #23534280
Nope - but used by lots of blockchains for things like off-chain storage (since having a content-addressable handle for a file that can never change is super critical for things li…
-
comment
Comment #23524852
For anyone looking at https://arxiv.org/pdf/2002.07747.pdf to get an estimate on the actual # of IPFS nodes, note that these tools are trying to crawl the number of nodes acting as…
-
comment
Comment #23524776
Actually, content-based addresses is really critical for decentralized web stuff - since you can't trust a single source to name data, and instead want many different parties to pa…
-
comment
Comment #23524746
Going well! Check out all the awesome applications using IPFS in our editable ecosystem diagram: https://www.figma.com/file/2bVNnjoOmxh4TtID9kzqEG/IPFS-Appli... A few highlights ar…
-
comment
Comment #23022788
Our TOS applies to the IPFS HTTP Gateway where Protocol Labs run the infrastructure (bridging data in the IPFS Network to users over HTTP) to ease onboarding/development. There are…
-
comment
Comment #23022674
Saying there's "no business value" in tools coming out of this space/building on IPFS is nonsense. Sure, the vast majority of people won't care about using a tool because it's dece…
-
comment
Comment #23021947
Check out Filecoin ( https://filecoin.io ) - token for buying/selling file storage for IPFS data. You can earn tokens for renting out your disk space and use them to purchase backu…
-
comment
Comment #23014001
...there are a lot of cool and useful integrations popping up: https://blog.ipfs.io/weekly-84/ . go-ipfs is where the majority of new development happens right now as the desktop/s…
-
comment
Comment #23013768
Totally agree with you. This is an issue for most open membership p2p networks. Effectively, you need to create some type of reputation system or barrier to accruing power to make …
-
comment
Comment #23013547
orbitdb is a distributed database built on IPFS - looks like they have a python http client: https://github.com/orbitdb/py-orbit-db-http-client the py-ipfs-http-client library is a…