Slashdot Mirror


User: Altrag

Altrag's activity in the archive.

Stories
0
Comments
2,180
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,180

  1. Re:Regular expressions on Ask Slashdot: What Features Would You Like In a Search Engine? · · Score: 1

    Ugh. Yes this so much!

    Also those "answer" sites that are all just word-for-word carbon copies of each other. Even if there's useful answers on the page, we only need one copy of each answer set.

    I have no idea how Google could manage that (more from a legal perspective than a technical one) but its certainly freaking annoying from a user's perspective.

  2. Re:Who needs links to websites anyway? on Ask Slashdot: What Features Would You Like In a Search Engine? · · Score: 1

    Wow. That was a terrible article. Their example is searching for a person's name and then claiming the results didn't give them the information they wanted.

    Except they don't tell you what they were wanting! They mention songs, stories, history.. well you could add those terms if that's what you're looking for and get results that are a lot more specific to what you want.

    Bringing up the Wikipedia page is probably the _best_ possible option given how vague the query is. Sure the first 3 lines that get turned into the blurb may or may not say anything useful, but everyone knows what Wikipedia is and how it works. If you're just looking for random information about a topic, that's a great place to go as it will have at least a little bit of all of those categories mentioned above and you can go redo your search with more specific terms once you've decided what you're interested in.

    And OK sure you can pull up countless examples of when somebody somewhere made a troll edit to the Wikipedia page.. but what on earth makes the author think that the (usually completely unreviewed and uncurated) articles from "way way down the list" will more accurate in any sense?

    Same with the news stories. How is Google supposed to know if you're interested in the most recent news or the most controversial news over time?

    If you don't even know what you're looking for, how the hell do you expect Google (or any other search engine) to know? A "story" is fine, but if all I'm looking for are concert dates, I just want a damned list of dates and cities I don't want a whole bloody "story," whatever that even means given the lack of context.

  3. Re:True boolean search, ability to vote on results on Ask Slashdot: What Features Would You Like In a Search Engine? · · Score: 1

    Wikipedia has a few million pages, all within their domain and (ultimately) under their control, the majority of which have minor or no controversy involved.

    Google has many billions of pages that they have no control over at all, almost all of which are controversial (even if the controversy is "I want to be above my competitor in the results.) Human auditing would be immensely impractical, and crowd-sourced human auditing would be even worse due to the fact that the people most invested in breaking the system are generally the ones who can afford to put the most time/money towards doing so.

    So they're relegated to using automated systems. And honestly, Google in particular has been really good at coming up with algorithms to beat overly aggressive SEO. Sure they sometimes fall behind a bit (its an ongoing battle after all,) but overall not bad.

    Google's primary failures in the past few years have been their not-nearly-as-accurate attempts to outsmart their users' search terms. "Having" "to" "double" "quote" "every" "word" and still seeing your top result with a "Missing terms:" disclaimer is immensely frustrating.

  4. Re:Searching on Ask Slashdot: What Features Would You Like In a Search Engine? · · Score: 1

    The trouble is, it does affect searching. When it works its helpful (but not required.) When it doesn't work its horribly frustrating.

    To take your example, what if a popular singer releases a song called "What's your phone #?" Suddenly Google is "helpfully" readjusting your "Where is my phone" query and you end up the top 14 pages of results being about a song you're not interested in. Similarly, if a movie is released with a main character named "Euraud."

    Now, if you're lucky, the search engine will provide useful ways to tell it to stop trying to outsmart you, and the onus is now on you to figure out all of the necessary hoops and jump through them in order to get a simple search to just bloody work.

    And if they don't even provide hoops (or the hoops get too overridden by advertisers and SEO?) Now you're stuck trying to manually search through dozens or hundreds of irrelevant results and just hoping that the information you're actually looking for is obvious from the first 3 lines of blurb.

  5. Re:Turing complete protocols on Exploit For Crashing Minecraft Servers Made Public · · Score: 1

    Now solve all the other problems without knowing what they are.

    Sandboxing solves pretty much all other problems. Sure there are situations where a sandbox isn't a practical solution, but again that's not really limited to being Turing-complete. Any language that allows a client to modify data risks the ability to modify it in unfortunate ways.

    Certainly more complex languages will have more possible avenues of attack but they also provide more (legitimate) capabilities and sometimes the benefits outweigh the risks, especially in these days where patching a previously-unknown risk can be done relatively easily via internet distribution once it becomes known.

  6. Re:looks like Indians are smarter than us on India's Net Neutrality Campaign Picks Up Steam, Sites Withdraw From Internet.org · · Score: 1

    And why is it suddenly T-Mobile or Panora's job to help TinyIndieSite.com?

    When did I say it was? I said the government should be preventing them from harming TinyIndieSite.com, with the additional (ok somewhat implied) restriction of unfairly.

    Just because this is 'on the internet' doesn't make it anything special.

    When did I say it did? I was talking about cell phones (or cable packages or other mono/duo/small ogliopolies.) T-Mobile takes Pandora. Verizon takes Spotify. Make your other matchups as you will. Where does TinyIndieSite.com fit in now? They don't have the clout to take on Pandora or Spotify..

    If they were able to charge $1/mo for their small selection they might be able to get some business against an $8 or $10/mo Pandora (I don't know what the real prices are, adjust as necessary) but they sure as hell can't compete with a $0/mo Pandora. And Pandora's getting front page advertising as part of their deal to boot.

    Does that mean Netflix can complain because they aren't also getting that treatment?

    Can and should. The only reason they don't (or that it isn't big news if they are) is because Netflix is already the market leader by a large margin and don't have to worry about being shut out by the exclusionary practices of third parties.

    In fact up here in Canada, Netflix is currently one of the biggest proponents of fair laws in the media industry at the moment. Because while they've certainly have huge public support (and income from us all,) they're still not the incumbents and situations like Bell preferentially streaming their own services is a huge detriment to Netflix. I fully trust that should Netflix achieve a large enough status that they'll switch to being apathetic (or even outright malicious -- corporations can never be fully trusted) but for the moment their underdog legal position combined with an assuredly not-underdog bank account has put them in a position to make some positive changes in our media system (or at least help prevent negative changes.)

    Because I can also order Netflix and my cable company will stream that to me too without issue

    Until you hit that download limit you mentioned a couple of sentences prior. Then Netflix becomes an overage (in addition to the $8 up front!) while the cable's own VOD service is still covered.

    Its a shame that anti-trust laws only seem to work on such a narrow definition of 'monopoly'. There are plenty of ways that two companies in collusion can have the exact same effect on the market as a monopoly, but we apparently choose to ignore it if we have to count past one.

  7. Re:Turing complete protocols on Exploit For Crashing Minecraft Servers Made Public · · Score: 1

    if (took too long) { throw TookTooLongException(); }

    Problem solved. Undecidability is only an issue when "running forever" is actually possible.

    Defining what "too long" is may be difficult in some scenarios to be sure, but when you're dealing with something like a game that inherently requires responsiveness, "too long" can be defined fairly strictly without too much negative impact -- anything (even completely legitimate) routines that take more than a few fractions of a second per game loop is going to "break" the game.

    Things like SQL are another story. A query that takes an hour to run may well be legitimate in certain large-data scenarios. You could have a configurable max query duration I suppose but there's certainly no globally valid duration. But of course you really shouldn't be giving unrestricted query access to untrusted clients in the first place (which is any client you don't have 100% control over!)

    Also, being Turning-complete is sufficient but not necessary to have this problem -- any language that provides an unrestricted looping mechanism can loop forever even if it doesn't have all of the other necessary features to be Turing-complete (in particular, to be truly Turing-complete an unlimited tape aka storage capacity is required.)

  8. Re:Limitations of Safari for iOS on India's Net Neutrality Campaign Picks Up Steam, Sites Withdraw From Internet.org · · Score: 1

    Which is among the many reasons I refuse to use Apple products, but there's still a distinction between the levels of "Safari doesn't support it" vs "You must use Safari in some manner."

    Of course if its "Safari doesn't support it specifically because we want to block sites that use it" then you're getting into the territory of mixing the two issues. But as long as Safari's lack of support is simply due to lack of time/money/motivation, you can't really associate maliciousness with that particular aspect of it.

  9. Re:looks like Indians are smarter than us on India's Net Neutrality Campaign Picks Up Steam, Sites Withdraw From Internet.org · · Score: 1

    or are blocking Spotify from forming a similar partnership

    That's pretty much the catch right there. Spotify in particular is probably big enough to perhaps do something, but what about TinyIndieSite.com? On top of not being well known in the first place, they're also competing against a subsidized service.

    And given how tied these services are to the phones they run on, not to mention the contracts that you usually have to enter in order to obtain the phone in the first place, means that you can't easily just "go to another company."

    The only reason this isn't immediately obvious as an anti-trust issue is because they're two separate companies rather than two branches of the same company. Would your opinion change if Pandora was owned by T-Mobile? Why? Does it make any difference to you or the market in general whether the subsidy payments fall under internal or external expenditures?

    As I mentioned, its a hard one to justify stopping because it seems on the surface to be a good deal.. but if you try to look at it in the context of long-term effects on a market, the outlook gets quite a bit dimmer.

  10. Re:Not fully junk on A 2-Year-Old Has Become the Youngest Person Ever To Be Cryonically Frozen · · Score: 1

    Humans cannot.

    Says who? We may not have all of the knowledge necessary to do it (and perhaps we never will.. biology is hard!) but I'm pretty sure there's somewhere around zero evidence that its fundamentally impossible.

  11. Re:looks like Indians are smarter than us on India's Net Neutrality Campaign Picks Up Steam, Sites Withdraw From Internet.org · · Score: 1

    Bell up here in Canada just got slapped by the government for doing something similar.

    Its definitely hard to toe the "stop giving things away for free" line, but business models like that are absolutely horrible for any vague semblance of a free market. If Pandora is effectively subsidized and thus essentially free to the end user, while Spotify is going to cost $20/gb or whatever the stupidly high rate is these days, guess which company isn't going to be able to compete for long?

    Any government in the world that even pretends to care about free markets should be stamping out this "some services are free but others aren't" model as fast as they can.

    In Bell's case they were giving away their own service. I'm not sure if they would have been slapped had they chosen to give away a third party service like Pandora, so even that recent ruling up here in Canada may not mean a whole lot in the larger picture unfortunately..

  12. If the only form of $free internet access is corporate-advertising-backed, low-$ people will be left out.

    This conclusion is wrong. Poorer people tend to be far more likely to be suckered into scams, whether its due to general wealth mismanagement, poor education or what have you.

    Its true that they won't likely be seeing ads for BMWs and Rolexes, but there will be no end of mortgage scams, pyramid schemes and similar cons that tend to preferentially target people who don't really understand how horribly low "get rich quick" (or even "get out of debt quick") scores on the probability meter.

  13. Re:Limitations of Safari for iOS on India's Net Neutrality Campaign Picks Up Steam, Sites Withdraw From Internet.org · · Score: 1

    Not supporting something is very different from intentionally blocking something. The former is a matter of time, money and/or simple ignorance of the requirements. The latter is intentionally malicious.

    The difference really should be pretty obvious.

  14. Re:No mention of sulfur on The Last Time Oceans Got This Acidic This Fast, 96% of Marine Life Went Extinct · · Score: 1

    How is 2% that you can't do anything about in any way more important than the 98% that you could but don't do anything about?

  15. Re:It's been nice knowing y'all on The Last Time Oceans Got This Acidic This Fast, 96% of Marine Life Went Extinct · · Score: 1

    Absolutely correct. But it shows there's potential to survive even a disaster of that scale.

    Quality of life will certainly be a hell of a lot lower than we're used to though.

  16. Re:Gulf oil spill, Fukushima on The Last Time Oceans Got This Acidic This Fast, 96% of Marine Life Went Extinct · · Score: 1

    Its a difference of locality. Fukushima dumping and Gulf oil are disasters to be sure, but they're fairly localized on a global scale (yes yes things get spread around but they also get diluted as they do.)

    Measuring things like CO2 is being done on a global scale and its shown that, generally speaking, its going up everywhere. Yes there's still some areas that will be higher than average and some lower than average, but across all of that, there's an overall upward trend not a one-time occurrence that dissipates over time.

  17. Re:Is headline overstating it? on The Last Time Oceans Got This Acidic This Fast, 96% of Marine Life Went Extinct · · Score: 1

    In basically all evolutionary contexts, rate of change is far more applicable than absolute values. Life seems to be able to adapt to damned near anything. But it doesn't adapt very fast.

    Of course "life survives" is a very different discussion from "humans survive," which is what we're usually most concerned with.

  18. Re:Strictly speaking... on The Last Time Oceans Got This Acidic This Fast, 96% of Marine Life Went Extinct · · Score: 1

    Not when they can walk down to their grocery store and see the isles overflowing.

  19. Re:It's been nice knowing y'all on The Last Time Oceans Got This Acidic This Fast, 96% of Marine Life Went Extinct · · Score: 1

    There's absolutely no evidence that GMO is even bad for you. Of course there's also no evidence that GMO isn't bad for you either. It just hasn't been around long enough (and it changes fast enough) that the necessary long-term studies simply haven't been done yet. Anyone who tries to tell you one way or the other with decisiveness is just being opinionated with little to no backing.

    We do know some things about GMO though: They've helped increase agricultural yield significantly (good thing!) They've been used to destroy small farmers via patent trolling and other garbage legal battles (bad thing) and there's strong evidence that they're pushing our crops towards monogenetics (VERY bad thing.)

    But in terms of human health, the jury is still out when it comes to real evidence. You can find the odd study along the lines of "a rat got cancer after eating the human equivalent of 14kg of GMO corn per day for a month" but you can find plenty of studies along those lines for non-GMO foods (and practically anything else as well.. "too much of anything is bad" may be cliche, but its almost always true.) Yes in some sense that means GMO corn can "cause" cancer but the consumption rate is so out of scale from any real-life context that it doesn't really indicate much in the larger debate.

  20. Re:It's been nice knowing y'all on The Last Time Oceans Got This Acidic This Fast, 96% of Marine Life Went Extinct · · Score: 2

    Enough people know how to garden that building back to farming wouldn't likely take terribly long, at least on a small (community) scale. Putting up a basic house isn't terribly difficult either if you don't have to worry about building codes and inspectors -- sure you'll have a somewhat higher chance of it collapsing on you and killing you but enough people will build non-collapsing houses that it won't be the end of us.

    Remember there's been at least one point in history where the human population was on the scale of 1,000. Total. And we pushed through that and thrived. It would have been a hard life to be sure but humans are pretty crafty creatures and even if we drop back to the level of primitive knowledge, we're still fairly good at figuring out how to bend the environment to our will.

    Destroying life in the oceans would be bad for sure.. but not as bad (in the context of human extinction) as destroying the atmosphere. We can survive without fish. We can't survive without air.

  21. Re: Warning!!! on 'Let's Encrypt' Project Strives To Make Encryption Simple · · Score: 1

    The trouble is that the "right thing" on a large enough scale is often only defined retrospectively by those who retain power. How different would the world be if the USSR had won the cold war?

    Its easy to say "Communism is bad" when you're just parroting what you've been told for the past 50 years.. Its a lot harder to say it objectively because the only communist countries we've really known have had to operate under the yolk of the US anti-communist rampage.

    Hell, morally speaking, the greed-based capitalist philosophy is the one that should be "wrong," at least if you go by the teachings of every kindergarten teacher ever.

  22. Re:Warning!!! on 'Let's Encrypt' Project Strives To Make Encryption Simple · · Score: 1

    Well I didn't read the details of how they're planning to set this up, but it seems to me that if they have any access to the private keys at all, then they're doing it wrong.

    The private keys must be generated and held privately to be secure (I think that might have something to do with the name..)

    The public key is the only part that should ever be known by or transmitted to a second party (never mind a third party or a MITM.)

  23. Re:"Reason" is a publisher of nonsense on Reason: How To Break the Internet (in a Bad Way) · · Score: 1

    Pfft what do you think they are? Real people?

    Corporations don't need or want none of that "responsibility" crap when we hand them new rights and privileges! Trying to claim otherwise is an obvious sign of a communist! Or terrorist. Or whatever we hate these days because oh shiny!

  24. Re:ad blocker? on Google To Offer Ad-Free YouTube - At a Price · · Score: 1

    The difference is that the web developer doesn't have an agreement with Adblock, whereas they DO have an agreement with Google.

    So Google has a higher responsibility to make sure things work "right" than adblock does. If adblock messes up a page layout somehow and you try to bring that up with the page developer they're going to go tell you to piss off. If its Google messing up their page however, things are a little hairier because there's an actual deal in place there.

  25. Re:ad blocker? on Google To Offer Ad-Free YouTube - At a Price · · Score: 1

    Then they need to give me a way to opt-out of ad-encrusted videos all together. Or better yet, make it an opt-in so that I'm consciously aware that I'm "paying" them by viewing ads.

    If it was money (rather than time) that they just arbitrarily siphoned out of me without my consent, they would be right the hell up shit creek. My time has value as well so why should they be allowed to take it without my consent?

    Even if that's only the couple of seconds it takes me to decide whatever video I'm trying to watch is or isn't worth the 30 seconds of ads, that's still 10-20% of the ad being shown to me -- and in the case that I decide its not worth it, that's a few seconds of my time that I've given to them that I got nothing for in return.

    Add that up over however many thousand Youtube videos a person is likely to browse in a year these days and that's quite a chunk of time blown without my consent and potentially without even the limited benefit to me of watching someone's cat being dumb.

    I don't mind Google's in-line ads. They're usually fairly unobtrusive and they at least try to customize them to the content I'm viewing at the time. But the Youtube video ads are more along the lines of the old Geocities-era flashing crap.. you know the exact same crap that Adsense mostly supplanted -- horribly obnoxious and completely unavoidable other than closing the window (or having an ad blocker.)