Doesn’t negate capability which is what is being mentioned.
HN user
no_wizard
They aren’t. Political will is faulting but the military is holding back on Iran. There is no follow on ground invasion or clear carpet bombing of the entire country. These strikes are all suppose to be strategic. If the US military was waging a true all out war, Iran would be piles of rubble and glass
I am not supportive of war with Iran by a long shot but to see the US military and be like “oh it’s strained” is just not talking from a place of knowing. The politics is straining the military and rightly so, but capability wise it’s as good as ever
We aren’t getting anything like AGI in this current cycle of AI innovations.
At least not what I think most people imagine when someone says “advanced general intelligence”
Which is what we all called AI before the nomenclature goalpost moved
In the age of agents, I feel like BDD is more important than ever since it describes the behavior, and if it does so well it’ll make it much easier for these tools to pick up correct behavior.
Gherkin style tests also come to mind
Claude, Copilot or JetBrains AI could also do it
The challenge still remains decarbonizing the rest/electrification
A challenge that can be more easily addressed if it can scale first to handle induced demand only rather than base load. It’s a smaller problem that way.
It’s not that simple.
For instance, consumers want fast and high speed rail and light rail in cities, yet the federal government is still subsidizing hundreds of billions of dollars to car centric projects rather than allowing municipalities and state governments to have control over those funds they come with strings attached that force them to choose car centric options.
Affordable housing is another example. Consumers want reliable cheap homes but every single attempt to unseat obtuse regulations and policies that make home bulldog a nightmare across metropolitan areas all over the Us entrenched home owners fight in as many ways possible to keep new homes from being built. This pushes more people into farther out suburbs that makes an existing issue even worse.
So no, it’s not all consumer choices, not even “pretty much”.
The false dichotomy that it’s simply choice is not a good faith argument.
The other flip of the coin is this: people can consume in ecologically smart and sustainable ways, and often given the choice they do but lack of choice exists across most sectors that don’t allow them to or are knowingly priced higher than the alternative options due to poor regulation or lack of proper subsidy on the scale of the dirty alternative.
And we subsidize a lot when it comes to oil, natural gas and coal, let alone other industrial polluting industries.
Voluntarily convince? Yes, I agree asking other nations to afford something on top of struggling to afford things is not easy.
However, a global reparation fund would make a difference. Not entirely unheard of for richer nations to fund these things for poorer ones
Steady state nuclear power plus wind and solar would. In today’s world, make the grid more reliable and greener than ever.
Nuclear should not be off the table. It’s safe, it’s well understood, it’s reliable and is a very cheap way to create base load capacity that renewables like solos and wind can build out on top of
This ignores too much to be a good faith argument like lack of options to choose. Ability to choose in absence of regulation, the fact that industry spends millions to curb any regulation and I know ok missing other factors.
Individual choice is actually a small part of this wheel, almost negligible.
The vast majority of polluting is done by industry, and they also do the most not to make things better and actively often try to make things worse.
Fixable problems by any measure though
This feels like FUD, I have lived in California for a long time and I’m not really sure what it is you’re trying to reference as a negative.
I’m not shocked in the slightest. Great price point for younger folks to buy or be given as a gift, the build quality is good for what it is and it is snappy for most uses.
It’s many years too late IMO but I suppose the economics only made sense once they controlled their own chipset. I imagine doing this in the intel days would have been a far worse choice
Dart was relegated to effectively being Flutter. It was originally intended to supersede JavaScript but no other engine would commit to that. It failed at its initial goal and hasn’t really found a footing outside of Flutter.
Carbon is by its own admittance not ready to use and I think mostly relegated to solving Google’s problems with C++ right now.
Both of them didn’t ship with a standard library as robust as Go’s.
One thing that made Go popular out of the gate is it is extremely good fast to build out robust HTTP services and infrastructure.
This is a very common use case and they tailored Go to be a great fit for it. You can build your entire backend without a single third party module if desired using Go’s standard library and it isn’t terribly complicated to do so.
I don’t see how they were ridiculous on the face it. The economy during that regulatory period grew into a huge juggernaut.
Most of the R&D that laid the future of the world happened during that period. The middle class grew to its largest portion during that period.
I don’t think the economy was hamstrung in the least
Condo is suppose to be that nice hybrid but they became enshittified long ago and have routinely proven to be bad deals for the average buyer in too many circumstances.
The US doesn’t understand how to make the housing market functional. I’d love to have a condo where a great many things are handled by the association but the math never maths, as they say, and a great deal of the issues is because condo associations aren’t well regulated and they often don’t account things correctly.
In the US all the age verification legislation is written by data broker companies that want to mine this data. The government also wants to be able to have access to this information by proxy.
It’s not written the way it’s written because they’re oblivious it’s written the way it’s written because it’s plain lobbying writing the bill.
For example, there’s little in the way of protections in how the age verification would be protected or prevent the analytics from being sold
Not everyone is an avant garde movie enthusiast. Some still enjoy the fun and spectacle of action films, superhero films, Star Wars.
I am among them. I make no attempt to say they’re high concept or anything, but I leave feeling good for awhile and that’s enough for me
Symfony scales better than Laravel when you need to go big over the long term. This has been my experience anyway.
I realize Laravel is built on Symfony but using Symfony directly is a different experience
This is all happening as I predicted. OpenAI is oversold and their aggressive PR campaign has set them up with unrealistic expectations. I raised alot of eyebrow at the Microsoft deal to begin with. It seemed overvalued even if all they were trading was mostly Azure compute
This assumes a lot of things that may not be true and would not map to whatever mental model you formed with this.
People are often quick to dispense technically correct (or mostly correctly) financial advice but rarely is financial mangement simply a technical problem to be solved in someone’s life
I always felt it was a matter of time before Google took notice.
It has always been odd to me they didn’t have this functionality years ago. It’s been requested for a long long time
This is what I have seen too. Outside my tech literate bubble there’s no call to host their own things that’s being heard followed or shared.
Whet I hear alot about is regulation, which is a bit new, particularly with social media platforms. I know quite a few folks who think they should have less ability to arbitrarily ban accounts for example.
While that may not be the most common sentiment other I think about that in the greater context of these conversations I’ve had with other groups and the trend seems to be that nobody wants to replace Instagram per se, they want better stewards and better regulation on social media.
I think they’re looking for companies to advertise[0] rather than purely being a neutral resource.
Which is fine, but I don’t imagine they’ll list a company that hasn’t paid for it.
They’re an anomaly that benefits from a number of factors like being close to the government for contracting, early data centers built there and they tended to congregate and dumb luck.
They’re an outlier and don’t really prove much of anything.
Oregon has lots and lots of data centers and not much to show for it on any front, other than higher electric prices for consumers
mainly because they messed up on implementation, in two ways. This is of course my opinion.
The first being `.next()` on the returned iterators. If you pass an argument to it, the behavior is funky. The first time it runs, it actually doesn't capture the argument, and then you can capture the argument by assigning `yield` to a variable, and do whatever, but its really clunky from an ergonomic perspective. Which means using it to control side effects is clunky.
The second one how it is not a first class alternative to Promise. Async Generators are not the most ergonomic thing in the world to deal with, as you have the issues above plus you have to await everything. Which I understand why, but because generators can't be used in stead of Promises, you get these clunky use cases for using them.
They're really only useful as a result, for creating custom iterator patterns or for a form of 'infinite stream' returns. Beyond that, they're just not all that great, and it often takes combining a couple generators to really get anything useful out of them.
Thats been my experience, and I've tried to adopt generators extensively a few times in some libraries, where I felt the pattern would have been a good fit but it simply didn't turn out most of the time.
Personally I’m glad that big IP came in and smashed the AI companies like this. They been relentlessly ripping off smaller creators for some time now.
It opens the precedent for those creators to now also hold these companies responsible. That’s not a bad thing under the current legal system in this way.
Also, seeing genuine original creations created with AI assistance is much more interesting to me
I’m tempted to start using brackets instead [like this]
The difference between games and movies is how easy it is for entrants comparatively.
Indie / small studios have an infinitely easier time going to market than one would with making a film or especially a TV series.
You just make an account on a platform, sometimes submitting some additional information and paying a small fee, and that’s it. You may not even need actors like for text based games (Shovel Knight, Balatro etc)
Movies is so much more. And the cost of production is higher.
Also, the other big thing to realize is by far what games many people play is dominated by a handful of highly successful live service games. I have friends who only play Fortnite and have for a long time. They don’t play much else other than a few casual games when they take small breaks from Fortnite.
It’s not universal but there is a reason they’re always top of charts for revenue. Millions play every day.
The one other thing I’ll say is that seemingly unlike other media there is enough sufficient customer diversity that one business model doesn’t completely choke off all other types. Look at Expedition 33 for example
It’s a communal thing. It’s more than just the sport it’s also about being out with other fans, showing support and usually friendly ribbing of the opposing teams fans from time to time.
That is how it was explained to me when I said something similar