You can also reproduce it within a week without hosted cloud services. What matters is that you don't have to develop custom software and instead spend that week writing config files and orchestration scripts, be it cloud stuff, docker containers or whatever.
I can reproduce it without cloud services sure. But then I have to maintain it. Make it fault tolerant. Make sure it stays patched and backed up, buy enough hardware to make sure I can maintain peak capacity instead of having the elasticity, etc.
I have done all of this myself with on prem servers that I could walk to. I know exactly what’s involved and it would be silly to do that these days
So they assume four-dimensional space-time of a certain shape, similar to how a two-dimensional sheet could be curved taking various shape. Then they calculate how would physical objects behave in space-time of that shape.
Can such shapes exist anywhere in our universe, realistically or even just theoretically? For all we know, perhaps not.
I can name several that can cover significant part of local demand with solar power. Or perhaps they'd have energy storage to fully cover it by now had they invested into that.
That’s the whole point of this article. Many people will consume multiple servings of protein shake per day for most of their life, and they’re contaminated.
That's not only wrong in itself, but totally orthogonal.
A binary search implementation should still work, regardless of the array length, or have the limitation documented.
And of course an array "with length over a billion" can be totally valid, depending on the use case, your tradeoffs, available memory, etc. It could even be the optimal data structure for some use cases.
If you really needed it in memory you’d use one of the file APIs that will map it and present a direct byte buffer view over that memory.
Those APIs use long as their offset unlike the 32 ints used by arrays, and would avoid having to copy the data into some other object.
There has been some discussion over the years about how arrays could be changed in the JVM to support longer lengths, but doing so without breaking existing code and while providing truly useful functionality without providing obvious footguns isn’t as easy as you might think.
Relational databases often require searching and sorting gigabytes of data to answer queries (sometimes larger than RAM if e.g. k-way merge sort is used) so it doesn't seem that far-fetched, especially given that there are database systems written in Java.
I've driven electric motorbike for 7 years and it's absolutely great for everyday commute. Lighter ones tend to have removable batteries so they work even when you don't have a garage with electric outlet. Some heavier ones you can even take on an occasional long trip, though that's not super convenient – it's commuting (combined with joy of riding) that makes them useful.
One does need to know where one is going to service it, though, because they can sometimes have stupid electrical issues which are objectively easy to fix but hard for you to fix on your own cause you don't know which wire goes where.
Nice find. I tried to get an even shorter mate, but its tendency to give up its pieces got in the way: 1. e4 e5 2. Bc4 Bc5 3. Qh5 Bxf2+ 4. Ke2 Bxg1 5. Qxf7#
If one divides weight of the airplane by the number of wheels it has, one would find one wheel carries around 10 times more weight than that of a truck. You even get a slightly better deal on landing when you don't have as much fuel.
That's a lot of weight but nothing crazy, so on a dry runway wheel brakes alone are more than enough to stop normally. They would also wear out a lot, overheat and occasionally ignite if used like that, so that's what thrust reversers are for.
reply