tl;dr, one of the first HTML5 engines gets ported to C after 14 years.
Code on github is a fun read and it even comes with its own little editor.
tl;dr, one of the first HTML5 engines gets ported to C after 14 years.
Code on github is a fun read and it even comes with its own little editor.
Jump in the discussion.
No email address required.
!codecels !fosstards actual drama random encounter
https://news.ycombinator.com/item?id=41154135
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
That post was made by cookiengineer who was according to him '' by 4chan for rejecting the sneedacity name.
Jump in the discussion.
No email address required.
Keeeek I didn't even noootice that one
Jump in the discussion.
No email address required.
More options
Context
More options
Context
no way
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Lmao
C rules, rust can suck it
Jump in the discussion.
No email address required.
Rust will end up like Java and be widely used for a few years before it ends up just being maintained for legacy sake and be subsumed by the next flavor of the month OOP lanuage. Java's gimmick was portability and easy deployment on windows, mac, linux and Rusts gimmick is memory safety. Rust seems super nice when you are doing fizzbuzz and basic command line programming problems but the second you need a larger code base with alot of functions rust scales badly as passing arguments (esp strings and larger objects) in and out of scope is such a pain in Rust. If you code in rust you basically have to allow for quite a bit of code redundancy. Java and C# will still be more useful then rust since they arent just C++ but ghey !codecels
Jump in the discussion.
No email address required.
Kernel bros, I don't feel so good
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
Yeah idk why they can't just let you pass arbitrary pointers around, actually knowing the types and lifetimes of my variables well enough to state them is too much work
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
Rust is a massive b-word at any real scale this is true. I think viable-C-replacement is still a compelling value prop.
Jump in the discussion.
No email address required.
I think the biggest flaw with all of the C wannabes is that they just won't let you do what you want to fricking do.
I'm all for good defaults but this is jannied programming and I hate it.
Jump in the discussion.
No email address required.
Oh yeah the enforced snake case stuff is absolutely infuriating
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
Jump in the discussion.
No email address required.
More options
Context
Rust just ended up on a list of languages the US Government recommends for national security.
Jump in the discussion.
No email address required.
More options
Context
Jump in the discussion.
No email address required.
More options
Context
I think Java is still pretty widely used for new dev in some industries. I work at a big bank and we still start new projects in Java pretty often.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
OMG imagine using that disgusting language over RUST. As a proud rustacean, I'm going to inform you: that's blasphemy. You can do better. Grab cargo and start using a beautiful memory managed, statically typed, comfortable yet low level language with a spectacular packaging system. No more memory leaks. No more makefiles. End the weird bugs caused by unrequested type casting. Easily find libraries. AND ALL OF THAT IS BLAZING FAST (at C/cpp-level speeds - yay compiled langs and llvm c:). Why wouldn't you? The syntax is spectacular as well; extremely clean, much better than anything else out there. Those match statements are so extremely pleasant, and the looping conventions are orgasmic. And the compiler is the most useful and polite you'll come across; no more endlessly scrolling segmentation fault and template errors. It's amazing and I love it and you should switch now because it's far superior to literally everything else, all those gross languages you're used to using. Come to rust and you'll never look back, it's so versatile and cleeeeean. Graydon Hoare is literally a god. The rust book is my bible. this is my religion now. USE RUST
Snapshots:
https://phoboslab.org/log/2024/08/high_impact:
ghostarchive.org
archive.org
archive.ph (click to archive)
Jump in the discussion.
No email address required.
More options
Context