Live data from Hacker News

Rust is tier-1 language at Microsoft

rustfoundation.org

521–522 of 522 posts

Re: Rust is tier-1 language at Microsoft

#521

I hope this kind of thing means Rust stops making so many rapid breaking changes in th compiler. I've tried it twice, once in early 2021 once 2025. Both times I tried to compile a few random projects I found on the web, stuff like a wordpress fanfic scraper, a software defined radio program, etc. In 2021 my linux distro I was using had just been released 3 months prior but it's rustc already could not compile 2 of 3…

It sounds like you are not running into breaking changes, you are just running into projects that like to use new features that are not available in your older compiler.

Correct. From the point of view of a stable desktop LTS system the code that the typical rust developer writes breaks within a few months as it starts using features from latest that are forwards compatible.

Re: Rust is tier-1 language at Microsoft

#522

Earlier quoted context omitted.

Why would you need that kind of resolution for a weather app? What are you even going to depict with all those pixels?

Because people are looking at it on 4k screens.

I mean, I usually check the weather by putting "weather" into a search engine. And this will show me little SVG icons that take up a tiny fraction of my low-resolution screen and probably involve like less than a kilobyte of path description. And I think this looks perfectly fine and I can hardly even fathom why anyone would want it to be fancier than that. I think that even animating them would make the display actively worse.
Post reply on HN