Humans can be cheaper than robots if properly exploited!
Humans can be cheaper than robots if properly exploited!
Uhhh it definitely is. I literally have a Linux terminal running on my Android phone.
That’s not merch, that’s the Veil of Veronica. Very significant catholic story/artifact. The story is that when she wiped the blood and sweat off of Jesus his face appeared on the cloth. You’ll find depictions of this in most old catholic churches and many paintings
Exactly, so the people in favor of keeping the fucked up system are part of the problem
Disagree. Most servers and bartenders are in favor of tipping culture and want it to stay this way with zero wages and societally enforced tips.
Yes, the corporations are the enemy, but these other struggling people are on the side of the actual enemy.
It’s not. Wait till you find out how they made movies before CGI!
A MAC is symmetric and can thus only be verified by you or somebody who you trust to not misuse or leak the key.
You sign them against a known public key, so anybody can verify them.
Regular digital signatures is what’s needed here You can still use such a signing circuit but treat it as an attestation by the camera’s owner, not as independent proof of authenticity.
If it’s just the cameras owner attesting, then just have them sign it. No need for expensive complicated circuits and regulations forcing these into existence.
I think you are misunderstanding things or don’t know shit about cryptography. Why the fuck are y even talking about publicly unlockable encryption, this is a use case for verification like a MAC signature, not any kind of encryption.
And no, your process is wild. The actual answer is just replace the sensor input to the same encryption circuits. That is trivial if you own and have control over your own device. For your scheme to work, personal ownership rights would have to be severely hampered.
All of this could be done without blockchain. Once they sign a signature with their private key they can’t unsign it later. Once you attest something you cannot un-attest it.
Just make the public key known and sign things. Please stop shoehorning blockchain where it doesn’t belong, especially when you aren’t even giving any examples of things that blockchain is doing for you with 100000x the cost and complexity, that normal crypto from the 80s/90s cant do better.
Just because you’re writing this on the fediverse doesn’t mean it’s the answer to everything. It’s certainly not the answer to this.
If you’ve been saying this for a long time please stop. This will solve nothing. It will be trivial to bypass for malicious actors and just hampers normal consumers.
Blockchain is the opposite of what you want for this problem, I’m not sure why people bring this up now. People need to take an introductory cryptography course before saying to use blockchain everywhere.
First blame the thief. But then in the same breath blame the manufacturers that refuse to sell cars with meaningfully working locks. If you understand the tech many car companies keep selling cars that have locks that are about as secure as a zip tie.
Bro you can make an ak-47 out of a shovel.
https://militaryhumor.net/homemade-ak-47-made-from-shovel/
The FGC-9 is a gun designed to be built only from common hardware store tools and a shitty 3d printer and has been used by even the myanmar rebel forces who built it themselves. (Also you can build 3d printers themselves from hardware store and hobbyist electronics store supplies).
Guns are just metal tubes with some extra bits, as knowledge and materials get better, making them gets easier. You’re making this statement like it hasn’t been a common thing for years
This is the most junior developer comment I’ve seen in a while.
Nobody that’s competent thinks that’s shit is hard. That’s not the point.
The point is, it makes it easy to make mistakes. Somebody might see all of one type of strings, assume that’s the format, and forget to enclose the thing in quotes, causing mysterious bugs years later when a differently created date filters into the system. You might have a regex error, you might split incorrectly, you might make a query that works the wrong way and gives an incorrect aggregate, and none of that is due to lack of skill. It’s due to not knowing it’s the rfc standard, not the iso. It could be due to not even realizing the rfc allows for that or is different.
Software engineering in practice is not about making sure there is at least some way for people to use your library/standard/pattern. It’s about making sure the way to do it that’s most intuitive/obvious is also foolproof, easy, and efficient. Adding the space makes debugging harder and adds footguns which is exactly what good software engineers want to stay away from. Otherwise we’d all be writing in assembly. But since you aren’t, maybe you are the one with a skill issue. Either that or you really misunderstand this field.
I want an actual real time strategy game. All popular RTSs are actually just about tactics and micro. I mean every SC2 guide will tell you that up to a very high level of play, if you’re just doing more you’ll be more efficient and win regardless of strategy. Why can’t you just set a standing order of “make unit x” or “make unit x while we have gas until we get to 50 of them”? That’s strategy. Having to tab back to a building and manually queue a couple of units every several seconds is just creating busywork for players, but thats what’s necessary and optimal for playing SC2 and most RTS games well