Live data from Hacker News

Viewing profile — Lozzer

Lozzer

HN member
Joined
Thu, Jan 24, 2008, 9:32 AM UTC
HN karma
65
Public activity
53 items

About Lozzer

No profile information was provided.

Recent public activity

  1. comment
    Comment #16943335

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

  2. 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.

  3. comment
    Comment #16728224

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

  4. 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…

  5. comment
    Comment #12666870

    http://www.catb.org/esr/structure-packing/

  6. 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…

  7. 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…

  8. comment
    Comment #11018529

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

  9. comment
  10. 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.

  11. comment
  12. comment
  13. 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.

  14. 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/

  15. story
  16. comment
  17. 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 …

  18. 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/...

  19. story
  20. comment
    Comment #4826582

    CTRL + V CTRL T

  21. comment
  22. comment
    Comment #4425328

    If you're parsing from a real time feed, then that's fair enough. But if not $now isn't appropriate.

  23. 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…

  24. comment
  25. 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 …