Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Monday November 02 2015, @10:35AM   Printer-friendly
from the http://www.youtube.com/watch?v=sIJBUZm1HoY dept.

When it comes to telling someone an address, words beat numbers and letters.

One company is betting that using words to designate a location might be a whole lot easier and quicker in a digital world than using Longitude and Latitude or street addresses. While their system seems unlikely to be widely adopted it does have a certain appeal when combined with a smartphone. Passing addresses to drivers on the road (or friends for a party) can be kind of tricky. Unless you can send it electronically, the chances of remembering a spoken address is slim, and remembering longitude and latitude long enough to write it down or key it into your GPS is zero.

However remembering browser.tapes.outing or limbs.pinning.honk is pretty easy. You don't even have to write them down. Hint: click satellite view to see what those places have in common. You can keep three words in your head long enough to key them into an app, and zoom directly to the address on your smart phone.

The system was developed by What3Words and is already being used in Geographical Information Systems, and other earth mapping applications where there aren't convenient ways to exchange geo-coordinates verbally.

what3words is a universal addressing system based on a 3mx3m global grid.

Each of the 57 trillion 3mx3m squares in the world has been pre-allocated a fixed & unique 3 word address.

Their geocoder turns geographic coordinates into these 3 word addresses & vice-versa.

Using words means non-technical people can find any location accurately and communicate it more quickly, more easily and with less ambiguity than any other system like street addresses, postcodes, latitude & longitude or mobile short-links.

People's ability to immediately remember 3 words is near perfect whilst your ability to remember the 16 numbers, decimal points and N/S/E/W prefixes, that are required to define the same location using lat,long is zero.

The company says "We want to give everyone in the world the ability to talk about a precise location as easily as possible." (And by "Give" they mean "Sell".)

There are free Android and iOS apps available from Navmii allowing users to navigate using a simple 3 word address.

Will it catch on? Betteridge says no, but if Google or Apple takes an interest it might become "a thing".


Original Submission

