Yeah, not happening. Gonna hope for the open models getting better and staying with what I've got for now.
HN user
Overpower0416
It literally says this in the website your linked
Current actual throughput is significantly lower, estimated at around 300 TPS, because the network is still growing. However, Lightning's architecture scales horizontally: as more nodes and channels are added, capacity increases without any protocol changes. The network's total value locked has grown past $500 million, with over 15,000 active nodes and 50,000+ payment channels.
The layer 2 has been predicted by one of the first adopter in 2010 so it was always the plan
https://bitcointalk.org/index.php?topic=2500.msg34211#msg342... It can scale without any changes and if there is demand it will surpass Visa and MC
BTC has the layer 2 lighting network that can process more transactions than Visa and MC combined with very cheap fees. I guess HN knowledge of Bitcoin does not go further than 2015
Everybody should learn from mistakes, especially the expensive ones. Though seeing the agent owner responding with using another agent and asking for donations, instead of taking responsibility, makes me think he didn’t learn much.
I hope it will also crash hardware pricing so it becomes economically feasible to run your own local model. Currently I don’t like where we are heading with the sabotaging models because its “too dangerous”
This pre-IPO battle is very entertaining. Curious how it all ends
Wouldn’t be surprised if there are marketing teams writing positive comments for more positive engagement
I would expect a release from OpenAI soon. The battle for who can pump up their IPO the most
Our goal isn’t more screen time. It’s more time back.
There is more software than ever which leads to me having more work than before. Working on multiple projects while babysitting AI, tweaking AI skills, reviewing generated code etc…
There are many articles with sources that a Bitcoin post-quantum algorithm is in development and running on a testnet. Your fear is irrational and premature on something that is not even close to being production ready.
The recent AI development and progress has fried everyone's brain that every new tech will take a financial quarter to develop.
Maybe I should sell my gold also because nuclear fusion will make it plentiful and obsolete as store of value?
People will come up with whatever narrative for Bitcoin. Bears sound smart but in the end bulls make the money
And will certainly outlive your sweatshirts
People will FUD. After the cycle is over, Bitcoin will make new ATH and the people who bought the dip will be called lucky. Same old tale
Coinbase lost 40% transaction revenue. The AI thing is just smokescreen
https://finance.yahoo.com/markets/crypto/articles/coinbase-s...
I almost uninstalled the Claude app because I thought they started blocking VPNs. Lol
Good thing I checked Hacker News first
Fun fact, GCP cloud run still accepts TLS 1.1 connections by default. You can enforce higher versions only with a load balancer
Yes, but it might be a little too advance for Meta ;)
lol it literally took me 2s to google search "optimize image for website" and 10s to upload and get a smaller sized image.
The result for that specific image is: 500kb. 85% decrease in size
I guess if you get fed the same thing over and over it becomes the truth. This is what happens when you outsource critical thinking to AI
Did a LLM tell you that?
All changes should be voted upon no matter if onchain or offchain. After that there should be a timelock, so people that don't agree with the vote to pull their assets if they want to. The only power these private keys should have is to pause the market if there is a major bug or exploit.
What kind of DeFi protocol has super power private keys to alter the protocol just like that? And no timelock. Seriously? What a joke
Sorry, I meant a quantum computer that is actually built where these theories can actually be applied. Current quantum computers are as useful as current nuclear fusion reactors.
I am just over any sensational headlines from the past 10 years. They really need to drop a tweet like "Check out my quantum computer that is actually useful" like Sam Altman did with GPT to convince me.
Sooo it’s essentially claiming that the impossible thing is essentially a bit less impossible, but currently still impossible. Nice
Using guard clauses. Way more readable and easy to work with.
export function extractSearchToken(completionToken: {
token: string;
isQuoted?: boolean;
}): string {
if (completionToken.isQuoted) {
return completionToken.token.slice(2).replace(/"$/, '');
}
if (completionToken.token.startsWith('@')) {
return completionToken.token.substring(1);
}
return completionToken.token;
} export function extractSearchToken(completionToken: {
token: string;
isQuoted?: boolean;
}): string {
if (completionToken.isQuoted) {
// Remove @" prefix and optional closing "
return completionToken.token.slice(2).replace(/"$/, '');
} else if (completionToken.token.startsWith('@')) {
return completionToken.token.substring(1);
} else {
return completionToken.token;
}
}
Why even use else if with return...And oil is at 90$ and rising... what is the Fed suppose to do at this point
So if their erotic bot reaches $100b in profit, they will declare AGI? lol
What makes you think the people in charge want this solved? This is perfect for them - nations of people that outsource their thinking to AIs that they control.
The next step is heavily advertising products in chat sessions based on your data