Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment HMI in automotive is not new (Score 5, Informative) 215

I don't know for Ford, but German automotive manufacturers have dealt with human/machine interfacing for a very long time,
and in the process have not focussed on software/screen only, but also added many more interfacing methods like buttons, dials, cameras facing into the car and outside.
Names that come to mind are car manufacturers (Audi, BMW, Porsche, Mercedes-Benz) and their suppliers (Continental, Hella, Vector Informatik).

The whole topic has been covered not by computer science or engineers, but very much by information science.
So maybe you want to have a look there if you are into this topic.
Keywords: driver assistance, hmi, navigation systems

  - Hubert

Comment mmm, R! (Score 1) 91

R is a very impressive, mature program that does a hell of a job.
I best liked connecting R data sets to a PostgreSQL database
for my PhD thesis, and then doing statistical data on SQL selections
without bothing about the SQL bits any more.

Also, I see lots of universities in Germany step up and teach R, which I think is good.

  - Hubert

Comment Congratulations, but ... (Score 0) 37

... what exactly is it? I've missed some striking reason to dig deeper on the webpage. Some showcase with examples, screenshots etc. may be in order to get people look into it. Also, an answer to the question how it relates to Nagios may be nice.

Keep up the good work!

  - Hubert

Comment Re:ALIX (Score 1) 697

I use an Alix board too, and it works fine with NetBSD 5.0/i386.
I don't know the power consumption, but this may be available somewhere on the website: www.pcengines.ch.

  - Hubert

Comment No Windows-keys on this 20yr old Olivetti Keyboard (Score 1) 939

I'm using an ~20 years old Olivetti Keyboard.
It's pretty heavy with excellent feeling.
It's connector was soldered into a PS/2 connector,
which is nowadays connected to a usb-converter,
going straight into my Mac Mini (running Mac OS X).

All this predates "Windows-Keys" and the like by
a bunch of years. The missing Apple command-key
is mapped to caps-lock.

  - Hubert

Software

Submission + - NetBSD developers speak about version 4.0

Quique writes: "NetBSD 4.0 was released last December. I read in Hubert Feyrer's blog that Federico Biancuzzi (who recently interviewed the founders of the OSI) has collected interviews from more than twenty NetBSD developers in an multiple-page article on Ars Technica, which talks about what's new in the latest release of this ultraportable Unix-like free operating system, including release engineering, some of the latest security features in NetBSD 4.0, virtualization with Xen, a number of filesystem enhancements (and new filesystems) and NetBSD's participation in Google's Summer of Code. If you have any comments, there's also a page for comments and discussion available."
Software

Submission + - Ten years of pkgsrc - Interviews (netbsd.org)

hubertf writes: "10 years ago — on October 3rd 1997 — the pkgsrc software management system was created by Alistair Crooks and Hubert Feyrer. pkgsrc, the NetBSD Packages Collection, was intended primarily as a packaging system for NetBSD. Derived from the FreeBSD Ports system, pkgsrc became a success story. Today, pkgsrc is a cross-platform framework, running on the BSDs, Linux, Solaris, Mac OS X, many Unix derivatives, and even on QNX and Windows.

Mark Weinem has made inverviews with lots of developers of pkgsrc and related projects, among them the original pkgsrc creators, but also users and developers of pkgsrc and related projects, like the FreeBSD and OpenBSD ports collection as well as MacPorts.

Overall, this article is a fine lesson in history of source based packaging system that also goes much beyond pkgsrc itself."

Slashdot Top Deals

A successful [software] tool is one that was used to do something undreamed of by its author. -- S. C. Johnson

Working...