Is it a farce, though? Isn’t more like they want to make it a farce, just like how they are trying to make impeachment a farce?
Is it a farce, though? Isn’t more like they want to make it a farce, just like how they are trying to make impeachment a farce?
That just means every member of congress is an insurrectionist because they have just as much or more power to change that.
It is not insurrection in either todays definition or the 14ths contemporary definition, and that would be slapped down.
If it’s a maximum limit to what’s safe, you can say anything at or below it is safe. They don’t set the maximum at a value that is unsafe for some vehicles.
Government jobs love them though, Security+ is required for a lot of DoD jobs.
I mean, the game is good, but you can see the spike in steam charts right at the point it was announced for EVO. Like outside the initial release, the game averaged under 20 players. After that they spiked and then just slowly got back to averaging less than 20 players the last few months.
I like the game, but it’s not comparable to the other successful indie titles like UNIST or Skull Girls. Yeah it kills punch planet, but outside the first few months it released to may 2021, it did similar numbers.
It was mainly due to them embracing rollback net code and being part of EVOs line up during covid. Problem is that the big fighters revised their netcode since then and it’s been relegated.
The apps using GPT4 without regards to safety can be though. Example: replacing human with chatbot for suicide prevention.
You are probably right. Devices like these in the old days used to require you hook up an official controller to it to get past the drm. Likely will evolve back to that.
Search xbox mouse adapter on amazon. There are so many products that do what you describe people wouldn’t care to do because they don’t care.
I think the big issue is that joking about school shootings is satirical to bring up how common it is in hopes to change it, while joking about fat people is just to be mean. No one is going to change because you made fun of them, in fact it might make the problem worse as state of mind is a factor in being unhealthy.
You could probably make the same argument about abortion jokes being satirical, but I don’t think abortion jokes are made in order to enact social change. It’s usually just to be offensive. Satire is usually used to point out how ridiculous something is, the hope is that we as a society will see it and do something about it.
The 1m was confiscated because it was ‘illegal income’, not because he used VPN.
Yes, it’s still shitty that using VPN to access GitHub makes his income illegal
using VPN … makes his income illegal
Yes, they fine wasn’t a flat 1m or whatever, but because he earned it while using a VPN on and off(cuz the great firewall periodically blocks github). None of that would of happened if he didn’t use a VPN, so saying that the direct reason he’s in trouble isn’t why he got punished is less honest.
If your complaint is about how the number was determined, perhaps it would be better as “Chinese programmer ordered to pay entire income(1m yuan) for using Virtual Private Network.” Honestly, either headline is fine as long as the details of how that number was chosen is in the article.
It wasn’t the money’s card, double win for Elon! Take that libz.
It’s a contract thing called detrimental reliance. As I understand it, basically you relied on a promise to do something only in the event the promise was upheld then it wasn’t. It wouldn’t hurt to speak to a lawyer for a consultation. I doubt you’d get the job back, but they could be liable for the damages caused by moving.
They are laying off people not on strike in response to the strike and blaming those on strike for it.
Why not do both?
You are probably correct. I don’t know if it’s true, it’s probably more likely it was a way for it not to fail.
I said HTTP mainly because HTML is plaintext because of it. 1.0s main purpose was to manipulate the page. Of course Array objects weren’t added til 1.1, when netscape navigator 3.0 released, but it was still mostly 1.0 code. I felt like having everything be coercable to string made it easy for you to just assign it to the document. If you assigned the wrong thing it wouldn’t crash.
I originally thought there was a precursor to microsofts XMLHTTP in an earlier version due to the 1997 ECMAScript documentation specifically talking about using it both client and serverside to distribute computations, but it was far more static. So, I’m probably just wrong.
Mainly because JavaScript was designed to work along side HTTP in a browser. Most of its input will be text, so defaulting common behavior to strings makes some sense.
Numbers 5:11-31. Here’s a Wikipedia Article about it.
functools.cache
That’s pretty cool. I haven’t dived too deep into python, so I should of looked up the library when you attached the @cache
decorator. I learned something.
Might be much for an internship, but they aren’t asking for months of work.
When they ask for LinkedIn clone without feeds, it’s pretty clear they just mean the ability to create, edit, and share a profile. They basically say as much in further bullet points. That’s straight up CRUD(minus delete). This is pretty much backed up by them wanting NextJS and MongoDB.
The next key requirement that sounds like it would take a lot of time is the SEO part of it. That doesn’t make sense at first glance, but since they specify that one must use NextJS, it becomes more clear what they meant. NextJS offers feature specific for SEO score like SSR and component streaming. So they want them to implement something regarding that.
The rest are just what you should do with any take home, follow best practices and provide a readme detailing why you made what decisions. If you chose something over another option mention it because that tells whoever looking at it that you at least thought of it.
Overall, may be too much for an intern, but they probably don’t expect them to finish it. Just list what they would do to complete it in the readme and leave it at that.