g_lined | 15 years ago | on: Applist.me shares your iPhone apps. Usefull?
g_lined's comments
g_lined | 15 years ago | on: How Apple and Google will kill the password
g_lined | 15 years ago | on: Rare pictures of North Korea
My trip is documented here in the radio show Off The Wall: (link to mp3) http://www.2600.com/offthewall/mp3files/2007/off_the_wall__2... and http://www.2600.com/offthewall/mp3files/2007/off_the_wall__2...
g_lined | 15 years ago | on: How my iPhone made me miss my first flight of the year
g_lined | 15 years ago | on: Zed Shaw: Why I Don't Use Tor
This is all TOR is supposed to do. This allows you to be anonymous to the receiving end, but it does not guarantee it. It is your responsibility to surf safely, to sanitise your traffic, to encrypt your traffic and do the rest. We know that most people can be uniquely differentiated by combining all the available information from their browsers (some of which doesn't need javascript) http://panopticlick.eff.org/ . Therefore we know, using TOR or not, that we need to be careful to do things well when we want to be anonymous.
There is little in this article which makes me worried about TOR. TOR isn't the problem, if any of this is true, then the problem is the government collecting data in various ways. Whether you agree with this is a matter for yourself to consider and not a reason to avoid using TOR.
g_lined | 15 years ago | on: UK Government: will not support Net Neutrality
http://shop.virginmedia.com//bundles/specials/affiliate/dual...
All other providers do require a BT line, though some people would say it's a landline phone line that you /always/ use...assuming you leave your router on.
g_lined | 15 years ago | on: Soviet Image Editing Tool from 1987
g_lined | 15 years ago | on: Dropping Adobe Flash boosts Apple's MacBook Air battery life by 2 hours
I don't know why our numbers are so different. But I do know that on both my G4 iBook and G4 mac mini, any flash meant that I was maxing out. Since it was a G4, I wasn't surprised. What I was surprised about is that when I got my intel iMac (CPU as above) flash wasn't slow but used most of my CPU power.
Edit: removed typo
g_lined | 15 years ago | on: Facetime for the Mac
g_lined | 15 years ago | on: "Physics shows that cell phones cannot cause cancer"
http://jnci.oxfordjournals.org/content/93/3/203.abstract?ijk...
g_lined | 15 years ago | on: How Steve Ballmer told me what to do with my iPad
Here is an article talking about market share http://annasoft.wordpress.com/2010/10/04/report-ios-driving-...
and here is one which doesn't mention mobile: http://www.statowl.com/operating_system_market_share_trend.p...
g_lined | 15 years ago | on: Apple the new world leader in software insecurity
I think the reason for this is two fold, firstly, to write a viruses on the Mac, which by their nature need to spread, is harder due to the (*nix) security models used. But also, it seems to me viruses are getting passé and targeted emails with trojans are becoming more popular.
Trojans are one thing that Macs have been shown to be susceptible to although often by fooling (social engineering) the person into clicking all the right buttons and typing in their password.
I would therefore suggest that any future major problems on OS X will be due to a trojan that gets sent out and manages to auto install through an exploit rather than a virus which does the spreading on its own.
The challenge for Apple is being good enough, fast enough to make sure trojan attacks are relegated to social engineering and tainted pirate downloads.
g_lined | 16 years ago | on: Google Nexus One docs get leaked: $530 unsubsidized, $180 with plan
http://daringfireball.net/linked/2009/04/13/isuppli-shuffle http://daringfireball.net/2007/07/isuppli
g_lined | 16 years ago | on: 13 years of CNN.com traffic, visualized
g_lined | 17 years ago | on: Ask PG: What if I forget my password?
Many websites should offer e-mail-less logons since it's simply not necessary to have password retrieval or anything but basic authentication.
It makes signing up much easier. Since convenience is generally the price of security, I appreciate it when a website affords me the convenience of using the correct level of security.
g_lined | 17 years ago | on: Why I built my latest project, pat.io
Overall very good. I like the URL recognition. Here're my nitpicks:
General: * If we select the time zone, let us know whether you've taken into account DST. * I would prefer an e-mail-less signup process as I don't feel there's a need for it. AFAICS password retrieval is the only use and I can't see any evidence you've implemented that. Why do I have to give an email address if I don't even need it to log-in? For the free service, I think you should consider ditching the need for email addresses. * To-do, unless a branding decision, should not be capitalised unless grammar dictates otherwise. c.f. 'Add this To-do' button. * Consider moving the 'Add this To-do' button to the side of the to-do entry box. * Consider changing OS-native buttons to graphic/css buttons which fit in with the style/colouring of your site.
Ease of use: * Whenever I can see the to-do list, any typing whatever should go into the text box. You can do this with a javascript key bind. Why should I have to deal with clicks and focus when the only point of that page is to jot down items and tick them off? * Personally, I would advocate a log-in boxes on the front page as well as signup boxes, but I guess that's a design choice. * Why insist on alphanumeric only usernames particularly as this isn't a restriction for passwords? As a minimalist site, I shouldn't have to worry about what I type in, or be informed about the rules until I break them. The rules should be (as far as possible - and this is where the 'art' of design comes in) the same as I assume. Therefore, unless you have a technical issue, I suggest you allow as many punctuation and non latin characters as possible for both passwords and usernames. Only when I try and use one that's not possible to use due to technical limitations do you apologise and give me the rules. * It's difficult to delete many items. I don't mind hitting delete myself many times, but the delete button only comes up when you go over the main part of the to-do list meaning there's a lot of mouse movement to delete. If that's a design choice/attempt to stop accidental deletions, fair enough, otherwise it would be good to have it changed.
Bug: * If you manage to click/select the input box before the page has loaded you can end up with the wrong font and no 'Add this To-do' button. Additionally, pressing return doesn't actually add the to-do although it still brings up the 'Hang tight' box.
As I said, good site!