Slashdot Mirror


User: Eddy_D

Eddy_D's activity in the archive.

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

Comments · 103

  1. Name change on Interviews: Ask Ben Heck About Gaming and Console Modding · · Score: 2

    Been has agreed to leave the Ataris alone for a while and answer your questions about console modding and gaming in general.

    Ben, when did you change your name to Been?

  2. Re:Appealing to the inner pirate ... on Bribe Devs To Improve Open Source Software · · Score: 1
    From the user's standpoint it's bribe.io...

    From the developer's standpoint it's extortion.io.

    - Eddy

  3. Screen Process on A Teletherapy Startup Removes Barriers To Mental Health Care · · Score: 1
    The screening process for new clients would be a new twist for me, usually I'm trying to pass myself off as a sane when I take one...

    - Eddy

  4. Re:I wouldn't be so sure. on GTA V Proves a Lot of Parents Still Don't Know or Care About ESRB Ratings · · Score: 1

    There you go, confusing Anime with Animation... 2 different cultures. Your going to make Sheldon froth at the mouth you know...

  5. Re:Some people... on GTA V Proves a Lot of Parents Still Don't Know or Care About ESRB Ratings · · Score: 1

    I *would* assume that, given the child had a normal upbringing, they would have spent a good bit or their initial lives staring at a nipple... I don't know why that would be traumatic seeing the same thing again 5-8 years later.

  6. Worlds most expensive RC Model on Boeing Turning Old F-16s Into Unmanned Drones · · Score: 1

    Really...

  7. Re:I'm just waiting for the movie ... on New Species of Legless Lizard Discovered Near LAX Runway · · Score: 1
    Well it is at the airport so...

    "There are MotherF***in legless lizards on this MotherF***in plane!"

  8. Gaming OS on Valve Announces Linux-Based SteamOS · · Score: 2

    Looks like Gabe is doing to PCs & set-top boxes what Google did with the phone. A customized Linux distro is a good start, but still much info missing.. does it integrate some gaming engine (maybe Source?) How much API support for hardware and software that aids in writing games? Is it even a gaming OS or is it just some content provider wrapper around Linux?

  9. Re: Time For Woz's on Time For a Hobbyist Smartphone? · · Score: 1

    Wouldn't Woz's phone also include an open case design, some empty chip sockets and an expansion bus? You know, in case someone wanted to experiment. :)

    Don't forget that you occasionally have to give it a smack to get it working again (a-la Apple ][)

  10. Re:Isn't the Android platform hobbyist-enough? on Time For a Hobbyist Smartphone? · · Score: 1
    It's not just Java. The Android system is primarily C/C++ compiled services which run as Linux processes. All the apps are Java running under the DALVIK engine. If you are really serious about hacking Android then you are digging into the guts, creating new services that can be available to Java apps via Binder.

    BTW, Here is a good book on the subject (Embedded Android): http://shop.oreilly.com/product/0636920021094.do

  11. Ah on Humans Choose Friends With Similar DNA · · Score: 1

    So that's why I don't have any friends...

  12. Re:Why not ban bad driving on San Francisco Fire Chief Bans Helmet-Mounted Cameras For Firefighters · · Score: 1

    You leaned back in your easy chair and steepled your hands when you thought this out, right?

  13. Slashdot - Slashdot? on Early Apple Employees Talk Memories of Steve Jobs, Thoughts On New Movie · · Score: 1

    So, is this a Slashdot article about a Slashdot article? News must be slow today.

  14. Re:Yeah, that's just what the world needs on Aging Is a Disease; Treat It Like One · · Score: 1

    Kind of, yeah. Nature's feedback mechanism.

  15. And the result would be... on New Bill Would Declassify FISC Opinions · · Score: 1

    AG! You gotta lotta explaining to do!

  16. real name on Hacker Releases 1.7TB Treasure Trove of Gaming Info · · Score: 1

    SuperDaeE Os0orne. Luckily his insurance is re-enforced with super sealskin bindings. Still an idiot though.

  17. Not news on Iron In Egyptian Relics Came From Space · · Score: 1

    Anyone who has played Serious Sam already knows that Egyptian relics come from space.

  18. Re:On the other hand... on FiOS User Finds Limit of 'Unlimited' Data Plan: 77 TB/Month · · Score: 1
    77TB? inconceivable!

    Sorry, just had to do it. :^)-

  19. Re:Sounds reasonable to me. on FiOS User Finds Limit of 'Unlimited' Data Plan: 77 TB/Month · · Score: 1

    Servers mean you are serving data to others, which means that you are providing a service, which means that you are probably running a business for-profit or otherwise, which means you are not a consumer and should not be paying the lower price given to the consumer user base. This is not complicated. As to the NAT, I've never heard of an ISP doing this... the ISPs I use never seemed to care how many PCs were sharing a connection via NAT/Firewall (Rogers and Shaw).

  20. Re:Sounds reasonable to me. on FiOS User Finds Limit of 'Unlimited' Data Plan: 77 TB/Month · · Score: 2
    "... commercial, as lon gas such server is used pursuant to the terms..."

    I'm not sure why ion gas is relevant to the conversation, anyway how do you hook up a gas server to the internet? :^)-

  21. Neat on Physicists Attempting To Test 'Time Crystals' · · Score: 1

    Have no idea if it will work or not, but it sounds hella cool.

  22. On free good tools on Ask Slashdot: Best OSS Embedded Development Platform · · Score: 2
    Just my two bits, I have been using Embedded IDEs for over 10 years and not found any good free ones. The issue is that it takes a lot of effort to get an embedded IDE to be not only useable, but really seamless. The points of difficulty are usually in the debugger and in the physical connection to the processor

    These days the pysical interface is mainly JTAG which replaced the venerable (and expensive) ICE (In circuit emulator). In the past, many processor manufacturers would not release specs for their JTAG, to make ppl buy their IDE. TI was notorious for this. This made writing a free and open source IDE really difficult to do.

    There are IDEs which are good wrappers for the compiler (Eclipse, Code::Blocks, etc.) but most of them use the generic GNU debugger (GDB) and this has never been my favorite debugger for *embedded* targets where you need to; quickly reset&re-run, perform inspection of variables and RAM contents (memory dumps), add breakpoints on data, not just functions, be able to debug all the way down to the iron, and other tasks.

    The challenges in embedded firmware is that, for the most part, you are writing your own kernel and program all wrapped up in one executable, so there is no separate kernel always there in the background. The IDE and debugger have to support this type of basic program.

  23. Re:Not Code Composer Studio on Ask Slashdot: Best OSS Embedded Development Platform · · Score: 1

    it used to be.. true. They recently moved to become a wrapper for Eclipse though, so it should only be as buggy as Eclipse is now.. knock on wood. FYI, I used to use CCS in the early 00's working with C5x DSPs, man whata a pain in the @SS it was to use! - Eddy_D

  24. So there! on No "Ungoogleable" In Swedish Lexicon, Thanks to Google · · Score: 1

    Meeeayh (me sticking out tongue)

  25. Update the warning label on Man Who Pointed Laser At Aircraft Gets 30-Month Sentence · · Score: 1

    WARNING: Pointing at eyes will cause blindness, Pointing at Land, Sea or Air vehicles will get you jail time.