Don't think it's plausible, otherwise it would already have happened. I mean, if country X really wants to pull that card they could have already done so without having to tell the entire world of their invasion intentions.
You can as well build the site locally (e.g., on your computer) first and commit the .html files in your page repo. GitHub pages will then serve your .html files directly without having to build your site using Jekyll. This is what I used to do when hosting my site on github pages:
- locally install jekyll
- write my .md files
- run jekyll locally to see how my site looks like
- commit .md and .html files
- let github pages know what you are pushing the static files yourself
Why do you have sound alerts on Slack? I thought turning them off was the norm (at least in my experience). I have all the alerts turned off except the notification banner/popup.
Which platform is exempt from this? I have heard similar stories from GCP, AWS, Linode, etc. I would even say: the bigger the platform, the worse the customer support (i.e., Google)
Everything matters. Given two more or less skilled candidates, I guess if one looks like Brad Pitt, well, that's something no? Or if someone has a really nice voice, that has to count for something. Perhaps the company is thinking in terms "oh, candidate 2 has a magnificent voice! If we ever present tech conferences, he will do great!"
This is not a world where "only your brain" matters. If you have brain and a decent surface (i.e., face, body, voice, manners) then you'll beat the ones who "only" have brain.
Everybody knows that the amount of time one should spend "splitting a string in C# by a delimiter" is 2 minutes 16 seconds. More than that and it's a "red flag".
Agree. At least in Europe we have, I believe, what I like to call "European English" accent: it's a mix of American English (because Hollywood + Netflix) plus British English (because that's was is taught in schools) plus your local accent (German, French, Spanish, Italian, etc.). We all understand each other very well (even when we make mistakes, because we usually make the same mistakes). It's funny because whenever a native English speaker joins the conversation, some of us may have trouble understanding him.
I want to throw a bunch of micro-robots on the top of my head and let them cut my hair exactly the way I want. I don't want to brush my teeth at night: I just put a bunch of micro-robots, let them to their job and spit them out at the end. Cutting my nails? Micro-robots can do that. Showering? A thing of the past; micro-robots will keep me clean 24/7. Like, can you imagine the humans of the year 2200 doing all these little things by themselves?
It just seems to be so unreal that we are so excited about AR/VR, but we can't even make technology that gets us a decent haircut.
> I just don’t understand how this is a net time/energy savings?
At the end of the day is all about trust. Do you trust code you find in SO/Copilot to be good enough for your use case?
In my case I do not trust SO code. Whenever I use SO, if I find some snippet that seems to be the code solution I'm looking for, I copy-paste the snippet on my IDE, read through it carefully, rename variable names as needed, handle edge cases, remove unused code, etc., etc. Any code solution I find in SO gives me the "starting" kick, which is about 10% of the total effort of writing code from scratch. The remaining 90% (to understand the code that is being committed) cannot simply go away. I do not expect Copilot will make much of a difference.