HN user

Lutin

48 karma

Data Infrastructure Engineer @ discordapp.com

[ my public key: https://keybase.io/schlegel; my proof: https://keybase.io/schlegel/sigs/eVJlfSYX93klbBOTFDX4U8bGKz-vrI8mkBdsZAntzL0 ]

Posts2
Comments14
View on HN

The fairly consistent location of a station-based bike makes it attractive to me for both commuting and errand running. I have a GoBike station right near my house and right near my work, and it's very easy to fit into my routine, whereas pulling out a phone to (hopefully) find a dockless bike is much less convenient to me in those cases.

We dual-write mostly to be able to offload certain query patterns, like joining large tables on non distkeys. Redshift does much better than BQ joins as long as they're on the same DISTKEY or if you can afford to make the table DISTSTYLE ALL, but if you can't, having to shuffle really impacts not only the runtime of that specific query, but also any other running queries. We have a job that took 1 hour on a 28 node dc2.8xlarge cluster, but only 4 minutes on BigQuery with basically no rewriting of the query, and saw a reduction in runtimes of concurrent jobs as well.

As binarymax mentioned[1], it's very useful when you want to test on multiple devices where editing the host file would be undesired or not possible. This includes mobile devices or computers that are not your own or that you don't have administrative access to. It's also easier to just share a link instead of asking people to change their hosts file just to test a part of a site.

[1] https://news.ycombinator.com/item?id=7732756

This article is misleading in its description of the technology and its use of phrases such as "...their lack of cell, Wi-Fi, Bluetooth, and NFC connections." They seem to confound lack of wide-area connections with a lack of local-area connections. It appears the authors simply have a protocol they have devised agnostic of a specific transport layer, and they are writing interfaces to every transport layer possible on the top three mobile platforms.

I highly advise anyone interested in this to instead read the information on the Kickstarter page: http://www.kickstarter.com/projects/fasetto/fasetto-sharing-...

Scroll This 13 years ago

They're actually videos of the Nike iOS native implementation.

The problem is that your rotation is relative to the dodecahedron, not the page, and that it uses inverted vertical rotation but not horizontal so it's kind of hard to get used to IMO. I would also switch to movement when a user clicks and drags as opposed to whenever they move the mouse.

I noticed an oddity when switching between metric and Imperial/US measurements. Metric gave me 94% humidity and 23 kph while imperial gave me 88% and 9 mph.