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?
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?
One of C’s main painpoints is that development is slow. I work in embedded and there people usually use python or another scripting language along c, to handle tasks where performance and memory footprint os not an issue and you just want to build something, and then save c for when you really need it.
Avoid projects that require a lot of memory management to begin with. Usually embedded is a good place to start because of this, while a desktop app is a bad place to start. Learn what c is good at (fast memory effecient stuff) and avoid stuff where c has largely been replaced for good reasons.
The pairs version linked (which Is my daily driver), I don’t think it’s bad at all
What’s wrong with
man ascii
?