Can we get those settings for adults too?
Can we get those settings for adults too?
It’s really nice seeing the project continue to move forward after Mozilla took out support.
Glad you’re keeping safe!
I would be very careful with laser etching plastic unless you know exactly what the material is and if you have a really good venting system in place. The fumes from some plastic can be very toxic and once you have symptoms it’s already too late to reverse/heal the damage.
risc v is not a concern because they could just build risc v chips themselves, likely more efficient than competitors too. I would be VERY surprised if they didn’t have a team working on it internally. Arm and quality are their big issues right now.
You would be surprised at how little investors know about the things they invest in. They only look at the money flow. The case will likely go nowhere though since a small gap in processes isn’t the same as a complete lack of processes that the lawsuit is implying.
Do you mean the tablet/PC combos?
The issue with that is it leaves no room for paying the engineers who actually designed the device. The cost of designing the parts is really expensive. I have no issue with a small markup. I definitely agree though that the costs shouldn’t be so absurdly prohibitive to repair though.
I don’t see how that can be used to make performant code though. I usually want to make my locked regions as small as possible to avoid how long other threads are blocked for.
Rm was updated to actually log a warning in the -rf /
cases, so that’s less likely to happen anymore. Still not a bad habit to use ls though
I trolled myself by “learning” that I could delete all files in a directory, including hidden files, with rm -rf ./*
. The mistake being that I (more than once…) accidentally put a space between the .
and /
.
Please do Amazon next
File a complaint with the labor board. They can investigate and if they find out they used your solution you can get paid and they can get a fine on top of that.
But how do I know if the WHERE clause is AND or OR?
You should also check out git commit --fixup ...
paired with git rebase -i --autosquash ...
. you specify a commit target to the fixup to say you want to fix that commit with the code you’re currently committing. It will create a fixup commit at HEAD. The auto squash will reorder your fixup commit and mark it as a squash so you have way less work to do.
The plug is becoming a standard. There are still many more stations needed to increase EV usage for people who live in apartments or doing road trips. Not everyone is relying on them for providing charging. It’s sad that they’re the only ones who actually maintain their infrastructure
Glad I’m not the only one who thought that!
Not a lawyer, but worked closely with them in the past. It REALLY depends on your employment contract. Changing variable names and language still makes it a derivative work, so it would depend on the original license. I’m assuming it doesn’t have a license which would mean either you or the company owns the copyright: depends on your employment contract. Whether you’re a contractor or full time also affects ownership.
Without ownership or a license, you do not have the legal right to copy the work or make a derivative of it.
I’m not clear on whether you actually wrote any code though. If that’s the case (that no code was written) then I’m not really sure how that works out. If you do post it and they find out, AND they’re mad about it, you could definitely get fired. I’m not sure if there could also be legal trouble or not.
If you need it for a resume item, you can just list it on your resume and talk about it. You could also implement it on your own time (but not share it until you’re sure you’re safe from legal action), that way you could talk about tradeoffs you’ve made, etc. in the real implementation.
In general, if you’re not sure and you’re worried about getting sued, you should ask a lawyer.
HD encryption only helps if they get physical access to the disk when the device is locked or powered off. If they get it via a backdoor or virus, then it doesn’t help.
Maybe they’re referring to “where clauses”?