Slashdot Mirror


User: popeyethesailor

popeyethesailor's activity in the archive.

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

Comments · 328

  1. Mod Parent up please on Vista's Troublesome UAC is Developer's Fault? · · Score: 1

    I cant imagine why parent is marked Troll. It's a ontopic reply, with informative commentary, directly from the source.

  2. Re:Groundbreaking or not... on The Future of Wireless Broadband? · · Score: 4, Informative

    Maybe that's just a lack of understanding? Most banking websites rely on transport-layer security(SSL-TLS). The transmission medium hardly matters here. Even if someone is eavesdropping on a wireless signal, they'd need to break SSL-TLS to get yer data. you are far more susceptible to phishing and spyware attacks compared to wireless hacks.

  3. Re:Good for him on Obama Requests Creative Commons for Presidential Debates · · Score: 2, Insightful

    Good people do bad things. Bad people do good things. That doesn't change the action itself, or whether or not we should get behind it.
    Offtopic, but there are no "good" or "bad" people - only their actions are qualified as such.
  4. Re:Some basic facts: on Sri Lankan Terrorists Hack Satellite · · Score: 3, Informative

    You also forgot to mention - India's Union Minister of Communication and Information technology, Mr. Dayanidhi Maran, is a nephew of the Chief Minister of Tamil Nadu.

  5. Re:Platform-independent, I hope on Photoshop Online Within Six Months · · Score: 1

    Hmm. A bitmap graphics editing application built with a vector rendering engine. I wonder if anybody posting here has actually *used* any of these products, let alone developed an application like this.

  6. liability? on Free Linux Kernel Driver Development FAQ · · Score: 2, Interesting

    How does the foundation handle liability issues? If a driver doesnt work as advertised, who gets the blame? What happens if a buggy driver fries the device in question?

  7. Re:Otherwise... on ZFS Shows Up in New Leopard Build · · Score: 1
    They already dropped their transaction-based filesystem in order to get Vista out the door
    Um, they did ship TxF; do you mean WinFS?
  8. Re:I think Microsoft's pretty neat on Why Does Everyone Hate Microsoft? · · Score: 1
    Classic slashdot. High on rhetoric, irrational arguments, and missing the point.
    A developer can also reach many, many operating systems and hardware, including Mac OS X (and even Windows if you add cygwin), by writing POSIX compatable software, with one set of source code. (And even binaries to some extent - many Unixes have binary compatability with negligable overhead, especially with Linux.) I find that much more exciting than Microsoft's monopoly-won success. Why? Because POSIX is a *standard*, even one mandated by the government for purchasing (hence WinNT comes with a horribly crippled POSIX mode from MS included - this can be remedied though by third party products such as the open-source Cygwin). Because of these standards, your software *can* reach a lot of people - internet servers, which are accessed by a billion both users and non-users of Windows.
    POSIX defines just the bare operating system services. If your're building a user-friendly GUI application that can be used by a layman, try using base POSIX services. So easy isnt it?
    No, it was a function of IBM making their PC out of off-the-shelf parts and picking Microsoft to make an OS (MS-DOS) after the CEO of Digital Research (CP/M), their first choice (since it was a multi-platform business operating system de-facto standard at the time), didn't arrive at a meeting; legend has it while piloting his private airplane.
    Again missing the point. A non-technical user can go sit in any of the world's internet cafes, and be productive enough to send an email, print out documents, hear music, without a MS in computer science. That's what the parent poster meant, by a reference implementation. Isnt that a good thing? Hell, even Linux distros are riding that wave, by implementing the same fscking interface. IBM making the hardware is fscking irrelevant here, it's the interface that matters.
    So far your batting average is pretty poor, but that doesn't surprise me; someone crediting the IBM-PC commodizing hardware to Microsoft could only be refering to statements made by Windows marketing (I hear so often this claim that I think it comes from MS or their journalist lap-dogs and is not independently arived at.)
    Name-calling and hurling invectives is fun, isnt it?
  9. Re:Because we all hate Microsoft on Why Does Everyone Hate Microsoft? · · Score: 1
    (Note: I do not hate Microsoft, nor am I one of you.)
    If you're not with us, you're against us! You're just a Microsoft shill!!(*^&%
  10. Re:Middle ground on Who Owns Deployments - Dev or IT? · · Score: 1

    And in Magic Happy Land, that actually works without a problem.

    But it doesnt have to. That's why in a good shop, there's actually a process for rolling-back the install, contingency plans, business continuity and disaster recovery. It's not a trivial process; even more important that there's a clear separation of responsibilities.
  11. Re:Middle ground on Who Owns Deployments - Dev or IT? · · Score: 3, Insightful

    There's no need for a compromise.
    Developers write code & documentation.
    Installation/Deployment guides *are* required documentation.
    IT takes the software, and follows the guide.

    Business applications are mostly consolidated on a few servers. IT guys know dependencies, time windows, batch runs and the whole shebang. A dev team has no business doing all this.

  12. Tuning startups in *nix systems. on Why Do Computers Take So Long to Boot Up? · · Score: 1
    Hibernate is not the only possible approach - it's actually possible to speed up a regular system startup sequence.

    There've been discussions here and here.

    The idea is to load services in parallel, and replace the ancient Init system. Windows NT supposed does this; still, it's no match for a hand-tuned minimal init system, such as this or this. I tried this back in 2003, and had my desktop open in a maximum of 5 seconds. Bios ~1 sec, Kernel load time ~ 1 sec, Services+GUI ~3 secs. This was on a 1Ghz Celeron, with 128MB RAM. It also helped that I was running Sawfish, with no desktop widgets(no menus, toolbars, anything). Just a bunch of keyboard shortcuts to launch the apps I used. I stopped installing any new distros after that - none of them could offer a better user experience than what I had. It also helps in gaining a better understanding of your system - what are each services used for, how to do file system recovery, and esoteric details.

  13. WPF/E - Flash killer ? on Changing Climates for Microsoft and Google · · Score: 1
    What's more interesting is MS' new venture:


    WPF/E


    This is akin to Flash, but much more integrated with the .NET stack. An Avalon for the web, if you will. People have long wondered how ASP.NET will progress, and where the roadmap merges into the WinFx stack.
    Scott Guthrie's blog throws some light on that:

    There's also a Channel 9 video about it.
    There's some initiative to make it cross-platform and Macs are supported now. MS is in a nice position now, to push this as a Windows update and get a Flash-player equivalent installed on all Windows PCs. Its based on XAML, and the spec is reasonably open. The Mono guys could work with the Xgl guys to deliver this on *nix platforms too.
  14. Good enough?: on Microsoft's Battle For Software Mindshare · · Score: 2, Insightful

    I see that lots of people comment the current office versions are good enough - indeed they are to the casual user who sparingly uses them. However to the power users and developer community, they've been pretty lousy till now. Server-side document generation has been pathetic; weird and expensive COM-based controls, archaic limitations, and lousy templating support.

    The ribbon UI may have its uses; but I guess its just a gimmick. The real value for this release is in the server-side development, XML stuff that's gone in. And this is pretty tough to market. Still, people will buy it, since the default format's changed; and the upgrade treadmill cant be avoided.

    OpenOffice and its cousins missed the bus; the minimum they needed to do was atleast match MS Office's UI performance. Sadly, even MSO2K3 spanks OO. When the competition figures out how to make a snappy, feature-rich, stable product, they'll trouble MS.

  15. Re:Competition on Will Red Hat Survive? · · Score: 1

    Please understand the context of that statement.
    The OP seemed to indicate that supporting OSS somehow entitled Redhat to a succesful business operation.
    I was just pointing out that this does not need to be the case.

    ISPs are Service providers; as long as people find value in their services, they'll remain in business. Same is the case with Redhat - their survival depends on the value of their support services. Companies dont run purely on goodwill. They need a viable business model. OSS or non-OSS has nothing to do with it.

  16. Re:Competition on Will Red Hat Survive? · · Score: 1
    I wish the beat your competition into the ground monopolist attitude that some people have would just die.
    Bullshit. What's wrong with beating your competition to the ground? If Redhat has enough guts and innovation to hang on (which I believe they do), let them.

    Or else they can die, like everybody else with a failed business model.

    Or be bought by somebody else.

    The open-source revolution doesnt pay the bills.
  17. Re:Don't get yer hopes up on Java To Be Opened For Christmas? · · Score: 1
    Something I have been wondering.... GCC now accepts Java source and emits either native binaries or Java bytecode. Can it take C/C++/etc and emit bytecode? If it is treating bytecode as just another target what if a C# frontend were written? Could gcc take C# on input and emit Java bytecode on the other end? And if a mono backend were added could it compile Java source to it? And if this all came to pass would it be a sure sign the end of times were at hand?
    I know it's too late for anyone to read anyway - Managed C++ in the Microsoft world does something very similar. However, there're certain limitations that come into the picture when targeting byte-code. It works reasonably well, and is a choice for people migrating into the managed code world with a large C++ codebase. For converting C# code to Java and vice versa, checkout IKVM. It's an impressive piece of tech; folks have even converted Eclipse to run on Mono.
  18. Re:Supplying free SAN's to ISP's as well? on FBI Head Wants Strong Data Retention Rules · · Score: 1

    Thats 11,900 you snivelling EUian b4stards. Join the goddamned rest of the world already :P

  19. Re:Whoa!!! A deja Vu on Charge in 5 minutes, Drive 500 miles? · · Score: 0, Offtopic

    The spelling maybe?

  20. Article's dated 6th May 2005.... on Beck and Andres on Extreme Programming · · Score: 2, Insightful

    This is too extreme even for slashdot...

  21. Re:Kids today...... :-) on Why Johnny Can't Code · · Score: 5, Insightful

    Devil's advocate time: Remember Computer science isnt about the plumbing; its about abstraction, algorithms and problem solving ability. Modern platforms allow modeling and thinking at a much higher level - instead of focussing on low-level arcana.

    For example, lets take the author's wishlist - creating Pong. I'd wager that the game can be written in a lot more expressive manner in any higher-level language, compared to basic. Poking different screen locations arent a lot of fun; gorilla.bas gets old very soon. Kids like instant gratification(adults too!)- higher level languages are ideal for this.

  22. Re:End backward compatibility on Windows Monoculture Myopia Revisited · · Score: 1, Insightful

    +5 insightful indeed.

    They are not running some school project; they build operating systems that run on 99% of computers. So MS as a company needs to throw away their mature codebase and build a new operating system from scratch? And alienate millions of existing customers by breaking compatibility? And facilitate 3rd party apps instead of promoting their own products? Wishful thinking maybe; but insightful? hardly.

  23. Well duh. on Special Apple Event Scheduled for September 12 · · Score: 2, Funny

    This leaves iPods, a Movie Store and the possibility of a new streaming Media device for the Tuesday event."
    Oh wow. I thought it was a new musical with Steve Jobs as the lead with a consort of white furry bunnies.

  24. Dupe sorta. on Indian State Encourages Microsoft Removal · · Score: 1
  25. Re:At least they caught it on Microsoft Recalls Small Business Server · · Score: 1

    Office 2003, Sharepoint (WSS) and LCS too..