Slashdot Mirror


User: roguegramma

roguegramma's activity in the archive.

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

Comments · 353

  1. I skimmed the PDF, and it means on If You're Fat, Broke, and Smoking, Blame Language · · Score: 1

    I think the difference the pdf sees between German and English is that when someone asks you what you will do today, in German it is fine to say "Ich gehe ins Theater", leaving the listener to decide whether the future is meant, while in English you are supposed to say "I will go to the theatre".

  2. Just use the while .. break device on If You're Fat, Broke, and Smoking, Blame Language · · Score: 1

    Left out of the fun because GOTO isn't allowed in your programming language? Unwilling to use GOTO because it affects health negatively? Do not worry, we have a 4 step program to help you!
    step1();
    do{
    step2();
    if(condition()) break;
    step3();
    }while(false);
    step4();

  3. Ok, but I maintain my criticism on If You're Fat, Broke, and Smoking, Blame Language · · Score: 1

    I'm not used to regression tests enough to comment on any particular regression coefficient in the tables.

    However, the data seems to be awfully clustered, see page 12. Of 76 countries considered there, fully 59 are rated low FTR(no future required). Most datasets like that would exhibit artifacts in the form of notable regression coefficients.

    In addition, I believe an expert in statistics would probably find that if you study such a dataset long enough, you will find some such correlations even if the dataset was generated randomly.

    The graph on page 19 looks convincing at first, but take away the outliers Luxemburg and Greece, Luxemburg because it is bascially a huge city where you can earn lots of money by being the head of a shady company that is used by rich Greeks to evade taxes, and Greece, where the state's financial situation is very bad.

    The next 8 countries basically take turns between low FTR and high FTR, it isn't much different for the next ten, and then it ends bascially in a block of low FTR

    Also, as mentioned in the paper, if data suggests that natives using compass directions know better where north is, why would languages discerning less between future and now work the other way around?

  4. I believe him, but on If You're Fat, Broke, and Smoking, Blame Language · · Score: 3, Insightful

    I believe him, but a sample size of three languages is not convincing at all.

  5. My impression summarized on $100,000 Prize: Prove Quantum Computers Impossible · · Score: 1

    What is being said in there might be correct as far as things have been considered.

    There are some problems though:

    First, don't name something in a way that conflicts with the usage of the word by physicists. Example: If perceived matter is really something else that moves through something else, don't name the "something else" "matter".
    Pro physicists go to great length for that reason, consider the weird names for the quarks.
    Suggestion: One might be better of with prefixing everything with "dark": dark matter, dark ether, dark third field.

    Regarding the calculations being made, it is really hard to tell for me whether there are new results matching existing measurements, or whether any matches are the results of tuning the free parameters that are available such that the calculations seem to match reality.

    Finally, to have the new theory to be considered, it has to be able to predict something new, or at least it will be necessary to reproduce existing laws to some extent, the same way that Einsteins theories includes and matches Newtons theories for low speeds.
    So the new theory will have to match Einsteins theories at least under some conditions, approximately, or as a corner case.

    Good luck in your affairs!

  6. A counter argument to the "space" section on $100,000 Prize: Prove Quantum Computers Impossible · · Score: 1

    Space can both be finite and infinite with regards to some other metric. There is no contradiction. For example consider the inside of a sphere without the shell, commonly referred to as an "open ball":

    http://en.wikipedia.org/wiki/Ball_(mathematics)

    Clearly the open ball is limited, yet regardless of how close you come to the shell (but stay inside the ball), you can always come closer.

    Also, there does not need to be a containment, but the nonexistance of something.

  7. Google translate does a decent job on $100,000 Prize: Prove Quantum Computers Impossible · · Score: 1

    I must say Google Translate does a decent job.
    I'll try to find time to understand what is being said.

  8. two cents on ether on $100,000 Prize: Prove Quantum Computers Impossible · · Score: 1

    Well, isn't the concept of "Higgs Bosons" similar to having some sort of "ether"?

    Also, there is nothing that says ether must interact with all particles in the same way, or at all. That might sound far-fetched, but it really isn't more far fetched than proposing dark matter and dark energy with similar properties.

  9. I liked the software download center on ReactOS 0.3.14 Released With Improved Networking Stack · · Score: 1

    It is a very useful addition.
    That was when I tested their last release.

    I wonder whether they have integrated the WINE code enough so one could do stupid stuff, like trying out the only DirectX 4.0 or 5.0 game that must be out there, Chaos Overlords, on it?

    I'm not sure that I would go these lengths though, I'd probably have to configure the downloaded VM image I use to try ReactOS.

  10. I would go for a middle way .. on Superpoke Players Sue Google · · Score: 1

    Recompensate only those who got less than 3 months of service out of it. If you like interpolation or extrapolation or want to avoid the edge, recompensate those partially who got less than 6 months of service, too.

  11. How is this "normalized"? on iOS Vs. Android: Which Has the Crashiest Apps? · · Score: 2

    What i wonder is, how is this data supposed to be "normalized" as the slashdot summary suggests?

    It appears to me the number of crashes would be proportional to the number of OSes out there of that version?

  12. Useless "info" on $100,000 Prize: Prove Quantum Computers Impossible · · Score: 1

    Well, then translate the book to English, so someone unbiased can take a look.

  13. Lua is fine, but has some small problems on Wikipedia Chooses Lua As Its New Template Language · · Score: 1

    For example, the lua table object is used by the standard library (table functions) to represent C arrays with integer indexes or more accurately C++ vectors. However, in general you should not attempt to use the resulting table object in any other way than provided for by the table functions. It would have been more user-friendly to have an own vector type for this.

    Although it isn't a problem most of the time, sometimes you want to preserve the order in an associative array with non-numerical indexes like you are used to for example in PHP. As far as I know this can only be achieved by having a second table defining the order.

    I really like using "or" to express default initialization anywhere though, this will assign "die" if funny is null (or false):
    function be(funny)
    funny = funny or "die" ..
    end

  14. Possible Abuse Pattern on Surveillance Cameras Used To Study Customer Behavior · · Score: 3, Insightful

    step 1: observe correlation: the more time people spend in your store, the more they buy

    step 2: optimize placement of stuff so that people stay longer in store

    step 3: profit!

    side effect: waste time of peoples' time.

  15. There is no argument on Zynga Accused of Cloning Hit Indie iPhone Game Tiny Tower · · Score: 1

    Fact is that unless you copy a new design of monopoly or use a similar name to "Monopoly" (which is trademarked), Parker Brothers has no legal argument.

    The game principle was patented in 1904 and 1924.
    Clearly, the patents duration has ended by now.
    Also, game rules are not enforcable as rights in many countries, although a particular rule text might be still under copyright.

    However, I can say that I'm sure that a court would rule sensibly, I mean, when Apple suing Samsung for copying a form factor (i.e. the dimensions of a device) can result in an injunction, what other sillyness can pass by a court?

  16. This means I will have a motive to stick with old on VGA and DVI Ports To Be Phased Out Over Next 5 Years · · Score: 1

    This means I will have a motive to stick with old pc hardware even longer, to make use of my monitor

  17. Completely different thinking on Anonymous Takes Down DOJ, RIAA, MPA and Universal Music · · Score: 4, Insightful

    How about arguing that the law can crack down on megaupload just fine shows the lack of necessity for SOPA and PIPA?

  18. No this is turning Microsoft into Apple on Microsoft Taking Aggressive Steps Against Linux On ARM · · Score: 3, Insightful

    They probably hope to increase their stock market value by copying Apple's lock down on their devices.

    Next you will get an Microsoft Appstore and a Microsoft VM, but you will have to pay Microsoft money to run linux on that VM.

    Ah yes, and development tools will be forbidden, unless you pay for a developer license from Microsoft.

    All in the name of security, while viruses and trojans will just install themselves in userspace as normal apps, or might even hack into the OS irreversibly through bugs.

  19. What is next, Iran asking for extraditions ? on US Government Seeks Extradition of UK Student For File-Sharing · · Score: 1

    What is next, Iran asking for the extradition of people for blasphemy ?

    It is a bad idea to expand laws to other countries through treaties if these countries have a different culture.

  20. Cool! My patent is in the mail to the USPTO .. on IBM Snags Patent On Half-Day Off of Work Notifications · · Score: 3, Funny

    .. a system to deliver quarter-day off notices ..

  21. It is not about single court decisions on French Court Frowns On Autocomplete, Tells Google To Remove Searches · · Score: 1

    This is not about single court decisions.

    This is a stupid court decisions because next in line are politicians who complain about being called liars by Google Suggest, scammers who complain about being called scammers, churches who refuse being called looney, etc.

    You end up with a huge index of forbidden word combinations, which affect negatively the performance of Google Suggest and are a pain to maintain. Next thing, someone will probbaly claim that Google should have placed them proactively on that list, and ask for damages.

    I would support the idea of delisting such companies completely, but crooks and escroc's like the Lyonnaise de Garantie would then sue to be listed again.

  22. No LiveCD? on FreeDOS 1.1 Released · · Score: 1

    Come on, in the days of dos you sometimes had to boot from floppies and now all I can have is a pseudo live cd which is only good for installing itself to the HD?

    I guess this is really meant to be used with a virtual host?

  23. Just run linux in javascript on MAME Running In Chrome · · Score: 1

    Just run linux in javascript, someone did that and it is online. You now only have to install Chrome on it to perfect the loop.

  24. Re: I would never hire anyone with such attitude. on Ask Slashdot: Handing Over Personal Work Without Compensation? · · Score: 1

    You seem to prefer hiring people who run around, and never get anything accomplished. Well, great for your ego.

    If the tech he is supposed to keep running is running, he did his job.

    One would not fire a doorman for sitting around idle, just as one would not fire a firefighter who is waiting for the next fire.

    So what is my position on this guy wanting money for writing software, whether it is doing in his spare time is questionable, since he admits to having idle time?

    Well, I think he should negotiate a pay raise for exceeding his duties, but only after giving them the software. Holding it back is no good, since they might just reject it, and no-one would be off better.

    If he gets no pay raise he should stop working on the software when on off-duty and consider leaving the company. Which is even more fun if they now have software that he could have supported best.

  25. You can call me an asshole, but .. on New Study Confirms Safety of GM Crops · · Score: 2

    Maybe people shouldn't give immune response suppressing medication like Advil = ibuprofen, especially if the fever is not critical. I know wifes who freak out if the fever is even 1 degree higher than the normal temperature.

    See this paper here, it is from 1990.
    "Adverse effects of aspirin, acetaminophen, and ibuprofen on immune function, viral shedding, and clinical status in rhinovirus-infected volunteers."

    http://www.ncbi.nlm.nih.gov/pubmed/2172402

    There is a reason that homeopathy sometimes works, and the reason is that sometimes no medication is the best medication.