A pair of Rust kernel modules
A pair of Rust kernel modules
Posted Sep 14, 2022 6:21 UTC (Wed) by milesrout (subscriber, #126894)In reply to: A pair of Rust kernel modules by rav
Parent article: A pair of Rust kernel modules
Posted Sep 14, 2022 11:30 UTC (Wed)
by jezuch (subscriber, #52988)
[Link] (2 responses)
Python, on the other hand... ;)
Posted Sep 14, 2022 11:47 UTC (Wed)
by Wol (subscriber, #4433)
[Link] (1 responses)
Cleanliness and simplicity in design is just SO important! I go on about WordPerfect, about INFORMATION (sadly defunct but my favourite Pick), precisely *because* they set out to have simple logic / design and clean implementation.
I've been tripping over a Word bug for ages, and I've suddenly realised the problem - if a table extends over multiple pages it screws up printing! When printing labels, I often have grief with the printer so I get the first page and nothing else. If you try to start printing from page 2, it seems Word gets lost, assumes the entire table is on page 1, and prints nothing! WTF?
Cheers,
Posted Sep 14, 2022 15:42 UTC (Wed)
by rschroev (subscriber, #4164)
[Link]
It's sad of course that workaround like this are needed for any application, and double (or more) so for a high-profile word processor.
Posted Sep 14, 2022 15:21 UTC (Wed)
by khim (subscriber, #9252)
[Link]
Seriously? Modern, multithreaded OS kernels exist which means you should be able to create something like that in jiffy. Show me how, please. After we would benchmark it and compare to Linux and other popular kernels you would have a case. And in both cases it took more than a decade to develop these. I still remember time when rebind only existed in the standard, but not in G++. The fact that there are “huge amount of prior art” doesn't assert certain feature is easy, sorry.
A pair of Rust kernel modules
A pair of Rust kernel modules
Wol
A pair of Rust kernel modules
> There's no excuse for it to take this long.
A pair of Rust kernel modules