I enjoyed gamemaker a lot. Especially the ease of adding small snippets of code when you wanted to do something slightly more advanced than the normal editor allowed.
For me, Minecraft was amazing. I started on real logic with its redstone logic system. I started getting familiar with server management & Linux while trying to create a multiplayer server. I wrote my first code by writing plugins in have and interfacing with existing plugins. I learned how to solve problems by combining different components that other people made. It was truly amazing.
I don't know if it is still that great. I think the technical community is definitely smaller now, and the game itself is more of a game than it was back then. However, I still think it is really cool, and definitely different from all of the shooter games.
$99/year is literally nothing for most companies. Furthermore, Android has competing app stores, yet by far the biggest one is still the Play Store. Lots of developers (and users) did not and would not chose other distribution methods.
Single European datapoint, I'm currently in university.
In my country we have different levels of tertiary (?) education, as far as I can tell, lower levels of education have way more Snapchat use than Instagram. For most students of higher levels Snapchat is only used to share your night out with friend groups, but pretty much nothing else, while Instagram is used way more.
Stories are only partly chronological. The stories are grouped per user and in these groups they are chronological. However these groups are not chronological.
Secondly, posts are not for old people. Posts serve a different purpose than stories. The barrier to post is a lot higher, and they are definitely not used (anymore) to share that you are going to a restaurant/movie/etc, because stories took over that niche. However something like a (single!) post with (multiple) photos of your last holiday (with at least the first one including you) and some fun caption is still totally done.
I'm not even anything close to a climate expert, but I can imagine that this is because most of the world lives in places that are livable in our current climate.
Most of us don't live in Siberia or Greenland. Sure these places might become great because of climate change, but it doesn't matter, since barely anyone lives there.
In the places were we do live, the temperatures are already (semi) ok, meaning that increasing these temperatures will bother more people than it will help.
Furthermore, most people live close to water, which means a rising sea level will be bad for them. Maybe (probably not, but just imagine that) after the sea level has risen we have more viable land that is close to water. However, at that point all the current cities have been ruined by it, because they were built for the old water levels.
These skills are not that special. As far as I understand it, there are no exploits being used and editing the hosts file is not particularly hard. I expect that the executable is voluntary run by the user, since the user expects to run a real application/installer anyways.
The fastly monitoring/status page says: "Customers may experience increased origin load as global services return". Which sounds like the increased traffic is to be expected.
If that is the case though, you are not really enabling SMS 2FA. It is just SMS (1F) authentication.
Real 2FA would (theoretically) never make your account less secure than 1FA, because even if the second factor has 0 security, it shouldn't decrease the security of the first factor.
However, it is true that this may not always be the case for imperfect implementations, like your example. I can aldo imagine that social engineering might have a higher succes ratio if the intruder can say "it really is me! I have the correct second factor, I just lost my first factor...".
I don't think it does, at least not for the security reasons you name.
If you are self-hosting a server, you may not have the latest and greatest features, but all the code you are running is open-source, so no sneaky backdoors (well, no more sneaky backdoors than the ones in the open source code).
If you are not self hosting, than it really doesn't matter if the server source code is open or not. There is not a single guarantee that they are actually running the that code on their server.
(For client code this is a different story of course, but we're talking about server source code)
I personally feel like we need more people like him to bring ideas and advice to people in charge. However, I would like the people that are actually in charge to be more careful and responsible.
I can understand that they hope to reduce the income gap between different races, but I don't understand why that means the selection criteria should include race.
I would think that it makes more sense to select based on 'wealth' (income, capital, etc.) instead. Since people of colour are disproportionately represented in the poorer population, this would help to reduce the income gap between races (since more people of colour are accepted into the program), without excluding the few white families that could also really benefit from this.
From my personal experience, people that eat less or no meat have a healthier lifestyle in general. I am wondering if that also plays a part in the results.
Not with public transport, but in my (Dutch) city I can get everywhere, safely, within a reasonable amount of time, at all times of the day, by bike. From one end to the other wouldn't be exactly 15 minutes, but it would be under 30. With an electronic bike you can probably make that 20 minutes.
While most of the comments on the Twitter thread use fancy functions from common libraries, you should be able to solve this problem without the need for googling and without those fancy functions.
While I agree that this is way to basic to test AD skills, if it's really true that there is a sizable percentage of people that is unable to solve this problem, this might be a good way to weed those out, before starting with the 'real' questions.
1. Most people just want a website to work. (I know I do)
2. Because how are you gonna do support on a website when the website looks different for everyone involved? Are you only going to offer support for the basic text version? In that case, aren't you still kind off deciding how it looks, only now it looks ugly?
3. Branding. You want people to instantly recognize your product/brand.
4. To push features you want to be used, for better (handy new ones) or worse (advertising, generating bullshit metrics).
Probably a lot more than, but these just popped in my mind.
I don't agree. I think a module operator is common enough that it should be known, and even if they don't know it, they should be able to quickly make a module function. (Something like a while loop that decreases value a with value b while a>b and returns a)