That indicates that approval has been rolled up into GoDaddy at this point, and you’ll have to get a notarized letter from the city for them to issue you a domain.
Unfortunately the author is correct that you’re pretty screwed if the locality is no longer delegated. I messaged GoDaddy to register one in Boston, they asked for a _notarized_ letter on the local governments letter head approving. No one within the Boston city government knew what their procedure would be, and those willing to say yes didn’t have a notary around. They ended up citing a state law indicating that no locality domains were to be used for _government_ purposes in MA as their reason to say no, when of course that has no bearing on private use…
If anyone would like to band together to push city of Boston or Cambridge to start approving these, please let me know! I can revive some email chains.
That law was a reaction to a Federal thing (through CISA i think) to migrate all governments to the .gov domain in the US in the name of security and branding.
They were pushing it hard when DNSSEC was being babbled about by cyber people.
To be honest migrating government infrastructure to .gov makes it much easier to at least get some minimal handle on the extent of critical governmental infrastructure.
Totally agree, not a bad idea at all. Some local governments aligned their web presence around the tourism and chamber of commerce type organizations, which made it confusing for people to know where they had to pay their water bill vs. get tourism info.
> They ended up citing a state law indicating that no locality domains were to be used for _government_ purposes in MA as their reason to say no, when of course that has no bearing on private use…
> If anyone would like to band together to push city of Boston or Cambridge to start approving these, please let me know! I can revive some email chains.
I'm confused by this. Some have migrated away from the locality domains but some are still in use even by official/state purposes.
I am not sure I understand. Are you saying boston.ma.us and cambridge.ma.us are no longer delegated? A whois record on both of the subdomains tells me there is a registrar for it. Either ways, I am happy to band together if it makes a difference.
I only have first hand experience with boston.ma.us and seattle.wa.us, and might have some of the terminology wrong but:
* Originally, anyone could ask to take responsibility for a locality, and serve as the registrar for it. Individuals and small ISPs did this en masse.
* Many decades have passed, many went out of business or became derelict in their obligation to administer their delegated subdomain.
* When this occurs, the responsibility rolled back up to top level registrar which today is GoDaddy (used to be Nuestar until they got bought). GoDaddy's policy is that they'll only give out a subdomain registration on a locality if you show them a notarized letter from the locality's government saying you can have it. They will _not_ delegate the whole locality back to a local entity to set up a process.
* No one in local government will furnish this letter, because it's logistically inconvenient ("no notary in our office") and there's no official policy on how to handle the requests ("all I can find is this state law that says we can't"). My representative declined, and even talking with the tech people in City of Boston only went in circles. I may have been the first person to ask, and they'd probably rather I registered an .e.g. .boston and left them alone.
Meanwhile for Seattle, the small ISP that manages the locality TLD is alive and well and will hook you up within the week for free. I registered http://rcr.seattle.wa.us/ while talking to the Boston IT people as a small demonstration that other similar localities have functioning ecosystems around the TLD, to no avail.
My proposed way of breaking the logjam with city of Boston has two prongs:
1. Have several independent people simultaneously and persistently asking for a letter allowing them to have a subdomain. Provide social proof that at least a few people want the city to provide this service.
2. Obtain a letter from another MA locality which is more willing/able, to be able to show the city that its possible within state rules. I was planning to give it a go with Cambridge.
I am happy to forward my correspondence with the city to you or anyone interested in giving it a go. You can find my email address if you look.
I noticed the same friction while trying to integrate Answer Set Programming solvers into Python projects. The people who built the dominant ASP solver actually provide nice solutions though. Possible inspiration for Prolog tooling:
Clorm (Clingo ORM) [1] makes it easy to create facts after you define simple predicate Python classes. Here's an example project of mine which uses it to set up a scheduling problem (Python -> ASP) and to present the results (ASP -> Python).
Clingo (the solver) exposes its internal AST implementation through Python bindings[2], so you can build up rules or other statements from typed components instead of strings. This simplifies the translation bits of implementing an ORM or whatever kind of wrapper a developer would prefer.
There are standards for the amount of force the mask must withstand and punch test devices like these [1] to exert them repeatably. Officials punch a few times across the front and the sides, look for failure or severe deformation, and the mask passes for the event.
Cool indeed! While language-to-code (where code is a regular, general-purpose language) has only recently started to be workable, text-to-SQL has been a long running application/research area for semantic parsing.
That's a fair characterization; the 3D league is meant to incorporate physical constraints, and learning "through" those to the higher level aspects of the game is challenging.
That's what the 2D league exists for though.
The Google simulator lets you learn from pixels if you want to, but the agent that you're controlling only has 8 actions [1] available to it, so the learning problem here really has no bearing on a robotics application or anything in the real world that I can think of.