Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment and all this from a single source tree (Score 2) 41

all of those hardware platforms are compiled from a single source tree.
there is a lot of hardware abstraction to get all platform specifics under one hood.
which is a big difference from many (*cough* well) other open source systems,
which come with source tree A for platform X, source tree B for platform Y, patchiest C for ...
you get it. That's not the case for NetBSD.

The benefit of this is, if there's a new feature that affects all/many platforms,
there is no need for further propagation to other source trees.

Comment Reinventing the wheel? Greeting from NetBSD! (Score 3, Insightful) 103

BSD based Unix systems have this for along time.
Both in the base system, and for 3rd party software.

Base system example:
http://cvsweb.netbsd.org/bsdwe...

Then again, there's not much need for "autoconf"-like system environment detection there. The actual build system is also in a lot of Makefile snippets in the share/mk directory:
http://cvsweb.netbsd.org/bsdwe...

For 3rd party software that's build from a make-based system, see http://www.pkgsrc.org/

Comment CS = Computer Science? (Score 1) 317

Do they tell us a lot about the sciences of Math, Physics, Law, Economy, Languages, Biology etc. at school?
I'd say not - we get some ideas from basic bootcamp, some common applications and more is served if you opt for higher education.
I guess the same goes for "CS" - for me, I'd be glad if I could assume everyone that I work with to have a _basic_ common understanding of this computer stuff, I don't need scientists :-)

Comment If text is enough... (Score 1) 227

... then just use a simple text file. Come up with your own scheme for title, date and time and it will work.
Either as single file with search, or with multiple files and grep(1).

The only really working alternative that I've found are:
  * a paper notebook. easily available when you have only one hand free because you're on the phone, and don't want to unlock an electronic device
  * sending yourself notes via email, and use your favourite email client for management.

If I'd want to live in a Microsoft world, I'd probably use OneNote.
YMMV, I'm curious about other options mentioned here.

  - Hubert

Comment Why not just prepay for your mileage? (Score 1) 658

Works over here (NZ) on diesel vehicles. When I had my last diesel I used to pay up front for kilometers (usually 10,000) for x amount of money. If you are ever stopped and found to not have enough kilometers to cover what is actually on your odometer you are fined. You can read about it here: http://www.nzta.govt.nz/vehicle/registration-licensing/ruc/index.html I had no problem paying them and thought it was a fair way of taxing. Much better than taxing at the pump like they do with gas. It was depressing when I started driving (I'm originally from WV) and looking at the amount of tax clipped on at the pump.

Slashdot Top Deals

ASCII a stupid question, you get an EBCDIC answer.

Working...