Slashdot Mirror


User: Karpe

Karpe's activity in the archive.

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

Comments · 209

  1. Re:TRON? on HTC Considering Buying Own OS · · Score: 1

    Even Japan is switching away from TRON to Linux. TRON is really limited. Made sense for controlling hardware in the 80s & 90s, but it lacks most of the abstractions expected in a system today. I've developed for it.

  2. Wow on Microsoft's Sleep Proxy Lowers PC Energy Use · · Score: 1
  3. Hmm on China To Connect Its High-Speed Rail To Europe · · Score: 2, Informative

    "China already has the most advanced and extensive high-speed rail lines in the world."

    No, it doesn't.

  4. Re:Better Article at Engadget Mobile on iPhone Has 46% of Japanese Smartphone Market · · Score: 1

    You probably noticed what was more foreign to you.

    I live in Tokyo for about 4 years, and in my 30 min daily communte I see at least 20 iPhones everyday (I avoid crowded trains, so that's no small number). There's so many young people with iPhones here. It's true that many of those, specially the Japanese, also have some other Japanese cell phone to deal with the "Galapagos" system that is the Japanese.

    As people said above, it's true that it's 46% of the smartphone market, which is not big here. But the iPhone is actually doing quite well. There are so many companies and individuals developing Japanese apps (many to make them more compatible with the "Galapagos" system, that's also true).

    I hear a lot of people in America complaining about the iPhone and AT&T. Now imagine you could have an iPhone in a 3G only network with high-coverage. That's Japan.

  5. Big Deal on Aussie, Finnish Researchers Create a Single-Atom Transistor · · Score: 4, Funny

    We've had single Atom CPUs for some years now... :)

  6. Re:Google != Android on Android Application Development · · Score: 1

    I believe Santa Cruz Operation is not supported. :)

  7. We should be safe from any WPA vulnerability! on The Real Story On WPA's Flaw · · Score: 3, Funny

    Still using WEP here. ;)

  8. This will have to change... on Inside Apple's iPhone SDK Gag Order · · Score: 5, Informative

    Stanford has announced that it will be offering an iPhone development course. I would also expect that many books on iPhone development are being edited to be published soon. For these to occur, iPhone development information cannot be under NDA. So it's just a matter of time. Apple is not stupid.

  9. Simplest solution. on How To Clean Up Incorrect Geolocation Information? · · Score: 2, Funny

    Move to Canada.

  10. Re:The opposite is true in Japan on SMS 4x More Expensive Than Data From Hubble · · Score: 1

    That's mostly true, although carriers started charging much less for basic plans after the introduction of number portability (except Docomo, of course, as the market leader). SMSes are free, but you cannot exchange SMSes between carriers, and so are not very popular. What is really popular for messaging is MMS, which costs around 2 yen. And MMSes are hardly sent to phone numbers, but to email addresses in the carriers domain, so people usually don't message other people when they were not explicitely given the MMS address. Since anyone with an email can write to these email addresses, spam has become a very big problem. Ah, the fact that SMSes are not common in Japan is what gives me confidence that MMSes are coming to the 3G iPhone... :)

  11. Did they try... on Astronomers Find Huge Hole in Universe · · Score: 1

    Cleaning up their lenses? You never know...

  12. And you still can't import/export vCard files... on Mozilla Releases Thunderbird 2.0.0 · · Score: 2, Informative

    Bummer.

  13. Innovation? on Ten Reasons to Buy Windows Vista · · Score: 2, Informative
    1. Security, security, security: How about no know viruses and worms, except for some proof of concepts which have never really proliferated?
    2. Internet Explorer: Safari is a decent browser, with tabbed browsing, from day 1.
    3. Righteous eye candy: Apple introduced gratuitious eye candy with Acqua, and made it usefull with Dashboard and Exposé.
    4. Desktop search: Spotlight is a joy to use.
    5. Better updates: Software Updates, since MacOS X 10.0
    6. More media: Music and Photos? Add video, podcasts, simple web development, and call it iLife.
    7. Parental controls: Done right in Tiger
    8. Better backups: Ok, granted. Unless you count .mac, a paid service.
    9. Peer-to-peer collaboration: First Rendezvous, then Bonjour.
    10. Quick setup: Not only quick, but simple, in MacOS X.
  14. Re:Have a taste... on Apple Switching to Intel · · Score: 1
  15. Apple says: No Open Firmware. on Apple Switching to Intel · · Score: 1

    You can read it here (large PDF, page 47):

    "Macintosh computers using Intel microprocessors do not use Open Firmware. "

  16. I remember... on Microsoft States Full TCP/IP Too Dangerous · · Score: 2, Informative

    Steve Gibson's crusade againts Windows raw socket capabilities. Did Microsoft listen, and now is being criticised for doing that?

  17. Too bad... on Sanswire Demonstrates First Stratellite · · Score: 3, Funny

    It doesn't work at night. ;)

  18. Re:Great! on Followup on MS and Brazil in NY Times · · Score: 5, Interesting

    I'm a brazilian researcher. Public universities, like the one I work at, are responsible by the largest part of scientific research in Brazil. While most of what we develop is open source, it is not because any government requirement (I had never heard about this "requirement" prior to reading this article), but by the nature of what we do. I am pretty sure many people develop closed source software in the universities. Do we get government financing? Well, you could say that, since the government pays the universities bills (electricity, communications), professors salaries, etc. But that's mostly all about it. It doesn't have any money left to spend on researchers, equipment, etc, and universities have to find financing elsewhere (typically in cooperation projects with the private sector, who, among other things, requires NDAs and ownership to some of the deliveries of this funded research).

    Free software, in Brazil, has become much more of a publicity stunt, and definitely used for self-promotion by a lot of people. But definitely not that close to our reality. It is a pitty and a shame.

  19. My technique on How Do You Store and Reconcile Email Archives? · · Score: 1

    I delete all mail that has not been directly addessed to me. Usually all mail from mailing lists, unless the message is really interesting or it is a thread I've been participating. I didn't use to do that, but when I changed to this method I deleted the old unimportant messages as well. It brings down the number of messages to a manageable level.

    Messages are not sorted into separate subject folders. They are all in a single mailbox, the mailbox. Every month I back up this mailbox to the name of the previous month. I do the same with my sent mail. Messages are then kept in individually monthed mbox files, independent of the email program I am using. All mail programs to date I've used are able to import messages. I keep in the mail program only the mailboxes of the last few months.

    If I need to find a message, I first search through the month or, if I am not sure, the year that the message was received. I "grep -i" in a directory with all my mboxes. It usually doesn't take too long, just a few minutes in the worst case. After I find the mailbox, I import it in my current mail program (Mail.app now), to forward, save attachments, etc.

    I've tried keeping all these mboxes as a Cyrus imapd spool, but the trouble was larger than the benefit.

    I keep all (personal, things I've been directly involved with) my mail since 1996. It works for me. It is around 300MB compressed with gzip.

  20. If it doesn't matter... on Peeking at Netscape 8 · · Score: 5, Insightful

    why post it? I thought it was "News for nerds, stuff that matters." There is so many things that matter that are not accepted for post, I think the editors should be ashamed of saying something like "Ah, remember when the release of a Netscape mattered?" and then just posting it.

  21. Lucovsky is a great guy... on Microsoft Loses Key Engineer to Google · · Score: 2, Informative

    One of the most interesting and complete descriptions of the history of the Windows NT family of OSes I've seen was this PowerPoint presentation by Lucovsky.

  22. In related news... on Google & Firefox's Relationship · · Score: 4, Informative

    Google Maps is now supported by Safari. Way to go, Google!

  23. While Bluetooth 1.1 does not have enough bandwidth on Wireless Bluetooth Sunglasses · · Score: 4, Informative

    for uncompressed "CD quality" audio, what enables these new headphones and this new sunglasses are the Advanced Audio Distribution Profile, which compresses the audio using the low complexity lossless Sub-Band Codec. These devices usually also support a profile that enables you to play, pause, forward and rewind, or, if paired to a telephone too, to mute the audio when a call is received. This all seems very nice, I just wish these profiles get supported in Tiger (and Longhorn, or Windows XP new Bluetooth stack, to be fair). Can't wait to get some more wireless audio.

  24. Step 2 on Tiny Aircraft Feeds Itself With Dead Flies · · Score: 3, Interesting

    Make this little robot build copies of itself, from raw materials it collets.

  25. These guys... on SNES Audio Unit As Stand-Alone Player · · Score: 3, Informative

    Minibosses surely like. They have a (very good) band that only plays video game classics. Check out their demos!

    Thanks for Ars Technica for the info, from the Ars holiday gift guide