HN user

sallen

63 karma
Posts0
Comments16
View on HN
No posts found.

Agreed, this seems silly to build your own which likely performs worse than PosgGIS and has way more bugs.

At least the article could have addressed why that would not work for their use case.

edit: also now they have to classify polygons into groups that wholly fit into some "city" polygon. That seems like it becomes a pain to maintain since you may want to expand a region in the future and it happens to go outside of your previously defined "city". Or maybe you want a region that isn't in a "city", like a "country" or "mid-atlantic" region.

As mentioned in the article:

The group’s next challenge is finding a way to keep the suit tight. To do this, Holschuh says there are only two options: either maintaining a constant, toasty temperature, or incorporating a locking mechanism to keep the coils from loosening. The first option would overheat an astronaut and require heavy battery packs — a design that would significantly impede mobility, and is likely infeasible given the limited power resources available to astronauts in space. Holschuh and Newman are currently exploring the second option, looking into potential mechanisms to lock or clip the coils in place.

Surprised nobody has mentioned this yet, but if you use (or can move to) Namecheap for your domain registration, they provide free DNS service that includes dynamic DNS [1]. The script to set it is merely an HTTP GET to a URL. A lot of routers provide that ability as part of their dynamic DNS set up (I know dd-wrt does, as does the Mikrotik router I currently own).

[1] https://www.namecheap.com/support/knowledgebase/category.asp...

Interesting in the 5 years since this was written, what the friend claimed would happen has come to pass. Car2go runs several all electric car sharing fleets in various cities. I've used the one in San Diego a number of times.

iPhone 5 14 years ago

Traffic is one of the main things I use Google Maps for on my iPhone. How does the traffic in Apple Maps compare? I'd hate to lose that.

Agreed. This article is stupid because it extrapolates from a few cases he's seen personally (and it was his coworkers messing up; I'm sure he's such a good developer that he's never made a mistake attributable to the command line tool, like making a typo).

And as long as we're being totally unscientific about the whole thing, the most common mistake I've seen when using a version control system has come from people checking in unintentional modifications using the command line tool because it is easy to miss. In a GUI, you can better see what is being committed, and a simple checkbox lets you skip it, while double clicking gives you a diff that makes it so much easier to review every change before you commmit.