Slashdot Mirror


User: Naikrovek

Naikrovek's activity in the archive.

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

Comments · 559

  1. i have the solution. at least part of it. on MA Governor Wants More New Tech · · Score: 1

    get rid of software patents and copyrights on ideas and you'll have a *great* start to enabling innovation.

  2. Re:I know chmod! on 'Protecting' Perl Code? · · Score: 0

    in order to execute a file, you have to be able to read it from the disk.

  3. Re:Better NULL handling? on How Would You Improve SQL? · · Score: 2, Interesting

    if you put 0's in unanswered fields, then you'll have an awful lot of zeros, and since you're using bits, that's a lot of 'no' answers, which isn't what's really there.

    any DBA worth his weight in salt knows that you ever see a single table with 100 columns then you have a major design issue.

    splitting that up into several tables in the same database will offer a significant performance increase.

  4. Re:Just goes to show.. on Blizzard's Warden Thwarted by Sony's DRM Rootkit · · Score: 2, Insightful

    Although, the NES wasn't a multiplayer console

    Two controller ports means that the NES was indeed multiplayer.

  5. Re:Aren't QA people supposed to get paid? on Help crack the Java 1.6 Classfile Verifier · · Score: 4, Insightful

    the onus isn't on the community, the onus is on the developers and their QA team. This is just an attempt to get a few more eyeballs on the verifier in case something falls through. There's nothing wrong with that.

    Also it is an opportunity for someone to get recognition for breaking a new peice of software.

    It is important to get extra scrutiny on newly designed peices of software, for it is the new designs that usually break in the least expected ways.

  6. Re:Take Java seriously on Help crack the Java 1.6 Classfile Verifier · · Score: 5, Insightful

    I don't think Java is as slow as you think it is. It is very fast lately, and it is actually giving C a run for its money in some respects. It is *definitely* not the slug everyone thinks it is.

    They're probably using Java because its not as slow as its reputation, and its becoming a commodity language in the enterprise lately. My corporate overlords have dictated the use of Java (IBMs WebSphere) for all current and future enterprise development, and most of us developers couldn't be happier. Everywhere I do contracting work for lately also uses Java. Java Is A Great Language(TM), especially since 5.0.

    There used to be a time when I believed that all techies had agreed that Java was slow and bloated, but once I stopped reading Slashdot comments so religiously I began to see some truth. It isn't slow, it isn't bloated, and it isn't something I expect the Slashdot crowd (that I'm a founding member of) to understand anytime soon.

  7. Re:More on Gilad Bracha on Help crack the Java 1.6 Classfile Verifier · · Score: 2, Informative

    I believe Java 6 introduces java.io.Console, which provides several convenience methods when using the console, but other than that I don't know of any language changes.

  8. Re:Java will still rule on .Net Framework and Visual Studio Now Available · · Score: 1

    The fact of the matter is that C# will never be able to erode Java's dominance since it is not cross platform.

    bull-SHIT.

    here's the source for a C# compiler made available from MICROSOFT that compiles out of the box on FreeBSD and OS X. http://msdn.microsoft.com/net/sscli. Its called ROTOR.

    Remember our favorite tech-book publisher? Here's an O'Reilly article explaining how to compile and begin using ROTOR: http://www.ondotnet.com/pub/a/dotnet/2002/03/27/ge ttingstarted.html

    Here's an O'Reilly book on how to use the Shared Source CLI: http://www.oreilly.com/catalog/sscliess/

  9. Re:You could get a free copy on .Net Framework and Visual Studio Now Available · · Score: 1

    I believe it depends on when you signed up. If you were invited before the bulk invite, I think you get a better version.

    I don't know though, but I do know I'm going early so I can make sure I get a copy of each.

  10. Re:Is it free? on .Net Framework and Visual Studio Now Available · · Score: 2, Informative

    every .NET framework install comes with a compiler.

    for c#: c:\windows\microsoft.net\framework\v(framework version number here)\csc.exe (vbc.exe for vb, jsc.exe for j#)

    use the /? switch to see the syntax.

    you don't even NEED an ide for .net, the compiler is free.

  11. Re:Low cost of entry/decent return on investment.. on How To Get Into Programming? · · Score: 1

    "Low cost of entry/decent return on investment" - i like that.

    i got hired by a fluke into my first programming job. knowing what the job market was like at the point it was either learn programming fast or get fired and go hungry. i chose programming.

    it is not the way i would recommend learning to program.

    just look at different languages, find one that is pleasing to your eye, and learn it. buy more than one book on it, by more than one publisher, read through them while you manually type each example, and learn what is going on.

    once you've learned enough of that language that you can write new code and debug other's code semi-easily, and you hopefully start to ache to learn more, pick a similar language and learn it. lather, rinse, repeat until you know enough languages that you start mixing syntax of one language in with another.

    that's what I'd do.

  12. Re:Who wrote the introduction? on A Guided Tour of the Microsoft Command Shell · · Score: 1
    And so can all the malware, spyware, crippleware, middleware, trojans, worms, viruses, and anyone with even a mild desire to make life difficult for people around them. I bet it'll be even easier to hide shadow processes on the system from the unwary user thus increasing Microsoft's ability to sell the world's desktop out to corporate marketing departments. Imagine banner ads, not in your browser, but legally (via click through EULAs) on your desktop. There's nothing you'll be able to do about it.

    Registry + ActiveX + a functional shell (finally) + .NET == cataclysmic user-base catastrophe waiting to happen

    Windows admins are screwed. Get out of IT now if you're still sane, get out even if you're long past sane. Life will become hell very soon.
    this is super duper inflammatory flamebait. you're not just trying to start a fire, you're already on fire.

    try this on for size: http://www.leeholmes.com/blog/DemonstrationOfMonad sSecurityFeatures.aspx
  13. Re:Some Wise Man Said on A Guided Tour of the Microsoft Command Shell · · Score: 1

    Well Monad is an object-oriented shell. Unix doesn't have that. Yes, it is based on lessons everyone learns when they discover the power of the unix shell, but its quite a bit more than that.

    i honestly believe that Monad is something that someone else should implement for unix, if possible. It really is a good idea for a shell.

    this is all coming from someone that has been a unix server admin for almost 10 years and a linux desktop user for about 8. i love unix, but this monad thing is very nice as well.

  14. Here we go... on PHP Succeeding Where Java Has Failed · · Score: 2, Insightful

    PHP just isn't on the same standard in my eyes as Java or C#. Doesn't PHP have something like 3,000 built-in functions? That is not a sign of a well designed language.

    J2EE has a very well-respected place in larger organizations. The support is fantastic, the tools are fantastic, and the language is actually very nice, once you truly get to know it.

    I used to think that Java was slow and useless, but when I actually started writing a lot of it, I found that its really not as bad as everyone told me it would be. Java is becoming the new COBOL as far as business acceptance goes, its everywhere that it needs to be, from what I've seen.

    PHP is good for its own uses as well. I started programming in PHP, and I've written dozens of website backends in PHP, but the Java families (and other OO languages like C++ or C#) are just more elegant for the larger projects, web-based and otherwise.

    I wish PHP and PHP programmers the best. Go, spread to anyone you can, but stay away from me. I've found a new girlfriend, and her name is Object Orientation.

  15. Should have used XML + XSLT... on Designer on Slashdot Overhaul Plans · · Score: -1, Flamebait

    I'm quite sure the immature among you will see this as flamebait, but it really isn't.

    Instead of HTML+CSS, perhaps XML+XSLT would have been a better choice? I'll leave the "why" up to the reader, but I think it would have been a much better choice.

  16. Re:What doesn't Eclipse do? on Using the Ruby Dev-Tools plug-in for Eclipse · · Score: 1

    Personally, and this may sound stupid, but I'd like to see Eclipse understand Vi commands and behave as Vi does.

    the shortcuts that Vi uses are superior for me, and Eclipse (being the best Java IDE for me) I'd like to see Eclipse use Vi keyboard commands through a plugin.

    Anyone have a free plugin for that?

  17. Re:Come On Editors on Magnetic Field Thruster Developed · · Score: 1

    then why don't you put up a page of interest to slashdot visitors, and do what you can to get the link on the front page?

    then, if the page gets put on slashdot.org or digg.com, you can shit a brick when you see your bandwidth bill exceed $17,000 in just four hours.

    You are naive. I think that whole uppety attitude of yours will die away quickly if this happens to you.

  18. Re:If something gets shot down once... on Broadcast Flag Back in Congress · · Score: 1

    if that were the case, all you'd have to do is change something in the law and try again - then its a new law all over again. its like overloading methods, if the signature is different, they're not the same.

  19. Re:Please stop the MySQL Bashing... on MySQL 5.0 Candidate Released · · Score: 2, Interesting

    Yahoo! does not use MySQL for anything in production, at least they didn't when I was there. Jeremy Z. does work there, so that might have changed, but if you're trying to say that Yahoo! uses MySQL to store user data, or anything associated with a user profile you're dead wrong. UserDataBuckets.

  20. Re:I'm left handed, on The King of the Mushroom Kingdom · · Score: 1

    actually I believe the UID 666 is one that was intentionally skipped.

    I remember when slashIDs came out sitting there for two hours before finally deciding to create one. I wonder what my number could have been.

  21. Re:Resolution issues on ATI Launches Crossfire... Finally · · Score: 1

    I did not say that LCDs have a slower response. I said that it takes them a long time to go neutral after being told what color to be.

    pick up your game boy, turn it on, and when a screen shows up, turn it off. the image does not stay there forever, it slowly goes away.

    that effect is what i was describing.

  22. Re:Left the US, and loving it! on Pay vs. Happiness · · Score: 1

    wow. who do you work for?

  23. I'm left handed, on The King of the Mushroom Kingdom · · Score: 5, Funny

    and it was hell growing up for me as well.

    My 2nd grade teacher, Mrs. Cuba, used to beat my left hand when i would use it. "DEVIL'S HAND! DEVIL'S HAND!!" Forcing me to write with my right hand, I found it somewhat difficult at first but I became somewhat useful writing with my right hand.

    When she died i spray painted "DEVIL'S TEACHER" on her gravestone with a spraycan in my left hand. I was 16. this is the first time i have ever told anyone.

  24. Re:Resolution issues on ATI Launches Crossfire... Finally · · Score: 1

    LCDs look the same at 60Hz or 120Hz because LCD pixels have such a huge persistence of state. it takes a while for an LCD pixel to revert to neutral, but it takes almost no time for a CRT pixel. phosphorus stops glowing relatively quickly.

  25. Re:802.11 isn't likely ... on The Future of the iPod · · Score: 1

    protocols don't use any power, its their implementations that use power.

    what about bluetooth? or some as-yet-uninvented low power wireless protocol