A pair of Rust kernel modules
A pair of Rust kernel modules
Posted Sep 14, 2022 11:47 UTC (Wed) by Wol (subscriber, #4433)In reply to: A pair of Rust kernel modules by jezuch
Parent article: A pair of Rust kernel modules
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,
Wol
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.
A pair of Rust kernel modules