Yes, the drones was just an example, hence the "example given" before it.
Nibodhika
Yes, only those with ties to the war, e.g. people who work for companies that develop software used on Russian drones.
But people are angry that this wasn't explained from the beginning.
It scared the shit out of me, but was one of the best decisions I took, on my next job I learned to impose limits from the start.
I managed to find something very soon, but if I were in a similar position nowadays I would first find something new.
I use https://silverbullet.md and love it, it's a bit more than a note taking app, but it's definitely worth it.
And your point is?
In hindsight that should have been enough, but at the time I didn't want to discard a possibly good candidate because of that (reasoning that maybe he had some reason for it). Being subject to SQL injections also is not the end of the world, everyone makes mistakes. Not realizing it even after me pointing the line could also be overlooked as "we need to train this person". But insisting that there isn't even after the interviewer tells you there is, means you don't want to learn, and at that point I can't help you.
As an interviewee it's nothing much, but when they asked me to sort a list, I find that question to be completely pointless, I will never implement a sort IRL, and most people who get it right are because they have it memorized.
As an interviewer, a person who sent their take home as a .doc file inside a zipped folder. I didn't understood why they sent it that way, but got the code to compile, and found very serious issues. When confronting the person they claim there were no issues, which happens so I pointed out at a specific line, and still nothing, I asked them if they knew what an SQL injection was and his answer was "yes, and you're wrong, there's no SQL injection happening there", so I sent him a link for him to click that would call that endpoint on his local instance, and dropped the entire database for the take-home assignment. No need to tell you he wasn't hired.
That is a very logical way of replying to someone telling you you're the sort of person to flip a turtle. In other words, found the replicant.
Imagine you're interviewing for an Architect position at a company that's designing a hotel, and your take home assignment is to design a hotel.
Uhh, that's interesting, I miss that feature a lot, but the plugin is always out of date.
No, from Supernatural. I don't remember Crowley from Good Omens claiming to be bad
On my personal computer
~/Projects/<name>
, you need to remember that real-life is not like college, you won't be working on a new project every week. If you have more stuff than you can manage like this, you've bitten more than you can chew.On my work computer it's a bit more complex, because I have to work with other people's projects as well, so I have a
~/Work
folder and in it several folders by type of stuff, e.g.ops
for operational stuff such as scripts to deploy stuff or grant permissions,code
for servers (and client) code, etc. Also if I'm working on something specific that requires multiple repos I create a folder for that project with the repos inside.