What you said is equivalent. You're the one not understanding what the halting problem is.
Given a program, you cannot necessarily prove that it will halt or not. This is somewhat related to the incompleteness theorem: not all assertions can be proven.
I've seen absolutely zero indication her parents were prudes nor that they didn't do everything they could to support her.
She said she was alone and had no one helping her. She called for help to random strangers on the Internet. Clearly, her parents were not helping her. They probably weren't even aware of her problems. The reason the girl didn't tell them is probably that she believed they wouldn't understand or be of any help, which is a sign of bad parent-child relationship.
Clueless parents not able to connect with their children and help them in times or need are to blame.
I've bought many laptops, and thinkpads, even recent ones, are still clearly the best laptops on the market. Great build, great keyboard. Pricey, but has all the best hardware possible, and it works well on linux.
Everything a demanding software engineer might need.
It costs time, and thus money, to contribute to the C++ Standards Committee. Therefore those who do so are either academics or have are supported by a business who has interest in them extending the language in certain ways. It doesn't necessarily mean, though, that those extensions are not beneficial to C++ users.
It's not only compiler writers, Intel and Microsoft are pushing (arguably bad) extensions for parallel programming in order to sell parallel hardware better (for Intel) and to get more app developers on their platform and hence attract customers (Microsoft). Google is pushing some extensions to make their workforce working with C++ more efficient.
Well if you want a passport with your name on it, they need to know your name, If you want to pay your taxes, rather than someone else's, they need to know which is your tax return?
Yes, so? What data are you exactly giving away? When you register for a passport, the government already adds you to a database. I don't see what new data you are giving away to anyone with the digital ID scheme, be it the government or a third party.
True but that would depend on encrypting the data at the ID checkpoint as well as on the 3rd party's database, with no backdoors.
I don't know what you're talking about. BrowserID for example guarantees that your ID provider cannot track who you're giving the ID to.
Why would you need to give any data to anyone, other than proving your ID? The system should be designed so that the "trust authority" cannot be able to track who you are giving your ID to.
Sometimes I enjoy thinking of what I would do if I were at the head of a country to improve society, and providing a service that allows a person to prove their identity to another party over the Internet is one of those.
In real life, you can choose to show your ID card to someone to prove who you are, but there is no way to do something like this over the Internet, which might be useful to prove your age or nationality and access certain services. Likewise, you could use a mechanism to prove you are who you claim to be when you send a message to someone (digital signing). Solutions exist, but you always need to rely on a reference authority; it being the state is the most official authority there is.
It seems however that in this case the execution is extremely poor, the possibilities limited, and security a problem. In particular, there is no need to put trust in private parties, it should be handled by the state. OpenID and similar technologies can already do the right thing without problems.
Did the guy ever try to understand what drove this "Internet troll" to hate/despise him so much, or did he just assume it was baseless racism and he was crazy?
What you said is equivalent.
You're the one not understanding what the halting problem is.
Given a program, you cannot necessarily prove that it will halt or not. This is somewhat related to the incompleteness theorem: not all assertions can be proven.
Why are you relating this to a model theory theorem that you don't really understand?
Is that a case of a noob comparing ubuntu with debian stable again?
Use debian testing or unstable.
"the" movie?
unobtanium is a classic, present in dozens of works of literature, TV shows and films.
Even the French don't drink much Evian.
Spring water, such as Cristaline, is actually more popular.
Math is really logic.
And logic is really philosophy.
She said she was alone and had no one helping her. She called for help to random strangers on the Internet.
Clearly, her parents were not helping her. They probably weren't even aware of her problems. The reason the girl didn't tell them is probably that she believed they wouldn't understand or be of any help, which is a sign of bad parent-child relationship.
Clueless parents not able to connect with their children and help them in times or need are to blame.
Since its inception.
You can switch them in the BIOS.
I've bought many laptops, and thinkpads, even recent ones, are still clearly the best laptops on the market.
Great build, great keyboard.
Pricey, but has all the best hardware possible, and it works well on linux.
Everything a demanding software engineer might need.
You realize Lenovo is a Chinese company right?
It costs time, and thus money, to contribute to the C++ Standards Committee.
Therefore those who do so are either academics or have are supported by a business who has interest in them extending the language in certain ways. It doesn't necessarily mean, though, that those extensions are not beneficial to C++ users.
It's not only compiler writers, Intel and Microsoft are pushing (arguably bad) extensions for parallel programming in order to sell parallel hardware better (for Intel) and to get more app developers on their platform and hence attract customers (Microsoft).
Google is pushing some extensions to make their workforce working with C++ more efficient.
Yes, so?
What data are you exactly giving away?
When you register for a passport, the government already adds you to a database. I don't see what new data you are giving away to anyone with the digital ID scheme, be it the government or a third party.
I don't know what you're talking about.
BrowserID for example guarantees that your ID provider cannot track who you're giving the ID to.
Why would you need to give any data to anyone, other than proving your ID?
The system should be designed so that the "trust authority" cannot be able to track who you are giving your ID to.
Sometimes I enjoy thinking of what I would do if I were at the head of a country to improve society, and providing a service that allows a person to prove their identity to another party over the Internet is one of those.
In real life, you can choose to show your ID card to someone to prove who you are, but there is no way to do something like this over the Internet, which might be useful to prove your age or nationality and access certain services.
Likewise, you could use a mechanism to prove you are who you claim to be when you send a message to someone (digital signing). Solutions exist, but you always need to rely on a reference authority; it being the state is the most official authority there is.
It seems however that in this case the execution is extremely poor, the possibilities limited, and security a problem. In particular, there is no need to put trust in private parties, it should be handled by the state. OpenID and similar technologies can already do the right thing without problems.
Gundam has nothing to do with fighting giant alien monsters.
Isn't that what TLS is for?
The reason people are rude is because communication on the Internet is done through text rather than through voice.
That's all there is to it.
Or just japanese erotic figurines.
Did the guy ever try to understand what drove this "Internet troll" to hate/despise him so much, or did he just assume it was baseless racism and he was crazy?
nvidia-settings
Detect Displays
Click on newly-detected display and select "TwinView" and "Clone Displays".
Click apply.
Done, works with all window managers.
More like a pleonasm.
It's very different. Clearly you haven't done significant amount of work with the two to be able to tell.
it is vastly different since you leave register allocation to the compiler, which means you can still use inlining and constant propagation.
You don't need to use assembly for this, you can just use built-ins or intrinsics.
Assembly is only useful if you want to control register usage.