Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Microkernel vs monolithic (Score 1) 51

Note, another factor is that it's easier to integrate an in-kernel server with the exported filesystems.

File locking, NFSv4 file delegations, NFSv4 change attributes, and lookup of files by filehandle are all areas where we've traditionally depended on in-kernel interfaces between knfsd and filesystems.

Over time we've added APIs which expose that functionality to userspace (see for example open_by_handle_at(2)), and we may some day get to the point where userspace has access to all the same filesystem functionality as knfsd, but we're not there yet.

There actually is an active userspace NFS server project (Ganesha). My impression is that it's currently better suited for exporting filesystems (typically complicated distributed systems) that themselves run mainly in userspace.

Comment Web Pages Use Same Imaging Model (Score 1) 227

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

Comment Re:Got to Love Elon (Score 4, Insightful) 203

We will know if GM built a bettter car battery in 8 years or so. I am sort of dubious, because it's more like your cell phone battery than a lithium car battery. It uses cobalt. GM brags that their EV battery uses less cobalt "than other EV batteries", but Tesla uses none. We know that Tesla batteries last. It will take a while to know that about GM batteries.

Musk is great. He took a lot of things that everyone knew about and nobody would dare to do, and made them work from a business perspective. We need lots more people like that.

Slashdot Top Deals

You scratch my tape, and I'll scratch yours.

Working...