Hacker Newsnew | past | comments | ask | show | jobs | submit | Lozzer's commentslogin

I'd add Let over Lambda (LOL) to that list.


If you belive Wikipedia https://en.wikipedia.org/wiki/Atomic_radius then the atomic radius of Helium has never been measured, but it is predicted to be smaller than Hydrogen.


I think you'd enjoy the book "The Newtonian Casino".


Metadata operations on partitions can be very fast. One simple example is date based housekeeping. Deleting a month of data will be quite intensive on most databases, whereby dropping a partition from the table is effectively instant.

Partion switching is also fast. Say you have a summary table that is rolled up by month, but you want to recalculate the summaries every so often. You can build a month into a new table and then switch the new table for a partition in the summary table.


When the circumstances allow it ('cause there are some limitations on where it can be used), this pattern is HUGE. We've got a few places in our system that do this, and the optimization achieved an improvement of a couple orders of magnitude.



Firstly there are vastly more positions in Go. Secondly, it's very hard to evaluate a Go position, especially at the start of the game when there are few stones on the board. In chess you can get a long way using a simple evaluation (K=99, Q=9, R=5, B=3, N=3, P=1).


>In chess you can get a long way using a simple evaluation (K=99, Q=9, R=5, B=3, N=3, P=1).

I guess it depends on your idea of a "long way". Using only your simple evaluation a program would be rated somewhere around 1000-1200. It would lose every single game to an average tournament player.


The last one might be heped by trace flag 4199. You can apply it to individual queries with option (querytraceon 4199):

https://blogs.msdn.microsoft.com/psssql/2010/09/01/slow-quer...


I expect you have enough hardware to factor widely deployed primes. Compound numbers might be a different story.


Didn't wear a seatbelt and headbutted the person in front, snapping their neck. Sucks to be them, I guess. But at least you stuck it to the man.


Does there exist a single incident like this?


Just playing devils advocate, but I know people who won't drive a car without making sure everyone has their seat belt on.


Alright, you got me. Now imagine you being the only person in the car and try again.


Seat belts help you stay in control of the car in the event of a collision. If you're the only person on the road, you might have a point.


design


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: