Live data from Hacker News

Viewing profile — felixschl

felixschl

HN member
Joined
Fri, Aug 12, 2016, 8:37 AM UTC
HN karma
59
Public activity
26 items

About felixschl

https://github.com/felixSchl

Recent public activity

  1. comment
    Comment #32795721

    I found the Blender codebase very intriguing. Overall just amazing piece of software and lots to learn from https://github.com/blender/blender .

  2. comment
    Comment #20733806

    You should check out dhall-lang

  3. comment
    Comment #20259697

    I thought the first example in this blog post on TH was an interesting idea: https://www.parsonsmatt.org/2015/11/15/template_haskell.html

  4. comment
    Comment #19585519

    Yup, it's just git. Passwords are files in a git tree so you usually do not run into any conflicts unless you manage to change the same password on both ends, which also should be …

  5. comment
    Comment #19580449

    I found my perfect ux with password-store, xmonad, and xmonad-contrib's pass prompt module. It takes a bit of time setting up but it pays for itself. I don't store any passwords in…

  6. comment
    Comment #18099332

    1. If you managed to learn a paradigm as arbitrary and unprincipled as OOP, learning pure FP should be a walk in the park. I find it an odd argument to put in the way of progress. …

  7. story
  8. story
  9. comment
    Comment #15976741

    Then you would capture that and do OCR on it

  10. story
  11. comment
    Comment #14872858

    The "real" Germany is back? The author must not have been there in a while.

  12. comment
    Comment #14798907

    I hope not, purescript is a much more sensible option.

  13. comment
    Comment #14636841

    Read the manual front to back and install shellcheck. Doing both things has paid off for me a thousand times over. The rest is practice. Complete the bash exercises on Hackerrank. …

  14. comment
    Comment #13020696

    Same. That's when I came back for the comments on HN

  15. story
  16. comment
    Comment #12668556

    The changes are detailed in the changelog [0]. I am posting this pre v1 in order to hopefully get feedback or learn about any regressions. The full test suite passes (with some min…

  17. story
  18. comment
    Comment #12507708

    I know it was not a pleasant system to live in if you did not subscribe to it or fell out of luck and I am personally not fond of the extreme emphasize of race. I feel I have to st…

  19. comment
    Comment #12503816

    Then again Hitler banned vivisection, introduced hunting restrictions, required animals to be under aneastetic for slaughter and there were plans to ban slaughter houses after the …

  20. comment
    Comment #12494512

    Love it, the Readme is hilarious. Looks like you could avoid some code duplication though with a little awk script run by the script on its own source.

  21. comment
    Comment #12486461

    You should be able to use ctrl-p/n for arrow up/down. That keeps your hand on the homerow. Forget about arrow keys (especially on a typical mac keyboard).

  22. comment
    Comment #12460094

    Control C to cancel

  23. comment
    Comment #12459970

    I managed to "rm -rf .git" at one point. Took me about a minute to realize and -surprisingly after -ing i lost nothing (as far as i was aware). Git is freaking hard to break. Also …

  24. comment
    Comment #12426473

    The README does not do a good job at conveying this, but you essentially get to see this in your editor buffer: ``` pick by: [ ] ``` This tool will then apply any changes to , and …

  25. story