Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment 5 Mega pixel camera, pens and paper (Score 1) 823

Write your notes on blank paper (not lined and as white as possible) with a dark pen. Take a picture afterwards and throw the paper away (or do some origami [1]).

Works for me, could work for you.

The fastest way electronically is ASCIIMathML, that was mentioned by anidiot [2].

[1] http://www.origami-instructions.com/
[2] http://hardware.slashdot.org/comments.pl?sid=1423997&cid=29915877

Comment linux, bash, python, c(++) (Score 1) 634

- linux because you learn stuff about the thing (aka. operating system) you write code for
- bash because you get things done
- python because it's beautiful, fast and easy to learn (while remaining a complete OOP language)
- c to get to the essence of 37 years of programming

Of course, if they should become expendable, let them learn Java.
And if you want to lock them into some vendor's cage, give them Visual Studio and C#.

Comment ssh, bzr and krusader (Score 1) 421

For *large files* (like Ubuntu images) I use http://www.krusader.org/ to make backups or copy them somewhere on demand, but for *small, hand-written files* like configs, notes and scripts, I use http://bazaar-vcs.org/.

An example of my workflow would look rather ugly in this comment, so have a look here instead: http://blag.felixhummel.de/junk/slashdot_2009-06-24.html

Comment "Enlightenment is man's emergence from his self-im (Score 1) 542

I hope Linux remains being a platform for "tinkerers" for a long time to come. Why go mainstream so fast? Let's keep building cool new features - from geeks for geeks.

If the average consumer can profit from it - good for him. But why put time and energy into compensating his "learning laziness"?

Comment Re:What Has Changed? (Score 1) 900

Truth be told. In a nutshell:

Swap is used for idle processes freeing RAM for active processes and file caching.

My system has 4 GB RAM and *no* swap. It can hibernate (and actually wakes up again).

If this is about performance, try to widen the HDD-Bottleneck (say RAID). There's a difference you can *feel*.

Slashdot Top Deals

"It is easier to fight for principles than to live up to them." -- Alfred Adler

Working...