Slashdot Mirror


User: NJRoadfan

NJRoadfan's activity in the archive.

Stories
0
Comments
1,306
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,306

  1. Re:only buy write protect-able removable media on Photo Kiosks Infecting Customers' USB Devices · · Score: 1

    Notes price, now knows why nobody buys them.

  2. Re:Another useful statistic... on In UK, Computer Science Graduates the Least Employable · · Score: 2, Interesting

    It actually amazed me in college how many people majoring in CS didn't know how to program...along with some who really didn't want to know because they really didn't like it. Umm, its a CS degree track, what did you expect, basketweaving?

  3. Re:AppleCare memo on how to mislead users... on Apple Hires Antenna Engineers. Really. · · Score: 2, Insightful

    Maybe Apple should learn a thing or two from Samsung. My Omnia has the following on a sticker attached to the bottom of the battery cover:

    -----Internal Antenna Area----
    For best performance, Do NOT
    touch this area when using your phone

  4. Re:Annoying... on YouTube Gets a Vuvuzela Button (Seriously) · · Score: 1

    But now we have Google automatically adding backgrounds to the search page when you don't want anything to change because it's distracting and works as it is already.

    Whats funny is the day Google introed the backgrounds and showed samples, everyone at work thought something was wrong with their computer. Google prided themselves with (and others lauded) their simple vanilla search page. Then they go and try and copy Bing.... yeah, copy one of their biggest competitors.

  5. Re:Some of us still have PCI cards on Intel Says Farewell To PCI Bus · · Score: 1

    Oddly enough, I have been using Creative PCI soundcards for 12 years now (SB Live and now X-Fi), I have never had any driver issues at all. Is Creative slow at updating drivers for new OSes? Yes. But they do eventually come out. They even caved to releasing the source of their Linux ALSA drivers. Creative cards also have a fairly large driver modding community (a past slashdot story). You can get driver packs that range from full featured, to minimal.

  6. Re:Some of us still have PCI cards on Intel Says Farewell To PCI Bus · · Score: 1

    Is there any native PCIe firewire chipset? Quite a few motherboards are still hanging it off of the PCI bus. I guess that standard will be dead soon enough. While Apple is mostly to blame due to royalty payments, Intel not bothering to adopt it on any of their chipsets certainly didn't help.

  7. Some of us still have PCI cards on Intel Says Farewell To PCI Bus · · Score: 2

    I wasn't too happy that Intel axed the parallel port, but I could get cards/USB adapters for that. Now they axe PCI? I still have a Soundblaster X-Fi, its likely the last PCI card I'll ever buy.

    This will lead to headaches for embedded and industrial system users, most of them are now just moving from ISA to PCI based solutions. There were a few P4 motherboards with ISA slots for that market even.

  8. Re:"Offers one way of doing things" on How HTML5 Will Change the Web · · Score: 1

    As usual, its all political, kinda like an open source app forking then re-merging. XHTML1 was fine, most folks implemented it. Sounds like they are just going to kludge an XHTML5 from HTML5.

  9. Re:"Offers one way of doing things" on How HTML5 Will Change the Web · · Score: 1

    Whatever happened to XHTML taking over? I remember some people going crazy over it since it would simplify HTML (since HTML 4 was too bulky, whatever) and leave all the layout dirty work to CSS. Seems like HTML5 throws all that out and sticks with the status quo.

  10. Re:A GUI for the motherboard? on BIOS Will Be Dead In Three Years · · Score: 1

    That jogged some bad memories... make it stop.

    Then there were the ISA cards with added proprietary bus pins. No not EISA, something Compaq invented and used in like 3 models.

  11. Re:A GUI for the motherboard? on BIOS Will Be Dead In Three Years · · Score: 4, Insightful

    The only thing I really want from a BIOS setup screen is some detailed online help for some of the options. Who here hasn't had a BIOS that had some obscure acronym titled option thats either missing in the manual or has a vague engrish description along the lines of "Turns Foo On/Off".

  12. Re:A GUI for the motherboard? on BIOS Will Be Dead In Three Years · · Score: 1

    Isn't Intel already using EFI with a BIOS compatibility module on some of their motherboards?

  13. Re:A GUI for the motherboard? on BIOS Will Be Dead In Three Years · · Score: 2, Informative

    Compaq used a special service partition on the HD to run that GUI based BIOS and diagnostics.

    There was one true GUI BIOS out there, the AMI WinBIOS. Nobody really adopted it and stuck to the old "pink screen" AMI BIOS. (remember those?)

  14. Re:The next chinese will be robots on Where Will Your Next Gadget Be Made? · · Score: 5, Insightful

    It's been said, a pair of $75 nike's would cost $300 if made by americans.

    Those $75 Nikes have quite a markup. They could be made and sold here for around that price, but Nike's profit margin would suffer. There are shoes still made in the USA, and they are affordable.

  15. Re:20/20 hindsight on Iridium Pushes Ahead Satellite Project · · Score: 1

    Yeah, just ask Bill Gates how his Teledesic investment is coming along.

  16. Re:3 years? on Where Do You Go When Google Locks You Out? · · Score: 1

    There is a reason everything is marked as "beta" on basically a permanent basis. Beta = "We don't have to support it at all, even when it breaks and its our fault"

  17. Re:Newsflash: The companies don't give a damn... on Where Do You Go When Google Locks You Out? · · Score: 1

    Perhaps this is a timely link: http://ascii.textfiles.com/archives/1717

    I found out the hard way when mp3 dot com went down. I wish I did a batch download of the artists I had bookmarked. Alot of good music was lost when that site imploded.

  18. Re:slashdot is ignorant on Tetris Clones Pulled From Android Market · · Score: 1

    archetypcal classic Game Boy version

    What about the archetypal classic NES version? I've always identified Tetris with the console.

    Which one?

    Before you assume there was only one, look up "Tengen Tetris" to read about an early fight over this game.

  19. Re:I didn't find Xcode in any way deficient on Will Steve Ballmer Speak At WWDC Keynote? · · Score: 2, Informative

    having to manually set up outlets and actions in the code so that they can be referenced by ib seems counterintuitive to that history. with vs on the other hand, it "just happens". i.e., double click on a button in the ui view and you get its onclick event handler. if it doesn't exist, it gets created.

    XCode and IB remind me of developing with Borland C++ circa 1995 or so. Create the GUI in a seperate app and then load a project in the main IDE to code and compile. VS.NET (And VB before it) simplify it. Create GUI objects, double click on the object and access the code for the events behind that function.

    you ain't kidding on that. even compared to mfc, apple wins. how microsoft managed to promote mfc for years without registry and security attribute classes representing critical aspects of the underlying operating system is beyond me.

    MFC was a joke. I never bothered to learn how to program with it. Win32 isn't exactly intuitive to build an OO framework on. Borland managed to do it somewhat better with VCL, but it was never popular. dotNet works well, but having to do anything low level with Win32 requires some ugly looking code.

  20. Re:midi decline in windows 7 on The Secret of Monkey Island Shows Evolution of PC Audio · · Score: 1

    The registry settings are still present and there are a few utilities that let you switch MIDI playback devices. http://software.bootblock.co.uk/?id=vistamidipicker

  21. Re:Roland MT32 on The Secret of Monkey Island Shows Evolution of PC Audio · · Score: 1

    Still have a beatup MT-32 I got off of ebay. Great synth. The computer with the best built in sound? Apple IIgs hands down. Came with the 32 oscillator Ensoniq 5503DOC chip (used in the Mirage and ESQ-1) and 64k of sample RAM all in 1986. Sound cards added stereo sound (for some strange reason the built-in output was mono), recording, and MIDI abilities. Only machine for quite a while that could play MOD files with more then 4 channels.

  22. Re:I disagree! on The Secret of Monkey Island Shows Evolution of PC Audio · · Score: 1

    The Soundblaster X-Fi still does with SoundFont support. The older PCI versions even have MIDI I/O in the breakout boxes.

  23. Re:Change for the sake of change on Ballmer Says Microsoft Wasted Time On Vista · · Score: 1

    You forgot Cairo. They talked that one up for years. Heck, its where WinFS originated.

  24. Re:...and there's still no comparable alternative. on Duke To Shut Down Usenet Server · · Score: 1

    There was actually a forum revolt over at AudiWorld when they switched from Kawf (older threaded view forum software and open source) to vBulletin. The problem was quick one line subject posts don't translate very well on vB/phpBB style forums. That and I guess a lot of Usenet junkies frequented Audiworld (most now post at a spin off site called quattroworld... which uses Kawf).

    Internet Brands (who owns Audiworld and vB) managed to hack in a threaded view on vB and use it at Audiworld. It works, but is awkward to use because most new users of the site just use the (default) subject view, so threads are impossible to follow.

  25. Re:DRM, restrictions, outcry on iPhone SDK Agreement Shuts Out HyperCard Clone · · Score: 1

    The Cocoa (NeXT) API requires one uses Objective-C for development. Apple used to have a Java binding (support since dropped) and there are 3rd party bindings like the one the article talks about. Apple (Steve) wants you to use their tools exclusively for development. I hope they get their sanity back soon. The only reason they may be blocking this is to keep Adobe quiet (eliminates the "If they can do it, why can't we do Flash?" arguement). Too bad some nice innovation is being squashed by someone's ego.