Slashdot Mirror


User: DeadSea

DeadSea's activity in the archive.

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

Comments · 808

  1. Simply ludicrous on AMD Alleges Intel Compilers Create Slower AMD Code · · Score: 5, Funny

    That is an outragous claim! No company would stoop so low. Why, that would be like claiming that Microsoft configured its servers to give broken HTML to browsers other than Internet Explorer. That would be like saying that Apple gave away free MP3s that work in the Ipod but that crash other music players. That would be like saying that Adobe publishes pdfs that b0rk XPDF.

    Anybody can see that this claim is ludicrous and that things like this just don't happen. (but I hope I'm not giving anybody any ideas.)

    Type your currency conversion into a free form text box

  2. Re:Just more proof... on Opera Embedding BitTorrent Client · · Score: 1
    Torrents are far harder to set up than HTTP downloads though. To set up HTTP downloads, there are many hosts out there that start at as little as $5 a month. You can just throw files on the host.

    For torrent, the host setup is going to be much more involved. Correct me if I'm wrong, but you need:

    1. A torrent file on your web server.
    2. A tracker server.
    3. A seed server or servers.
    Can the tracker run as a cgi script in apache? If not, you'll have to get a host that allows you to run programs.

    Do the tracker work with virtual hosts? If not, you'll be paying extra for that IP address.

    I can imagine that bit torrent would work great for a bunch of small and medium sized businesses that have a few hundred files available on their web sites. However, bit torrent just isn't all that easy to set up for them.

  3. Re:Abolish TLDs on .tel Coming Soon · · Score: 1
    Having a finite size list of top level domains makes the problem of domain search much easier from a technical perspective. I believe that you could have tens of thousands of top level domains and still be able to manage it from a technical perspective.

    I propose the following:

    1. Every domain name registered must have a single period (.) in it somwhere (ie be a second level domain name
    2. When you register a domain name you choose your second level domain and up to ten top level domains
      1. One of the top level domains must be an existing top level domain
      2. The other 9 may be existing or non-existing top level domains.
    3. The domain registration fee that you pay is split between the registrars for all the top level domains that you picked that actually exist.
    4. The top level domains that you picked go into holding after recording the fact that somebody was interested in that top level domain.
    5. Registrars may bid on sponsoring dns servers for the most popular top level domains that do not yet exist.
    6. When a new top level domain gets a sponsor, it becomes active for those who registered it.
  4. Re:i love your exchange rates! on 'DVD Jon' Breaks Google Video Lock · · Score: 1

    Slashdot: the best source of beta testing trolls. ;-)

    (Thanks for the bug report)

  5. Re:Too many clicks and chunks there on 'DVD Jon' Breaks Google Video Lock · · Score: 1

    Truly, I bow to you. You upstanding character is one better than mine.

  6. Too many clicks and chunks there on 'DVD Jon' Breaks Google Video Lock · · Score: 1, Interesting
    Given code like this:
    if(conditional){
    do();
    some();
    stuff();
    }

    A real hacker would do something like this:

    if(0&&conditional){
    do();
    some();
    stuff();
    }
    (3 added characters)

    or at the very least:

    /*if(conditional){
    do();
    some();
    stuff();
    }*/
    (4 added characters)

    Currency converter with free form text entry of conversion amounts and currencies

  7. Here are some collections that they should offer on Amazon's 1,082-volume Classics Collection: $7,989 · · Score: 1

    • 50 great paperback classics for a 7 (through 18) year old
    • 10 great hardback classics for a 7 (through 18) year old

    Now those I would buy as presents.

  8. Re:Woot!!! on Supreme Court Rules Private Property Can be Seized · · Score: 2, Interesting
    Your rights online:
    • Courts say that local governments can use eminent domain to seize virtual property in computer games such as Everquest
    • Internet news sources report that your offline property rights are being revoked.
    • Editors at the website Slashdot are confused about the meanings of "your rights" and "online"

    Why doesn't the "your rights online" section have an article about the Adult entertainment law that went into effect today? The law requires websites with adult content to keep documentation that all nekkid people are above the age of 18. While it may take down pictures of what may be 17 year olds from the internet, the law effectivly shuts down many adult sites that have no child pornography but don't have records.

  9. Doubleclick may die, but online advertising won't on DoubleClick Warns Against Ad-Blocking Browsers · · Score: 1
    Doubleclick relies on the technical ability of the web browser to fetch ad content (scripts, iframes, and images) in separate request. Furthermore, those requests are for content on central servers managed by doubleclick.

    Doubleclick may die because it is so easy to shut down the browsers ability to request content specific external sites.

    Sites that ad content from urls on their own server (rather than external doubleclick urls) need to have site specific rules added to adblock (as long don't use obvious words like 'ad' in the url).

    Sites that embed text ads directly into their html source code (without external javascript) are not effected by adblock at all. To block those sorts of ads you need to install grease monkey and write scripts. The average user can't do that, and even when a script is available it is almost always site specific.

    To survive, doubleclick should:

    1. Offer a simple perl proxy server script to all sites that have double click ads. The webmaster would rename the proxy script to something unique and ads would get served through their servers. For examlpe the ads on example.com might come from the url http://example.com/box.pl
    2. Research server side technology that will make it super easy for webmasters to embed text ads directly in their pages

    Otherwise doubleclick will be replaced by much more tech-savvy ad companies. There is no way that online advertising is going to die tohugh.

  10. Active X controls on 10 Percent of UK Sites Incompatible with Firefox · · Score: 1

    Having never developed sites for IE, I'm not sure what active X can do. What features can you implement using active X that are so much harder, or impossible to implement using javascript?

  11. IE only sites on 10 Percent of UK Sites Incompatible with Firefox · · Score: 4, Interesting
    Are sites IE only because IE has features that firefox does not, or because developers are lazy and don't check in multiple browsers.

    In the later case, of developing in IE, and not checking with Firefox, does anybody know what the most common things that break are?

    In the IE features category, I have seen one thing that IE does really well that Firefox does not do: Image transition filters such as the fade in/out effect when you switch photos. Are there other things the you as a developer want, but are only implemented in IE?

    I know on the other side, that I want rounded corners on divs and alpha transparency in pngs to be properly implemented in IE.

  12. Ebay will still rule the online garage sale on How Amazon and Google are taking eBay's Business · · Score: 3, Insightful
    I still don't see a person with just a few used items to sell, being able to do well on Froogle or Amazon. Its quite a bit harder to get a listing there than on Ebay.

    I would be interested in what percentage of ebay auctions are from full-time sellers. It seems that these folks probably drive a sizable percentage of Ebay's revenue. Losing them could hurt the bottom line of the company very badly.

    Amazon and Google still have a ways to go to become all that popular with full time sellers. There are a ton of guides for becoming a full time Ebay seller. But I find very few for Amazon and Google.

  13. Re:Link prefetching? on Opera: Firefox User Figures 'Inflated' · · Score: 4, Informative
    It is standard behaviour in Firefox but its not as bad as the article suggests.

    Firefox only prefetches links when the links are marked on the previous site as "hey you might want to prefetch this".

    Specifically on Google, only the top result is marked as prefetch. And even then, only when Google has determined that most visitors would choose it. Google has said that they mark it for things such as prefetching cnn.com when somebody searches for "CNN".

    The article states: "...which means that Firefox will pre-load the top search results into its cache." which is innacurate. It should say "...which means that Firefox will pre-load the top search result into its cache when Google thinks there is a very high probability you will visit the first result."

    Currency exchange rate calculator and foreign exchange converter

  14. I always used to get "its" and "it's" wrong on All Your Base Are Turned Five · · Score: 0, Offtopic

    • it's - contraction of it is. The apostophe replaces the dropped i in is.
    • its - possesive form of it. Since it is a prounoun, the possesive does not have an apostrophe.

    Normally the rule for possesives is "add 's to make a word possesive." The exeception to pay attention to is that for all pronouns, the possesive never has an apostrophe. Rather the possesive form of a pronoun is a whole new dictionary word. Take for example: his, hers, yours, theirs, and its. None of the possesive pronouns have an apostrophe. Nobody tries to add an apostrophe and make it hi's because he changes so dramatically when you make it possesive and it is easy to realize that it is a new word. A few people add an apostophe to hers, yours, or theirs because it is almost like following the "add 's to make a word possesive" rule. Its is the most confusing because it is so similar to the normal possesive rule and the contraction it's exists so that when you add an apostophe it looks right because you have seen it somewhere before.

    So when I want to write its or it's I think that possesive pronoun usage is like his and I drop the apostrophe because possesive pronouns never have one.

  15. Re:HA! on Consumers Prefer Movies At Home · · Score: 1
    I was going to say, $16 CAD, what is that about $.50 American? But then according to my currency converter, 16.00 Canadian dollars is about 12.93 in American dollars.

    A couple years ago we used to tease all the Canadians about how little their money was worth. I guess I can't really do too much of that anymore. If the Canadian dollar surpasses the American dollar in value, I may never hear the end of it.

  16. Re:I doubt it will replace search engines... on The Importance of RSS · · Score: 2, Interesting

    On the other hand, wouldn't you like to know if google found any NEW information about certain topics.
    • Get an alert when google bot runs across a new page that mentions your name.
    • Be notified when the when the search engine results page changes for a query that brings your site a lot of traffic.
    • Have news results that match your query pop up on your RSS reader.
    Some of these things are already available. For example pubsub.com will tell you about new pages for your ego surf. CNN has email alerts that it can send you when stories match keywords and topics.
  17. Re:Slashdot on Who Will Google Buy Next? · · Score: 1

    > Slashdot posts so many Google articles anyway, might as well drop the act and go all the way.

    Why would google want to buy the cow when they are getting the milk for free?

  18. Re:Bathroom walls..... on Graffiti Bridges Worlds for Cell User · · Score: 1

    Wouldn't it be better if you could carry your cuecat around and scan the bar code on grafiti?

    For a good time: ||||||||

  19. Re:Will Anime last? on Can Hayao Miyazaki Save Disney's Soul? · · Score: 1
    Most of the anime you mention has its formulas. Take Ranma for example. The formula is something like:
    1. Ranma calls Akane names or otherwise pisses her off
    2. Ranma gets wet and turns into a girl
    3. Ranma sees Akane naked or otherwise pisses her off
    4. Akane beats up Ranma
    5. Ranma and Akane pretend they don't love each other.

    On the other hand full metal panic is more like:

    1. Sagara makes an idiot of himself trying to protect Kaname
    2. Kaname saves the day
    3. Kaname beats up Sagara
    4. Kaname and Sagara pretend they don't love each other.

    True the formulas are different than American toons. But I get tired of the space themes, the battle themes, and the girl beats up boy themes.

  20. Re:What I'd like to see.... on Looking for Answers in the Age of Search · · Score: 3, Informative
    You might actually like MSN search. They seem to heavily favor the home page of sites. So much so that MSN will often send a bunch of traffic to the front page, but virtually none directly into sub pages.

    I find this behaviour annoying because I tend to search for more obscure stuff. But if you search for company names, this does have the nice effect of almost always getting the companies home page.

  21. Obligitory Slashdot Discussion on World's Biggest Hacker Held · · Score: 5, Funny

    I don't believe that this guy is the world's biggest hacker. Have you seen Cowboy Neal??? Now that's big!

    This guy was looking for UFOs. In Soviet Russia, UFOs look for you!

    We all know that if he was an uber-hacker he would have created a Beowulf cluster of all the computers he hacked.

    One billion in damages? That number has to be inflated. (Actually the article says 570000 pounds which is only about 1 Million US dollars according to my currency calculator)

    1. Get paranoid about UFOs
    2. Hack into the US government
    3. Get caught
    4. ????
    5. Profit!
  22. Re:I saw this two weeks ago with "Google" on Google AdSense Meta Refresh Hijacked · · Score: 1
    According to google, the google home page has 3.5 million incoming links. That is hardly "people don't link to google.com very much at all".

    That and "www.google.com" is the only page on the internet that gets a perfect 10/10 page rank. That could be by definition, or it could be that it actually has enough incoming links to deserve it.

  23. I saw this two weeks ago with "Google" on Google AdSense Meta Refresh Hijacked · · Score: 4, Interesting

    Two weeks ago if you searched for "google" on www.google.com, the first result that you got was https://desktop.google.com which redirects to the google home page. Google desktop seemed to have hijacked the google search homepage!

    Of course, the slashdot editors rejected the story.

    Google needs to adjust their canonicalization algorithm so that a page the redirects is not chosen as the canonical url.

  24. Re:laughed out loud at that picture on Linux and OpenOffice save Microsoft Presentation · · Score: 1

    I haven't seen any captchas. Have I just not posted recently enough? Are they turned off if karma is high enough? Are they only for anonymous cowards?

  25. Re:I'm worried that greasemonkey has security flaw on Hacking the Web with Greasemonkey · · Score: 1

    That is, javascript from one site can't access anything from another.

    That is blatently untrue. You can fetch images from another server with whatever arguments you want in the url. This makes it possible for you to send information gathered from the current page anywhere the user script desires. Hence my worry about tracking and spyware.