HN user

jumperjake

26 karma
Posts0
Comments12
View on HN
No posts found.

I completely support the IPFS (especially with them keeping content hosting explicitly out of scope). The problem I faced when trying to leverage IPFS for a project is that the reference implementation is very difficult to use in languages other than Go, and to completely embed in applications (as in staticly linking to sqlite).

As a workaround, I use google cache or the waybackmachine when viewing sites that have issues with my strict HTTPS-only policy. I expect it's also a viable workaround for Tor users.

DuckDuckGo nicely lists these options if you search for the full URL too.

Do One Thing 11 years ago

The same parties that hosted the old usenets and mailing lists; the users themselves.

IANAL, but copyright governs redistribution of content not consumption (That's what pirates get busted for). I aslo recall that there was a ruling that footer TOSs aren't enforceable unless the user actively and explicitly agrees to them.

I agree with the GP in that public content is fair game. How do you thing google works?

To me, the biggest improvement Rust brings to the table is its sane defaults. This, coupled with its type system, makes handling outcomes something you opt out of.

As I continue to use of Rust, I keep finding myself avoiding `if` statements in favor of the `match` statement for this reason alone.

Any chance of providing an api that is more friendly to be used from other languages? Java is not the easiest thing to work with.

Also, does this library work on other systems besides android? I've noticed `android` appearing multiple places and google specific api (`GoogleCloudMessaging`).