Comment Re:unwise (Score 1) 49
Shouldn't be allowing language in kernel that doesn't have a standard.
Even before Rust, the kernel wasn't written to ISO C, but to GNU C (there's plenty of quotes from Linus to that effect).
Shouldn't be allowing language in kernel that doesn't have a standard.
Even before Rust, the kernel wasn't written to ISO C, but to GNU C (there's plenty of quotes from Linus to that effect).
Rust does not make deadlocks safe (they cannot be). Rather, it disallows some ways of structuring your code and will then refuse to compile your code until you've written it in a way that the compiler can prove that a deadlock (or memory error, or other types of error) cannot occur. That can sometimes make Rust code much harder to write, but the benefit is that you can be much more aggressive at using threads because you don't have to "play it safe because of the risk of errors".
From my (limited) understanding, I think dark matter would have to interact with *something* other than gravity, or else it would be massless and hence go flying at the speed of light and be unable to clump together in galaxies. That something could be (hopefully) the Higgs but I guess it could also be some kind of "fifth force" that doesn't interact with normal matter, in which case we're still going to have a hard time detecting it.
We could have REAL ZOMBIES! YEAH!
:-)
I hear you. Going to be an interesting future, if we live.
Someone who broke their neck and was suffering from paralysis. You can control a chair or exoskeleton. People who can not hear today have cochlear implants, this is not all that different and might (eventually) work better. Or speak, or see. Other people who are disabled in various ways.
Web pages use SVG to render vector graphics. It uses the exact same imaging model as PDF and is implemented in all modern browsers. The web in general has taken a lot of lessons from Adobe because Warnock and Geshke, in the PostScript Red Book, got so much right about how to build an image model that many GUI developers are still learning today. If you start with a PDF, it should be possible to machine-translate it to SVG and present it as a web page.
PDF exists because it is trivial to generate it from the document renderer meant for printing. Although I have once in a while run into an improperly scaled PDF meant to be printed 8-up, I'm just not
You can now buy more gates with less specifications than at any other time in history. -- Kenneth Parker