Live data from Hacker News

Viewing profile — ignorabilis

ignorabilis

HN member
Joined
Mon, Jun 08, 2015, 9:02 AM UTC
HN karma
11
Public activity
23 items

About ignorabilis

No profile information was provided.

Recent public activity

  1. comment
    Comment #37374962

    How so? You work with Clojure or CL?

  2. story
  3. comment
    Comment #9844584

    Experience is just data. So one day when you go to Everest hiring a sherpa might not be needed. Why? Because a simulator can be created, based on his knowledge and all the other kn…

  4. comment
    Comment #9772374

    I think this is pretty amazing - in my own country we have a town - Dimitrovgrad - built completely from scratch and only after that populated.

  5. story
  6. comment
    Comment #9718690

    For me it is anything that helps me not fix on the problem. Standing in front of the computer, staring at the code always pushes me in the same direction; once I am up to something…

  7. comment
    Comment #9716268

    Parenthesis in Lisp are not more than those in C. It's just that there is only one type of parenthesis and the accepted convention is to pile all the closing ones at the last line.…

  8. story
  9. comment
    Comment #9698878

    This is purely based on numbers, but still might be a little subjective. Nevertheless here it is: https://onedrive.live.com/view.aspx?resid=1E5AA35A965D3234%2...

  10. comment
    Comment #9690844

    Actually the OP uses Clojure in his project.

  11. comment
    Comment #9690687

    In OOP everything happens somewhere else because there's always another layer of indirection, and so the code that should change the variable isn't in the function (or file) that y…

  12. comment
    Comment #9690339

    As long as there is some sort of logic tests can be written. The question is can we prevent writing tests at all by designing better our applications and by taking advantage of FP …

  13. comment
    Comment #9688179

    Well, to be honest I didn't. I just started dedicating my time and efforts only for a few select people that are worth it. Otherwise social interaction can be too tiring and even l…

  14. comment
    Comment #9687107

    You don't need to mock it. In your tests just manually call the code that is going to be executed if the I/O call returns an error. This goes for both OOP and FP.

  15. comment
    Comment #9687098

    I/O is someone else's code, not yours. So it's someone else's responsibility to test it. You should just test the arguments that you pass (in case they are generated) and trust tha…

  16. comment
    Comment #9687014

    In the previous post I started with in theory . What this means is that theoretically things can go like this and in practice they have gone for me until now (with Clojure, so +1 f…

  17. comment
    Comment #9686048

    You should be testing your own code and not catching exceptions. I/O will either return an error or the string you need. There is no third option. So put aside the I/O - concentrat…

  18. comment
    Comment #9685950

    +1 for Clojure. I suppose you will be migrating to Haskell because it is a PF language. What would you miss most from Clojure once you migrate?

  19. comment
    Comment #9685796

    With the .NET Framework actually declining, Swift still being far away from the server and frameworks like Meteor, JS seems to have a really good position. With that said I will ro…

  20. comment
    Comment #9685778

    If you ask me, no chance to rule the web. JavaScript has been the standard for a very long time now. Because JS is not a flawless language dozens of js precompilers have been creat…

  21. comment
    Comment #9685689

    Mocks, stubs, shims, etc. are usually just hiding the fact that the code to be tested is terrible, even in OOP languages. Furthermore side effects have nothing to do with testing o…

  22. comment
    Comment #9682023

    What I actually meant is that people are usually not up for the challenge at all. That being said I have found a few people that may be ready to walk with me. Since I am very grate…

  23. comment
    Comment #9678578

    What struck me the most in your comment is the fact that people just disappear. It's the same with me. If I don't call the other person won't either. If I call he/she is busy, on v…