Viewing profile — longlivedeath
longlivedeath
HN member- Joined
- Sat, Feb 28, 2009, 10:08 AM UTC
- HN karma
- 18
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About longlivedeath
No profile information was provided.
Recent public activity
-
comment
Comment #28317886
as opposed to market-allocated
-
comment
Comment #28315176
UK has lots of politically-allocated housing too, but its main problem is that it's not adding enough new stock because of the restrictive planning system.
-
comment
Comment #28313020
> European doctors will never prescribe this officially Google "hormone replacement therapy".
-
comment
Comment #23895241
I think that you've invented a heap array.
-
comment
Comment #23478674
Not exactly surprising to people familiar with the output of the Russian foreign ministry, unfortunately.
-
comment
Comment #20650237
A century ago it was the world's 10th wealthiest state per capita. Right now it tops the list of the upper middle-income group, so is almost a high-income country, and per capita i…
-
comment
Comment #20650198
i.e. basically everyone
- comment
-
comment
Comment #10998159
> otherwise around 10 USD wat? it's 1.5$ actually http://www.systembolaget.se/dryck/ol/heineken-153603
-
comment
Comment #8697560
> Russian government is done anyway (economic situation will finish it in a few years) Wishful thinking. Cf. how the economic situation has finished Kim Jong-un.
-
comment
Comment #6351283
I read the title as an epitaph.
-
comment
Comment #4730781
Is there a C++ IDE that can figure out the function signature after you have written something like _ f(_ a, _ b, _ c) { YOUR; CODE; HERE; } ?
-
comment
Comment #4725696
> it is considered good practice to add types as documentation to top-level constructs But with type inference your tools can do that for you (e.g. C-u C-c C-t in haskell-mode).
-
comment
Comment #3483817
Thank you, now I see. Here's my version: shuffle :: (ChoiceMonad m, Eq a) => [a] -> m [a] shuffle [] = return [] shuffle elems = do x
-
comment
Comment #3473169
I find it a bit hard to see how to reinterpret your Python code in the list monad. Can you post a Haskell version of this function?
-
comment
Comment #3473053
Have you looked at Google Breakpad? They have some support for this: http://code.google.com/p/google-breakpad/wiki/LinuxStarterGu...
-
comment
Comment #3289461
> Hayek's Economics In One Lesson s/Hayek/Hazlitt/