You seem to be unaware of Ludum dare and similar challenges where (literally) thousands of games are created over the weekend that could easily compete with games made in the 80's.
Skill is still here, it is just muted by the modern media. Back then a any game release was huge news, today such games are made all the time every day and don't even get noticed.
As mentioned by maintainers in the thread there is already a flag to catch unsigned overflows. They even mentioned a way to catch those overflows in the code.
I can't seem to find that flag. Only ftrapv for signed, but none for unsigned. Do you know what flag is it exactly?
That place should be relaxing and should feel like home, because it is. Keeping different levels of authority separated in different houses would be mandatory. Additionally workers living in the same house shouldn't be working on the same project[0] , even if that sounds counter-intuitive. The reason is that it diminishes possible conflicts, because in the case of unsolved argument, there is nowhere you can go, and humans can't always solve them.
Slightly off topic, but it really isn't hard to find partitions. Just run the various software to scan and that's it. I've done it at least twice when accidentally erasing a windows partition (once with fdisk when I misread the output, and at that time I didn't even know what a partition is).
Do you think they choose to ask Apple to do this in such a public way, because they are very confident the phone will contain information that will help with the investigation, which will make a positive precedent about this method for future requests, and also provide 'lobbying power' when new laws will be considered?
How sad it is that the can of coke is used as a comparison. It almost makes it look like a reasonable drink.
The World Health Organization has recently suggested cutting the recommended sugar intake for adults in half, to about 25 grams, around 6 teaspoons, of sugar for a normal weight adult a day.
Here is my favorite site that shows the amounts of sugar cubes in various unhealthy food: http://www.sugarstacks.com/
According to that information you can drink a half can of coke (most left one in the picture in the link) to satisfy that daily need. That implies that all other food you eat that day will not include any sugar! That is an impossible standard to reach. Solution, don't drink drinks with sugar.
For the former it really depends on your position. If on foot and on a monotonous route, then maybe if you can handle thinking in 5 minute bursts, anything else, not a chance.
You'd be surprised how much of a workload just sorting and text recognition is.
I was also under the impression that the One True Way to type pun was to cast to char, which is allowed to alias, and then cast again to the type you actually want.*
That clearly doesn't work, but I can see from a naive perspective why some think that. It feels like a nice hack, but a cast to char* doesn't "remove" the original type.
To be clear: char* can alias any type, but only char* can alias char*.
The problem they are addressing is already solved. Simply say at time X Y, where X is the time and Y is the offset, preferably an established offset.
We meet at 12:00 GMT
Done
Everyone only needs to remember one number, their local offset to GMT. If someone uses an, to the receiver, unknown offset, then look it up and do some first grade math.
It felt nice when you had to physically meet a person to exchange the latest meme. The physical vicinity adds so much quality to the social experience. I cannot talk to friends the same way over char or even the phone than in person, it just feels weird.
I don't think they are insane. It is safe if you follow some rules. Flag -Wformat=2 catches every mistake at compile time. (It wont guard against overflow of course, but this is C)
The last example is explicitly defined in the Standard.
Too bad such a flag doesn't exist.