Live data from Hacker News

Viewing profile — helloTree

helloTree

HN member
Joined
Mon, May 13, 2013, 11:56 AM UTC
HN karma
38
Public activity
32 items

About helloTree

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #6471162

    You are absolutely right, I forgot the '.'.

  3. comment
    Comment #6471140

    Ok then maybe it's just a matter of taste. I like the parser approach more: import Text.ParserCombinators.ReadP -- or the parser lib of your choice import Data.Char ... macP = coun…

  4. comment
    Comment #6471030

    This is the same for Haskell where it's also convenient to develop in the repl (ghci).

  5. comment
    Comment #6463372

    What is it with the obsession with regular expressions? They are useful things, sure, but I just use them in connection with grep or if I search for strings and normally they are p…

  6. comment
    Comment #6461396

    You are talking about halvm I think - is it still in use or is it a dead project? The github project page does not seem to have seen commits for a while, but maybe it just ... work…

  7. comment
    Comment #6428259

    Just wanted to say, kudos! I think it is essential for a language to have a good C interface otherwise it will be insulated. However some more example would be nice. Furthermore I …

  8. comment
    Comment #6426253

    ... and one should always remap ESC. For me this was a big improvement (from an ergonomic viewpoint). My suggestion: imap jf

  9. comment
    Comment #6415321

    Maybe I should take a look at awk/sed but I never found its language orthogonal. For simple scripts I mostly use Python or Haskell via something like ghc -e 'interact ((++"\n") . s…

  10. comment
    Comment #6411948

    There is also a fun part in the documentation of xorg.conf, just do $ man xorg.conf and search for "nobody" ;)

  11. comment
    Comment #6369232

    If you are interested in chilled thoughtful gaming and have a faible for SciFi ala Star-Trek and Co. you MUST try FTL. It is one of the best games I have ever played and I do not k…

  12. comment
    Comment #6366034

    Yeah it is great if you can use similar commands across applications. Btw. there is also a nice history inside VIM (implemented as a separate buffer) that can be accessed using q: …

  13. comment
    Comment #6364224

    My biggest improvement was about finding out about .inputrc and configuring the Bash to use VIM-keybindings which is pretty handy if you are used to the editor. Also the following …

  14. comment
    Comment #6348714

    How does this work, if the kernel is supposed to be TM-complete?

  15. comment
    Comment #6323708

    But probably you get stuck in local maxima. E.g. if I am on Hacker News I want to find new and exciting stuff and not things I already know ...

  16. comment
    Comment #6299385

    Can you elaborate on this? I also use XMonad in connections with a simple xterm (although I used screen some years ago, but then I did not know about XMonad) but I do not get the i…

  17. comment
    Comment #6255873

    Yeah, I can feel with them and it IS hard to make money with FOSS software. I think the problem is that the argument "You can sell support and consultancy to your software." is a l…

  18. comment
    Comment #6246953

    Omg, some people have strange problems ... If you want to know how far you are you just look where the scroll bar is now, scroll down until the end (or comments) sections and then …

  19. comment
    Comment #6198475

    Because (static) FP is built on a sound and rich theory (type theory and lambda calculus) unless other language paradigms (e.g. OO). There are also different approaches, IMHO: FPL …

  20. comment
    Comment #6190677

    Do you know of any major prolog programs that are in use and where you think that they really are successful because of prolog's strengths? I did a little bit of prolog in a logic …

  21. comment
    Comment #6190621

    I am not sure such glasses will take off. You have always a fucking HUD before your eyes and I am not sure everybody likes that (I never tried it but I even do not like normal glas…

  22. comment
    Comment #6179597

    I live in Austria and cycling is very popular here. E.g. I use my bike everyday often multiple times it's the preferred transportation unit and I do not have to own a car and can r…

  23. comment
    Comment #6172691

    Or just use ghc -e, e.g. some useful scripts for interact: #!/bin/bash ghc -e "interact ($1)" line processing: #!/bin/bash ghc -e "interact (unlines . map ($1) . lines)"

  24. comment
    Comment #6168773

    I think it would be nice if there will be a world where you can express such a problem in a decidable mini-language where the compiler can deduce that the answer will be n(n+1)/2. …

  25. story
    Ask HN: Maybe stupid, but how do you reread the comments section?

    So you want to reread an interesting comments section at point t1 in time (when there are n1 comments) but already read the whole section at point t0 in time (containing n0 comment…