Slashdot Mirror


User: erko

erko's activity in the archive.

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

Comments · 61

  1. Re:Not Windows' fault on London Stock Exchange To Abandon Windows · · Score: 1

    Ok, maybe it's not windows vs linux...

    but Linux won!

  2. Re:OpenMoko on Hackable In-Car GPS Unit? · · Score: 1

    The believe navit program has this type of more advanced "giving directions" feature (you can probably find more information on the navit website). I haven't tried navit much, since the other GPS apps such as tangogps have been enough for me..

  3. Re:Google will always have an advantage for me on The Battle Between Google and Facebook · · Score: 1

    I agree with you, although you have some sort of google account even if you haven't "joined" it.
    Your interactions with google are associated with your computer and a google id. I still use google and facebook (although I resisted facebook for a while), but I wouldn't mind if they were both a little less big brother.
    Here the first google privacy info I found: Search Privacy at Google

  4. woo! on ZeniMax, Parent Company of Bethesda, Buys id Software · · Score: 1

    Great, with all these extra resources, they'll be able to get the linux ports like Quake Live done faster!
    A win for everyone!

    Seriously though, hopefully this turns out the way id planned, and the linux and open source stuff doesn't get canned.

  5. Re:Transformers did it first on $10M For Unmanned Aircraft That Can Perch Like a Bird · · Score: 1

    If you act now and pay just $10 million more, you'll also get this giant tape player for free!

  6. Re:player mimicry on Emergent AI In an Indie RTS Game · · Score: 1

    Are you saying professional chess players don't prepare for big matches by studying their opponent? (and their opponent's previous games)

    I realize that players at that level probably mostly play from a memory of board states, but there are so many possibilities that knowing which ones to focus on let's you analyze the possibilities that are most likely. The unbeatable chess strategy you describe is for a computer with a ton of memory and a fast search capability, not for humans or human-like AI.

    Back to the main topic, I think a self-learning system can be much more human-like and smarter, but if the task is simple or restricted enough (checkers, for example), learning may not be needed to win.

  7. Re:It's not about prediction [Re:Flyin Cars] on Why Our "Amazing" Science Fiction Future Fizzled · · Score: 1

    That makes sense, but don't forget that new/future things in real life are often "cool", too. Sure there are plenty of advances that are boring, but, for example, when people first got to drive cars, it was probably pretty interesting.

    Cool science fiction ideas that are physically possible, may eventually happen.

  8. Data (was: Doesn't Have Time?) on Digital Schwarzenegger Set For New 'Terminator' · · Score: 1

    Actors age. (So do machines, but not the same way.) I think the main reason they killed off Data in the last Star Trek movie was the difficulty explaining away Brent Spinner's signs of age. So they set up a new character who's supposedly a sort of continuation of Data, all ready to to play the role in the next sequel

    That sort of makes sense, but I'm thinking they replaced Data because, like his replacement, the earlier robotic/child-like Data is much more interesting than grown up Data (or any android) who has emotions and acts pretty much human.

  9. Re:Swordfighting on Hands-on With the Wii MotionPlus · · Score: 1

    For wrist angle, just add another wiimote to your forearm. Now you can measure wrist angle (assuming the motion plus is accurate enough). Motion capture people do these kinds of things, but if there's a max of 4 wiimotes, you'll be limited to how much you can capture.
    The other issues you mention are not so easily solved: force feedback, etc.

  10. Re:lawmakers on Paper Companies' Windfall of Unintended Consequences · · Score: 1

    Shouldn't the intent of the law be written into every law? Obviously this could lead to problems with multiple interpretations, but the problems that arise with specifying a law's details without specifying its purpose are ridiculous.

  11. More Openmoko Information on Openmoko Phone Not Dead After All · · Score: 3, Informative

    Interview with Steve Mosher from Openmoko about current state of things (7 minute video):
    http://www.youtube.com/watch?v=_d8Tsvj2TdQ

    Sean Moss-Pultz's presentation at openexpo (30 minute video):
    http://www.youtube.com/watch?v=UFuwhPXYxxI&NR=1

    Head FreeSmartPhone developer, Mickey Lauer's take on things.
    http://www.vanille-media.de/site/index.php/2009/04/04/back-from-switzerland/

    LinuxDevices article: Openmoko: Next-gen phone bites the dust, FreeRunner lives.
    http://www.linuxdevices.com/news/NS8568412362.html

  12. Re:What a fucking surprise on No More OpenMoko Phone · · Score: 1

    ... but doesn't expose you to tinkering with the widget set or dealing with "low-level" protocols like X11."

    You're overreacting a little -- you don't need to know anything about X11, you just make a typical DisplayInit() or OpenWindow() call.

    Letting people talk X11, create widget sets, install crazy operating systems (look ma! I'm running hurd!), ssh in**... It is too low level of an abstraction to be useful...
    ...
    Basically... look at what Firefox is doing and why they are successful.

    I know you're just making an example, but firefox is not an OS and besides, it's much easier to write an app for this phone than to write a firefox plugin. But, because the widget set isn't restricted, something like firefox can just be compiled for it (although lighter-weight browsers run faster).

    Basically, pick a language you know and open a window. Here's a simple python example that actually draws an image on my phone:

    import pygame, time pygame.init()
    pygame.display.set_mode( (480,640) )
    image = pygame.image.load("pic.png")
    pygame.display.get_surface().blit(image, (5,5))
    pygame.display.flip()
    while 1: time.sleep(1)

    It's just an illustration, but development is easy, although the graphics hardware is not that fast.

    Picking a standard widget set? A standard look & feel? Sure, maybe they could have done that better, although they worked on it, but if you want to restrict people from ever changing the look of their buttons, etc., that's where Apple and the iphone development fits best (yes, I know it's very popular), not linux.

  13. Re:What a fucking surprise on No More OpenMoko Phone · · Score: 1

    If you want a successful platform, you need to remove the ability to have a bazillion widget sets...

    I'm not really sure what you're looking for, but it doesn't sound like you want an open source phone. It's a linux platform -- you can install whatever you want on it. Apple, Microsoft, and Google are happy to restrict what goes on their phones. And you don't really need to use X on openmoko devices -- if you prefer something else, you can still use Android, Qt, etc.

    If you just said Openmoko should offer a standard look and widget set, I could agree. Openmoko had and still was developing their own UI look and feel, etc. but allowing only one widget set on a linux platform ignores lots of developers and applications. There are plenty of linux apps that can be cross-compiled and tweaked and plenty of open source developers who don't want to be forced to code using only your favorite UI widgets.

  14. Re:What a fucking surprise on No More OpenMoko Phone · · Score: 2, Informative

    Software-wise, I'm putting my bets on the FSO (freesmartphone.org) framework and distributions that use it. This includes FSO's testing distro, SHR, debian, and what was going to be Om.2009 with paroli.

    Om.2008 was never intended to be a long term solution. For me, Android has fewer programming language options and more hoops to jump through if I just want to write programs for my phone.

    I agree with you that openmoko management should have focused more on a single phone stack instead of restarting too many times, but I disagree with your choices -- not Qt, just a standard phone API (like FSO), and X11 to allow flexibility for developers--which is what they where doing, but it seems like they may have underestimated the difficulty involved in creating a robust working phone.
    Also, you seem to imply openmoko is not selling the hardware anymore -- they are still selling phones, but are postponing work on the next phone -- we'll have to see if they're able to develop new phones again later.

  15. Re:Of course we will... on No More OpenMoko Phone · · Score: 1

    Ah ok. Sorry, I never really had the wsod problem. For me, the good thing is that the longer I have this phone the better it gets (as software is released and bugs are fixed), but this is only good if the phone basics are always working. I'm guessing the wsod problem sucks, but hopefully you'll be able to use it as a phone now if you want. Also, irc and the mailing lists are pretty helpful if you want to figure out which version works for others.

  16. Re:Of course we will... on No More OpenMoko Phone · · Score: 2, Informative

    The battery is fine. The iphone only lasts 5 hours when running something, the openmoko developers version I have lasts 4 hours without suspending. If you suspend it when not in use (hit the power button), it can last a long time. Here's a log where the phone was mainly listening for calls with 70 hours standby time: http://wiki.openmoko.org/wiki/StandbyLifetime

    There are certainly issues, but battery life isn't the main one. Actual issues include:
    - some phones/networks experience a buzzing noise on phone calls that requires a hardware fix. One of these days the fix will be in the newly sold phones.
    - It's not clear for new users which software stack to load. (i.e. FSO is good for stable phone use)

  17. mmo? on Slashdot Launches User Achievements · · Score: 1

    eh, maybe -- this place always feels more like a twisty little maze of passages, all alike.

  18. Re:Played a couple of times on Quake Live Open Beta Begins Feb. 24th · · Score: 1

    I agree. I even enjoyed playing the new tutorial.

    First challenge: can you make it to the intermediate, advanced, and expert doors?
    Second challenge: once you enter a door, can you handle the computer player in a short match.

    Hopefully this test will also keep experienced players away from the beginners. (also, too bad there's no linux version yet)

  19. Civilization? on Japanese Begin Working On Space Elevator · · Score: 4, Funny

    "Japanese Begin Working On Space Elevator"

    Did that headline make anyone else feel like we're in one big game of "Civilization"?

  20. That's no moon... on LHC Success! · · Score: 1

    ( Is it just me or does this thing have too much in common with a death star? )

  21. In Soviet America... on Microsoft Blesses LGPL, Joins Apache Foundation · · Score: 4, Funny

    microsoft uses GNU?

  22. Whaaa? on Microsoft Blesses LGPL, Joins Apache Foundation · · Score: 2, Funny

    April Foo..hmm, no

    I don't get it.

    All my explanations about how microsoft doesn't care about anything except taking money aren't going to make sense anymore...

    Oh wait, somebody mentioned "it's a trap"...

    Ah... (my head is clearing now ... microsoft = evil) ... the world makes sense again.

    (Man, they're getting good at this)

  23. Re:Keyboard and Mouse on Unreal Creator Proclaims PCs are Not For Gaming · · Score: 1

    Not all PS3 games have mouse support. COD4 does not support a usb mouse. (The splitfish adapter thing kind of works). UT3 does support a usb mouse.

  24. Dell on Dell Asking ATI For Better Linux Drivers · · Score: 1

    Ah Dell, You must be new here.

  25. Re:disapointment comes from expectation on Review of Windows Mobile 6-Based "Wing" · · Score: 1

    After seeing that Skype could run on smart phones/pdas with a 400Mhz clock, it's suspicious that cell phone manufacturers have shipped fewer 400Mhz phones/pdas and more phones with processors around 200Mhz. Well, maybe it just seems that way to me (I don't follow cell phone releases that closely). If everybody could use wifi for phone calls, would the cell phone service providers lose a lot of money?

    That being said, they could just be minimizing physical battery size and maximizing the time between recharges.