Slashdot Mirror


User: felixhummel

felixhummel's activity in the archive.

Stories
0
Comments
13
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 13

  1. Plain stupid. on A Practical LCD Writing Tablet · · Score: 1

    If you cannot save what you drew, it's worthless. Paper is inexpensive and you get colors too - provided you have colored pens.

  2. Re:Python on How To Teach a 12-Year-Old To Program? · · Score: 1

    I agree. http://www.pygame.org/ is a cool lib to create games (which could be a huge motivation for a 12 YO).

  3. 5 Mega pixel camera, pens and paper on How To Enter Equations Quickly In Class? · · Score: 1

    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

  4. linux, bash, python, c(++) on The Best First Language For a Young Programmer · · Score: 1

    - 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#.

  5. ssh, bzr and krusader on How Do You Sync & Manage Your Home Directories? · · Score: 1

    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

  6. "Enlightenment is man's emergence from his self-im on Does the Linux Desktop Innovate Too Much? · · Score: 1

    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"?

  7. Re:Vim on What Free IDE Do You Use? · · Score: 1

    true

  8. Re:air, sound, flow, cherry on Finding a Personal Coding Trifecta · · Score: 1

    A simple 17" TFT monitor with a brightness of 300 cd/m^2 and a contrast of 2000:1.

    The important thing is that it's matte...

  9. air, sound, flow, cherry on Finding a Personal Coding Trifecta · · Score: 1

    1. Air; fresh air; that's why I work outside when I can
    2. soothing background noise, i.e. (my favorite) music, birds singing, water flowing
    3. no disruptions. ever.
    4. Cherry keyboard.

    Got it all nowadays. The reflecting-laptop-monitor-problem can be solved with an external monitor.

  10. ISDN NAT with Debian on What Did You Do First With Linux? · · Score: 1

    Back then I couldn't even move vim. It took me quite some time to get the :wq

    But I did it - sharing 64 kB/s with two other guys through an old Pentium with a Fritz Card.

    Those were the days...

  11. ssh root@openwrt on Contest For a Better Open-WRT Wireless Router GUI · · Score: 1

    Done. Where's the price?

  12. Re:What Has Changed? on How Big Should My Swap Partition Be? · · Score: 1

    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*.

  13. effbot.org on Best Reference Site For Each Programming Language? · · Score: 1

    Very good articles on Python:
    http://effbot.org/