This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2, Interesting) by Anonymous Coward on Monday November 02 2015, @11:35AM

    by Anonymous Coward on Monday November 02 2015, @11:35AM (#257434)

    Linked 3words site does not function with JS turned off (NoScript).

    No thanks. If you can't make your site basics work without resorting to a fetid pile of javascript, then no thanks.

    • (Score: 4, Insightful) by SanityCheck on Monday November 02 2015, @01:53PM

      by SanityCheck (5190) on Monday November 02 2015, @01:53PM (#257485)

      It's 2015. I would not even make a site that doesn't use jQuery, I'm not a masochist.

      • (Score: 2, Insightful) by Anonymous Coward on Monday November 02 2015, @04:04PM

        by Anonymous Coward on Monday November 02 2015, @04:04PM (#257543)

        Which is fine, just put the basic text into basic HTML. Then jquery the hell out of it as you like.

        That way the information content will show up with there's no javascript.

    • (Score: 4, Insightful) by LoRdTAW on Monday November 02 2015, @02:05PM

      by LoRdTAW (3755) on Monday November 02 2015, @02:05PM (#257493) Journal

      Have fun back in 1998. As much as I detest Javascript's ability to control the browser, it's 2015. Anything beyond basic text and pictures requires it.

      • (Score: 2, Insightful) by Anonymous Coward on Monday November 02 2015, @04:07PM

        by Anonymous Coward on Monday November 02 2015, @04:07PM (#257547)

        There's not a single thing on the linked site that needs javascript, nor anything that could even be enhanced by javascript. Every feature can, and should, be implemented with plain HTML and server-side code.

        I'm never going enable javascript for any website that mandates it. If it requires javascript, it's broken, and I won't use it.

      • (Score: 5, Insightful) by Francis on Monday November 02 2015, @04:11PM

        by Francis (5544) on Monday November 02 2015, @04:11PM (#257551)

        Yes, but what, precisely do we need all that cross-site scripting for? The only things I can think of are ads, social media connections, spyware that shouldn't be on the net at all.

        I wouldn't personally bother blocking javascript if they weren't serving ads, malware and generally slowing the process of loading a site. It's astonishing to me how slowly sites still load even after I upgraded to a lower latency, higher bandwidth connection.

        Javascript isn't inherently problematic, what's problematic is the incompetent way that it's used. You've got sites wanting to load a dozen or more scripts from god only knows where. I cannot believe that the scripts are being audited or monitored by the owner of the website. And to force us to load the scripts the sites often times won't work at all if the scripts are disabled.

        • (Score: 2) by LoRdTAW on Monday November 02 2015, @07:25PM

          by LoRdTAW (3755) on Monday November 02 2015, @07:25PM (#257649) Journal

          Yes, but what, precisely do we need all that cross-site scripting for?

          Woah! Hold up there. Read the last sentence of his post:

          If you can't make your site basics work without resorting to a fetid pile of javascript, then no thanks.

          Two different things. The OP said nothing about cross-site scripting. The OP refuses to run ALL JS.

          The map on that three word page depends on JS to run. I'm no web programming expert (I have played with some interactive client-server stuff) but I don't think you can make such an interactive webpage without JS. Even if the map were rendered server side, what would enable the smooth click-and-drag panning? You would go back to the old mapquest interface where there was a north/south/east/west button that told a server side CGI script to painfully move the map view around one unit per click. I think that would also require the page to reload. No thank you.

          I agree that cross site scripting is a PITA. I know it bogs down a lot of sites. But some sites are so complex they have functionality spread across different servers, use 3rd party services like content hosting/analytics/ecommerce/etc, and of course, advertising. It sucks but the tangled web they wove is they way things are. I can't tell you how many times privacy badger crippled an entire e-commerce site because the site used some external service that drove part of it's interface.

          And my biggest gripe with JS: The ability of JS to trap a user on a webpage using the onunload event combined with message boxes must die. I have come across hijacked google image searches for even benign things that trap you in one of those "ALERT! FBI is watching you." or "Computer virus detected click here to clean your computer!" And they hijack the entire browser by using a single message box that loops while playing some alert siren sound or even a voice message. You then have to terminate the browser because the browser is so brain dead, it brings all focus to the message box and disables ALL controls (I'm looking at you, Google Chrome). PLEASE! For the love of all that is holy and good: DO NOT let JS ever, EVER control anything outside of the page content itself. Oh, you closed your browser in the middle of writing a 10000 word essay in web-word without clicking save? Or You closed your browser in the middle of a 10 step ordering process? Too bad. Seriously, too fucking bad. I'd rater client side security and safety than brain dead convenience. Besides, the page can autosave server-side using JS without interacting with the browser window. That right there is one big reason JS is a security risk. Sure it can't harm your PC but it is social engineering that cons people into spending money and installing malware. And web browser developers can fix that by removing that functionality.

      • (Score: 4, Insightful) by K_benzoate on Monday November 02 2015, @08:23PM

        by K_benzoate (5036) on Monday November 02 2015, @08:23PM (#257665)

        Anything beyond basic text and pictures requires it.

        I almost never want anything more than that from a website. OTHER PEOPLE want my browser to do more, and it's almost always so that they can do something that I consider malicious like track me or serve me ads that consume unreasonable amounts of my computing resources and bandwidth.

        --
        Climate change is real and primarily caused by human activity.
    • (Score: 0) by Anonymous Coward on Monday November 02 2015, @04:36PM

      by Anonymous Coward on Monday November 02 2015, @04:36PM (#257577)

      But it's just so Web 3.0, so disruptive man!

      Is the billion dollar Facebook check in the mail yet?

  • (Score: 5, Insightful) by iamjacksusername on Monday November 02 2015, @11:40AM

    by iamjacksusername (1479) on Monday November 02 2015, @11:40AM (#257435)

    We have a system like that already extant. It is an amazingly flexible system, with the precision level naturally adapting to the required level, surviving countless wars, migrations, triumphs and disasters while still being an tremendously useful tool for communicating information about specific locaitons. In fact, it is the universal system used by every culture recorded and will likely be used by our ancestors generations from now. The system is called "telling someone the name of the place."

    Do people really need a quick way to verbally exchange locations with that level of precision? We already have Latitude, Longitude and elevation when we need to be precise. We have electronic aids to generate that information. Telling someone to go to "purple monkey dishwasher" instead of "40.7484° N, 73.9857° W" is not truly helpful because, unless you already know where "purple monkey dishwasher" is, you still are going to look it up in a database like Google Maps to determine the location. On the other hand, telling someone "The Empire State Building" or "Uncle Bob's Orphanarium and Taco Stand" provides some useful information about the location as well as a shorthand for referencing the precise coordinates.

    Basically, this company has re-invented naming places. Which is good for them because I am sure they want these 3 words to become valuable brands which they can re-sell to interested parties. "Purple Monkey Dishwasher" is trending now!

    • (Score: 4, Insightful) by Dr Ippy on Monday November 02 2015, @11:51AM

      by Dr Ippy (3973) on Monday November 02 2015, @11:51AM (#257436)

      As a walker, I like to visit places in the countryside that have no generally recognised name.

      I would find this system useful.

      --
      This signature intentionally left blank.
      • (Score: 2, Funny) by Anonymous Coward on Monday November 02 2015, @12:02PM

        by Anonymous Coward on Monday November 02 2015, @12:02PM (#257441)

        Shill.

        • (Score: 2) by LoRdTAW on Monday November 02 2015, @02:09PM

          by LoRdTAW (3755) on Monday November 02 2015, @02:09PM (#257496) Journal

          You mean zombie shill.

          That or Chuck Norris's character Walker, Texas Ranger. In that case, I'd apologize. Quickly.

        • (Score: 2, Funny) by kazzie on Monday November 02 2015, @02:19PM

          by kazzie (5309) Subscriber Badge on Monday November 02 2015, @02:19PM (#257504)

          Are you from Somalia?

          anonymous.speaks.online [what3words.com]

          • (Score: 2) by captain normal on Monday November 02 2015, @04:17PM

            by captain normal (2205) on Monday November 02 2015, @04:17PM (#257560)

            Must be a Somali Pirate.

            --
            Everyone is entitled to his own opinion, but not to his own facts"- --Daniel Patrick Moynihan--
      • (Score: 2) by iamjacksusername on Monday November 02 2015, @12:32PM

        by iamjacksusername (1479) on Monday November 02 2015, @12:32PM (#257450)

        It seems useful for that but I am not sure why it is any better than what we use today. How would you know the 3-word location? Because somebody told you or you had to look it up. Either way, you would need to query somebody (and they probably would show you a map) or some database or map to find the 3-word location. In that case, you might as well use the existing system since they both involve consulting maps. It just seems to me that this is trying to solve a problem that is not actually a problem. I once was verbally given got some really odd, but astonishingly accurate, directions to somebody's house:

        "You are going to turn right at the 7-11. Don't turn at the 7-11 you want to turn at. That 7-11 is there to thwart you. Keep driving. You need to drive until you think you have driven too far, then drive a little bit more and then turn at the 7-11."

      • (Score: 3, Informative) by VLM on Monday November 02 2015, @01:13PM

        by VLM (445) on Monday November 02 2015, @01:13PM (#257465)

        The counterexample is some (mostly Germanic descendant) areas of the country will have roads with over ten names. Its not unusual for a physical slab of asphalt to run thru multiple small political municipalities all with different street names, and have a state highway designation name, and a county highway name. Believe it or not the feds sometimes play a part when a section of "state route number WTF" runs temporarily over a stretch of interstate highway due to construction or something.

        This can be confusing as hell for non-locals and even navigation systems. "So I'm trying to figure out how to turn onto state hwy 33 from county road A and all I know is I'm on Aspen Lane in WTF-ville" and it turns out all those names are the same road.

        Naturally the best solution to having 89 million shitty overlapping "standards" is to add another new, even bigger "standard".

        • (Score: 3, Informative) by iamjacksusername on Monday November 02 2015, @02:05PM

          by iamjacksusername (1479) on Monday November 02 2015, @02:05PM (#257494)

          Haha yeah I have a road by me that, for about 2 miles, has 4 different state and local numbers.

          The relevant XKCD standards link: https://xkcd.com/927/ [xkcd.com]

        • (Score: 3, Interesting) by jcross on Monday November 02 2015, @02:10PM

          by jcross (4009) on Monday November 02 2015, @02:10PM (#257497)

          Exactly, and the new standard is even worse, because the place name changes entirely every 3 meters. Playing around with the map, there seems to be no coherence whatsoever between adjacent grid squares, and thus no way to know that two 3-word addresses are next to each other without converting them to a more coherent system. This is probably good for the company selling the mapping/unmapping service, but an inconvenience to most everyone else. What it probably is good for is telling a taxi driver where to take you, but then again, slurring your words a bit when drunk could land you in Outer Elbonia with a hell of a fare.

          • (Score: 2) by Common Joe on Tuesday November 03 2015, @06:50PM

            by Common Joe (33) <common.joe.0101NO@SPAMgmail.com> on Tuesday November 03 2015, @06:50PM (#258051) Journal

            It's designed that way on purpose. Having "Purple Monkey Dishwasher" next to "Purple Monkey Dishes" could lead to unintended errors. By having a completely different names, one is quite sure that a person meant this 3m x 3m spot and not the other 3m x 3m right next to it.

            • (Score: 2) by jcross on Tuesday November 03 2015, @08:57PM

              by jcross (4009) on Tuesday November 03 2015, @08:57PM (#258130)

              That's what I figured too, but it doesn't necessarily reduce errors unless you know roughly where the location is supposed to be. For instance, say "Purple Monkey Dishwasher" and "Purple Monkey Dishes" both exist, and one is in my hometown and the other is across the world. If I'm telling one to a taxi driver it will be pretty obvious if I've got the wrong one, but if I put it on a package to mail it would not be. At the same time, if my house is 10 meters wide, it might have 4 legitimate addresses, all entirely different, and that's just counting the ones on the street frontage. One isn't always interested in 3 meter accuracy, and the situation gets even worse if my address resolves to an apartment building and I live on the 4th floor.

              Where the old tradition of named estates still exists, there actually are three word addresses, although not with 3 meter accuracy of course. I know a person whose entire address is in the form , County , Ireland. Basically just three words, but the neat part is you can get some basic information about where it is without looking it up. In other words, the scheme has a transparent hierarchy which this new one lacks.

              • (Score: 2) by jcross on Tuesday November 03 2015, @08:58PM

                by jcross (4009) on Tuesday November 03 2015, @08:58PM (#258131)

                Whoops, my angle brackets got eaten. It should have been "(Estate), County (Name), Ireland".

        • (Score: 1) by Francis on Monday November 02 2015, @04:13PM

          by Francis (5544) on Monday November 02 2015, @04:13PM (#257553)

          Even in places that are less complicated, you can still have roads with 2 or more names. And sometimes that becomes 3 names when you hit the city limits. It causes a lot of grief when Google will use the state designation even though the street itself doesn't have any markings to suggest the state designation.

          • (Score: 2) by VLM on Monday November 02 2015, @04:37PM

            by VLM (445) on Monday November 02 2015, @04:37PM (#257579)

            It causes a lot of grief when Google will use the state designation even though the street itself doesn't have any markings to suggest the state designation.

            I've been surprised by that a couple times. Sounds like it would be trivial for the google camera van to OCR every sign it sees and only display turn by turn instructions using names actually visible on real world signs. Since it's blindingly obvious while they don't do that, I assume its some kind of patent insanity holding back progress.

            Another blindingly obvious "why don't they OCR" / "must be patented" relates to landmarks. Instructions should have things like "Pass the prosperity gospel megachurch billboard on the left a half mile before your destination" or whatever to help you navigate.

            My personal favorite came up just last weekend, you're cruising down a major arterial that is the border between two municipalities and there's an intersection turn left for county hwy WTF into the wilderness or right for Main street, and the locals only use the "cool" name so the verbal instructions are things like "turn left on to main" well there isn't a main street to the left because that's outside city limits! Am I lost or are they just really bad at giving directions, or possibly both?

            • (Score: 1) by Francis on Monday November 02 2015, @09:11PM

              by Francis (5544) on Monday November 02 2015, @09:11PM (#257686)

              It's a matter of point of view. Around here we have highway 99, which is also Aurora within the city limits. Inside the city it's Aurora and it's not unless you want to leave the city that calling it 99 makes any sense. Somebody who's coming to the street from the east or west would turn onto the same street. But, in one direction it's Aurora and the other it's 99. I doubt most locals think about it like that. I know I don't.

              Landmarks are definitely doable, I suspect the problem there is deciding which ones to use. Without them personally driving the streets and making decisions about what would and wouldn't be used as a landmark for navigation, it would lead to the same problem I was talking about where the directions weren't particularly meaningful.

      • (Score: 3, Informative) by Nuke on Monday November 02 2015, @02:17PM

        by Nuke (3162) on Monday November 02 2015, @02:17PM (#257503)

        I like to visit places in the countryside that have no generally recognised name.

        So do I, in the UK, where serious walkers tend to use what is called the National Grid system which defines any spot to within 100 meters with two letters and six digits. !00 m is near enough to find eg "Go through in the gate on your left at SU 325798". No, you cannot remember it (so write it down or pre-mark it on your GPS device) but I would not remember a series of 3Word names either.

        As for Third World nations not being able to define places, which I find very suprising, I suggest they get their acts together and start giving their places some names. The UK acquired most of its place names back in the Dark Ages, and streets are given names when they are built - mostly assigned by local people or the builders. It does not need planet-sized brains, vast amounts of money, computing power or First World aid to do it.

        • (Score: 2) by gidds on Tuesday November 03 2015, @06:08PM

          by gidds (589) on Tuesday November 03 2015, @06:08PM (#258025)

          Or, for identifying houses and other buildings (which is much more common as a target for navigation), we have a postcode, ranging in format from 'A9 9AA' to 'AA99 9AA'.  This identifies no more than 100 properties; it can identify a single department or floor of a big business.  They're very well-known and used everywhere in addresses — and they're already used almost universally in GPS, mapping, and navigation in the UK.

          --
          [sig redacted]
    • (Score: 2) by TheRaven on Monday November 02 2015, @12:38PM

      by TheRaven (270) on Monday November 02 2015, @12:38PM (#257454) Journal
      I used to live in a house that had an address on a road, but was only accessibly at the front and walking along the raised footpath that ran just above that road. The house was split into three flats and, although all three flats had addresses on the same road with different numerical suffixes, one of the flats only had a door (and letterbox) on the road at the rear that didn't have a name. Oh, and this was in the middle of a city. Having a way of identifying the location of the front door accurately would have been useful to both visitors and to the postman.
      --
      sudo mod me up
      • (Score: 3, Insightful) by isostatic on Monday November 02 2015, @12:51PM

        by isostatic (365) on Monday November 02 2015, @12:51PM (#257458) Journal

        In the country I live there would be "11A", "11B" and "11C". There would be a small sign next to the path saying "11B,11C -->"

        How is a postman supposed to know where "fetching some coffee" is? He'll translate it to 51.123521N,3.234566E, and then pull a google map at that location. God knows how he's supposed to sort an address of "fetching some coffee" and "raining again today" and realise that they are next door to each other.

        • (Score: 2) by iamjacksusername on Monday November 02 2015, @01:13PM

          by iamjacksusername (1479) on Monday November 02 2015, @01:13PM (#257466)

          To follow-up your example, I have relatives in Cambodia. Outside of the city, addresses are... well, they exist but they are not readily accessible in general databases and may not in fact be useful. Sometimes they are basically "name + town". So, if I wanted to give the precise location for a house in rural Cambodia, I would just mark the location on a map and send the map or, if I did not have the precise map coordinates, send the town name and say, "Ask the lady who owns the coffee shop with the red sign once you get there."

      • (Score: 2) by iamjacksusername on Monday November 02 2015, @01:01PM

        by iamjacksusername (1479) on Monday November 02 2015, @01:01PM (#257460)

        You could have done that - just provide the postman and visitors the precise latitude, longitude and elevation of your front door. Since we are talking about meters-level precision, they would be most likely using a map anyway with some electronic means of receiving a location. Just use the existing coordinate system; no need to invent a new one.

          It's like when somebody on a smartphone is trying to explain direction like, "go here, turn right, go 3.5 blocks, etc..." They have maps on your smartphone. They have a way to get the location on your smartphone. Just message (text, email, or whatever) the map location and save everybody the aggravation of potential miscommunication.

    • (Score: 4, Interesting) by richtopia on Monday November 02 2015, @03:49PM

      by richtopia (3160) on Monday November 02 2015, @03:49PM (#257537) Homepage Journal

      The big difference between a place's proper name and this 3 word system is that the 3 word system is designed for portability; being largely algorithm based with a 10mb footprint. Without relying on some cloud provider, I don't know how you would find Bob's Burgers. Or, how you identify one McDonalds from the other beyond a lengthy verbal description.

      I am biased thanks to my travels in other nations. East Asia in particular is difficult for a westerner to translate places into searchable/findable locations. For example, Japan's house numbering system does not follow the street numbering system found in the USA, but instead assigns house numbers for a local area. Combining this with not being able to read many signs makes for some frustrating experience.

      As for Latitude and Longitude, it is great except for the one design goal of this 3 word system: ease of human communication and remembering. I've typed coordinates into my smartphone before, and it is frustrating, not to mention error prone.

      • (Score: 2) by iamjacksusername on Monday November 02 2015, @05:01PM

        by iamjacksusername (1479) on Monday November 02 2015, @05:01PM (#257589)

        You're not wrong about Asia. I have spent some time SE Asia and you do run into the translation problem. That said, you would still need to know the place you are going to look up it's 3-word location. Then, you have to hope the location is up to date and accurate which is definitely not a safe assumption. Vietnam is pretty bad about that outside Saion or Hanoi. If Google maps even has the address, the location is usually within 1 - 2 block radius of wherever Google thinks it is. You end up wandering up and down alleys. I was trying to get to an address in Nha Trang and the actual location was 3 blocks and 2 random alley turns down unlabeled alleys away from where Google and OSM said it was.

    • (Score: 2) by captain normal on Monday November 02 2015, @04:14PM

      by captain normal (2205) on Monday November 02 2015, @04:14PM (#257556)

      Does anyone still give out verbal directions anymore? Whenever I give out directions I just put it in a simple SMS. Works just as well for coordinates. You can also attach a map from Google Maps or Here Maps.
      Besides just how do these word locations work if one only speaks Swahili?

      --
      Everyone is entitled to his own opinion, but not to his own facts"- --Daniel Patrick Moynihan--
    • (Score: 2) by vux984 on Monday November 02 2015, @07:06PM

      by vux984 (5045) on Monday November 02 2015, @07:06PM (#257642)

      The system is called "telling someone the name of the place."

      "Fort Mountainview" The tree fort I built in the woods next to an abandoned car doesn't tell you anything about where it actually is. Nor can you look it up anywhere.

      We already have Latitude, Longitude and elevation when we need to be precise.

      Yes, we do have that.

      Telling someone to go to "purple monkey dishwasher" instead of "40.7484° N, 73.9857° W" is not truly helpful because, unless you already know where "purple monkey dishwasher" is, you still are going to look it up in a database like Google Maps to determine the location.

      If I tell you 40.7484N 73.9857W will you remember it long enough to enter it into your lookup tool? I'll probably be able to remember 'purple monkey dishwasher' without much difficulty for several days. And in fact I've *already* forgotten the numerical coordinates; and I just typed them seconds ago.

      Frankly, in principle, this is a really good idea with a lot of useful applications. A widespread public system with no costs attached to it could well catch on. It could be useful for geo-caching, it could be useful as a supplement to long/lat as an error checking code; or an alternate method of entering in coordinates into a navigation system, to remembering/sharing locations fishing holes, deer blinds, cave entrances, or rare flowers.

      Potentially even military applications, likely against a different algorithm with a different dictionary to add a layer of security; potentially adding a fourth word to specificy the dictionary... then new operations can use new dictionaries. One part security through obscurity which isn't particularly valuable... but one part reliabilty... set the drone to drop bombs at 43.2114N 88.4241W [correct battery horse staple] ... as an error check.

      Basically, this company has re-invented naming places.

      You probably poo-poohed DNS too since we already had ip addresses.
      Yes, 43.2113N 88.4222W works, but correct battery horse is less likely to suffer a typo, and is much easier to remember and verify by humans.

      • (Score: 1) by Osamabobama on Tuesday November 03 2015, @01:11AM

        by Osamabobama (5842) on Tuesday November 03 2015, @01:11AM (#257769)

        Both sets of coordinates miss the house and the barn. If you are aiming for a mobile target that is in that field, you will likely need real-time decision making capability, rather than bomb-on-coordinate targeting.

        --
        Appended to the end of comments you post. Max: 120 chars.
        • (Score: 2) by vux984 on Tuesday November 03 2015, @02:49AM

          by vux984 (5045) on Tuesday November 03 2015, @02:49AM (#257794)

          Both sets of coordinates miss the house and the barn.

          I don't know what this means??

          If you are aiming for a mobile target that is in that field, you will likely need real-time decision making capability, rather than bomb-on-coordinate targeting.

          Sure. In a new scenario that you presented yourself you'll need real time targeting. What does that have to do with the suitability of competing coordinate systems for specifying fixed points? And even in your scenario the bomb-delivery-system still needs to navigate to the field.

          • (Score: 1) by Osamabobama on Tuesday November 03 2015, @08:12PM

            by Osamabobama (5842) on Tuesday November 03 2015, @08:12PM (#258097)

            I was just commenting on your coordinates. There's no clear target in the Wisconsin field containing the lat/long you listed. The real-time targeting scenario was a supposition that you had other imagery besides what Google and Bing offer that might show a target for the drone. http://binged.it/1Hpq4rI [binged.it]
            Based on your feedback, though, I suspect those given coordinates were arbitrary...

            --
            Appended to the end of comments you post. Max: 120 chars.
            • (Score: 2) by vux984 on Tuesday November 03 2015, @09:12PM

              by vux984 (5045) on Tuesday November 03 2015, @09:12PM (#258141)

              Based on your feedback, though, I suspect those given coordinates were arbitrary...

              Completely arbitrary. I'm thoroughly amused that it was somewhere almost interesting enough to have seemed relevant. I can just imagine with just a little more luck on my side there might be some poor farmer in Wisconsin wondering what I have against him and his barn; that it was targeted so precisely... :)

    • (Score: 2) by art guerrilla on Tuesday November 03 2015, @02:03AM

      by art guerrilla (3082) on Tuesday November 03 2015, @02:03AM (#257784)

      at jack-

      i can't disagree with a single argument you've made (except it still obtains that 99%+ of us would have difficulty remembering lat/longs, vs this virtually foolproof mnemonic), but i still think it is a pretty cool idea, and probably has some great specific use...

      • (Score: 2) by iamjacksusername on Tuesday November 03 2015, @02:08PM

        by iamjacksusername (1479) on Tuesday November 03 2015, @02:08PM (#257916)

        It is an interesting idea but I cannot see it catching on. There is precedent - another comment below mentioned Maidenhead Locator System which is a system used by some hams. In a basic 6 character entry, the world is divided into squares where no point in each square is more than 12KM apart. Further precision can be added by further subdividing the squares:

        Link: http://www.vklogger.com/grid_squares_info.php [vklogger.com]
        "
        Yet again, the first character represents longitude, and the second character represents latitude.

        Latitude = S37° 26.1'
        Longitude = E144° 33.8'

        Grid Locator would = QF22gn

        Subsquares can then be further divided down to 8, 10, or more charcaters.

        However beyond 8 characters, you may be better off using latitude and longitude, as this is an absolute method of referencing a position. Squares, no matter how small they become, always have a margin of error, depending where you may be within that square. "

  • (Score: 4, Interesting) by bradley13 on Monday November 02 2015, @12:02PM

    by bradley13 (3053) on Monday November 02 2015, @12:02PM (#257440) Homepage Journal

    Cute idea. The precision is high enough that you can move the "pin" over just a few meters and see several different word combinations. Find the one you like for your address. Ideal would be some sort of search function, or way to list all combinations within x meters of a particular point. Probably no one wants to live at "ugly.snotty.slugs".

    Of course, critical mass is the problem - you need "everybody" to be aware of this, before it makes any sense. Actually, this company looks to me like one of those founded in hopes that they will be bought up by a real map company. They are probably hoping Google Maps notices that they exist...

    --
    Everyone is somebody else's weirdo.
    • (Score: 5, Insightful) by gargoyle on Monday November 02 2015, @12:33PM

      by gargoyle (1791) on Monday November 02 2015, @12:33PM (#257451)

      High precision but with no way to work out what the address nearby might be without having a the database of places and 3 word addresses on you all the time.

      At least with Latitude and Longitude, if you know the coordinate, you can tell what a lower resolution co-ordinate will be and remembering the first few digits of each part of a co-ordinate allows me to get close to my destination.

      For example in the original post, an example of "limbs.pinning.honk" is given which represents a place on the White Sea, "limb.pinning.honk" represents a place near Khandyga, those 2 places are 8800 km apart by road. If you could guarantee that the places were always that far apart it might be useful since you'd instantly know you've got the wrong address, but since the addresses were assigned randomly, you could find two close addresses which weren't obviously different places.

      if for example a place address is found to be confusing due to similarity of addresses nearby, you can't even update the database because every instance of the database would have to be updated with the new address, that means no offline handheld devices could be updated with new address information which to mean would seem to limit the usefullness of the most obvious use case for this system (i.e. providing addresses to a mobile workforce, over poor quality telephone calls) .

      • (Score: 1, Informative) by Anonymous Coward on Monday November 02 2015, @12:36PM

        by Anonymous Coward on Monday November 02 2015, @12:36PM (#257453)

        Their FAQ says:

        We have taken out offensive words and homophones (e.g. sale & sail), and have shuffled all of our similar sounding (e.g. plurals) 3 word locations as far away from each other as possible so it’s obvious if you have made a mistake. It’s better to be 400 miles out than 1 mile out so you know instantly that you’re wrong and don’t set off to the wrong place!
         

        • (Score: 3, Funny) by VLM on Monday November 02 2015, @01:08PM

          by VLM (445) on Monday November 02 2015, @01:08PM (#257461)

          We have taken out offensive words

          Talk about taking all the fun out of it.

          • (Score: 1, Offtopic) by Thexalon on Monday November 02 2015, @04:34PM

            by Thexalon (636) on Monday November 02 2015, @04:34PM (#257574)

            More to the point, context can determine when a word is "offensive" or not. For example, a well-known word beginning with the letter "n" is offensive if you're making jokes, probably not particularly offensive if you're singing rap, and probably necessary when discussing history or Mark Twain. And that matters: You can't say the full name of the group NWA, or one of its most popular songs, without saying "offensive" words.

            George Carlin was right about the basic problem: A lot of people try to censor the words people use to express offensive thoughts, rather than trying to deal with the offensive thoughts. It's not the n-word you need to be opposed to, it's the racist who's using it!

            --
            The only thing that stops a bad guy with a compiler is a good guy with a compiler.
            • (Score: 2) by VLM on Monday November 02 2015, @04:46PM

              by VLM (445) on Monday November 02 2015, @04:46PM (#257584)

              I suppose offensive phrases can be generated using individually acceptable words. I have not found any "fun" phrases yet despite all kinds of experimentation. Someone is apparently filtering phrases, not just words.

              I suspect they're going to have fun with google bombing type issues, like if someone tried to buy the link "meat.is.dog" or "enjoy.your.salmonella" for the local Chinese takeout place without their approval.

        • (Score: 0) by Anonymous Coward on Monday November 02 2015, @04:04PM

          by Anonymous Coward on Monday November 02 2015, @04:04PM (#257544)

          Oops, sorry that our missile hit your house. It was supposed to hit a target across the globe, but the operator accidentally used plural instead of singular.

    • (Score: 3, Insightful) by isostatic on Monday November 02 2015, @12:39PM

      by isostatic (365) on Monday November 02 2015, @12:39PM (#257455) Journal

      We couldn't find any results for ugly.snotty.slugs

      However, for me at least, it's dropped it in the middle of London, so that's appropiate.

      When googling the three words that crop up for my own address, the first result is a porn site.

      The major problem with this system is there's no way of knowing "limbs pinning honk" is near "girders costing manliness" or "bracing unrestricted trophy".

      Most people in the UK (errantly, yet almost entirely accurately) use postcodes. I know that my great uncle Bob lives at "12 Station Road Holmes Chapel UK". Easy enough to remember, it's also CW4 7AU (somewhere in Holmes Chapel, and not far from CW4 7ET, but nowhere near WA4 7AU)

      "including kicked grace" tells me nothing.

      Imagine a GPS device that only gave out these 3 words. You could be 5M for your target spot and have no idea about it.

      • (Score: 2) by ledow on Monday November 02 2015, @01:16PM

        by ledow (5567) on Monday November 02 2015, @01:16PM (#257467) Homepage

        The problem for me is that it's completely useless.

        Search on my postcode and the three words are harder to remember than the postcode, or even the address.

        Move a centimeter to the right and it becomes even worse but, as you say, totally uncorelated to anything useful.

        But the name of my street will always get you to within a few hundred yards on the correct street. A number and name is still less than the three words and gets you to the door. And you don't have to worry that Jim navigated to "brown cow rubbish" rather than "what git said", or similar. One mis-spelling or even get the words in the wrong order, and you can be anywhere on the planet. And one "location" can have thousands of descriptors that are all different.

        Too much messing about, not enough practical thought, and nowhere near popular enough to advertise your "three words" rather than a postcode or even just address.

        • (Score: 2, Insightful) by tftp on Monday November 02 2015, @07:02PM

          by tftp (806) on Monday November 02 2015, @07:02PM (#257639) Homepage

          One mis-spelling or even get the words in the wrong order, and you can be anywhere on the planet.

          It is important to understand the difference between how humans memorize numbers and words. Numbers rarely have an association, unless they just happen to match some other sequence or object that you remember. Words are all about associations. Humans will remember not literal words, but their meanings, their images. When recalled, instead of "limbs.pinning.honk" they will recall something else, something similar - perhaps involving monks who allow themselves too much freedom with their extremities. As it is essential to recall the name exactly, you lose everything if you misremember. Even the lat/lon coordinates don't have such a problem - if you need a place at 33.456N and 27.123E, you can start with 33N and 27E and ask around :-) However when you are at the "pimps.beeping.conk," after three days of air travel, you cannot really do much there if in reality you needed "blimps.pegging.wonk"... and there is no checksum even to make sure that the combination of words makes sense.

          If humans start getting flooded with senseless 3-word combos, they will all mix up in their memory. It's worse than useless. This is why hierarchical locators are so much in use (country, city, street, building, person.)

          It is also important to consider the language. As the system has to be universal and work on the entire planet, it has to be understood by everyone. However there are many scripts and languages on this Earth. Some scripts cannot even encode those words; some readers cannot even read them; and some can read but do not understand the words. (Not that understanding is needed - but without an association those words are just long random tokens.) This problem had been solved by postal systems a long time ago. You can write the country (and, if you wish, the city) in English, and the rest of the address can be in local language - once the letter gets there, the postman will understand what address you want, no matter how the local street numbering system works. In Russia, for example, there is a street, and there is a house number... but that number can belong to several different physical buildings! They are then numbered on another level, under the house, with numbers or letters. The postman knows every delivery location in the area and will have no problem. But try to write that address in a foreign language - terms are essential (дом, корпус, строение) but translation of those is hard, as they mean nearly the same thing.

  • (Score: 4, Informative) by VLM on Monday November 02 2015, @01:21PM

    by VLM (445) on Monday November 02 2015, @01:21PM (#257468)

    Will it catch on?

    Probably not.

    I have a few decades experience converting British Maidenhead Grid Square locators into the words "dot" and "dash" for ham radio purposes and other than a small subset of ham radio guys involved in the VHF/UHF/microwave weak signal corner of the hobby nobody is very interested.

    I also spent some time in .mil with one of those clear plastic map grid square thingies reading off and reading out military style grid squares.

    LORAN coordinates were something like the time of pulse delay accurate to nanoseconds or something and that string of digits could be plotted on a map, gave a hyperbolic curve as I remember.

    Finally "aeronautical approach plates" for airports give at least some positions as VOR radial and DME distance. The field I flew lessons out of didn't have its own VOR but it was 6.2 nm on the 110 radial of some VOR name I now forget.

    None of the previous attempts have gone anywhere.

    • (Score: 2) by iamjacksusername on Monday November 02 2015, @02:14PM

      by iamjacksusername (1479) on Monday November 02 2015, @02:14PM (#257500)

      Very true. It needs to be more than a marginal improvement to catch on. Everybody who needs that level of precision already has a system already for that. Hams are an interesting bunch... I had not thought about them. if anybody would use a system like this they would be the ones that would comes to mind as most likely.

    • (Score: 2) by Hyperturtle on Monday November 02 2015, @05:35PM

      by Hyperturtle (2824) on Monday November 02 2015, @05:35PM (#257607)

      I was hoping something like DNS would take root, since IPV6 addresses are hard!

      But with ibeacons and stuff that identifies you based on your nearest seat and which table on what floor in office building, the real question is:

      How to make it easy for consumers to not see the things around them that are ugly for them to notice. Not everything needs a name, but everything needs an identifier.

      layer 2 addressing, layer 3 addressing, and DNS for the layer 3 addressing for us humans does that just fine already.

  • (Score: 2) by fritsd on Monday November 02 2015, @01:57PM

    by fritsd (4586) on Monday November 02 2015, @01:57PM (#257489) Journal

    As a kid, I found the Guinness Book in the library, and learned about places with long names, like Llanfairpwllgwyngyll [wikipedia.org] or, even more extreme, Bangkok [wikipedia.org].

    As a grown up, I learned to appreciate place names like the (fictional) Your Finger You Fool [lspace.org] (thanks sir Terry).

  • (Score: 2) by VortexCortex on Monday November 02 2015, @02:40PM

    by VortexCortex (4067) on Monday November 02 2015, @02:40PM (#257515)

    I.just.found Shaka.Walls.Fell [domaintools.com]

  • (Score: 3, Insightful) by https on Monday November 02 2015, @04:45PM

    by https (5248) on Monday November 02 2015, @04:45PM (#257583) Journal
    Good luck porting this to non-Latin locales. I imagine it can be done, and their website suggests it has been ported to at least one non-English language, but the manpower needed to get the same claimed benefits in every language? Not small and not unskilled, hence expensive. They admit can't automate it. In addition, this bit suggests to me they have no clue how clueless they appear:

    The system was developed by What3Words and is already being used in Geographical Information Systems, and other earth mapping applications where there aren't convenient ways to exchange geo-coordinates verbally.

    You're using a GIS system. You can store and exchange latitude and longitude (or UTM, or WGS84, or whatever other coordinate system floats your boat) non-verbally. This is a solution to a problem that does not exist. Colour me unimpressed.

    --
    Offended and laughing about it.
  • (Score: 2) by Covalent on Monday November 02 2015, @05:11PM

    by Covalent (43) on Monday November 02 2015, @05:11PM (#257596) Journal

    https://map.what3words.com/plumber.obviously.responsible [what3words.com]

    Apparently he is obviously responsible!

    --
    You can't rationally argue somebody out of a position they didn't rationally get into.
  • (Score: 1, Insightful) by Anonymous Coward on Monday November 02 2015, @08:47PM

    by Anonymous Coward on Monday November 02 2015, @08:47PM (#257677)

    This is retarded.

  • (Score: 0) by Anonymous Coward on Monday November 02 2015, @09:20PM

    by Anonymous Coward on Monday November 02 2015, @09:20PM (#257692)

    Stargate SG-1 [wikipedia.org].

    I've got a wormhole you can go through, baby!

  • (Score: 0, Disagree) by Anonymous Coward on Monday November 02 2015, @10:04PM

    by Anonymous Coward on Monday November 02 2015, @10:04PM (#257710)

    for IPv6

    • (Score: 0) by Anonymous Coward on Tuesday November 03 2015, @04:38AM

      by Anonymous Coward on Tuesday November 03 2015, @04:38AM (#257818)

      DNS?

  • (Score: 2, Insightful) by Anonymous Coward on Monday November 02 2015, @10:39PM

    by Anonymous Coward on Monday November 02 2015, @10:39PM (#257719)

    Do. Not. Want.

    or

    This. Is. Stupid.