HN user

simpsond

308 karma
Posts0
Comments200
View on HN
No posts found.

I could see the consumer use case working, but only if the layers upon layers of friction are removed. If I could pay 5 cents to view an article that captured my interest, by tapping a button, Face ID, fingerprint etc, then I might do it. Unclear how to make everything up to that point frictionless. Browsers would probably need to have native integration and hooks for payment and topping up the account.

An integer for the value (scaled by number of decimals) and an integer value for the number of decimals. Different systems may use different values, even for the same currency or asset.

PG&E is a profitable, publicly traded company... that issues a dividend. They tried to file for bankruptcy after the paradise fire, but they were too big to fail, so they issued new shares with gov protection. CA created a new insurance backstop for them as well. Corporations should not have government assisted (regulated) monopolies with socialized backstops. Yeah, CPUC is supposed to help, but decision makers probably have exposure. It is the same with Sempra and SDG&E and SCE. SMUD seems like a better organization, but what do I know.

This is a wild experiment! I do think the incentives are heavily weighted to Anthropic for this to go well. I have mixed feelings about how it will go, but it will result in an important outcome…

Now you have to maintain the automation. There is nothing wrong with that. There is nothing wrong with building your own server. There is nothing wrong with colocation. There is nothing wrong with driving to the colo to investigate an outage. There is nothing wrong with licensing arm and having TSMC fab your chip. There is nothing wrong with choosing which level of abstraction you prefer!

Hosting is a commodity. Runtimes are too. In this case, the strategy is to make a better runtime, attract developers, and eventually give them a super easy way to run their project in the cloud. Eg: bun deploy, which is a reserved no op command. I really like Buns DX.

Gemini 3 8 months ago

Humans study for tests. They just tend to forget.

Utility scale fields tend to have single axis trackers which can optimize output. They are expensive though. I wonder if a manual rack that could lock at 30 or 90 could work and be cost effective.

Fiat currencies have collapsed in the past due to bad monetary policy (regulation is only good right?). Ask Argentinians how they feel about stablecoins after rapid inflation.

Alternative currencies offer competition and access. Why is that such a problem?

Yes, each opcode has a gas cost. Some are quite expensive, like writing storage (changing network state). Each block has a target gas limit. Say 30 million. A single transaction cannot exceed that. Additionally, a transaction specifies a bid on how much they are willing to spend, in ether, per gas. That said, transferring funds does not typically require significant gas.

I needed the ocean at the end. It's a very good game. The variable reward and quick repeatability captured me... It showcases what we are exposed to in a condensed manner.

Yeah, I wish the VM would prevent null assignment of optional and force to empty. There are probably side effects I can’t think of here and certainly would cause problems with legacy code misusing optionals.