Viewing profile — paulmcpazzi
paulmcpazzi
HN member- Joined
- Fri, May 11, 2012, 10:59 AM UTC
- HN karma
- 31
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About paulmcpazzi
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
comment
Comment #6819484
Everybody knows that you have to use `chucknorris` if you really need the red color: http://jsfiddle.net/WGSNX/1379/
-
comment
Comment #4574438
Basically it's like sleeping with an Half-Life headcrab in your head.
-
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).
-
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…
-
comment
Comment #4156962
>> "It doesn't get PC viruses" will, by definition, always be true. Macs are PCs.
-
comment
Comment #4096110
Here's the original report: http://seclists.org/oss-sec/2012/q2/493
-
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-...
- story
- story
- story
- story
-
comment
Comment #4002291
Starting from Python 3.2 there is a builtin decorator: http://docs.python.org/dev/library/functools.html#functools....
- story