Slashdot Mirror


User: amrs

amrs's activity in the archive.

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

Comments · 9

  1. Re:Successful ad campaign is successful on Critics Blast Apple's Cheesy New Ad Campaign · · Score: 1

    People say that there is no such thing as bad publicity. That isn't the case. Ask BP what it was like to be in the news constantly for the oil spill.

    If only the PCs on the oil rig had been running Windows. No, wait... So did Microsoft take a hit for that? I doubt it.

  2. Re:stopped using it? on Why Microsoft Killed the Windows Start Button · · Score: 1

    Quick Launch is also still in Windows 7. I prefer that. Well, Autohotkey is nice too.

  3. Re:Same thing as always on Nvidia Engineer Asks How the Company Can Improve Linux Support · · Score: 1

    So, AMD released a little documentation years ago. Nothing since.

    This is from memory but didn't AMD also explain back then that they can't give out much information because they have an agreement with Microsoft to provide a fully encrypted path from a Blu-Ray disc up to the HDMI input of a monitor, in Vista and later? Giving out programming information would violate this agreement. So, they sold out willingly or were blackmailed to do that. After all, Nvidia and AMD are really small players compared to Microsoft or Intel.

    As far as NVidia is concerned, I'm very happy with my GTX 670. Linux support is there and works fine, at least for 2D desktop and video acceleration with VDPAU. Only 3D-ish thing I use in Linux is Google's MapsGL in Firefox. Main reason I chose this card is Windows games. Might play some Linux games in the future again, if Valve is serious about Steam on Linux.

  4. Still available, from Google on Google Boots Transdroid From Android Market · · Score: 1

    I find it a delicious irony that Google has no problem hosting Transdroid source at Google code.

  5. Re:Might read this again on The Technology of Neuromancer After 25 Years · · Score: 1

    It really depends on what you like. I like Neuromancer mostly because it has mostly cool, competent people doing interesting stuff. Of course all the advanced tech is interesting too since I'm a technophile. Wouldn't mind having some of that.

    In contrast, both Count Zero and Mona Lisa Overdrive are boring. There are multiple plots, all boring and/or nonsensical. The people are also boring, usually losers, doing boring and/or nonsensical things. In the end the plots tie together, but that doesn't really help.

  6. Re:How to figure it out on MS, Intel "Goofed Up" Win 7 XP Virtualization · · Score: 1

    egrep -q "(svm|vmx)" /proc/cpuinfo && echo yes || echo no

    But the parentheses are still completely extraneous and then the quotes can be replaced by a single backslash to escape the pipe in egrep's argument:

    egrep -q svm\|vmx /proc/cpuinfo && echo yes || echo no

  7. Re:Working Holiday Visa on Programming Jobs Abroad For a US Citizen? · · Score: 1

    If you want to work in Europe, speaking English with an opportunity to learn another language, your options are the Netherlands, Belgium, Denmark, Sweden & Norway & Nokia (oops, I mean Finland)

    Yes, I'd say these kind of "small&weird language" countries are probably easier for an English only person to live in, as most people you meet both in and outside work will know English too. Then again, learning a small language probably won't be that useful, at least professionally. Of course, learning one foreign language makes it easier to learn more, you can develop an almost uncanny ability to figure things out of from context without knowing exactly what all the words mean.

    In my experience larger European countries, like France, Germany or Spain have lots of people who only know the local language, so life outside work may get lonely until you learn at least a little of the language. Of course, things can be different if you find work in a place where there are lots of foreigners already, like Sophia Antipolis near Nice in France. The weather is very nice there too...

    As for finding work abroad, large international companies often have their job openings concentrated on one page, so finding jobs in those kind of companies should be fairly easy.

  8. Re:my rebuttal on Is Apple Killing Linux on the Desktop? · · Score: 1

    Not sure how you could use an OS for an entire year without discovering the "Go > Connect to Server..." command where you can type in ftp:// or smb:// or nfs:// or afp:// exactly the same... You know, I wish nfs:// worked, but all it gives me is "Could not connect to the server because the name or password is not correct". What Steve is trying to say here is that his mount needs -P to mount from a perfectly normal NFS server and the GUI thing won't do that. I can mount from command line without a problem, i.e.

    sudo mount_nfs -P server:/share /mountpoint
    and that works. Seems extremely silly to me to cripple the GUI like that.

    Other than that, I've been happy with this 12" Powerbook for the last year. Lots of them were being sold used with brand new battery about a year ago due to the battery recall thing...

  9. Re:Is there anything new here? on The Curse of Knowledge Bogs Down Innovation · · Score: 1

    ...standard when doing usability trials... Uh, what? Usability trials? For a DVD player? I seriously doubt anything like that gets done. Consider my Pioneer DVD player (DV-575A) for example. Remote has 37 buttons, the buttons are lousy rubber ones, layout is poor and the remote is an ugly gray to boot. I don't think more than five minutes were spent on this crap, probably the "design" was just copy/pasted from somewhere.

    Same goes for the player. It's OK, but the menus are poorly laid out and some commonly used features like search are buried really deep in the menus. I seriously doubt much actual design work went into this, I'd assume whoever Pioneer bought this from just used a reference design from Mediatek (since the player is based on their chip) and Pioneer slapped their logo on it.

    I've often thought it's a shame that all those usability studies that were probably done in the 90's and 80's are now in the trash.