

Just go ahead with the tutorial. Kotlin is basically identical to Java with only tiny changes, and you can just look those up whenever you see something new.
Just go ahead with the tutorial. Kotlin is basically identical to Java with only tiny changes, and you can just look those up whenever you see something new.
You’re conflating two different things. Law is political, and that’s fine. Court rulings are not supposed to be political, though, they’re supposed to be based solely on the rule of law. That’s the only way to ensure the law applies equally to everyone, rich or poor alike.
I agree that voting/non-voting shares are bullshit, but so are shares held by anyone but the workers themselves (which would be a co-op).
Having a voting and a non-voting class of shares is relatively common around the world, tbh. Jack Ma held 53% of voting shares, so he should’ve theoretically kept control.
This doesn’t really sound like a decision based on the rule of law, but more like a political one designed to specifically hurt Jack Ma’s power, especially considering his “absence” a few years ago.
This ruling isn’t turning the company into a co-op. All it did is shift power from one group of rich chinese people to another. It’s not really anything to celebrate.
If you’ve got 14 billion years, a theft takes a minute, then you need 53 recursion levels of binary search to find the moment of the theft. (14 billion years can be split into about 7.3e15 1-minute segments, 53 levels of binary search allow you to search through 9e15 segments)
That means OP assumed that it’d take 1 minute to decide whether at a certain still frame the theft had already occured or not, to compute the new offset to seek to, and the time it’d take to actually seek the tape to that point.
Not an unreasonable assumption, but a very conservative estimate. Assuming the footage is on an HDD and you’ve got an automated system for binary search, I’d actually assume it’d take 5 seconds for each step, meaning finding a 1min theft on 14 billion years of footage would take 5 minutes.
He also uses his own http server that in turn queries the ldap server solely for the articles. The rest is compiled into the http server binary.
“just works” if you’ve got the fps set to 60 on an M1/M2 macbook and update the OS, you’ve bricked it.
Better laptops tend to put the wifi antenna in the display, so it’s far away from the USB ports when in use. Obviously that’s not compatible with ultra thin laptops.
Badly shielded USB3 causes RF leaks at 2.4GHz. use 5Ghz WiFi or better shielded devices.
Often enough, the old code is so badly intertwined that it’s impossible to actually test. Those are the moments where all you can do is nuke it from orbit.
You’ll get faster over time, until reading code is faster than reading documentation, as code will always represent what’s truly happening, while docs are frequently outdated.
If you’re not that familiar with the language, it’s likely you won’t be contributing to the project. Open source projects usually to have quite limited resources, so they tend to optimize docs and dev UX for people who are likely to contribute.