Slashdot Mirror


User: Tim+Browse

Tim+Browse's activity in the archive.

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

Comments · 2,080

  1. Re:Well... on Bill Gates Talk From 1989 Surfaces · · Score: 1

    I also remember installing Win32S API or something and getting amazed that it works better than Windows itself.

    Well, that would be because it was supposed to be better than Windows - it was the new API for Windows NT (or, at least a subset of it - hence the 'S').

  2. Re:How about a link to the downloadable videos? on Novell/Linux Parody on Apple's Mac vs PC Ads · · Score: 4, Insightful

    I find it highly counter-intuitive that the application on the right will have its menus at the top of the screen, above the other app!

    You think that's bad - try multiple monitor setups, where the app's window is on one screen, and the menu bar is on the other.

  3. Re:This is nonsense. on Slobs Found To Be More Productive Than Neatniks · · Score: 2, Funny

    Again, I submit an example from personal experience

    Say it with me: "The plural of anecdote is not data."

  4. Re:The bit i like on The Best Mac OS X Software Tools · · Score: 1

    If you have trouble typing, programming of any kind probably isn't going to be your thing anyway.

  5. Re:Meh on Microsoft Move to be the End of JPEG? · · Score: 1

    "Microsoft said HD Photo's lightweight algorithm causes less damage to photos during compression, with higher-quality images that are half the size of a JPEG."

    Didn't they say that about wma vs mp3? It wasn't true then...

  6. Re:Why have game shows? on GDC Losing Focus In E3's Wake? · · Score: 1

    Because GDC is not for you. The clue is in the name.

  7. Re:Easier than Networking! on When a CGI Script is the Most Elegant Solution · · Score: 1

    I just don't get it... are the people who are writing the web apps really that bad with their concept of standards? Are they relying on browser bugs to do a job?

    Well, I only skimmed the article, but:

    You can use image buttons for many purposes, although they do require you to develop images. If you want to bypass this, create an image button with alt text and an invalid URL for its image

    So yes, perhaps they are.

  8. Actually, one useful feature of Vista... on Disk Drive Failures 15 Times What Vendors Say · · Score: 4, Interesting

    ...is that it detects SMART disk errors in normal use (i.e. you don't have to be watching the BIOS screens when your PC boots).

    When I was trying the Vista RC, it told me that my drive was close to failing. I, of course, didn't believe it at first, but I ran the Seagate test floppy and it agreed. So I sent it back to Seagate for a free replacement.

    About the only feature that impressed me in Vista, sadly. (And I'm not sure it should have impressed me, tbh. I'm assuming XP never did this as I've never seen/heard of such a feature.)

  9. Re:And somewhere, on MacBook Wi-Fi Hijack Details Finally Released · · Score: 1

    Do you mean because he put an expiry date on his challenge?

  10. Re:With all due respect... on A Bad Week for Symantec · · Score: 3, Funny

    Reminds me of a phrase we used at a company I once worked at, to describe 'free' equipment we were given, and co-erced into using.

    "It didn't cost us anything. Well, not at first."

  11. Re:Trying To Win Over Apple iPhone Fans? on T-Mobile Bans Others' Apps On Their Phones · · Score: 1

    Or is it once again "I only like it if Apple does it"?

    There may be another choice.

  12. Re:Explain to a two year old? on Award-Winning Ad Taken Off Air In Australia · · Score: 1

    Obviously you let her watch Dumbo because the message of that movie is that it is OK to fly IF YOU ARE EN ELEPHANT which obviously she isn't.

    Hey, I'm not judging, ok?

  13. Re:If people will buy it.... on Are Unfinished Products Now the Norm? · · Score: 1

    Risk Management.

    Which car company do you work for?

  14. Re:Better listen up, guys... on Tricking Vista's UAC To Hide Malware · · Score: 1

    I got Norton Utilities for Windows once, as I needed to undelete some files.

    After I was done, I noticed it had some Norton Desktop performance tuner stuff, which I installed out of curiosity (I wasn't expecting much, tbh).

    It was a goddamn joke - it displayed a shedload of shiny dials and meters, and had all sorts of omnipresent UI crap for me to play with to 'improve' my settings and performance.

    The only trouble was, the mere act of installing all this shit made my PC take twice as long to start up, and seemed to run like a dog afterwards. I uninstalled it immediately, and suddenly my PC was way faster again.

    To this day, I can't work out if Symantec was just playing some sort of post-modern joke on me.

  15. Re:Explain to a two year old? on Award-Winning Ad Taken Off Air In Australia · · Score: 1

    At her own whim, she will copy almost anything that she sees or hears

    So, do you, for example, let her watch Peter Pan? Or Dumbo?

    Trying to fly seems like a very dangerous activity to copy, and she's much more likely to be able to do that than drive away a car.

  16. Re:Quasinominative Determinism on VMware-Microsoft Battle Looming · · Score: 1

    I got it, but remember kids: puns are bad, but poems are verse.

  17. Re:radix sort vs. comparison sort on Sort Linked Lists 10X Faster Than MergeSort · · Score: 5, Insightful

    I don't know what possessed me to look at his code

    Damn you! You made me look at his code! The goggles, they do nothing.

    His cleverness gets the better of him when it comes to his modified radix sort. For example, he creates two arrays (on the stack) of 65535 elements; apparently unaware that this creates an array with indexes 0..65534.

    I can't help feeling he should have declared Ptrs and Tails as Node* arrays, and bypassed all that random casting to longs. Not sure what's going on there. But then anyone who thinks the roundabout way he used of accessing the top 16 bits of a 32-bit memory value is 'cool' is definitely on my list of people most likely to re-invent the radix sort badly.

    At first, I thought it wasn't a stable sort, but looking further into it, that's because he mixed up the 'head' and 'tail' descriptions in the explanation (or possibly in the code).

    It is amusing that some /. posters think that doing this in-place is somehow an amazing leap of insight. Sometimes /. is like reading thedailywtf.com - you see something dumb as the main story, and then find half the people commenting on it have even less of a clue.

    I must be new here.

  18. Re:It's radix sort. on Sort Linked Lists 10X Faster Than MergeSort · · Score: 5, Insightful

    Who do you thinks going to get the credit when they finally invent fission? The person who thought it up or those that actually made it?

    Well, I'm not sure, but I'm pretty sure it's not going to be the guy who made it again 30 years after everyone was already using it.

  19. Holy crap what happened to DDJ? on Introduction to Linden Scripting Language · · Score: 1

    I turn my back for a couple of years and they're publishing articles where the authors find it necessary to explain what types like integers and floats are?

  20. Re:No, not really on What Vista Is Really Like · · Score: 1

    You resize a window (a normal, useful operation) and it is very slow and jerky. What's the excuse for that?

    I imagine it's because the app gets involved with redraw and reformatting the window contents. All the other flashy stuff is compositing the desktop with 3D hardware, so it's just chucking a few triangles at the GPU. For desktop work, it's usually a ludicrously low number of triangles (compared to e.g. a game) so it always looks lovely and smooth.

    I agree with the flashiness aspect of it - I was wondering how many times the guy would move a window from one virtual desktop to another in the video. Duh, I think I get it.

  21. Re:Aren't there laws against this? on Software Deletes Files to Defend Against Piracy · · Score: 2, Informative

    While I agree it is very bad, wrong, etc, is it really illegal?

    In the UK, I believe this kind of thing falls foul of the Computer Misuse Act - deleting the user's home directory in this example seems pretty well covered by the Act as being an offence.

  22. Odd comment on Windows Vista - Still Fresh After 19 Months? · · Score: 1

    FTA:

    The system takes about 12 seconds to boot up and 3 to 5 seconds to shutdown - a huge improvement over XP. It remains to be seen if this effect will last though. As more software gets installed and the detritus starts to build I expect these times to increase (I'll be surprised if they don't).

    I thought he'd been running it for 19 months? Did he not install any software in that time?

  23. Reviewer's opinion is null and void... on Windows Vista - Still Fresh After 19 Months? · · Score: 1

    ...because he used the word 'rig' to describe his computer.

    Move along.

  24. Re:Yoda would say ... on Microsoft to Pay $1.52 Billion in Patent Suit Damages · · Score: 1

    Stop getting Yoda wrong!

  25. Re:Which way will /. go? on Microsoft to Pay $1.52 Billion in Patent Suit Damages · · Score: 4, Informative

    The problem is, of course, is that Microsoft has *never* used patents offensively.

    You and other slashdot posters can keep saying that, but that doesn't make it true.