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.
HN user
simpsond
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.
Large block trades happen off exchange often. Secondaries like this are common enough.
Well, the significant growth comes from freemium usage. A whole lot of vibe slop triggering actions, with no supporting business. So revenue has not tracked all other growth and the billing system isn’t stressed.
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…
P/E ratios are usually based on last 12 months, so E = sum of EPS over last 4 quarters.
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!
All fights between my children stem from resource contention.
I think they are talking about x402 payments (HTTP 402 with payment instruction headers).
Market cap doesn’t equal liquidity. If everyone wants out of an asset, and no one wants it, supply exceeds demand and the price crashes.
Value creation phase vs extraction phase.
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.
Getting foundry services off the ground requires starting somewhere. Apple is hedging. I don’t see it as a bad thing for Intel.
Humans study for tests. They just tend to forget.
Sundar is talking about fleeing earth to secure photons and cooling in space.
Is that true though? Better coolants, inverters / variable speed / scroll /swing compressors, insulation and mfg, etc. maybe for residential it’s less impactful, but refrigeration in general has better efficiency than 30 years ago.
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.
W = Watt. h = hour. One kg supply one watt of power for 178.7 hours (without considering other factors). Power is how much energy can it supply at a moment. Up to 8.3 kW instantaneous.
PYUSD is a stable coin, not a blockchain. PYUSD will likely be available on Tempo, bridgeable to and from other chains.
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?
My faith would shake when scams, rugs, fraud, and ponzis completely stop outside of crypto.
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.
None, really. They are all floating relative to each other. But USD is stable enough to know what you can get with $10. Although the last few years have put that to the test.
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.
You have a row key, which gets consistently hashed to a shard / node on the ring.
Yes, too much niacin can make your entire body flush with a burning sensation.
But that will negatively impact the person who paid. That’s not cool.
Some people care about PE. Some people don’t. It’s just one metric that represents past performance. If it’s high, the market believes the stock price will go up.
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.