Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
longlivedeath
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
longlivedeath
5y ago
as opposed to market-allocated
2.
▲
by
longlivedeath
5y ago
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.
3.
▲
by
longlivedeath
5y ago
> European doctors will never prescribe this officially Google "hormone replacement therapy".
4.
▲
by
longlivedeath
6y ago
I think that you've invented a heap array.
5.
▲
by
longlivedeath
6y ago
Not exactly surprising to people familiar with the output of the Russian foreign ministry, unfortunately.
6.
▲
by
longlivedeath
7y ago
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 is richer than, for example, Russia.
7.
▲
by
longlivedeath
7y ago
i.e. basically everyone
8.
▲
by
longlivedeath
11y ago
> otherwise around 10 USD wat? it's 1.5$ actually http://www.systembolaget.se/dryck/ol/heineken-153603
9.
▲
by
longlivedeath
12y ago
> 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.
10.
▲
by
longlivedeath
13y ago
I read the title as an epitaph.
11.
▲
by
longlivedeath
14y ago
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; } ?
12.
▲
by
longlivedeath
14y ago
> 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).
13.
▲
by
longlivedeath
15y ago
Thank you, now I see. Here's my version: shuffle :: (ChoiceMonad m, Eq a) => [a] -> m [a] shuffle [] = return [] shuffle elems = do x <- choice elems xs <- shuffle (x `delete` elems) return (
14.
▲
by
longlivedeath
15y ago
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?
15.
▲
by
longlivedeath
15y ago
Have you looked at Google Breakpad? They have some support for this: http://code.google.com/p/google-breakpad/wiki/LinuxStarterGu...
16.
▲
by
longlivedeath
15y ago
> Hayek's Economics In One Lesson s/Hayek/Hazlitt/