top | item 36946964

(no title)

sleet_spotter | 2 years ago

As the hole gets deeper, the amount of time to bring up core sections and send the drill back down become significant. That combined with the previously mentioned short field season. Drilling more than a few hundred meters becomes very difficult logistically as well, especially in such a remote setting.

discuss

order

foota|2 years ago

Who knew, drilling is O(N^2)

quickthrower2|2 years ago

Anyone who has hung a heavy picture/frame? :-)

(you need to pull the drill out periodically to let the dust out, and the distance of that pull increases with depth. But it is O(K1 * N^2 + K2 * N) where K1/K2 are pull-out and drilling-in (both seconds per mm), and for short holes most of the time will be drilling not removing dust.

hcnews|2 years ago

It's not O(N^2) is it? It can be a continuous line of ice being pushed up. Depending on the weight bearing ability of the lift and digging capacity, you would figure out a fixed distance after which you would place the buckets to carry up the ice.

Its an interesting interview question at the very least. (More complications arise as and how you get deeper into the ice).

devoutsalsa|2 years ago

We need a couple more bore holes to do a Tower of Hanoi style question for interviews.

mywittyname|2 years ago

Like fetching the n-th element from a linked list by starting at the first node.