Slashdot Mirror


User: Anpheus

Anpheus's activity in the archive.

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

Comments · 1,450

  1. Re:Legal loopholes on Steve Jobs' Missing License Plate · · Score: 1

    The law is what you can successfully litigate.

  2. Slashdot Readers Declare Articles "Crap" on Linux Kernel Developer Declares VirtualBox Driver "Crap" · · Score: 5, Funny

    An anonymous coward writes

    "Slashdot readers have decided to label recent articles as tainted crap for significant journalistic flaws. These articles reportedly lack substance, appear to be written by a child, and have other problems. With Slashdot articles being flagged as tainted crap, they will be taken less seriously by their readers."

  3. Re:Private Certificate Authority on SSL Certificates For Intranet Sites? · · Score: 1

    I don't think Verisign will sign your private root certificate, no matter how much you ask. At the very least, I doubt they'd sign it with flags that make it able to sign other certificates in a chain, it'd just be for verifying the authenticity of the (your) private root.

  4. Re:Private Certificate Authority on SSL Certificates For Intranet Sites? · · Score: 2, Insightful

    Yes! I've discovered lately when evaluating Chrome for workstation use that Chrome now has a (ever-growing) list of group policies available. Grab the adm/admx templates and MSI installer and check them out.

    Coincidentally, the latest Chromium/Chrome Canary/Chrome Dev builds also started ignoring IE's trusted zone lists and so windows integrated authentication (Kerberos Negotiate) stopped working. Boo. Supposedly there's a new policy that I can set to fix this. I reported the issue but am waiting for clarification on whether this is intended behavior, a security issue, or what.

  5. Re:Oops on US Launches Largest Spy Satellite Ever · · Score: 1

    Which way it's pointed.

  6. Re:Google Can Ban Sites, So... on Search Engine Optimization Poisoning Way Up In '10 · · Score: 1

    Often those sites are unwitting hosts to malware that are eventually cleaned up, so I'd hope that they don't start permanently blocking.

  7. Re:Or better yet on MS Adds Security Suite To Update Service, Antivirus Rival Objects · · Score: 1

    I don't think anybody had any idea how much developers were willing to take a cut on having a guaranteed delivery channel, and how much consumers were going to be willing to give up alternative means of acquiring applications.

    Apple demonstrated to the whole world that if your release channel is solid, the vast majority of consumers won't bother looking elsewhere and won't care to. Steam is sort of the same way, and I sadly fall prey to it all too often. (Steam, please sir, will you take some more of my money?)

  8. Re:we'll be able to retain the ability to run X ap on Ubuntu Dumps X For Unity On Wayland · · Score: 1

    So run an older version of X in a Linux VM? All the current kernels run pretty well on all the hypervisors, so just download whatever current distro you like, put it in a VM, and store it for "legacy programs".

    Likewise DOS, early Windows and Win9x all run in VMs fine.

  9. Re:WTF is "F#"?? on Microsoft Open Sources F# · · Score: 5, Informative

    It's a functional language following in the footsteps of the ML category of languages, but written for the .NET platform. It's open source with a patent grant, and the F# team has made sure each release has both a .NET and a Mono installer.

  10. Re:Frame of Reference Problem on The Time Travel Paradoxes of Back To the Future · · Score: 1

    Ah, so frame dragging isn't a real phenomena?

  11. Re:Software Only? on LSE Breaks World Record In Trade Speed With Linux · · Score: 1

    I don't know if it solved all of their problems, perhaps they were also unhappy with the .NET system in other ways?

  12. Re:Light on LSE Breaks World Record In Trade Speed With Linux · · Score: 1

    If it's anything like the NYSE is planning, they let the investment banks build their high speed trading server racks right next to the stock exchange racks. Literally.

    Supposedly there's even ways to get your server physically in the same rack as one of the NYSE's exchange servers, but I think that might be taking it a bit too far, or maybe an overzealous reporting on the matter. But I don't think it's even disputed anymore that they're letting banks colocate with the exchange.

  13. Re:Software Only? on LSE Breaks World Record In Trade Speed With Linux · · Score: 1

    It's my understanding that it's also all new hardware.

  14. Re:Diesels already do this. on Mazda Claims 70 mpg For New Engine, No Hybrid Needed · · Score: 1

    You haven't traveled very far in the US, I'm guessing. There are no stations in Cedar Falls or Waterloo, Iowa that I can tell that aren't on a highway that sell diesel. Even some of the ones the highways go right past, don't.

  15. Re:I just saw an ad on Hulu advertising Sprint 4G on ITU Rules That WiMax, LTE Don't Qualify As 4G · · Score: 1

    The idiot who poured coffee in her lap did not and should not have anticipated that the coffee would be served at temperatures that would be dangerous for anyone to handle, and well above what anyone in the food industry should have been serving. In fact, it was even above what the manufacturer of the machines that prepared the coffee intended for use.

    The coffee was so hot that when it soaked into the material of her clothing, it stuck to her skin and caused third degree burns over 6% of her body.

    Source: http://www.caoc.com/CA/index.cfm?event=showPage&pg=facts

  16. Re:Cost to support benefit on Gosling Reacts To Apple's Java Deprecation · · Score: 2, Insightful

    I'd mod you up if I had the points. A tool's a tool, and if your employees work best with one brand over another and it's such a small cost, you're wasting your time.

    This all goes back to the post a while ago about specing out 1000 PCs for a governmental department, and some people earnestly thought it would be worth it to build your own. Insane! Find out what you really need and buy the right tool for the job and be willing to pay for it to work well. If you buy shoddy tools, expect them to hurt your bottom line in more ways than one.

  17. Re:what about servers? on The State of Linux IO Scheduling For the Desktop? · · Score: 1

    It's the same as how you constantly hear about how the latest Firefox fixes The Dreaded Firefox Memory Leak.

    I figure they'll get it eventually.

  18. Re:what about servers? on The State of Linux IO Scheduling For the Desktop? · · Score: 1

    I'd switch your antivirus to something like Microsoft Security Essentials, which doesn't seem to have the nasty egregious behavior yours does.

    It's a running joke that Symantec's goal is to choke your system for resources so bad the virus will [delete itself, be unable to accomplish anything, &c.]

  19. Re:It sucks I agree on The State of Linux IO Scheduling For the Desktop? · · Score: 1

    Microsoft actually thought otherwise, and found that if your fragments are sufficiently large (on the order of >64MB) then you can buffer and seek between consecutive reads in a way that makes it largely irrelevant. As a result, the NTFS defragger no longer attempts to consolidate files to chunks larger than 64MB.

    But you know, I think I might actually test that theory out myself if I get around to it. I'd really like to know if what they were getting at was accurate with today's hard drives, given how long seek times can be. Considering Microsoft uses NTFS for all of its needs, from the user OS to SQL Server and other "enterprisey" products, I'd say they may have some experience in the matter. I mean, even in the case of large database objects, if you're incrementally adding entries to a table, how likely is it that it and all its indexes are going to remain consolidated on disk even if the filesystem does its best to keep the database file intact?

  20. Re:easy solution: on The State of Linux IO Scheduling For the Desktop? · · Score: 1

    Ah, so the solution is just to not run the most common of all user desktop scenarios (not to mention laptops), the single hard disk PC.

    I see where you're getting at, very clever.

  21. Re:Headline Is So Very Wrong on How Google Avoided Paying $60 Billion In Taxes · · Score: 1

    But the wealthy don't spend on goods and services proportionately to their wealth. They end up with extra left over, and the greater your income, the greater the disparity.

    This would mean that in order for a sales-tax only system to work, the tax rate would have to be at least 30% or more, which would be utterly crippling to the poorest in the nation.

  22. Re:"Best with IE" or not? on Microsoft Announces Web-Based Office365 · · Score: 1

    The Office Web Apps, for what they do, work on Chrome/FireFox/Opera just fine at work. Sharepoint also works fine on all of those now, too.

  23. Re:Description is misleading on MS Gives Free Licenses To Oppressed Nonprofits · · Score: 1

    Yes, because that's completely a reasonable comparison to make. Buying Microsoft is really just buying yourself into slavery.

  24. Re:This is pretty straightforward on MS Gives Free Licenses To Oppressed Nonprofits · · Score: 3, Insightful

    The Russian government treats copyright law as a criminal, as opposed to civil matter. The Russians would ask Microsoft if they were all licensed up, and Microsoft's people in the area were saying "no", probably because they didn't have enough pull to say "yes" within Microsoft.

    It's typical bureaucracy. When the negative PR reached Redmond, they were like, "Whaaaaaa?" and responded by saying all NGOs in Russia are licensed, period.

    Microsoft is now expanding the program in other countries where they suspect similar tactics may be used. How shameful.

  25. Re:Repost on MS Gives Free Licenses To Oppressed Nonprofits · · Score: 5, Insightful

    Previously the "blanket" license applied in Russia. They're adding it to more countries.

    That's not deceptive. That's you calling it deceptive.