Slashdot Mirror


User: mojorisin67_71

mojorisin67_71's activity in the archive.

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

Comments · 32

  1. recommend the book on Beginning iPhone Development · · Score: 1

    - if you have a programming background, read up on objective-c
    from the docs on apple site
    Then jump into this book. It was certainly helpful for me
    to understand how interface builder and objective-c interactive.
    The book helps understand that very well.
    Also some of the example for navigation bar, tab bars, animation were helpful also. To get more familiar after reading this book,
    go to the class library reference or the reference docs from apple.

  2. nothing new : move along on Brian Aker On the Future of Databases · · Score: 1

    Main-memory databases in the early 90s were figured out the issues when all pages can be accessed in constant time. A solid state
    disk characteristics is no different from main memory.

    See http://www.bell-labs.com/project/dali/ for one of such projects.

  3. which group? on Microsoft or Google? · · Score: 1

    Does the group you are going to work in excite you?

    It should be a small exicting group and people.

    In large companies, work culture within different organisations
    can differ.

  4. Re:PPTP VPN on Google WiFi+VPN Confirmed · · Score: 1

    Output from connection log:
    Tue Sep 20 12:54:59 2005 : PPTP connection established.
    Tue Sep 20 12:55:00 2005 : Using interface ppp0
    Tue Sep 20 12:55:00 2005 : Connect: ppp0 socket[34:17]
    Tue Sep 20 12:55:01 2005 : MPPE 128-bit stateless compression enabled
    Tue Sep 20 12:55:01 2005 : local IP address 192.168.231.57
    Tue Sep 20 12:55:01 2005 : remote IP address 192.168.230.1
    Tue Sep 20 12:55:01 2005 : primary DNS address 66.51.205.100
    Tue Sep 20 12:55:01 2005 : secondary DNS address 66.51.206.100
    Tue Sep 20 12:58:48 2005 : Hangup (SIGHUP)
    Tue Sep 20 12:58:49 2005 : MPPE disabled
    Tue Sep 20 12:58:49 2005 : Connection terminated.
    Tue Sep 20 12:58:49 2005 : Connect time 3.9 minutes.
    Tue Sep 20 12:58:49 2005 : Sent 33452 bytes, received 312825 bytes.

    ---
    note it does not sem to work now,

  5. Re:PPTP VPN on Google WiFi+VPN Confirmed · · Score: 2, Interesting

    I was able to get the OS X PPTP client to work with a generated
    user/passwd.

    It worked for a while. Now it seems to have stopped.

  6. Confused! Is this Free (as in beer) Wifi? on Google WiFi+VPN Confirmed · · Score: 1

    So far it seems this is only a VPN that provides
    encryption between you and google servers.
    I understand it would improve security when
    using free Wifi or public terminals ?

    Where are the hotspots?
    Also why would it only work in SF?

    Seems like vapourware to me.

  7. Re:Vonage does the same thing on Wired Strongarms Subscribers? · · Score: 1


    I was able to cancel my Vonage subsciption.
    But to return the box, I did not want to pay the postage.

    So I walk into their office in NJ. I try to create a scene
    and leave the box. But they refuse.

    I had to go next door to a post office (reallly right next door),
    and mail it to them.

  8. Re:What, do lawmakers get paid per law now? on California Senate Passes Preemptive Strike Against Gmail · · Score: 1

    >The reason government regulates cigarettes and booze is because your use of them can cause harm to other people. Government is not protecting you from yourself, it protecting others from you.

    That is bogus. What harm can one cause by smoking
    a cigarette in my own house without no one around.
    Yet the governments regulates it.

    Governments have always regulated (often based on political pressure). We might not
    agree with the regulations but still we have
    to follow them.

  9. Re:And, on Forbes Reviews Google's Gmail [updated] · · Score: 1

    Yes, all email is parsed/read and stored by _somebody_.

    But NO ONE indexes email messages to gather information
    and sell this information to advertisers. This is where
    Google is crossing the line.

    If the phone company listened to conversions
    and send targeted advertisements based on what
    they listen to. Would that be okay?

  10. Bad precendent!! on Forbes Reviews Google's Gmail [updated] · · Score: 1


    We all can love Google's technology, but allowing Google
    to monitor email communications is a bad precedent.

    I am sure if Google gets away with this, Microsoft will be not far behind. Microsoft is already going to have a indexed file system in Longhorn. Then with hotmail/msn they will
    provide a backup space and then target ads based on this information. So Microsoft will have everyone personal computer's indexed.

  11. Re:Do it yourself on Privacy Complaint Against Google's GMail Service · · Score: 1
    Anyone can get access to a POP3/SMTP provider for almost no cost, with pretty free limits. Why is webmail so popular?

    Since webmail is simple to use and requires no configuration of email clients. Most users understand web browsing.

    Other than the /. crowd, who knows the meaning of POP3/SMTP.

  12. Personal Communication on Privacy Complaint Against Google's GMail Service · · Score: 1

    Gmail might be the first communication carrier
    which is going to listen to personal communications and sellwhat it learns
    information to its customers.

    Imagine the phone company listening to conversions
    and then sending you offers for products based
    on what you talk about.

    This is very different than spam/virus scanning.
    In that the email is scanned but compared against
    a pattern. In Gmail's case, the email is scanned
    and information is gleaned from it.

    I think Gmail starts a dangerous precendent. Once
    companies think it is okay to listen to personal
    communications then the possibilities are scary!

  13. Re:consumer-wise on New Wave of Web Ads? · · Score: 1
    For one things, much of the web is still text based, and reading requires much processing (decoding/comprehending/analyzing) that watch tv.


    I guess u are missing the PoRN sites which actually make money?

  14. Yet Another Project For Funding. (YAPF). on Searching by Shape... · · Score: 1

    The project is a interest idea. But do not see a real
    world practicallty. The examples mentioned in the article are useful for publishing research papers.

    But I do not see a human sitting and drawing pictures
    to find things realiably.

  15. Launch exe File.. on Mozilla 1.4 RC1 · · Score: 1

    "Launch file" after downloading has been enabled for .exe files Is this a feature that just encourages more viruses?
    Typical Microsoft poducts often having similar functionality and the mom-and-pop crowd ends up messing their computer!
    Oh! I forget the mom-and-pop crowd does not use Mozilla.

  16. Old News: Main Memory Databases on Object Prevalence: Get Rid of Your Database? · · Score: 3, Insightful

    Main Memory Databases have been researched for nearly 10 years now and there are a number of commercial products. For details you can check out:
    TimesTen
    Polyhedra
    DataBlitz

    etc..
    The idea it to have enough RAM to be able to store all the database in memory. This gives higher performance than a fully cached Oracle for two primary reasons:
    - there is no buffer manager so data can be directly accessed.
    - the index structures use smart pointers to access the data in memory.

    Typically the data is mapped using mmap or shared memory. Each application can have the databae directly mapped into its memory space.
    For providing persistence, typically main memory databases provide transaction logging and checkingpoint to be able to recover the data. Various techniques have been developed to be able to do this without affecting performance.

  17. Re:it's obvious on Amazon Becomes Domain Name Registrar · · Score: 1

    prediction?

    Unless I am missing something isn't Amazon Marketplace
    similar and has been around for some time.

  18. Byte compares linux and ox s performance on Darwin 6.0.2 for x86 Released · · Score: 5, Informative

    Byte released a comparision of linux and OS X at here

  19. Re:For the Canadians in the audience.... on Gaming Fuel: 4-way Shootout · · Score: 1

    For me Red Bull is the preferred beverage to stay up.

    It has loads of caffiene which rocks. I
    once had 10 red bulls in a night and did not
    sleep for 2 days.

  20. similar to NYC on Police Database Lists 'Future Criminals' · · Score: 2, Informative

    This is similar to what Guliani did in NYC
    with his quality of life initiative.

    For minor crimes (jumping subway turnstile etc..),
    individuals were taken to the police station and finger printed. The rational given was when
    individuals move onto bigger crimes, they
    are easier to catch.

    NYC did not publish this list as a list
    of criminals for the future, but they
    just increased their database.

    In the US, privacy of a individual is NOT a fundamental right and the state will continue
    to collect as much information as they can of their citizens.

  21. Mac OS X : 56K modem is broken on Review: Mac OS X 10.2 Jaguar · · Score: 1


    That I can put my laptop to sleep, and wake immediately, and still have many TCP/IP connections open, is incredible to me.


    I would agree that MAC OS X being a UNIX is
    much more stable than older versions.

    But most folks I know will not change
    until they are use their 56K modem to
    connect reliably to the internet.
    The v90 modem scripts have been completely
    flacky in Mac OS X , and most users boot up
    OS 9 when they want to connect to the internet.

  22. iChat addressBook integration on Review: Mac OS X 10.2 Jaguar · · Score: 1

    iChat is actually a nice chat client: unobtrusive, mostly well-integrated into the system and Address Book, and easy on the eyes (it's also a little buggy; expect a few crashes).
    That seems that a bad design choice. It has a Microsoft feel to it , where applications have the ability to mess with each other and end up being unmaintainable or break basic security models.
    From a social viewpoint, folks who use AOL prefer having different identities and not have their real name from Address book show up to the whole AIM world. Hence integration does not seem to be very usable by real people.

  23. Wait for more from MS.. on Microsoft Invests in the University of Waterloo · · Score: 1

    Microsoft had a conference of some sort
    this week or last week in Seattle where they invited
    faculty from all over the world to increase
    their interaction with academia.

    I am sure various proposals would come out of this:
    - windows source code to academia for students to hack with. (Beats me why would any student want to do this ;-))
    - more MS sponsered 'research' ofcourse based on MS technology.

    It sucks a monopolistic company with money will decide what students are taught in CS/EE departments around the world.

  24. Performance Benchmarking Restriction on May I Have Your EULA Please? · · Score: 2, Interesting

    According to folklore in the database world,
    Oracle was the first to have the restriction
    for publishing performance data.
    This is documented in here

  25. Re:So what other unix goodies do they have? on Apple Reveals Mac OS X 10.2, 17" iMac, Windows iPod · · Score: 1

    The short answer is yes, they have most of the unix goodies.
    I had the same question before I bought my PowerBook. I walked into a Apple Store and twiddled around in the Terminal window to check if my unix goodies are there.
    Perl, tcsh etc.. is standard. gcc is part of developer CD (free download)

    The link has some of the answers you are looking for. Though I would recommend walking into a Apple store