Live data from Hacker News

Viewing profile — paulmcpazzi

paulmcpazzi

HN member
Joined
Fri, May 11, 2012, 10:59 AM UTC
HN karma
31
Public activity
16 items

About paulmcpazzi

No profile information was provided.

Recent public activity

  1. comment
    Comment #22727235

    If you look at the standard equipment used in healthcare you'll notice that everyone wears mask and eye protection (goggles or face shields), because the virus can also transmit th…

  2. comment
    Comment #7189753

    I don't like using underscore or lodash for methods that are parts of the EcmaScript specifications. I prefer using native methods (i.e. `forEach`, `map`, etc..) and including a JS…

  3. comment
    Comment #7050604

    ((Action)(() => Console.WriteLine("Hello")))(); or new Action(() => Console.WriteLine("Hello"))(); Yeah, it's verbose because you have to cast the lambda expression before executin…

  4. comment
    Comment #6819484

    Everybody knows that you have to use `chucknorris` if you really need the red color: http://jsfiddle.net/WGSNX/1379/

  5. comment
    Comment #4574438

    Basically it's like sleeping with an Half-Life headcrab in your head.

  6. comment
    Comment #4161413

    Not if your (U)EFI firmware is capable of booting BIOS-booted operating systems as well as (U)EFI operating systems (like IBM System x Server Firmware).

  7. comment
    Comment #4159205

    EFI is not exclusive to Macs. It was developed by Intel and has been deprecated in favor of UEFI. Most UEFI images will have legacy support for BIOS services. There is basically no…

  8. comment
    Comment #4156962

    >> "It doesn't get PC viruses" will, by definition, always be true. Macs are PCs.

  9. comment
    Comment #4096110

    Here's the original report: http://seclists.org/oss-sec/2012/q2/493

  10. comment
    Comment #4084120

    Part two: http://blogs.msdn.com/b/ericlippert/archive/2012/04/30/guid-... Part three: http://blogs.msdn.com/b/ericlippert/archive/2012/05/07/guid-...

  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #4002291

    Starting from Python 3.2 there is a builtin decorator: http://docs.python.org/dev/library/functools.html#functools....

  16. story