Slashdot Mirror


User: TioHoltzman

TioHoltzman's activity in the archive.

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

Comments · 59

  1. Re:What???? on Interview With Trolltech's CEO and CTO Eirik Eng · · Score: 1

    Well how this:
    The Visual Component Framework
    This is being developed as a cross platform framework (very siilar in features to Qt), but it is begin done on Win32 first, and then ported to OSX. And it's OSS, in that it's a BSD license.

  2. Re:the only way on New Windows Vulnerability in Help System · · Score: 1
    I dont see MSFT being able to afford it single handedly in the future

    Then you severely underestimate the power that 50 Billion dollars in the bank gives you.
  3. Re:start the stopwatch... on New Windows Vulnerability in Help System · · Score: 1

    You're kidding aren't you?
    Because if you're not, that's a pretty damning accusation (one at which I would *happily* smirk at if it were true :)). If you're able to prove this, why not submit this information to one of the major bug tracking sites (or wherever), maybe this would induce more public humilitation for Microsoft so it's fixed sooner.

  4. Re:I was working, at compusa on Task Force Finds Blackout Was Preventable · · Score: 1

    Hey, it's possible! I'll give him the benefit of the doubt.
    Now if he had gone off on some crazed "we-did-it-in-the-back-room-storage-closet-with -her-three-best-friends" story then I might be inclined to call "bullshit".

  5. Re:WTF?!?!!!1111 on Verizon's NYC 911 System Shutdown · · Score: 0, Offtopic

    Two words:

    Navel Gazing

  6. Re:Bill Gates building on RMS to Move Into Bill Gates Building Today · · Score: 2, Insightful

    Hey asshole, how about a goddamn warning on a link like that?
    Jesus, I've lost my apetite for weeks now.

  7. Re:this just in! on Trusted Computing Rollout Hits the Desktop · · Score: 1

    thanks for the great link!!!
    If I had mod points I'd gladly give them to you.

    Makes for great lunchtime reading. :)

  8. Re:Voice and Data on DARPA Aims to Redo the Internet Protocol · · Score: 1

    Choose 2.

  9. Re:The *internet experience* lends well to porn... on Online Porn - The Technology Testbed? · · Score: 1

    Will people still visit porn sites if their employers knew what sites they visit?
    That's an interesting question. I wonder how many people actually download/view porn at work. I have certainly viewed/downloaded porn, but never at work, too worried about getting caught and getting fired.

  10. iPod price in France on Apple Sued in France for iPod Music Royalties · · Score: 1

    The article mentions that iPods sell for around 550 euros or around $677 USD. That seems *awfully* expensive for an MP3 player. Is this just an anomaly for the iPod, or are computer prices in general quite high in France?

  11. Re:iPod for PPC Overkill? on Pocket PCs Masquerade as iPods · · Score: 2, Funny

    even to the extent of dagging them from my Linux box).

    Cool that must be a part of the new Gnome HIG for Dag and Dop. Can't wait till I can do that on Windoze...

  12. Re:CLI vs GUI Ease of Use on The Command Line - Best Newbie Interface? · · Score: 2, Informative

    You've apparently not used Win2k (this may also apply to Win98 and/or WInXP).
    If you use the common open or save dialogs (note that MS Office may or may not use these, I don't recall, but just about every other app out there *does*), you can type the first couple of letters of a file/directory name, and if it's in the directory, a dropdown box will appear, with a list of possible matches that you can use the Up or Down arrows keys to select. Just about as easy as using the tab completion in bash, and you *don't* need to use a mouse at all.

  13. Re:EV1.net or Lindows? on SCO Postpones Lawsuit, Now Threatening Two · · Score: 2, Interesting

    I think it more likely that Lindows will be sent to the doghouse.
    We could only be so lucky!
    Michael Roberts would have a field day with this. As much as I think the guys is sort of a goof, I'd love to see this happen. The potential comedy factor alone would be well worth it.

  14. Re:actual bones on Astronauts Attach Mannequin to Outside of ISS · · Score: 1

    ossified version of particle board
    Particle Bone!

  15. Roberts is an idiot on Lindows becomes Lindash · · Score: 1

    I'm all for the concept of a super easy to use/set up linux distro.
    He had me on board with the idea of trying to compete with Windows in terms of getting it installed on a OEM PC.
    I'm rooting for him when he takes MS on and calls a spade a spade.
    But this??? WTF!!!
    This is just mindless, infantile crap. Frankly the "Lindows" name was always stupid, and amateurish, something that you joke about over a few beers with your buddies. Now we've simply magnified the stupidity with "Lind---" or whatever it's called.
    I hope they crash and burn ASAP so this can be forgotten.

  16. Re:What's the big deal with Media Player? on EU Rejects Microsoft Settlement Proposal · · Score: 1

    Or, for a one word response, RTFA
    Actually, technically speaking, that's 4 words.

  17. Re:GNU make users? on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 1

    OK, then a question for you:

    the file listing is clearly a unix style file listing, i.e. use of "/" as a directory separator as opposed to "\", and the filesystem apparently looks like Unix style single rooted file heirarchy (i.e. no volume names like "C:" or "G:"). Does MS really store files on Unix servers?

  18. Re:GNU make users? on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 2, Informative

    8.3 filenames are *only* needed for ISO9660 CDRs. The source tree uses whatever filenames people want. No, my understanding was that it was microsoft policy to use 8.3 naming because of backward compatibility (with older filesystems, i.e. Win 3.1, DOS, etc). Any of the released code with VC6 (and I think VC7) is 8.3. And I remember reading them suggesting that people follow this as well, for their own code.

  19. Re:GNU make users? on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 5, Interesting
    No they wouldn't.

    There have been articles on the web describing alot of their NT build process. They do use command line builds. They originally wrote a custom version control system, but now use something else (not Visual Source Safe, I think perforce, or perhaps they created anotehr system). I believe, if memory serves, that they had a custom make tool, but they may now use nmake, which is the make tool that's distributed with their commerical dev tools.

    I recall the article did mention the use of perl for parts of the custom build scripts.

    As a long time windows programmer, frankly, this stuff looks made up. Clever, amusing, but ultimately it seems like a hoax. If this is all the proof we have, then I'm afraid it's a bit pathetic!

    Also there appear to be duplicate headers, repeated in various directories that I'm almost positive would end up screwing the compile process in a real build. Also, another thing is that, if their distributed files with VC6/7 are indicative of their internal naming, they stick to a strict 8.3 naming scheme, and make note of this in their documentation (don't remember *where* it was that I read it, but it was MS docs, and I remember being surprised by it). Another thing, again assuming that the files distributed with VC6/7 are a good model, their files tend to be all UPPERCASE! For example, here's a listing from their includes in for VC6:

    -rwx------+ 1 Administ None 21912 Apr 24 1998 ACCCTRL.H
    -rwx------+ 1 Administ None 27863 Apr 24 1998 ACLAPI.H
    -rwx------+ 1 Administ None 3735 Apr 24 1998 ACLCLS.H
    -rwx------+ 1 Administ None 747 Apr 24 1998 ACLSID.H
    -rwx------+ 1 Administ None 269 Apr 24 1998 ACSMGTC.H
    -rwx------+ 1 Administ None 267 Apr 24 1998 ACSSVCC.H
    -rwx------+ 1 Administ None 833 Apr 24 1998 ACTIVECF.H
    -rwx------+ 1 Administ None 1111 Apr 24 1998 ACTIVEDS.H
    -rwx------+ 1 Administ None 39805 Apr 24 1998 ACTIVEX.MAK
    -rwx------+ 1 Administ None 3794 Apr 24 1998 ACTIVEX.RCV
    -rwx------+ 1 Administ None 2053 Apr 24 1998 ACTIVEX.VER
    -rwx------+ 1 Administ None 68013 Apr 24 1998 ACTIVSCP.H
    -rwx------+ 1 Administ None 17845 Apr 24 1998 ACTIVSCP.IDL
    -rwx------+ 1 Administ None 3402 Apr 24 1998 ADDRLKUP.H
    -rwx------+ 1 Administ None 18946 Apr 24 1998 ADMEX.H
    -rwx------+ 1 Administ None 10051 Apr 24 1998 ADMINEXT.H
    -rwx------+ 1 Administ None 2827 May 31 1998 ADOID.H
    -rwx------+ 1 Administ None 343678 Jun 19 1998 ADOINT.H
    -rwx------+ 1 Administ None 135222 Jun 2 1998 ADOMD.H
    -rwx------+ 1 Administ None 14127 May 31 1998 ADOMD.IDL
    -rwx------+ 1 Administ None 5083 Apr 24 1998 ADPTIF.H
    -rwx------+ 1 Administ None 1133 Apr 24 1998 ADS.ODL

  20. Re:it's true on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 2, Funny

    Why is everyone running around like the sky is falling in? Has this thing even been proven? Are there any facts to back this up? What's to say this isn't just a big publicity stunt? Christ, people are acting like there's a Martian invasion in progress. Please, just a little perspective!!!

  21. Re:MOD PARENT UP on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 1
    have a completely custom windowing environment?

    Try http://www.stardock.com/ - it does just this, and it has a *huge* collection of themes. Easier, safer, and legal to boot.

  22. Re:Do NOT read that code! on Windows 2000 & Windows NT 4 Source Code Leaks · · Score: 1

    plus 5 Insightful???? WTF? Take off the tinfoil cap first.

  23. Re:Learn from Apple on Building A Better Package Manager · · Score: 2, Informative

    Actually the apple way doesn't work on just a single file. What you see on the Desktop or the Application's folds as an app icon for a binary, is in fact a special folder, with an extremely rigid and well documented layout (see here for more information)

    So when people talk about moving, or dragging and dropping, or copying an app from one machine to another, or from one folder to another, what they are in fact doing is moving a whole directory tree, with the binary inside of it (as well as other files).

    Typically when you are ready to distribute your app, you do the equivalent of create a tgz file from the top level app folder. Your comment "take a .tgz or a tar.gz, decompress it, pop it into the apps folder, and expect it to run" is exactly what you do on OSX!

  24. Re:An Asian Hooker? on What to Get My Geek for Valentine's Day? · · Score: 1

    For a $100? Dream on! Hell even my wife was appalled that she's so cheap!

  25. Re:Just a thought. on SCO Adds Copyright Claim to IBM Suit · · Score: 2, Funny
    All they needed to do...and Darl would have done nearly anything

    The mind just boggles...