I see what you are getting at (and I actually do know the basics of SQL), but for embedded developers, i think it’s much more important to know about the storage medium. Is it EEPROM or flash? What are pages and blocks? Do you need wear leveling? Can you erase bytes or only entire pages at a time? What is the write time og a page, a block and a byte? There are so many limitations in the way we have to store data, that I think it can be harmful to think of data as relational in the sense SQL teaches you, as it can wreck your performance and the lifetime of the storage medium.
Why would I, an embedded developer working on devices with at most a couple of mb of flash, need to learn SQL?
I usually use Json5. It’s JSON, but with all the weird quirks fixed (comments added, you can use hex numbers, you can have trailing commas etc.)
What have you done to harden Firefox? And what exactly are you trying to view?
Sure, you can autogenerated js bindings, but as soon as you need to start debugging or optimizing you need to understand the js that was generated for you.
I think the truth is that not only can’t WASM manipulate the DOM, but javascript was build to manipulate the DOM and has been moulded around this purpose. Secondly, if you want to use WASM from another programming language, that is just another language you need to learn on top of javascript, because we are not at a stage where we can replace javascript (because of the DOM). Fo most it’s more cost effective to just optimize their javascript code instead of adding another layer to the tech stack.
I’m saying that appears conscious and is conscious could very well be the same thing, we don’t know, so in this imaginary world, I would not trust anyone who told me “don’t worry, you can torture them, they are not actually conscious”.
No. I’m very certain that my Roomba is not conscious. But If we can’t tell whether or not these people are conscious or not, then I don’t think it’s right to have this power over them. A better parallel than a Roomba would be an animal.
I think it matters a great deal! I would like to believe that not only would I not use such a system, I would actively fight to have it made illegal.
How do you test that? How do you know that people around you actually have conscious and not just seem to have? If you can’t experience anything, how do you fake conscious? And is this fake conscious really any less real than ours? I think anything that resembles conscious well enough to fool people could be argued to be real, even if it’s different to ours.
What’s the difference seeming conscious and being conscious?
I’m from Europe i literal don’t know anyone who uses WhatsApp.
How would they add runtime checking without breaking all existing code?
But I think warning people is a good start, because those checks can be added to your CI pipeline and reject any incoming code that contains warnings. That way you can enforce type checking for a subset of modules and keep backwards compatibility.
The pairs version linked (which Is my daily driver), I don’t think it’s bad at all
First semester of my cs degree, it was around 50/50. After 3 semesters very few women were left. Spoiler: it was not because they could not handle the courses.
What’s wrong with
man ascii
?