HN user

altrum

14 karma

Building...

robechun.com

Posts2
Comments19
View on HN

Was just thinking about this deeply, so I’m glad I ran into this!

On that note, any particular ideas on note taking as part of this learning process? Is it even necessary or is it suboptimal? Is there really something as effective note taking? Is it highly specific to an individual?

I agree with you on the physical components but you’re missing the point. If you’ve read the article you’d understand physical goods are different than digital ones. Look at the footnotes, I even point out that NFTs for physical items is not solved.

With digital goods, it is solved. If you have a brand (like cryptopunks or say, the US gov) and you produce some NFT—people can see and verify that the NFT is produced from those parties.

Again, I’m reiterating the same points in the article— it’s the same idea with open-sourced software. You can fork some code and “attempt to sell it” but you won’t go far because it lacks branding and trust.

Half the battle is branding.

Hope that clears it up

(which I or anybody else who's sufficiently informed can assess)

But you can’t—that’s why the fake industry is a multi-trillion dollar industry and why StockX, a 4 billion dollar company, still end up selling fakes to consumers

Author here; I agree, and this is something I've been wrestling for years. The lack of centralization means it's impossible to reverse hacks or scenarios you mentioned--I personally think _some_ centralization is crucial, but not sure to what extend (and if that basically just means we should just have private companies like we do today).

I think "baseball cards" is a limited view of the NFT model, which is what's being argued in this article; it's essentially a programmable, global database.

Just like how we trust certain government records to be accurate & representative of ownership, each chain, if secure, can achieve the same functionality in a more open and decentralized way (also its inherently global, which can have huge implications wrt globalization)

Author here. Again, this is where "branding" comes in. Once people know which smart-contract is the real one, putting another transaction won't work.

Sure, some people may fall for fakes and buy an NFT from a duplicate smart-contract, but this only happens due to the current lack of infrastructure in the ecosystem.

I worked on this feature when I was at Amazon—and the demographic we were after were mostly government & some non-profit organizations. The biggest thing with these orgs were that they _needed_ to have a clear and structured per-month budget over a long period (~year) OR they had to use up their funds before their grants “expired”

Also on a technical note, this allowed for some nice internal data models/patterns that could be utilized in further use-cases

This is a fascinating concept, but I wonder how it can impact the overall culture of a startup. More and more, I’m inclined to believe that the initial group (say, first 10-15 employees, including the founder) are the most important.

This, in turn, almost looks like a more specialized version of contractors. For those startups in the early incubation stage, I’m concerned this may actually hurt their chances of possibly—prolific development.

If carried out properly, however, I think this has really great potential; cash can often be a double-edged sword that also limits creativity and innovation. An effective “mentor” in this sense, will be way more beneficial than straight, cold, cash

I did something very similar recently with my website. With that said, I would not do it again. For doing something—seemingly so simple, the infrastructure work was a pain.

Also, while I’m at it, static websites are, in my opinion, a little “gimmicky” since it’s impossible to determine the user’s browser size at build time. This means that you have to make a choice to build for either mobile or desktop first. Then, if the user is using the other device, they’ll encounter the FOUC issue (flash of unstyled content).

For me, that’s big enough reason to not use static websites in the future.