Slashdot Mirror


User: aardvarkjoe

aardvarkjoe's activity in the archive.

Stories
0
Comments
2,929
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,929

  1. Re:users vs producers on Study Shows Teen Gamers Like Tech, But Don't All Crave IT Jobs · · Score: 1

    This should be obvious that gamers would be mostly uninterested in tech careers. It'd be like people who watch television all wanting to go into theater, or people who like to drive going into automotive mechanics, or people who like to eat pursuing a career in culinary arts. Liking to use something is very different from wanting to be one of the people who make it work.

    Yeah, it would kind of be like all concertgoers wanting to become professional musicians.

    Wait, I think that I may have heard that analogy already.

  2. Re:Unit cannot be resold as received? on NewEgg: Installing Linux Breaks Laptop · · Score: 1

    you think NewEgg have the ability to put the recovery partition back?

    No idea whether Newegg has the tools to do so or not -- and it really doesn't matter. To resell the computer, they need to restore the hard drive to its original state. If they can't do that themselves, then they'll have to return it to the manufacturer to do it for them. Tough luck on them; maybe they should complain to the morons that designed this misfeature of the OS in question.

  3. Re:Unit cannot be resold as received? on NewEgg: Installing Linux Breaks Laptop · · Score: 1

    If they aren't re-imaging the entire drive -- and that includes any recovery partition -- then they shouldn't be reselling the computer. If their OS vendor has done something stupid and requires them to send it back to the manufacturer to have that done, then that's what they need to do. It really doesn't matter whether the recovery partition is intact or not -- wiping and restoring the image from scratch should be the standard procedure, and so they have no reason to complain about someone changing the contents of that partition.

    Under no circumstances is changing the contents of writable media equivalent to removing hardware from the machine, which the person I replied to suggested it was.

  4. Re:Unit cannot be resold as received? on NewEgg: Installing Linux Breaks Laptop · · Score: 1

    They wouldnt accept it back if it was missing the hard disk, or a memory stick, or some keys off the keyboard, so why would they accept it back if the recovery partition had been trashed?

    Missing hardware really isn't the same thing as flipped bits on a disk.

  5. Re:Proprietary Hardware on Neal Stephenson Reinventing Computer Swordfighting, Via Kickstarter · · Score: 1

    A Sci-fi author for 20 years? He doesn't have a$500K to invest in his own business? Riiiight.

    While this particular sci-fi author probably could come up with that kind of cash, I'm willing to bet that 90% of sci-fi authors could not.

  6. Re:Wht not sound? on X11 7.7 Released, Brings Multi-Touch Input · · Score: 3, Informative

    You do not want to use it for low latency audio and there are a few specific pieces of hardware that do not work but most complainers either oppose its design principles or still hate it due to long memories rather than current issues.

    I recently updated from debian squeeze to wheezy, and in the process it reinstalled pulseaudio. Surprise, surprise: my computer crashed frequently until I got rid of it again.

    Sound on Linux has been very problematic the entire time I've been using it -- since the late '90s. It's turned into this weird tinker-toy arrangement where nothing quite works right, and debugging problems when you have them is extraordinarily painful.

    Right now, the best solution I've found is to nuke all of the ALSA, pulseaudio, and other userland crap and go with OSSv4 -- it's been very stable for me over the last few years, and since it's self-contained at least solving problems doesn't take finding a needle in a haystack. The biggest downside is that (at least, AFAIK), it's not supported by mainstream distros, so if you're not comfortable recompiling your kernel and modules it's not usable.

  7. Re:That is cool, but... on Axis, Yahoo's New Browser · · Score: 4, Insightful

    You can create unlimited spam decoys in Gmail too, just use "youremailid+arandomstring@gmail.com"

    This feature is worthless as a spam decoy strategy, as anyone can use it to find your real address. I would be amazed if spammers don't already strip off the "+whatever" from gmail addresses, and those that don't would certainly start if any appreciable number of people used it. It's got its uses, but spam prevention isn't among them.

    I wonder why Google hasn't stepped up to supply actual disposable email addresses yet. It doesn't seem like a difficult feature to add, and would have a lot of value to their users.

  8. Re:You cant hear it anyway. on Dolby's TrueHD 96K Upsampling To Improve Sound On Blu-Rays · · Score: 5, Funny

    That's just because your hardware sucks. If you use the correct equipment, anyone with a discerning ear will be able to hear the difference.

  9. Re:US, nobody gives a shit on Stop Being Poor: U.S. Piracy Watch List Hits a New Low With 2012 Report · · Score: 2

    Our entertainment is going out with people and socializing. We like that. Live music is better than listening to some stupid pop artists from your cd's. Bands at the restaurants and bars occasionally play covers of those over here, but you are a failing country that is both anti-social and has no understanding of what products are actually worth to pay for.

    Ah, I see. This explains why there is so little piracy going on in Asian countries.

  10. Re:Disposable Vehicles? on Hypersonic Test Aircraft Peeled Apart After 3 Minutes of Sustained Mach 20 Speed · · Score: 4, Funny

    Can we even handle the forces needed to get to mach20, sustaining for 3 minutes, and back to 0?

    Fortunately, we'll have disposable people riding in it.

  11. Re:Title backwards and such on BOSS: The Universe's Most Precise Measurement · · Score: 1

    Even discounting the title, I can't parse the first sentence of the summary in any way that makes sense. I suspect that the summary was trying to say that they've precisely measured the age of the universe as 13.5 billion years (which isn't even right, according to the linked article).

    Maybe Unknown Lamer is CmdrTaco coming back in disguise!

  12. Re:Few to admit it, but a lot of parents teach thi on Internet Responds To Racist Article, Gets Author Fired · · Score: 5, Insightful

    Whites are not the minority.

    Blacks are a minority and there is a long history or racism against them, especially in the south.

    Racism is just as bad -- and inexcusable -- when a minority does it.

  13. Re:"Seize the youth/seize the future" FAIL on OLPC Project Disappoints In Peru · · Score: 1

    Or as I've recently taken to calling it, GNU plus Linux. Linux is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

    Doesn't the existence of Android prove that Linux is more than a "component" of some "GNU OS"?

  14. Re:Added value of Go? on Go Version 1 Released · · Score: 1

    But I think that if you're going through all the trouble of designing a new language, you might as well fix as many problems as you can, no matter how small. Certainly compound declarations with function pointers are complex, but I think the ability to read the declaration from left to right is a major improvement over the Clockwise-Spiral Rule [c-faq.com] of C.

    Don't forget - for me, it's not an improvement. After all, I already know how to read C-style declarations. Also, keep in mind that declarations of the sort that they are using for examples are exceedingly rare -- I can't ever remember wanting to declare a function that takes a function pointer as a parameter and also returns a function pointer. I'm sure that it comes up occasionally, but considering that I write C professionally and have never seen it, it's not the kind of thing that seems worth building the language syntax around.

    In any case, though, the syntax weirdness is just an annoyance. If I had a strong reason to learn it, I could get past it soon enough, and I'm sure most other programmers are the same. Maybe when the tools, libraries, and documentation are more complete I'll take another look at it.

  15. Re:Added value of Go? on Go Version 1 Released · · Score: 1

    Perhaps this section of the FAQ might be useful in explaining some of those changes. Another page explaining the declaration syntax in particular can be found here.

    I did read both of those pages while looking at Go. Their rationale for the declaration syntax was mostly that C-style declarations can get confusing when complex function pointers are involved. That's true, but from their examples it's obvious that compound declarations involving function pointers is confusing in Go as well -- if there's an advantage in readability for Go declarations, it's a small one, and I don't believe that it is enough to justify going against existing expectations.

    They also neglected to mention that the readability problem that they mention can be sidestepped in C by using typedefs.

    It's not that I think that C-style declarations are inherently better than Go-style. I just don't see that there's a big enough problem that "solving" it is worthwhile. I would be a lot more interested in Go if they had kept the C syntax intact, so that I could have spent my time learning and using the interesting language features.

  16. Re:Added value of Go? on Go Version 1 Released · · Score: 2

    I spent a little time playing around with it a few months ago. It had its good points and bad points -- enough of the latter that I didn't pursue it any further.

    The syntax is obviously C-inspired, but with some changes, many of which seemed like experimentation -- doing something different just because it's different. Although I don't object to the philosophy, I'd like to see how those changes work out before investing a lot of time into them. In particular, the declaration syntax feels very strange to people who are used to C-style languages. There are also some contortions due to their desire to remove statement-ending semicolons; I wasn't convinced that the savings of not typing ';' was worth the cost.

    You get a systems-level language that includes complex data structures, garbage collection, and various other nice features. The standard libraries are useful and fairly comprehensive, although I found several times that documentation, even for built-in libraries, is frequently outdated, insufficient, or nonexistent.

  17. I am no longer surprised. on Microsoft Barring Certain Staff From Buying Macs, iPads? · · Score: 5, Insightful

    Just when I thought that the quality level of Slashdot stories couldn't get any lower, samzenpus swoops in to prove me wrong.

  18. Re:This reminds me of a nursery rhyme on LSD Can Treat Alcoholism · · Score: 2

    I get the feeling that this story ends with "When wintertime rolls around, the gorillas simply freeze to death."

  19. Re:A Joke on Chevy Volt Meets High Resistance, GM Suspends Sales · · Score: 1

    The problem with the Volt / Prius comparison is that it's not that simple. You've got to factor in operation costs. The Volt costs $0.90 less per mile to run on electric mode than the Prius. When the gasoline engine kicks in, the Volt costs $0.80 *more* per mile.

    Where does your $0.90 per mile figure come from? The cost of gas could only account for about $0.10 per mile (even assuming that electricity is free). Maybe the Volt requires less maintenance or something, but especially given its higher price it's hard to imagine that accounts for another $0.80 per mile.

  20. Re:the only drug? on France's Bold Drunk-Driving Legislation - Every Car To Carry a Breathalyzer · · Score: 3, Informative

    I wonder what the penalty would be for hacking your OWN car that you own in France..to disable or spoof said breathalizer?

    Obviously, you didn't RTFA. The requirement is to simply carry a breathalyzer in the car with you so you can check your own blood alcohol level before you drive. The requirement isn't for the type of device that prevents you from starting your car without passing the test first.

  21. Re:kansas? on Google Seeks To Plant Antenna Farm In Iowa · · Score: 0

    yeah, if there's one thing this country really needs; its higher speed internet for the fundies in kansas.

    let me remind you how backward kansas is. they are still 'not sure' about evolution and even modern science befuddles them.

    THESE are the people you honor with very high speed networking?

    (head asplodes)

    I know land is cheap there and you can make sweatheat deals with the local corrupticians, but really google, why not upgrade a more progressive area of the country?

    When I read things like this, it makes me think that the "progressives" are deserving of every bit of the antagonism that they get from the "conservatives."

  22. Re:You can't eliminate them on Obama Pushes For Cheaper Pennies · · Score: 1

    The result would be largely revenue-neutral, since the total of state and local sales taxes averages about 7% already.

    Try telling that to people that live in states with no sales tax.

    Also, note that prohibiting state sales taxes would probably require a constitutional amendment.

  23. Re:Price fixing... on Sony Raises Price of Whitney Houston's Music 30 Minutes After Death · · Score: 1

    Legal != moral

    The OP wanted "an investigation for price manipulation". Which only makes sense if he thinks that their behavior is illegal.

  24. Re:Price fixing... on Sony Raises Price of Whitney Houston's Music 30 Minutes After Death · · Score: 5, Insightful

    Since when is it illegal to price your product to make as much of a profit as possible? (That's not what's generally meant by "price fixing," by the way.)

  25. Re:MEGA DUPE on Factorable Keys: Twice As Many, But Half As Bad · · Score: 1

    This was posted just 19 hours ago... it's still visible on my version of Slashdot's front page.

    Think of it as a blast from the past. There were days when every other story on /. was a dupe.