why not? there is a big difference b/w someone waving a gun and assaulting people physically and someone who did not directly threaten people's life.
If they robbed a bank physically they'd have to have visited the U.S. and it's clear what country they committed a crime in. It is not as clear-cut when they have never been to the U.S.
N900 is interesting in that it is both a tablet PC (or whatever term fits best) and a phone. One less device to carry.
I do not know re. if the UI experience has changed. I can see how N-series tablets can appeal to hackers who like to modify the software that is running on their device. From this POV having a full-fledged Linux on a mobile device is a plus. But N710/N800 was indeed less slick in terms of the user experience than Apple's devices.
If Nokia has innovated in the mobile communication area, why would it be wrong for them to use their intellectual property rights.
A separate question is if intellectual property is a good idea at all. But that is beyond the question at hand.
Patent trolls are just a bad idea, but in this case Nokia may have created a foundation that the Apple is building upon. Companies pay for licensing technology all the time. USB, Firewire, Bluetooth, ...
N900 could be interesting in this regard.
One could also use SVN and GIT together. That might solve a part of the problem with not submitting fixes because of being in the middle of other set of changes. Develop using GIT locally and submit to SVN repository when ready.
What is experience of HN readers with using a combination of centralised and distributed VCS together? Have you used it and in what situations, if any, is it useful?
There is no big harm in giving something a name. Giving a name also helps if you find a need to reuse it later. Plus a name can give a hint to what this code is for.
A well-written piece, but I would not call it news.
a good idea.
but there are some countries/regions still missing from the "Regions" drop-down list which, being a required field, might prevent people from these countries filling out the form.
e.g., Ireland, Greece, ...
"... anything that allows arbitrary devices to pretend to be an iPhone and sync jeopardizes email account information--which can be synced to the iPhone--and is a security flaw."
Since we are talking about USB ids here, pretending to be an iPhone would open a "security flaw" only when they have physical access to the computer iPhone's being synced with.
In which case a person already can do whatever they like with it. E.g., just copy your entire hard drive.
Open source developers are not entirely happy with this and mirrors of the rtmpdump app which got DMCA request are popping up:
Agree, it is too verbose. If I am using vim, I won't be looking for cookbook entry explaining simple tasks. There is probably be audience who'd benefit from the book, but does not appeal to me.
I've found A Byte of VIM to be quite useful, though: http://www.swaroopch.com/notes/Vim
Thanks.
Found more info re. Cydia at http://www.iphonedownloadblog.com/2008/10/28/cydia-applicati... - comments to the article are interesting.
Is there any alternative "app store" where users can get applications without Apple's censorship?
I don't need Drivetrain in particular, but there seem to be many good app ideas that Apple does not like / approve.
The strength of RDF is in seamless data integration.
Think flexible data mashups (where you don't need to code to the interface of a particular service because they all use same linked data principles).
I have seen people build a simple application and then increase its value by automatically pulling in information from other large source of linked data such as DBPedia and GeoNames.
Fully agree that we need simple and understandable demos that show the value of linked data (assuming for a moment that linked data have business value :).
you must have meant SIOC (where SOIC is written)
Just do "View Source" on its slides: http://www.w3.org/2009/Talks/0204-ted-tbl/
see http://linkeddata.org/guides-and-tutorials
Basic principles are simple: use URIs to describe things and provide useful information about these things when requested:
Have you tried recording RTMP streams?
What tools did you use and did they accomplish the job?
What is people's experience on choosing colors that are easier on the eyes? Any preferences or suggestions?
I see your point and often use vim w/o customized color scheme (but might pick a custom color scheme for MacVim's fullscreen mode to resemble WriteRoom).
However, editor color schemas allow for finer customization. For example, to specify colors for code-highlighting: keywords, statements, strings, ...
Terminal itself would not know anything about these things.
I did. That's why I mentioned xCruiser - it definitely looks old but works nicely. But being old it also lacks the usability and polish that a more modern app might have.
Some more of old goodies are mentioned towards the end of this thread: http://forums.macrumors.com/archive/index.php/t-163664.html
Is what you want a list of annotated links about a given topic? Or is it an extract and compilation of contents of those other pages that you want?
I had a couple of good GIT related links included in http://news.ycombinator.com/item?id=265723. If people have a need for compilations of links, can post some more.
Speaking about dupes, is search functionality available somewhere on news.yc?
Thanks ionfish. Had missed the original post which was before I started following news.ycombinator.com. But this idea seems interesting enough so hope that people will not mind another reminder.
My post also asked if git-shelve would but useful for keeping a versioned history of files collected by a web crawler. But I guess that you don't need Python or shelve for that...