Why not just use the C ABI?
And what libraries are you referring to? Almost all the ones I’ve used have fantastic docs.
Why not just use the C ABI?
And what libraries are you referring to? Almost all the ones I’ve used have fantastic docs.
It’s insane to me that people actually have plastic kettles.
https://languagelog.ldc.upenn.edu/nll/?p=20639
tl;dr it isn’t Latin Latin - a lot of swords had tons of odd spellings and there are theories about why that is. This sword could be a combo of acronyms of Latin words and possibly spelling errors.
For example, “I’d like a sword named Christmas” -> “Please make me a sword that says XMAS” -> sword that says XMS
It’s still dumb as hell. It’s a moving target, with one antibiotic being replaced by another. It’s impossible for any scientific study to show something doesn’t cause super bugs since it would need to test against every single virus. They can only show that they DO cause super bugs against a specific one.
Plus, again, completely unnecessary in the first place. We need to stop fucking around with things like antibiotics in soaps, new chemicals on nonstick cookware, new types of plastics in our food containers, etc.
Trans fats aren’t preservatives are they? I thought they were for texture / taste.
Similar to OG Beauty and the Beast. Originally the Beast was kind from the start and it was all about appearance. Disney changed it so he was a fixer upper. Kinda misses the whole point.
decades too late
Actually almost 100 years now.
Doesn’t it just use Google / Bing under the hood? If those both suck then it wouldn’t improve much, right? Isn’t SearXNG more about privacy?
Cross platform? It’s a browser extension.
Rust is mainly designed to overcome common memory problems people have with low level C systems without the overhead of garbage collectors
So you didn’t read my comment then.
A concrete example of what my comment means is opening files. When you open a file handle, you can read from it, write to it, but then you should close it. After you close it you shouldn’t be ready to or write from it again. If you do, bad things can happen.
Rust is the only language where you cannot. It’s a compile time error. This has nothing to do with low level systems programming. Using file handles is very high level.
Same goes for thread safety. Web servers often can benefit from multithreading. Java does not enforce thread safety at compile time. If you send some data across threads and you don’t already understand what is thread safe and what isn’t, you’ll end up with data races, which is a form of memory safety violation. This is not possible in Rust, but it is in Java.
Rust also isn’t subject to “the billion dollar mistake” since it doesn’t have the concept of null references. It also doesn’t support exceptions, which are the exact same issue as null references. These are also general programming problems and not specific to low level systems.
Regarding frameworks, I’ve used Spring before and, although Rust doesn’t do some things Java frameworks do, IMO that’s a very good thing, and the web frameworks I’ve used in Rust have been a far better experience than what I saw from Spring.
“Having a car with no seatbelt is not a problem if you’re a good driver”
LMAO
Rust is a general purpose language which is excellent for API servers and many other things. I’d say it’s definitely a direct competitor to Java. The only difference is in the ecosystem of libraries.
Rust’s type system is really just about enforcing correctness, which is very important in a general sense. Memory safety is just a subset of correctness.
You can see this is in practice since there are a TON of devs like myself coming to Rust from JavaScript.
What’s the point of that?
That seems like a reasonable approach though, unless I’m missing something. If you need “loads of credit cards” then you’re already but living within your means.
Holy shit, it looks so much better, and it’s written in Rust.
Mobile is horrible though.
I don’t think these are actually ways you’re supposed to hold them.
Ah I see. Yeah, that is better.
What’s causing the most headache for you?