Slashdot Mirror


User: snadrus

snadrus's activity in the archive.

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

Comments · 725

  1. Re:Hardware tester on Software To Diagnose Faulty PC Hardware? · · Score: 1

    Lately buying the lastest special combo beats web purchases of old hardware for testing in all but the most special cases. In those cases either have a warranty, seller test, or expect trouble if its bleeding edge and use forums.

  2. Re:It's about Local Control on Can IBM Take On Google, Microsoft With iNotes? · · Score: 1

    Agreed. One of the strong points it shares with google is easy conversion to on-premise.

  3. Re:Also why are they doing it? on Wii Update 4.2 Tries (and Fails) To Block Homebrew · · Score: 1

    I'd bet that's a Canadian Coke. I visited there once and could even taste the difference in Heinz ketchup as it has sugar there. US manufacturers using sugar get my business instead of Coke or Heinz now.

    These companies are asking to be replaced with "Natural Brew Root Beer" (Smuckers, actually) and unsecured games like "World of Goo".

  4. Re:Transcript on Forkable Linux Radio Ad Now On the Air In Texas · · Score: 1

    I've seen that info here & there (as have all Slashdot readers), but unifying it and targeting non-geeks with a few graphs & lists might be attractive.

    Should it be done? All I know is cold-calls are hard & I've avoided marketing ever since. I will pass that question off to someone else.

    I've used each piece of info you've mentioned at some time to explain Linux, so it may be a good resource for geeks with friends too.

  5. Re:What does Linux on ARM support? on ARM Attacks Intel's Netbook Stranglehold · · Score: 2, Insightful

    1. Everything Ubuntu can offer is available for ARM: http://www.ubuntu.com/products/whatisubuntu/arm

    4. W32Codecs is obsolete since FFMPEG does WMV & Quicktime. Real player is in Helix. All these are distributed by source and should work on ARM.

  6. Re:Misguided at best on New York's Video-Game-Based Public School · · Score: 1

    Agreed! I'd say I'm a programmer because of fun books I found that taught me programming basics through building games & tweaking physics, sounds, etc.

    There was nothing easy about it. Kids prefer a challenge.

  7. Re:What does it support? on ARM Attacks Intel's Netbook Stranglehold · · Score: 1

    Every program with source should work on ARM [except things like Wine's pass thru x86 instructions (Windows) expecting an x86 processor]. That includes VLC, Gnash, Firefox, Webkit, etc.

    Additionally, There are nice Adobe-supported ARM Flash players for Linux in the Maemo stack. Google's working to get a better one than it into Android (Linux on ARM).

    As for using decoder chips, it would be a matter of a kernel driver & a player that could interact with it. Anyone know?

  8. Open Soure mandate? on "Right To Repair" Bill Advances In Massachusetts · · Score: 1

    Extending this further, do people have the right to fix software bugs in PC software?
    This could begin mandating source availability for purchased software. This could be interesting.

  9. Re:Makes sense on Variety, Social Aspects More Important To Game Success Than Graphics, Plot · · Score: 1, Interesting

    I was thinking the same. How about gameplay as a measure of games?

  10. USB Video card, hub, or paravirt on Running Old Desktops Headless? · · Score: 0

    USB Video card: I'm fairly certain I saw these around once. It may simplify things, but I don't know if X is ready for random display additions.

    Crossover cable: If you're physically there, plug a laptop into the hub and connect to it. --------

    If it didn't boot though, you may be unable to use either of these. That's when having a lightweight host for a paravirtualized Linux guest sounds good for updates and restarts. TIP: most modern distros recognize they're being paravirtualized and simply work at great speed improvements over CPU virtualization.
    If you're new to this, try Virtual Machine Manager (GTK), the new Redhat web-based one, or anything else that runs atop libvirt.

  11. Re:Grunt on Placebos Are Getting More Effective · · Score: 0

    +1 Favorite slashdot analogy.

  12. Re:Memory on Chrome 4.0 Vs. Opera 10 Vs. Firefox 3.5 · · Score: 0

    Programmers aren't getting smarter. It would be nice if OS maintainers realized that and better separated UI threads & work threads as a standard practice. It has been done well before.

  13. Re:WTF on Placebos Are Getting More Effective · · Score: 0

    I've heard that go both ways. In Psychology class they had people answer a long questionnaire and paid some $3 and others $100, then did a followup call:
    "Your information was helpful. Was it enjoyable?"

    Those paid almost nothing thought they were doing it for the good of science, and enjoyed it. Those well-paid assumed they did it for money and got little enjoyment from it.

    Applying that: The perceived benefit may be higher for those who buy cheaper sugar pills as the perceived personal benefit was higher for those underpaid for their answering work. It will be interesting to see if the same charity concept applies.

  14. Re:The final straw on MPAA Pushes Once Again To Close the Analog Hole · · Score: 0

    You know mythtv works great for hdtv over air?

    The cost of getting rid of cable justified buying the box & a pcHDTV tuner, and it paid for itself in 10 months. Shows worth watching over are are usually 11pm-5am.

    Best of all, the people getting your money are then hardware guys.

  15. Re:Nice but.. on Firefox 4.0 Goes Chrome, New UI In Q4 2010 · · Score: 0

    Grayed-out options:
    Have you ever worked tech support & tried to explain why some option is there, but it's not really.

    Submenus:
    Tell someone over 70 to first move your mouse over this, then over that. See how long it takes before they give up.

    Checkboxes:
    If menus aren't persistent until I dismiss them, how will I know if I correctly clicked that option or just missed?

    Option Hiding:
    And I don't mean the Office 2003 kind. Any option that's task-specific-enabled that isn't visible when usable is very confusing (Lotus Notes). This is why right-clicking was invented.

    Dropdown menus benefit neither power users nor newbies. I'd personally prefer them replaced by a mini command line and a tutorial button ... it works great for AutoCad.

  16. Re:This leads me to wonder... on OS Performance — Snow Leopard, Windows 7, and Ubuntu 9.10 · · Score: 0

    I upgrade all the time for both home & office PCs. Though I use Ubuntu exclusively, so it's a free venture.

    The foundations of PCs have mostly been ironed out, but I use & program on PCs every day and I'm always finding something new to try out, learn, or work with. It helps that the software, though simple, is all free and central so I can play with things like Vector Art "just because" while being unconcerned about viruses or problems while wondering into that unknown.

    The ever-expanding package selection in the central Ubuntu repos is a big draw.

  17. Re:One word.. on Dirty Coding Tricks To Make a Deadline · · Score: 0

    int done = FALSE;
    int x = 0, y = 0;
    int target = WHATEVER;
    int multiArray[100][100];
    init(&multiArray);

    do{
    do{
       if (multiArray[x][y] == needle)
         done=TRUE;
    }while (!done && y++ < 100);
    }while (!done && x++ < 100);

     

  18. Re:Application signing on Nokia Leaks Phone With Full GNU/Linux Distribution · · Score: 0

    I doubt it. I've programmed on the N800 running the same Maemo system. They recommend programming on a PC first, then copying it over, but I only used that to upgrade the OS (before it had Wireless OS upgrades).

    Now, I program in Python (pyGame, PyGTK) on the phone itself using a bluetooth keyboard.

    I never paid anyone anything after I bought the device, even though I got 2 OS upgrades and 100s of games & programs off the different repos.

  19. Re:Real threat? on Microsoft Acknowledges Linux Threat To Windows · · Score: 0

    But it would be decades, if not centuries.

    I've heard this before, but Free software's interest is accelerating not only with tinkerers, but with companies (Dell didn't ship Linux 5 years ago).

    ...winning the game by produc(ing) better and better software for lower and lower prices

    Code commit count ~= software improvements
    Whoever has the most commits wins, and open source has 10x the committers.

  20. Re:Linux as leverage against Microsoft. on Microsoft Acknowledges Linux Threat To Windows · · Score: 0

    Do you know what SSL stack Lotus Notes uses? Nope, no one cares. You don't even see Lotus Notes advertised much anymore, even though it has more *active* seats than any email client in the world. Everyone's watching their advertising dollars.

  21. Re:And yet, the latest EEEpcs are all Windows-only on Microsoft Acknowledges Linux Threat To Windows · · Score: 0

    Asus is the easiest one to "return Windows" with. Don't open the box, call support, drive it to the local shop, get $65. I did it.

  22. Re:The competition is OSX on Windows 7 RTM Reviewed & Benchmarked · · Score: 0

    Ummm, you know about the Internet?

  23. Re:The competition is OSX on Windows 7 RTM Reviewed & Benchmarked · · Score: 0

    Different Scenarios:
    1. Regular use
    2. Repair

    For regular use, there's no need for the command line / shell. Even advanced users changing resolutions, installing programs, adding hardware never need a command line in Desktop Linuxes.

    Then there's the home user with something broken. In the Linux world, a web search often reveals a 1-liner to solve it all or get debug rolling.
    Often Windows lacks this documentation, so off to technical support where the walk-thrus are ridiculous and ever-changing. Any admin/tech who has spent time with Windows & Linux can appreciate getting something done in an instant in the command line.

    Side-Note: Admins like the command-line for servers not primarily for resources, but for script-ability. Computers were _intended_ to be about automation, right?

  24. Re:Free ugrade for Vista sufferers? on Windows 7 RTM Reviewed & Benchmarked · · Score: 0

    Visit Ubuntu.com and try Linux. Use Synaptic to install Wine if you're worried about a few programs not running. Worst case, VirtualBox will run windows (XP recommended, but anything runs) for those last few stubborn programs, driver-problem-free. It just needs a blank CD or 2gb USB drive.

  25. Re:VirtualBox on Windows 7 vs. Windows XP On a Netbook · · Score: 0

    Virtualbox got DirectX guests on Linux Hosts recently (3.0?). It was a slashdot article too.