Doesn't this merely mean that states will do the job of investment ?
HN user
lenkite
ALL High-tech Infra that leverages "eminent domain" SHOULD be held in the name of the nation state for public good not by the billionaire or his corpo. All these private data centers that leverage eminent domain to grab land should be property of the state and only temporarily leased to the corpo.
Private Corpo Infra != Public Use Infra. They cannot be treated the same way.
Trump will send the US Navy to intercept all cargo ships demanding his 20%. A defensive action to protect the US economy and US national security. (and increase Trump family wealth for the beautiful job)
A blank cheque on corpo infrastructure just means that billionaires win and everyone else loses. At that point, just paint "Peasant Slave" on your forehead if you don't have a multi-million lobbying group at the state and federal level.
"All your base are belong to us" => Billionaires of USA
When that happens rename the nation to Corporate States of America as well.
I am just confused on how you know that all of what has been generated is valid. When you write the code generator yourself, you have that level of confidence.
Jesus Wept. Software engineering is dying at the moment and everyone has AI Glitz in their eyes.
Thankfully, the webpages I make are so god-awful that no one can accuse of me of using an LLM. I use bog-standard browser controls for forms - they look fugly but its so rare to see raw/naked form controls nowadays that they look snowflake special.
Once you lose ownership you lose interest. AI has supercharged that. It a huge matter of scale now.
US Navy now doesn't care either. Using Palantir's Maven Smart System, which incorporated Anthropic's Claude AI model, to identify and evaluate targets - which blew up the girls elementary school in Minab.
Use AI => No War Crimes!
They are even going to the extend of preserving SQLite footguns, so I am not sure what else would it be.
The best way to sort this out is to have truly random election winners and heads of organizations and bids for govt contracts. And yes, you must have enough numbers in the input for random selection.
If a Pvt corporation fails to deliver a bid or lies in customer features, then CEO is caned (Singapore style) and taken out of the next pool for random selection.
If a politician fails to deliver an election promise in his term, then politician is caned and taken out of the next pool for random selection. Randomly selected judges decide the severity of crime and magnitude of punishment.
I went through the thread twice and unsure what precisely is the "real issue" you are talking about ?
I think he meant you should use the word "corrupt", not "lucrative".
DuckDB ? Strict by default and excellent for logs, telemetry, dashboard apps, etc.
I agree with you. There are 2 dozen foot-guns to be kept in mind. And discovered a new footgun regarding multi-byte strings and NUL handling today on HN. SQLite became popular because it was the only free and open-source choice 2 decades ago. Now there are other type-safe and robust choices.
I would just go all the way to using https://unpoly.com/ if I wanted the full-bang whiz.
The GPL mandates that if you modify and distribute GPL licensed software, your derivative work must also be free and open-source. This ensures code cannot be made proprietary.
Other than that, there is no expectation of political stance.
Only in the current ultra-modern age, has politically neutral devolved to meaning that you must agree with me on 99.99%.
Yes, now that Postgres offers property graphs: https://www.postgresql.org/docs/19/ddl-property-graphs.html, which allows ergonomic queries using graph pattern matching syntax, instead of joins, these dbs feel like dodos.
Can someone explain this circular-investing domino ? If Oracle falls, who else would fall ?
Why send a message to support ? Expose the prompt to your customer if all they are doing is just bouncing it.
For every single person alive in Australia, there >52 alive in China. So comparing solar per capita to Australia is a useless metric.
U.S. is actively considering restricting highly advanced "open-weights" models due to cybersecurity and national security concern.
Chinese models will be enlisted in NATS - the National Terrorism Advisory System.
Can't have the fat, rich big boys who give the campaign contributions fail.
Well, this is Microslop (https://microslop.com/) in action. The Microsoft 365 Team rely HEAVILY on AI to for coding and development including security fixes.
None of the AI fans on HN will admit that AI just produces buggy software. They are all in the clouds about not having to type or face any friction to produce their dream vision or pet projects in a jiffy.
As a non-American, USAID was an agency heavily used by American 3-letter agencies to influence domestic matters of other nations. They should have probably been been gentler in sifting through the programs and shutting down intel operations, but they just took a big hammer to the whole agency.
As a non-American, it is bitterly funny to hear a NATO citizen say that.
Regarding puzzling design choices, I am wondering at the preponderance of data attributes like
<e-toast
data-type="success"
data-position="top-right"
data-hide-after-n-seconds="5"
data-close-icon="/images/close.svg"></e-toast>
For custom web components, maybe the author forgot that you don't need to prefix attributes with data ?This is called "jogging" not "running" and it is perfectly fine to do it a pace less than a medium-brisk walk.
If Russia had been the one to launch over ten thousand satellites in mega-constellations occupying LEO space, there would have already been a dozen senate hearings all talking about extraordinary and imminent threat to US national security and urgent need to eliminate the problem.
SQLite has a LOT of footguns that one only discovers over time. Dynamically typed by default, Off-by-Default foreign keys, ID re-use in AUTOINCREMENT, WAL Mode needing explicit enabling to ensure readers are not blocked, double-quote/single-quote issues, positional placeholders & named parameters issues, no TIMESTAMP type in 2026 despite being a CORE feature in SQL-92 standard, etc.