Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It is sore loser behaviour. Combined with typical fascist totalitarian terrorist state mind washing of the population it does stick. Repeat lies enough time and people actually start believing them instead of the naked truth.

Thanks for the suggestions!

> what stage are you at

More than 10 years of development, the core aspects of the language are pretty stable and are unlikely to be changed in future. New features can be added, especially in the standard library.

> what problems have you ACTUALLY solved instead of INTEND to solve at some point in the future?

The main problem is memory safety. It's already solved and not planned to be solved. You already can't shoot your leg with typical memory-related errors.

> how thorough is your testing, what do you have, how much, what's the coverage by category?

I have a lot of tests, several thousands of test-cases covering each language feature, including tests for specific compilation errors, tests for compilation into actual binary code, many tests for each standard library feature, tests for the build system. And of course I have a self-hosted compiler, which proves that everything works as intended in actual code.

> this seems like a performance language - I want benchmarks

Nice suggestion, probably it's worth to adding some benchmarks.

> it actually works

It does. There is just nothing there in the language, which can degrade performance significantly. The same LLVM library is used as in C++ or Rust compilers, no GC is involved, runtime safety checks are sparse. In many cases the result binary code is identical for identical C++ or Rust code or at least closely matches it.

My own rough measurements between two compiler generation (first one written in C++ and second one written in Ü) show nearly identical performance.

> why is anyone from Go or Rust or Zig or Nim or Crystal or Swift or even Java/Kotlin/Scala or C# going to think about switching?

Go and Java-VM based languages are garbage-collected, which is problematic in some areas (like video-games). Rust is fine, but is sometimes too complicated. Zig is just a better C with no memory safety. Nim isn't known for me.


Like others have pointed out, there are other options in life than work at Meta. Would you have worked at Krupp or Mitsubishi during WW2 if they paid enough, compared to say cleaning toilets?

I had to get a head MRI this year as well through insurance. They billed 2500$ that all went towards my deductible.

In the past without insurance I was able to negotiate down a spine MRI from 2000$ to 500$ if I paid on the spot. Do with that what you want...

But essentially we are being forced to pay higher prices with insurance. Absolute scam.


The fact that you are talking about Dan Garcia, a huge figure in computing education research and an excellent teacher, and the Beauty and Joy of Computing curriculum makes this hilarious. You should look up some details about both.

Cry me a river

Sounds like you're doing it wrong, to be honest.

Ha yeah I have considered the same. There’s not enough info exposed via the Python or Max APIs (or indeed this one) to sync all the state you’d care about so I think the only option would be syncing the actual als files (which are zipped XML) which means you’d only be able to sync at save points

The Mauna Loa CO2 data is still up.[1] Trump tried to kill off the CO2 measuring, but that doesn't seem to have happened. The Mauna Loa data goes back to 1958, measured at the same point, far from any CO2 sources. 315ppm in 1958, 441ppm today, and almost a noise free curve with mild seasonal variations. Clearest trend in global warming.

[1] https://gml.noaa.gov/webdata/ccgg/trends/co2/co2_mm_mlo.txt

[2] https://www.cnn.com/2025/07/01/climate/trump-cuts-mauna-loa-...


Agree on cause, disagree on solution.

I'd lean more towards education than fornication.

No judgement.


What are the weighted chances of that happening though?

Do you also account for the chance that you might die everytime you take your car? Or that a meteor might hit you next time you take a walk?

At some point we need to be ok with some level of risks. That's just how the world is.


> I'd argue that this is an adjustment period that society has to go through.

I used to think like this until social media proved there are some tech innovations we just can’t adjust to. 10 years ago you would’ve never caught supporting any sort of age based social media ban. Now? I don’t think it goes far enough. Fake news (actual fake news) and misinformation has only gotten worse with it.


and have they totally got rid of the average employees? They can blame the models for the production outages already?

To help learn I use LLMs to generate practice exams for whatever I'm trying to learn, then on the questions I struggle with have the LLMs explain the logic and point out my mistakes. I haven't been in college for over a decade, this is just for topics I'm curious about and want to learn. For any serious topic I recommend auditing the practice exams with a different LLM than the one used to generate to help reduce hallucinations. Seems to work well for me. I quite like reading the "thought" processes shown by DeepSeek.

K-shaped economy, Asset bubble, and AI spending.

The retail / average consumer in America is seeing a very different world than the rich and ultra rich.


> the military hegemony and political influence over allies and adversaries that the F-35 program provides

Hilarious to say this, given the very public and very significant failures of US foreign policy these past couple decades, not least of all the current special military operation.


Project Stargate

Your expectations are unrealistic.

Every type of content will have some restrictions. Structural, ideological, financial.

Just about every type of written content on a platform has word limits imposed by its editors. Word limits restrict how much context can be provided in any single article.

