Earlier quoted context omitted.
If you haven't heard of him, the joke's on you. Maybe. In any case, his work is worth looking into. He has done interesting work in font creation, font building primitives, rasterization, 2D drawing, and resistant social network graphs (which turns out to be more or less equivalent to the Old Sk00l Google Juice system). He was recently instrumental in performing a wonderful experiment in editor building -- wonderful…
> He was recently instrumental in performing a wonderful experiment in editor building -- wonderful because of the way it failed. They clearly should have migrated to C++ sooner :)
Moving from Rust to C++
91–100 of 145 posts
Re: Moving from Rust to C++
#92Funny thing, I've been moving Swift to C++, for real. I'm paying a price, but also getting some benefits. I'm not convinced that giving up on C++ and rewriting everything in a new language is a great idea. If I could get some compiler extensions to give me some experimental toys and syntactic sugar, I'd never be tempted by Rust/Swift/etc.
Unrelatedly, given that they all compile down to LLVM IR, in some sense Rust, Swift, and C++ are all syntactic sugar, aren’t they?
Re: Moving from Rust to C++
#93Yeah, well, joke is on you because I’ve heard this argument in real life.
Re: Moving from Rust to C++
#94I wonder what's the consensus on HN about April Fools blog posts like this one. It's probably a cultural thing but I really feel like it's a waste of time, both for the readers and the writer. I don't want to be overly negative because of course they can be a way of publicizing cool things (in this case an open source library). It's just that every April 1st I open a lot of links only to be disappointed that their co…
My personal standard is to flag any low-effort April Fools posts, whether I find them funny or not. At least build something neat as part of the joke. I'm not quite sure what a cool project to support a lame language war joke would have been. Given the zeitgeist, maybe a project that's using LLMs to auto-convert C++ to Rust releasing a mode that does the inverse?
This is post actually feels like almost the worst case. It's a low effort blog post, not funny, just reiterates stale language war talking points, and ends with self-promotion.
Re: Moving from Rust to C++
#95Earlier quoted context omitted.
as you said, its annoying and a complete waste of time. Its essentially someone lying to their audience. As someone trying to build a reputation or a following, how do you do that?
This is truly an impressive thread. HN will really complain about anything. It doesn't matter how innocuous the article. Some might say everyone on here is chronically online, but I don't think that's true. It's really just part of the culture that every post on here is treated as an invitation to read into the author's intentions and assume the worst of their character. Doesn't matter what the article is actually ab…
Re: Moving from Rust to C++
#96Nice april fools, but not as good as the "Really" proposal from last year: https://www.kdab.com/cpp23-will-be-really-awesome/
Re: Moving from Rust to C++
#97Earlier quoted context omitted.
as you said, its annoying and a complete waste of time. Its essentially someone lying to their audience. As someone trying to build a reputation or a following, how do you do that?
I think the tradition of April Fools (and related, Onion-like satire) serves an important epistemological function, even more relevant and important in today's information environment. You cannot rely on tone and confident expression, but rather read critically. In this particular case, what's being satirized are a fairly complex mix of perceptions about community and what actually builds a programming language ecosy…
The arguments you were trying to make in a satirical way have basically already been accepted by everyone (except the small slice of people who will never be convinced by them), so the satire just doesn't make sense. Part of the humor of satire is that you are laughing at the fact that some people on the other side of the argument might agree with it.
Re: Moving from Rust to C++
#98Given I have never heard of this person, the joke isn’t very funny. These internet April fools jokes are so tiring.
If you haven't heard of him, the joke's on you. Maybe. In any case, his work is worth looking into. He has done interesting work in font creation, font building primitives, rasterization, 2D drawing, and resistant social network graphs (which turns out to be more or less equivalent to the Old Sk00l Google Juice system). He was recently instrumental in performing a wonderful experiment in editor building -- wonderful…
And with due respect, none of his work is directly aplicable in the majority of software development roles I have been involved with, directly and indirectly.
And that's fine. There's nothing to be ashamed of nor it is something to shame someone for.
The world is large and specialized.
If we were speaking about Linus or Bill Gates then perhaps it would be a surprise for some tech savy person to not know them.
Re: Moving from Rust to C++
#99Funny thing, I've been moving Swift to C++, for real. I'm paying a price, but also getting some benefits. I'm not convinced that giving up on C++ and rewriting everything in a new language is a great idea. If I could get some compiler extensions to give me some experimental toys and syntactic sugar, I'd never be tempted by Rust/Swift/etc.
For what use cases have you been moving from Swift to C++ and what benefits have you seen? Unrelatedly, given that they all compile down to LLVM IR, in some sense Rust, Swift, and C++ are all syntactic sugar, aren’t they?
I've also decided to support other platforms, and when you want to build for Linux, Android, Windows... Swift loses appeal.
Swift is quickly gaining on C++'s infamous "complexity". If you get in the deeper with generics, it's rough.
I've seen recent experiments by Herb Sutter and Sean Baxter, giving C++ a new syntax or adding experimental features as compiler extensions. This makes me think C++ is going to continue to evolve. How exactly, nobody's sure. :)
Re: Moving from Rust to C++
#100Saying this as a Rustacean.