If there's nothing fundamental about marriage and it's just some weird coliving arrangement, then why ban it for only some groups in the first place? Nothing productive or even rational about it.
Why is the reaction seen as irrational or immature but not the action that triggered it?
> Why is the reaction seen as irrational or immature but not the action that triggered it?
The analogous (but with an opposite direction) action would be campaigning to make gay marriage legal. Nobody has a problem with people doing that. The reason people object to Eich's firing is because it is a very clear escalation in the culture war, not because they have strong opinions about gay marriage.
A cited paper's title is "There is more consensus in Egalitarian parliaments."
Are terms like "democracy" and "parliament" common terms in distributed computing theory? Or are these intentionally clickbaity/humorous paper titles?
The original Paxos paper was termed "The Part-Time Parliament", and was explained -- I'm serious here -- not as a distributed systems protocol, but as a discussion about how electors on a Greek island could vote despite wandering in and out of the room. (Lamport). It set the stage for a series of papers using that theme. We continued on that theme when picking the title for the EPaxos paper, and these folks built on that. So yeah, it's a bit of a thing specifically in the paxos literature.
And wait until I tell you about the Byzantine Generals Problem. :-)
private int getNumLevels() {
if (mConfig.inflateSignalStrengths) {
return SignalStrength.NUM_SIGNAL_STRENGTH_BINS + 1;
}
return SignalStrength.NUM_SIGNAL_STRENGTH_BINS;
}
...
} else if (mCurrentState.connected) {
int level = mCurrentState.level;
if (mConfig.inflateSignalStrengths) {
level++;
}
return SignalDrawable.getState(level, getNumLevels(),
mCurrentState.inetCondition == 0);
If the flag is true, bump up BOTH the reported level as well as the total number of bins.
If the flag is false, use reported level and default number of bins.
Since both numerator and denominator are bumped up, is it really malicious?
Based on this commit at least, personally, I feel such logic could be due to a decision to shift from levels starting from 0 to levels starting from 1 at the UI level.
Or perhaps to make levels consistent between different operators, some of whom were using 0-based while others used 1-based.
I haven't gone through later commits or latest versions. So my opinion's limited just to this original 2017 change.
> Drawing on national reports prepared for FAO, ...
> Since 2005, the FRA has relied on data provided by a network of officially nominated national correspondents...
My understanding is that these reports are heavily based on data reported by respective governments. I think "officially nominated national correspondents" means bureaucrats of different governments.
But the governments of Russia, India, China are all known to lie. A lot. About a lot of things. I would know.
My default stance is to be skeptical of such claims based on national reports. Independent verification using satellite imagery seems like a better approach.
I have coded some apps that are customized for my mother's usage and accessibility. I plan on coding some more. I need to install them on just 2 phones - my own for testing and my mother's.
As of now, I can create APKs of my apps and install them on my mother's phone by unchecking the "prevent apps from other sources" option.
Even after going through so many articles, I still don't know unambiguously whether I can continue this workflow in future, or I'll need Google's approval to install on just our own 2 family phones.
There's a failure in communications here from both sides.
Ambiguity suits Google perfectly fine.
But it's counterproductive to its opponents because every dev who's confused will remain a fence-sitter rather than an ally, even if only motivated by personal inconvenience rather than any principled stand.
I doubt I'm the only Android dev who's confused. I hope at least f-droid communicates more clearly the consequences of this policy to all types of developers and deployment scenarios.
The radio access network (RAN) is all the RF part of a mobile network: towers, base stations, the signals between our phones and the towers, phone-to-satellite comms (non-terrestrial network or NTN).
AI-RAN uses AI/ML for adaptive behaviors and optimizations in all these links.
For example, fine-grained RF and modulation details, called the channel state information (CSI), is constantly being exchanged between a phone and a base station. The volume of information creates transmission latencies. Using autoencoder models, this information can be semantically compressed to reduce its volume and decoded with high fidelity on the other side.
That's just one example. In the upcoming 6G, RAN will be "AI-native", using AI/ML everywhere. The standards may require AI accelerator chips in most base stations, NTN satellites, phones, and other elements.
Hetzner has VPS servers. Has a web-based admin dashboard. Its API can create and teardown servers, virtual networks, block stores, load balancers, firewalls, DNS zones. It's similar to OVHCloud and Linode in my experience. If all these features are not sufficiently characteristic of clouds and abstractions, then I probably don't understand those two terms themselves.
The concept of "outdated" is imposed by big tech itself through artificial restrictions. Apps are forced to update their minimum supported OS versions. Upgrades are stopped after 1 or 2 years. And so on.
Anyone who has replaced Windows 8 or Windows 10 on their 5+ year old machine with a distro like Xubuntu/Lubuntu realizes that "outdated" is often a sales propaganda term, not necessarily a technical term.
What kind of proof can be shown that'll be accepted by most people as proof of a bricked car after an automated software update? No matter what's shown, I can easily think of alternative explanations.
Why is the reaction seen as irrational or immature but not the action that triggered it?
reply