Slashdot Mirror


User: autopr0n

autopr0n's activity in the archive.

Stories
0
Comments
4,754
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,754

  1. UTF32? on Exploring Active Record · · Score: 1

    Well, java is older then utf32, but whatever.

  2. It is... on Exploring Active Record · · Score: 1

    In fact, rather then ASCII Ruby was designed with SHIFT-JIS, a sort of japanese ascii.

  3. So would this be the 886? on Intel's Conroe Previewed and Benchmarked · · Score: 1

    Is this a new "level" of chip? Like the diffrence between the pentium (586) and P6-PIII (686) and the P4 (786)?

  4. Maybe, maybe not. on Is Visual Basic a Good Beginner's Language? · · Score: 1

    Well, that assumes that you have a memory mapped, square image to work on, which might not always be true, otherwise it would crash since you typed it wrong.

    Not that it matters either way. Can you tell me how to rig up logic gates in order to implement that function? I can, it was required in my CS program to take an introductory digital circuit design class that went all the way up to building whole CPUs.

    You can always go to a lower level, that doesn't mean that your smarter then someone, or that your compiler wouldn't just optimize the code in the first example anyway.

  5. Sadly, yeah on Is Visual Basic a Good Beginner's Language? · · Score: 1

    Most CS people just end up doing programming, but the stuff you learn later on (like algorithm running time, and sometimes language and complier design, sometimes functional programming with XSLT) do come in handy.

    When you consider how many "programmers" barely even know how to do OO, a real comp sci person can do things no mere programmer could ever dream of.

  6. Yup. on Is Visual Basic a Good Beginner's Language? · · Score: 1

    As you say, those are not real Computer Scientists or Engineers. They're sysadmins with delusions of grandeur. Exactly. I read about using multiple threads for networking back when java 1.0 came out, when I was in high school.

  7. VB != VB.net on Is Visual Basic a Good Beginner's Language? · · Score: 1

    Visual basic is a "real" OO programming language, but VB6- was not going from writing code in java C++, to VB6 was a huge pain in the ass due to the limitations of the language itself.

    In plain C or other procedural programming languages, you can use function pointers to get most of the functionality, if not the maintainability or uniformity of implementation of OO languages like C++ or Java.

  8. Actually on LAMP Lights the OSS Security Way · · Score: 1

    I think you're just a bad programmer trying to justify your bad programming practices. SPs are great if you have one big database that lots of applications use, as long as you don't put too much business logic in there such that trying to fix it for one program breaks it for all the others... and then you've got to debug them.

    I mean they have their place. If you're writing code for a company that has a standard DB in place they can cut down on transaction time, but if you're writing a more generalized program for people who might want to use a DB they already have they're stupid.

  9. What I would do. on LAMP Lights the OSS Security Way · · Score: 1

    Is have DB spesific code for creating the tables, auto increments, etc. and then use standard queries.

  10. Re:Fucking LAMP. on LAMP Lights the OSS Security Way · · Score: 1

    Heck, how do you get stored procedures to run across multiple databases? Well, how do you get stored procedures to get to work on mysql at all? Actually, any database-specific queries related code should be sequestered in a small data access layer, along with all your DB code, which could be re-coded for different DBs without upsetting the rest of your system. If you're calling "SELECT * FROM TABLENAME" good software because it can run on any database, then you've got some learnin' to do. If you consider "Select * from tablename" software at all, you've got some learnin' to do. It's not software, it's a query. It's what you do with the data afterwards that makes up the 'software'. You strike me as the kind of person who thinks doing a 'select' and then formatting the output via PHP makes good software, in my mind, it's barely even software at all.

  11. Huh? on LAMP Lights the OSS Security Way · · Score: 1

    What are you talking about? We ship appliances with postgres and they don't need vaccuming.

  12. Fucking LAMP. on LAMP Lights the OSS Security Way · · Score: 5, Insightful

    I'm so sick of everyone making their software depend on MySQL. If you're software is any good it should be able to run on more then one DB, at least Postgres.

    To me, MySQL is like the MS Access of the Open Source world.

  13. SAP == CRAP on SAP vs. Oracle, Battle Royale · · Score: 4, Interesting

    Seriously, how many people have ever had a chance to glimpse into the dark heart of SAP? It's very ugly. Hedious even.

    It might run business well, but it's hardly very extendable or flexible. Given the price you're better off writing your own system, IMO.

  14. Er, why would ne need to prove it? on Legal Issues of Opening Up Proprietary Standards? · · Score: 3, Informative

    Unless he signed an NDA, he's free to do whatever he wants, as long as it dosn't violate their copyrights. (If you're wondering, the reason Compaq was so careful about their clean-room implementation was that their BIOS was certain to duplicate IBM's BIOS, which was published openly. They only way they could prove they weren't violating copyrights was to prove no one on their team had ever seen it)

  15. accidental deletion? on NetBSD's Real-Time Network Backup · · Score: 2, Insightful

    Obviously, RAID servers don't help you in the case of accidental deletion. And they certainly don't help if your whole computer gets blow up.

    Still, you'd want to be careful with this, it would suck to back up all the temp files generated by random processes.

  16. What the hell? on Another Explanation for Multicellular Life · · Score: 1

    How is an interon a "parasite" They provide useful genetic services by providing alternative splice points in eukaryotes. Calling them 'parasites' is nothing more then bread-dead flabbergastating (which I am defining, here and today, to mean acting flabbergasted at things which are not at all flabbergasting)

  17. And their kids? on President Defends Global Outsourcing · · Score: 1

    Explain to me why paris hilton is so wealthy. What has she ever done for the world?

  18. We? on President Defends Global Outsourcing · · Score: 1

    I work for my standard of living, not yours. If I own a business my standard of living will be better if I can hire Indian employees for less money, and their standard of living will go up as well, by having a nice job. If you don't care about people in other countries, why should I care about you?

  19. Re:Good. on President Defends Global Outsourcing · · Score: 1

    3. As I hinted above, free trade isn't really free trade. India has Tariffs. China does as well. The only tariffs we have are to protect us against Canada (DUMB).

    Bush also put in steel tariffs that hurt the EU, untill they won the right to put in tariffs that fucked over various swing states, including florida oranges. Bush stopped the steel tariffs real quick after that. Hmm, I wonder why...

  20. They'd probably do a better job too on President Defends Global Outsourcing · · Score: 1

    I'd be willing to bet that any random educated indian would do a better job then him. Except for the whole nuking of pakistan thing. Other then that, all peaches and cream.

  21. Re:Wait a minute on Google Moving PRC Records Out of China · · Score: 1

    Name one US citizen to whom any of this has happened. John Walker Lindh?

  22. Ah, the argument from ignorance on The Impact of Violent Gaming · · Score: 1

    Did it ever occur to you that, yes, maybe you did miss a memo? I mean, why would you just assume that because you haven't heard of something it couldn't be true?

    I'm not saying it is true, I'm just saying that's a very stupid argument.

  23. Okay so... on Kids Build Soybean Fueled Sports Car · · Score: 1

    They built a small car that runs on Diesel. Hardly revolutionary. Oh, but they used soy diesel so it's revolutionary. AWSOM!!!

  24. Hmm. on SCO Announces Plan to Increase Revenue · · Score: 1

    I guess the company is totaly dead now. Heh.

  25. AV Software people use VMWare a lot on VMware's Ultimate Virtual Appliance Challenge · · Score: 1

    A lot of virus testing at big companies uses VMWare, so a virus killing itself on vmware is a good idea, from the virus' perspective.