Hacker Newsnew | past | comments | ask | show | jobs | submit | misnome's commentslogin

> because end of the day people can use this tech to create wealth at unprecedented scale

_Where?_ so far the only technology to have come out widespread for this is to shove a chatbot interface into every UI that never needed it.

Nothing has been improved, no revelatory tech has come out (tools to let you chatbot faster don’t count).


Honestly, this comment sounds like someone dismissing the internet in 1992 when the web was all text-based and CompuServe was leading-edge. No "revelatory tech" just yet, but it was right around the corner.

In the backend, not directly customer facing. Coca cola is two years in running ai ads. Lovable is cash positive, and many of the builder there are too. A few creators are earning a living with suno songs. Not millions mind but they can live off their ai works.

If you dont see it happening around you, you're just not looking.


So, a company cutting costs, a tool to let you chatbot faster, and musical slop at scale.

This doesn't sound like "creating wealth at unprecedented scale"


imagine how unimaginative one must be to reduce lovable at a chatbot. that or you're not making an argument in good faith.

> Code from 2015 still compiles today

_Some_ code from 2015 still compiles today. Quite a lot of code from January 2024 won't compile today.

Turns out that in practice, the promise not to break code in the past isn't that strong, exceptions that break most of the ecosystem are "Acceptable", and the rust developers response is "Sucks for you, you'll just have to update". See:

[1] https://internals.rust-lang.org/t/type-inference-breakage-in...

[2] https://github.com/rust-lang/rust/issues/127343#issuecomment...


That’s what I meant by some exceptions. This one took five minutes to fix. I agree they should have been more careful here, specifically because it was such an easy fix, it wasn’t worth the breakage. It’s the only release I can even remember since 1.0 that I actually had to do fixes for; it truly is rare.

(Also a lot of projects that broke that day would not be broken today, because if there was a lock file, it was updated, and if there wasn’t, the new version with the fix would be selected. Only projects that had that specific dependency on time in their lock file broke.)


Sure. I'm less of a language purist and more of an app / infrastructure developer. [*] I manage projects where I have to plan for how many engineers I will need to staff projects 1, 2, 5 and 10 years in the future. I tend to work in a mature industries (with the exception where I worked for Mozilla and Linden Lab.) We have a vested interest in not throwing away our investment in the technical process. For better or worse, that often means maintaining code-bases for more than a couple of decades.

If I compare the historical stability of C++ with Rust, I find Rust lacking. As I mentioned before, I like the language, but I can't recommend using it because of churn. Python has the same problem. There are features of the Python language I appreciate, but it doesn't matter because, like Rust, I'm going to wait for a decade to see if there are breaking changes to the language. If not, I'll consider it.

I am not saying your baby is ugly. I'm saying your baby is growing but I need a fully-grown thing right now.

Edit: I may have been less obvious about why using a language whose definition changes every several months is bad for code-bases that want a multi-decade lifetime. Consider Python. You get a new, incompatible version of Python every year (yes, 3.X is MUCH, MUCH better than 2.X, but there's still no guarantee there won't be breaking changes.) You only get security updates for three (?) versions back. 3.9, which released in 2020 is currently unsupported. Python purists will point out you can run Python 3.9 apps in a properly configured venv, but that's not the point. The point is I would like to use my application in an environment that is supported. Not only supported by the "official" project, but also by third parties. I unfortunately inherited a project where someone decided to stuff some Python 3.6 code in an AWS Lambda. Had I not worked evenings and weekends to update the then-unsupported open-source software to 3.9, it would have broken when Amazon removed support for 3.6.

And yes, I understand I am describing a problem with a Python project and not a Rust project. That's because I haven't used Rust for mission-critical projects because after dealing with the hassle of updating Python code every year, I don't want to have to update the Rust code myself or try to find people skilled enough to understand that the version of Rust they learned is not the current version of Rust.

Go for a decade without breaking changes and then we'll talk.

[*] Not exactly true, my inner pedant comes out when people talk about Lisp.


I fully agree with you that stability is important, but I do think that you're letting your Python experience color what you think of Rust here. Python takes backwards compatibility less seriously than Rust, and it shows. Rust simply does not churn at the same rate as Python does.

There has already been a decade of Rust with roughly the same level of breaking changes as C++. The issue talked about above is roughly the same as, for example, how gcc can't upgrade to C++20 without a patch: https://gcc.gnu.org/pipermail/gcc-patches/2025-November/7007...

That patch is tiny. Fixing the breakage talked about above was not even changing code, it was running `cargo update -p time`. And it was a notable bit of breakage because even that level of breakage was exceptional in Rust land.

As a practical example, Meta has > 1 million lines of code in their monorepo, and last I heard, they update to each new release within a week of it coming out, and the person who does that update reports that 99% of the time, it's simply updating the version, no changes needed.

EDIT: citation on that one, from last year, it's slightly more than I remember, but not much: https://old.reddit.com/r/rust/comments/19dtz5b/freebsd_discu...

> The Facebook monorepo's Rust compiler has been updated promptly every 6 weeks for more than 7 years and 54 Rust releases, usually within 2 weeks of the upstream release.

> I estimate it's about ½ hour per 1 million lines, on average.


Right, but, this is just a single data point anecdote, right? Let’s say for same of argument that there is a 5% chance of overheating in five years - and another sub-percentage where this causes a fire, depending on where it is plugged in.

95%+ of people would report “zero problems here, all concern is overblown”.

Safety doesn’t work that way?


Or at least swapping out something else for the first two letters of "stunt"


> but I don't think anyone bothered to actually check the work

Including you


It is supposed to in Mac Spotify, it’s just a bug that apparently isn’t important enough to fix.

You can hit Tab then Space, and it works normally (yes this is fucking awful).


Rule of goats


tl;dr: It never went missing, it was in their bank vault.

No story here.


I’m one of the lucky 10000 who had never heard about this diamond and enjoyed the story behind the story.


“Let’s deploy something as or more error prone as Brad at infinite scale across our organisation”


Presumably they did a cost/benefit analysis and think it is more profitable this way?


Only in a quarter to quarter sense. I’ll never give them another cent. I’ve watched large numbers of people go from fans to haters in the last five years especially. I also think at just a fundamental technical level their moat is quickly disappearing.


I mean, sure, but it's most likely a myopic analysis trying to keep earnings looking good for next quarter. My personal feeling is that, after seeing the winds shifting, you would figure out how to operate in an open garden and start pivoting now rather than resisting it at every corner.


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

Search: