Hacker Newsnew | past | comments | ask | show | jobs | submit | cpuddle's commentslogin

It's supposed to be http://weitz.de/drakma/


Indeed, but that's not how many sites will linkify it.


Instead of the first, try "pgrep".


Yes you can. I've done it myself many times.


Besides mouse gestures I've gotten so used to browsing via keyboard (especially when using Shift+arrow keys) that switching to another browser is nigh impossible, because I get irritated too easily.

And the builtin RSS reader is better than anything else I've come across (not that I spent that much time looking ;-))


I love the rss feed: no signing in, no opening tab upon tab upon tab, no silly magazine layout. Just the feed menu on the top of the page, the individual feeds displayed on the bottom- it's perfect.


"...most mobile PC makers did not think to themselves "how on earth are we going to go up against this""

What I've been hoping ever since yesterday is that someone should release an "iPad" with a heavily customized open source OS on it. Add some Amazon integration (ala iTunes for books/music), customize the main apps to suite the form factor and a semi-open repository/app store for extra apps.

I'd buy it in a heartbeat.


Several such machines were demo'ed (usually by chip-manufacturers) at CES earlier this month. The marketing blitz around the iPad makes it much more likely for someone to take these and build an actual end user product. Possibly your telecoms provider would want to sell you one with a contract and their branding.

There appears to be a distinct lack of touch based 'remixes' of Android or Ubuntu though.


Alt+Backspace in Opera or Ctrl+Z.


About pointers being difficult...I don't think that pointers are difficult to understand. To me it was more the syntax C uses that got in the way.


You have got to be kidding us. But I don't really get it - what is difficult in & and * operators?

I do teach programming, and most of the time I see both the concept of pointers, and syntax is pretty understandable.

The real trouble begins when you expect students to use them to their advantage - but it really is beyond syntax.


Unfortunately I'm not. I tried learning C as my second language after VB and the syntax seemed unnecessarily complicated to me (like '->').

As a newb, you get bogged down in the details and knowing the cases for when to use &,* seems like an added complication.


See? This syntax trouble is already lesson #1 you learn from pointers: The _address_ of some value and the _value itself_.

If you have a pointer (that is, the address), then you need to prefix it with a * in order to get the value in order to do useful things. If you have a value, you need to prefix it with & in order to get the value's address in order to pass it around more efficient (at least it will be more efficient if it is some large data blob).

Did anyone ever mention addresses and values and their difference when looking at Java from a users point? Not to me, to be honest.


Pointers are easy. I thought several people in our CS program how to use them in ~2 hours. What's hard for most people is thinking abstractly between what the code looks like and what happens when you run it.

Pointers are simply the first thing that forces most coders to consider that split. But, a reasonably competent JAVA developer moving to C can pick them up in little time. The problem is reading other peoples C code that looks more like line noise than structure. But, pointers are a tiny step along that path.


I'm currently working on a mp3tag-like tag editor for Linux called puddletag which you can find at puddletag.sourceforge.net. Don't download it yet though. I'm releasing a update tomorrow with a large number of bugfixes and improvements.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: