Slashdot Mirror


User: StrawberryFrog

StrawberryFrog's activity in the archive.

Stories
0
Comments
1,475
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,475

  1. Re:what, no iAudio X5? on MP3 Player Shoppers Guide · · Score: 1

    Not that long. The X5 60gb has been out for about a month, the other models for a month or two longer.

  2. Re:MySQL vs. PostgreSQL on PostgreSQL 8.1 Available · · Score: 2, Insightful

    If poularity is your criterion, then why not run your website on MS Access, and allow only Internet explorer clients, while you listen to Britney Spears, drink coke and eat a big mac?

    I'm not sure exactly what you mean by "dominant", since both databases are free, so neither takes sales from the other. Both are actively developed. PostgreSQL is IMHO better engineered and has more features, and has had them for longer. But postgreSQL has a reputation as not beeing as drool-proof as mySQL. I wouldn't know, I've been using all kinds of databases for a long time; I find PostgreSQL quite pleasant, and mySQL painfully juvenile.

  3. Re:Flawed on Vertical Axis Wind Turbine With Push and Pull · · Score: 2, Insightful

    The rotor of a modern 5MW wind turbine is about the same size as an athletics track.

    Yes, but it looks like a big propeller: the spokes that the wind is pushing on only cover a small part of that circular area at any given time. The rest is clear air.

  4. Re:Not announced on PostgreSQL 8.1 Available · · Score: 1

    They were probably waiting for their mirrors to finish syncing before some yo-yo posted to /. and caused every other yo-yo to start downloading. ..not to mention the /. editor in the middle that put it on the main page before the anouncement, yo.

  5. Re:meh! Meh! MEH! on MSSQL 2005 Finally Released · · Score: 2, Informative

    You do know that the c# stored procedures have embedded SQL in them, just like other code that acesses the database, right? And that wrapping SQL in C# for a simple query will never ever be faster or simpler?

    What this is aimed at is stored procedures that to complex calculation and processing, or anything where the stored proc is forced to use a cursor or a DLL call.

    For set-oriented data manipulation, SQL will always be a better language, and this remains so for the majority of stored procedures. Sure, some VB weenies are going abuse C# stored procs through ignorance, but as you have demonstrated, ignorance is universal.

  6. Re:meh! Meh! MEH! on MSSQL 2005 Finally Released · · Score: 1

    C# is getting converted into sql before it actually gets stored.

    You are wrong. That's not happening. C# is converted to .net bytecode like always. MS SQL 2005 has it's own copy of the .net CLR built in.

  7. Re:Interesting? on MSSQL 2005 Finally Released · · Score: 1

    A database release ... is about as interesting as somebody releasing a new ftp client.

    But it is important. Everybody uses databases. MS SQL is one of the better and more popular ones, and this is the first major new version in years.

  8. Re:hehe on Gravitational Wave Detection Imminent? · · Score: 1

    modded offtopic or flamebait or troll that isn't obviously so will earn you black mark

    Doing the obvious is not the only point of moderating - it's not always quick, idiot-work. Trolls also often aim for the non-obvious. Do you research the context of the comment (ie what it replies to) and check the facts before you disgree anonymously and without recourse to appeal with the moderator's vote?

  9. Things tend to a state of maximum entropy on New Discovery Disproves Quantum Theory? · · Score: 1

    I call bullshit for one simple reason: if the normally observed state of Hydrogen is not really the lowest energy state, what is it doing like that and why isn't it commonly found in the actual lowest energy state? If hydrinos are at the bottom of the energy hill, then where are all the hydrinos, and why all the hydrogen? That's a really big question to which I haven't seen an answer.

    The register agrees: Surely, if a lower energy level than the ground state exists, wouldn't electrons prefer to sit in it? What on earth is keeping all the electrons in hydrogen atoms and ions sufficiently excited that they stay is their theoretically less stable 'orbit' in the ground state?

  10. Re:dotNET is overrated on Help crack the Java 1.6 Classfile Verifier · · Score: 1

    My point is, .NET (in C#) requires you to make everything you want so explicit..

    Those code samples are incredibly similar. Try some lisp or python if you think that's a big language difference.

    The other poster had it right though, C#'s additional features like properties are generally syntactic sugar that make it slightly easier than java.

    And if you want a language that's not "explicit", go code in PHP, and may the lack of strong typing and variable declarations bite you. Knowing if you're overriding or not is a good idea.

  11. Re:Only a good thing to collude against rambus on BusinessWeek Examines the Rambus Legal Saga · · Score: 1

    So, all law is created "in order to survive". And there I was thinking that short-sighted and venal politicians had a say in it.

  12. Re:Most video games are single threaded on First-Gen Xbox 360 Games Single-Threaded? · · Score: 1

    Games almost always do several loosely-coupled things at the same time. Sound, rendering, opponent AI, reading player input etc....

  13. Re:Most video games are single threaded on First-Gen Xbox 360 Games Single-Threaded? · · Score: 1

    Threading only makes sense if one of three conditions is true- either it allows you to do complex calculations early, a condition needs rapid handling, or the task is truely massive but can be handled with low communication by multiple threads. Very few things in games follow one of these.

    Or, perhaps, threading also makes sense if the program compute-intensive and is running on a machine with multiple processor cores, so by multi-threading you can simply get more stuff done per second than you can by single-threading.

    Like oh, games on the xbox 360 maybe?

  14. Re:Hypothetical question.... on Patents vs. Secrecy · · Score: 2, Interesting

    From the article, it seems even private patents can be claimed under national security. I would assume with anything so claimed the inventor is basically screwed

    It has happened

  15. Re:what drives this controversy? on Lawmakers Support U.S. Control Of The Internet · · Score: 1

    But I love my country, and this is something we made

    And what part of say, England's internet infractucture did you (you plural or you singular, whatever) make? So the basic ideas came from some americans decades ago. Big deal. Is every technology used in the US invented tere? There's no reason to have England's DNS systems American-run now.

  16. Re:No, they don't need free software on Microsoft Thinks Africa Doesn't Need Free Software · · Score: 1

    Yes, and you know what else? Better than aid, "doling out what they need" as you put it, they need governments that are able to deliver those services themselves cost effectively, cheaply and with a lower level of corruption. This implies efficient tax collection, policing, census data, etc.

    Still think there's no role for free software here?

  17. Appropriate for once on Microsoft Thinks Africa Doesn't Need Free Software · · Score: 1

    In Africa, free software needs you.

  18. Re:Quite a Simple Solution on Stopping Linux Desktop Adoption Sabotage · · Score: 1

    That's likely to be as popular with most computer users as say, making it illegal to bundle tyres with a new car, or to bundle cheese with bread and sell it as a sandwich. Convenience is king.

    Remember that software should "just work" (tm). Well, your average user doesn't make that sharp distinction between the hardware and the software. They want the computer to "just work". And you know what? It's a perfectly reasonable expectation.

  19. Design should stand back. on Designer on Slashdot Overhaul Plans · · Score: 1

    Whatever "design" is done to slashdot should recognise that the main attraction of the site is text. Not just a few words, but loads of it. Long, dense paragraphs of it. Given that, the design should be simple, clean and appealing, and should let the text occupy most of the screen. It should get out of the way and let the readers read.

  20. Re:Meta navel gazing is exactly what's required on Designer on Slashdot Overhaul Plans · · Score: 1

    Yup. Mod parent up.

  21. Re:Stop the buyers not the spammers. on FBI Raids Home of Spam King Alan Ralsky · · Score: 1

    The spam problem will never be halted by arresting the spammers. The only way to stop spam is to stop it being profitable.

    Yeah, and if nobody ever gave money to con artists, there would be no con artists.

  22. Re:Don't take BBC/CNN by real in this on Deadly Version of Bird Flu Found in Romania · · Score: 1

    Bird flu... computer security .. insightful .. W.T.F???

  23. Re:link problem on Toyota Develops New Plant Species · · Score: 1

    no, me too. Sombody set slashdot up the bomb!

  24. That doesn't read correctly on Bacteria-killing Pencil · · Score: 1

    "blast apart bacteria that's crawling on your skin." expands to "blast apart bacteria that is crawling on your skin."

    Which should be "blast apart bacteria that are crawling on your skin"

    All I ask is that journalists be literate; you know, tell possessive apostrophes from contractions, singular from plural, stuff like that. Is that too much?

  25. Re:Still Not an Enterprise Solution on MySQL 5 Production in November · · Score: 1

    But there are a lot more Cesnas sold than Boeings

    And if both were free at your local store and could fit in your garage would that still be the case? It's a mystery to me why there's so much more mySQL than postgreSQL around.