Style guides, personal beliefs, management directives, and legal risks impose ideological and political restrictions. Even if an author is candid in the draft copy, reviewers and editors make them tone it down or tone it down themselves without asking the author.

Also doubtful whether a reputed university for elites like Yale will directly point fingers at the rightwing in power or at an elites' blueprint like Project 2025.

Personally, I think all these criticisms of this article are actually a form of centrist deflection and pretense. Centrists support rightwing policies but also don't want to come across as morally bad in such fora. So, to justify their centrism, they criticize the messengers through bikeshedding.


Wealth inequality was not the defining aspect of the relationship between kings and peasants.

The defining quality was the mechanisms by which kings extracted wealth from peasants (indirectly, through layers) which doesn’t resemble what we have in western liberal democracies today. Things like tallage and arbitrary taxation, labor dues, mill/oven/wine press monopolies, heriot, merchet.

Serfs were legally bound to the land.

The Black Death killed 1/3 of Europe’s people, giving peasants leverage because without enough workers, lords could not enforce arbitrary dues because peasant could walk out or revolt, such as the English Peasants’ Revolt of 1381.

That’s when the Dark Ages extraction model started to break down. Not because of wealth inequality, though it can see why they get conflated.

If we take the top billionaires in western liberal democracies today, they do not extract wealth from the average worker (there’s no duress, for instance), and it is clear that they have created more wealth than they have “taken”.


Mixing with existing code gradually migrating to and from angular

Thomas Piketty's latest "core proposal aims to gradually bring global per capita income and wealth to an average of 5,000 euros per person per month (adjusted for purchasing power) by the year 2100" with global Wealth taxes (at a rate of up to 20%) and gloval income tax (up to 90%) coming on top of existing per-country tax systems...

and "The consumption of intangible goods—such as healthcare and education—would be favored over material goods, and working hours would decrease significantly, which would also help to curb global warming."

Translate https://www.leparisien.fr/economie/5-000-euros-par-habitant-... to read from the source...


Mixing with existing code gradually migrating to and from angular

DNS is merely one implementation of service discovery; even without DNS, some other form of service discovery would still be needed.

The AI pundits often seem to apply the logic that code output is directly proportional to revenue and/or profit, and as such it follows that an AI usage increase leads to more code which leads to more revenue.

I don't believe this aligns with the reality of any major company, unless your business is in the literal sense "selling code" your revenue and profit is tangential to the quantity of code you produce. Google is a good example of this: most of their revenue and profit comes from their ad network, which is disconnected from their development productivity and instead heavily reliant on network effects and time in market. If I was a new competitor with infinite AI funds to throw at whatever problem I choose, I can't simply capture their market by developing an exact copy of Google's ad platform. In the same way, Google can't substantially grow their ad network by coding "more" or "better", they still need more customers and consumers to interact with their network to see any increase in revenue.

So it doesn't directly follow that a productivity increase will inherently follow an AI usage increase.


If the quality of all apps remains high, but if there is an increase of low quality apps it may not necessarily be great for consumers as it becomes difficult to distinguish which are the good and bad quality apps, making it risky to purchase apps.

The data is collected from and reports on the activities of community repair events - Repair Cafes. It does not comprise any sort of guide to repairing devices. That is in the domain of iFixit. This dataset provides data points that feed into the European Right To Repair campaign. https://metabase.openrepair.org/dashboard/97-ora-data-overvi...

Imagine that, instead of generating 50 tokens per second, we generated one token every year.

Imagine further that this token was computed by letting marbles fall down a piece of plywood and interact through various physical implementations of logic gates.


1 man, 1 vote.

For what it's worth they are my words not Picektty's.

It does not matter what uts called but the buck stops at purchasable goods and services I can have. As long it's denominated in real terms (inflation adjusted) it's kosher.


You lose the concept of DNS forwarding. Usually, if your company has example.com, your DNS server is authoritative for example.com, which means it will actually contain (fqdn,ip) entries belonging to example.com, and it will forward requests for other domains to other DNS servers, possibly one DNS server per domain.

If you remove DNS servers from the equation, you need to write down records for other domains, too. This means you have to chase every domain for changes in CDN configuration, hosting provider or ISP migrations, IPv4 to v6 migrations and so on.

You don't have PTR records, which means you can't find out a name from its IP address.

You also miss other features of DNS, like SRV, MX and so on.

More subtly, you lose the ability to control DNS resolution over systems you can't control. If a DNS server says host.example.com is 192.168.0.4, a Windows desktop, a Linux server and your toaster will agree on that (especially if no local cache is enabled, but even then TTLs apply). If for some reason you cannot control a particular machine, you will never get it to consider that new DNS record. This can happen for a lot of reasons.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: