Slashdot Mirror


User: Migala77

Migala77's activity in the archive.

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

Comments · 103

  1. Re:Where is IBM? on The Coming War Over the Future of Java · · Score: 5, Informative
  2. Re:Oracle is Evil, C# Java on Apache Declares War On Oracle Over Java · · Score: 1

    enums are not objects in Java, though they must be declared within an object. Which is stupid, as enums are types, just like objects are.

    No, enum types are classes, and enums are objects. They derive from Object (via Enum) and can be declared in their own file, seperately from all other classes. The only difference is enums have a limited set of instances.

  3. What the trial is about on FBI Watching Oracle-SAP Trial · · Score: 5, Informative

    There is a great summary at ComputerWorld. How I read it: a company bought by SAP is accused of copyright infringement by Oracle. SAP does not deny this, and the trial is basically about the height of the damages. Oracle is making a media circus of it and sues for $ 2 billion, and SAP just wants to get it over with, and is willing to pay tens of millions.

  4. Re:Simplicity on Taco Bell Programming · · Score: 1

    Complexity creates bugs

    Bugs create employment

    Bugs create work.
    work != employment

  5. Re:C++. lol. on Bjarne Stroustrup Reflects On 25 Years of C++ · · Score: 1

    Stroustrup: I'll just note that I consider the idea of one language, one programming tool, as the one and only best tool for everyone and for every problem infantile. If someone claims to have the perfect language he is either a fool or a salesman or both.

    And that coming from the guy who created a multi-paradigm language.

  6. Re:How is it... on HP Sues Hurd For Joining Oracle · · Score: 1

    cause the guys at the top are the ones making that decision, and would never dream of putting something like that in that may one day limit their ability to make millions.

    Nice thought, but actually he had a non-compete agreement. They just never hold up in California courts. That's why they use the trade secrets angle.

  7. Re:Larry Ellison Doesn't BS on Former HP CEO Selected As Oracle Co-President · · Score: 5, Interesting

    Mark Hurd will do a great job at Oracle good acquisition by Larry Ellison.

    According to an article at TechCrunch, he didn't do too well at HP: "Word on the street is Hurd wasn’t let go for his affair or even for his embellishment of trivial expense reports. Instead the board kicked him out because his employee approval rating was absolutely atrocious."

  8. Re:At Oracle you get fired on Former HP CEO Selected As Oracle Co-President · · Score: 1

    No NULLs allowed in their relational model. But they do like their strings, as long as they are of limited size.

  9. Re:advanced financial modeling on Finance, Scientific Users Get ActivePython Updates · · Score: 2, Insightful
    Actually the proposal is meant to make this harder. I haven't read the full proposal (667 pages!), but it looks like the Python program requested is to help investers do their own analysis of the risks/performance/... of asset backed securities.
    From http://www.sec.gov/rules/proposed/2010/33-9117.pdf (p 205-206)

    This proposed requirement is designed to make it easier for an investor to conduct a thorough investment analysis of the ABS offering at the time of its initial investment decision. In addition, an investor may monitor ongoing performance of purchased ABS by updating its investment analysis from time to time to reflect updated asset performance.338 In this way, market participants would be able to conduct their own evaluations of ABS and may be less dependent on the analysis of third parties such as credit rating agencies.
    The waterfall is a critical component of an ABS. Currently investors receive only a textual description of this information in the prospectus, which may make it difficult for them to perform a rigorous quantitative analysis of the ABS.339

  10. No privacy laws is somehow better?? on Why Google's Wi-Fi Payload Collection Was Inadvertent · · Score: 4, Insightful

    Laws won't stop the bad guys, but if you have laws you can at least punish them if you catch them. Claiming Google are the good guys (based on what? their motto?) and saying therefore there should not be laws is just ridiculous.

  11. Re:I don't know what the complaint is about? on Falsehoods Programmers Believe About Names · · Score: 2, Interesting

    Proper email validation is not trivial

    The regular expression, if one must be used, doesn't need to be any more complex than:

    ^[^@]+@[^@]+$

    Actually, the local part of an e-mail address can be a quoted string, containing pretty much any character, so "user@host"@example.org is a perfectly valid e-mail address, and doesn't match your regex. Most systems won't accept it, but it's valid...

  12. Re:Not to be a killjoy but... on First Self-Replicating Creature Spawned In Conway's Game of Life · · Score: 2, Insightful

    still more are arguing for more openness in the early stages of the process.

    The internet is for 'more openness in the early stages of the process'!

  13. Re:and it never holds a stock for longer on Quant AI Picks Stocks Better Than Humans · · Score: 1

    and it never holds a stock for longer

    So this is really an automated gambling system rather than a tool for investment.

    It's not gambling... they have a system!

  14. Re:Join removal is cool on What Is New In PostgreSQL 9.0 · · Score: 1

    The way the SQL 'standard' is usually implemented makes even IE6 look extremely standards-compliant by comparison.

  15. Re:This just in... on HTML Web App Development Still Has a Ways To Go · · Score: 4, Insightful

    Knowing how to code is easy. Being a decent software engineer isn't. 90+% of web developers fall into the first category.

    And 90 % of developers think they are a part of that 10%. And they disagree on who else is in that category.

  16. Re:Be very afraid. on Apple To Buy ARM? · · Score: 1

    There will also be a virgin birth myth and some other stuff, but it will come.

    He does have four children while previously having claimed to be sterile (to avoid paying child-support). Not sure if that applies...

  17. Re:I don't think ARM makes chips on Apple To Buy ARM? · · Score: 1

    It's most likely as much about new designs currently being developed by ARM, as it is about the existing designs. There's a big difference if a phone can get a faster chip with minimal changes (because it's all ARM), or it needs a complete redesign.

  18. Re:Buying ARM for a leg? on Apple To Buy ARM? · · Score: 1

    I'm not sure. AFAIK antitrust is to prevent new monopolies from being created, or monopolistic power being abused to reduce competition. ARM may have a near-monopoly, but no new monopoly will be created, and ARM is not using its power, but Apple is. And Apple does not have anywhere near a monopoly in the smartphone market. (IANAL)

  19. Re:Nice Qoute on Apple To Buy ARM? · · Score: 1

    8 billion is about the profit Apple made last year. If they could set back the competition many months by limiting their use of ARM's technology in new products, it might very well be worth 8 billion to Apple. Not just for the phones, but also for iPad-competitors.

  20. Re:Goodness, Who To Believe... on EU Conducts Test Flights To Assess Impact of Volcanic Ash On Aircraft · · Score: 1

    Just call it earth-week and be done with it.

    Yeah, this week the earth puts enough CO2 in the air all by itself.

  21. Re:printf "sudo GIVE ME ALL YOUR MONEY!" null on How To Exploit NULL Pointers · · Score: 1

    ftfy

  22. Re:I guess the moral of the story is to have moral on Madoff's Programmers Indicted · · Score: 2, Interesting

    but is it a bribe, or a bonus?

    The 'please don't tell the SEC about this'-condition might have given them a hint about that.

    I mean, imagine if you worked on a popular OS and my boss told me to put a back-door in, saying the NSA required it of us. what would you do? :)

    Check with the NSA? Ask which law authorizes the NSA to do that?

  23. Re:Obivous Answer on "Logan's Run" Syndrome In Programming · · Score: 1

    Agreed in entirety! But design and architecture are one of the options I think of when I hear "beyond programming". I don't want the smart people languishing as code monkeys forever, their insights are lost there to all but themselves.

    If only people could learn to read code, and learn the insight of those 'smart people' that way...

  24. Re:O RLY? on Futuristic Sex Robots Now Just "Sex Robots" · · Score: 1

    Most females are great at conversation.

    You just have to ask them a question to start them talking about something that interests them and then say "ah", "yes", "that bitch!" occasionally.*

    Be careful with that when they're talking about their mother.

  25. Re:Widenius please move on... on Why Oracle Can't Easily Kill PostgreSQL · · Score: 2, Insightful

    His argument is "I was bought, therefore anybody else can be bought".

    If Oracle is willing to buy 20 developers at $1 billion each, then he may be right.

    That would only lead to 20 million developers starting to learn the PostgreSQL code base, hoping to get a billion dollars as well. Developers can be replaced (not easily, but they can be).

    Sun bought MySQL (and Oracle Sun) for the control, via the assigned copyright, of the sourcecode, and of the support structure. MySQL the company has always done everything it can to keep control over the MySQL product, making the GPL license just a part of a distribution model. A lot needs to be rebuild in organizing the development process, in building a support structure, etc, to make one of the forks a relevant choice commercially. It's not impossible, but the advantages MySQL the company had over competitors in this are what made it worth $1 billion. The developers are a part of this, but far from the whole picture.