You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here is a regular expression I created to identify Capitalized and ALLCAPS alphanumeric words that are not at the start of a sentence which may indicate they are proper names aka a pronoun. It uses a lookbehind ?<= to avoid matching words at the start of a sentence.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 156EHDsWbvkWaHbhRXMCBRqkwQY31kfNLc https://explorer.blockstack.org/address/156EHDsWbvkWaHbhRXMCBRqkwQY31kfNLc
Excerpt from my ideas notebook in 2006 describing a system for generating word based locations
051. Word based locations
Keywords: software, service, patent
Opportunity
This is an evolution of idea #043 with the realization that availability of GPS location will soon be almost universal to anyone with a cellphone, hand held computing device or laptop. The problem remains that the answer to the question "where are you" can still be a problem to communicate. Only a small percentage of the earth's surface can be accurately identified by a street address - for the rest we must rely on ad-hoc relative location such as "near the big tree a mile past the Foo exit of the freeway Bar". Or when off-road even more ad-hoc. The alternative is to revert to the use of the canonical latitude and longitude system. Unfortunately to locate some one accurately with latitude and longitude requires up to five decimal places of accuracy (1 meter resolution), combined with one to three leading digits each of latitude and longitude and a +/- or N/S E/W indicator. That makes for a lot of information to transfer probably
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters