|
|
Subscribe / Log in / New account

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

> Brian Goetz, who leads these efforts, even says that if after all this time someone says "Why on earth did it take you so long? It's such a simple and obvious feature!", then it means that this was time well spent. Because if they delivered it sooner, then it would neither be simple nor obvious.

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


to post comments

A pair of Rust kernel modules

Posted Sep 14, 2022 15:42 UTC (Wed) by rschroev (subscriber, #4164) [Link]

Try printing to PDF first (Windows nowadays has a built-in virtual printer for that), then printing out that PDF. That workaround can sometimes work wonders for applications that don't handle printers and their quirks very well.

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.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds