Hopefully Java will support proper values regarding inlining and on-stack allocation for non-primitive types soon, but yes option types are a benefit in Rust as long as you’re not using any more advanced reference libraries.
HN user
Polyisoprene
Sure, but generics are available in Java as well and compared to Haskell and similar language I rate Rust as closer to Java.
Sure, just reflecting on the “There also tends to be way less of the `EnterpriseJavaBeanFactory`-style code in idiomatic Rust.”
Haven’t really seen anyone trying to use JVM options to get performance benefits without benchmarks for their specific use case the last 10 years or so.
No offense to Tokio and Rust, I really like Rust, but having someone rewriting their app because of performance limitations in their previous language choice, isn’t really someone picking the right tool for the job necessary.
I’m not so sure they would have done the rewrite if the Go GC was performing better, and the choice of Rust seems primarily based on prior experience at the company writing performance sensitive code rather than delivering business value.
They are not that similar to a struct in C in that they are not just about being a data carrier. So that might be confusing if that is what you expect.
Future work is intending to solve the third point and add deconstructing the record for pattern matching.
“We can declare a simple x-y point abstraction as follows: record Point(int x, int y) { } which will declare a final class called Point, with immutable components for x and y and appropriate accessors, constructors, equals, hashCode, and toString implementations.”
Would dependent types help in this case? Add the reference type when creating the type and then you could have the compiler check that the contract holds.
They are still allowed to have police present at the internal border and checking both your id, itinerary and asking questions about your visit as long as it’s not “systematic”.
Sure there is. They have checked my id on about half of the arrivals the last years.
Yeah, having reads rebalancing the tree in a multithreaded subsystem is probably not optimal. Might be that the Splay-trees have outstayed their welcome :)
FreeBSD’s tree.h used to have, iirc, both RB- and Splay-trees.
I believe Splay trees are usually mentioned as an alternative.
I would like to have the result type for this, like in Rust:
enum Result<T, E> { Ok(T), Err(E), }
Java 9 was a huge roadblock for upgrading since a lot of libraries were using internal apis and that mess took a few years longer that it should have.
Now the only supported Java version is 11, so a lot of companies have moved to 11 the last year.
Java 13 was released 2 months ago.
I’m sure there are some languages without legacy in their stdlib, but I still haven’t seen one.
Sexier name for sure. We do still call the age before the current Nordic states were established the age of Vikings in Sweden.
The whole notion of Vikings being stupid and naive sounds very old fashioned. The whole idea that short seasons and snow would scare off any people from the Nordic countries is bullshit. Nuuk is at 64 degrees north, roughly similar to Reykjavík, Trondheim or the southern point of the northern third of Sweden. Which had been inhabited for much longer. The climate is slightly better in Scandinavia that far north, but Greenland would surely have been similar.
Inefficient Linux cadvisor implementation causes unexpected latency. Also this affects buzzword compatible technologies.
Unfortunately that seems to be common. Artifactory for example has similar requirements. Guessing that running full free text search and analysis on the artifacts are the main culprits.
https://www.jfrog.com/confluence/plugins/servlet/mobile?cont...
Cheap shovels and expensive ladders.
As long as profit is taxed in the country the sale is made, nobody would complain. Now it’s just transferring money and making sure to pay the taxes in the most beneficial country.
Young people still have Instagram, so I guess Instadate would have been better :)
Data, sure. Lose the volume, no.
If their whole business model is selling personal data, then 4% is clearly just a cost of running their business.
Scary that AWS can’t restore EBS volumes properly after a power failure. Snapshot are not a solution to this in a live system.
Definitely. Coming home after traveling to the US for more than few days means constant hunger and snack cravings for a week or so. The last few times I’ve been trying to limit the unnecessary sugars from sodas and other sugar rich food since you get so much more sugar than in Europe in the regular restaurant food.
Saw mill workers in northern Sweden had similar clauses. “No more than 50% of the salary is to be payed out in salmon.”
It existed before Gnome and I’ve not yet seen any GTK interface that doesn’t seem like a slightly better looking Motif UI.
GTK still has extreme padding and wasted screen real estate around texts, images, lists and other component. Making a slim version and better designed UIs would probably make a lot of difference.
Unfortunately journald leaves out things like MDC information as well, which usually means JSON logging and trying to avoid broken JSON objects due to log message truncation in some part of the chain.