Viewing profile — Lozzer
Lozzer
HN member- Joined
- Thu, Jan 24, 2008, 9:32 AM UTC
- HN karma
- 65
- Public activity
- 53 items
- HN profile
- View on Hacker News ↗
About Lozzer
No profile information was provided.
Recent public activity
-
comment
Comment #16943335
I'd add Let over Lambda (LOL) to that list.
-
comment
Comment #16879662
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.
-
comment
Comment #16728224
I think you'd enjoy the book "The Newtonian Casino".
-
comment
Comment #13130051
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 dropp…
-
comment
Comment #12666870
http://www.catb.org/esr/structure-packing/
-
comment
Comment #11252039
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 ch…
-
comment
Comment #11244632
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…
-
comment
Comment #11018529
I expect you have enough hardware to factor widely deployed primes. Compound numbers might be a different story.
- comment
-
comment
Comment #9596435
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.
-
comment
Comment #9523506
design
- comment
-
comment
Comment #7555584
I thought https://gist.github.com/anonymous/cfe03f2ddb0052b38081 was kind of neat, as you still have to solve the puzzle a bit after using it.
-
comment
Comment #6130623
Admittedly in the UK, but the ISP I use don't have a problem with people running servers: http://www.aa.net.uk/
- story
- comment
-
comment
Comment #5045706
For a lot of RDBMS, transaction semantics can be later with different transaction isolation levels. There levels like repeatable read which work in this way, but the default level …
-
comment
Comment #5036489
If you're watching live (or nearly live) broadcast on iPlayer, you still legally require a license: http://iplayerhelp.external.bbc.co.uk/help/playing_tv_progs/...
- story
-
comment
Comment #4826582
CTRL + V CTRL T
- comment
-
comment
Comment #4425328
If you're parsing from a real time feed, then that's fair enough. But if not $now isn't appropriate.
-
comment
Comment #4282603
Funnily enough if you buy Tesco's electrical goods online and pick up at store you don't get a paper receipt. The security guard (through lack of training) wasn't keen on letting m…
- comment
-
comment
Comment #3846817
I had a go at something similar for the Facebook version a couple of years ago. My main goal was to stop playing the game, but it was also an excuse to try Clojure. At the time it …