Live data from Hacker News

Viewing profile — justhelpingout

justhelpingout

HN member
Joined
Sat, Dec 16, 2017, 3:08 PM UTC
HN karma
31
Public activity
16 items

About justhelpingout

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #18817728

    Almost no one chooses that their child should have a disability. Epsilons were created for their plasticity.

  3. comment
    Comment #18812475

    If we were creating them, then _Brave New World_ would be very applicable. But helping someone who has come to be through no intention of others accomplish good things in their lif…

  4. comment
    Comment #18778006

    `let lifetime = max(...components_lifetime)` is like `let size = to_greeklish(base10(hard_drive_capacity))`. Some people don't care, but the people who do care are not going to tha…

  5. comment
    Comment #18564714

    Oliver Twist's England, surely, where children are pressed into service in dangerous factories that can severe limbs and kill, for mere pennies a day? Otherwise, we definitely agre…

  6. comment
    Comment #18564654

    Morals and ethics are either relative or absolute. If they are relative then they are not based on "what a thing is" (it's essence, to use an Aristotelean term) but on "how useful …

  7. comment
    Comment #18564371

    Socialism without morality leads to Stalinism. Socialism with morality requires strict (e. g. sworn) obedience to a higher authority (see the monasteries of Catholicism which are s…

  8. comment
    Comment #18564341

    A system of ethics and moral rules that is evolved over time with no relation to how things are in themselves is simply so much legacy code, to be replaced by the stronger man at a…

  9. comment
    Comment #18534877

    The problem here is that the diff is not source, but "compiled" code. We ultimately come back to "Reflections on Trusting Trust" [1] [1]: https://www.win.tue.nl/~aeb/linux/hh/thomp…

  10. comment
    Comment #17717611

    Article says "YES!" > This new runtime allows you to take advantage of Python's vibrant ecosystem of open-source libraries and frameworks. While the Python 2 runtime only allowed t…

  11. comment
    Comment #17088960

    Find a solid proof-of-work system for sharing signed data in this manner and you will change the world. Especially if you can re-combine the shared model with the local model.

  12. comment
    Comment #16986640

    > It seems much more simple to assume some system must simply exist without necessity of creation. You are spot on. This system must exist in-itself. That is, it must be so simple …

  13. comment
    Comment #16210969

    See also _The Metaphysics of democracy_: https://www.firstthings.com/article/2018/02/the-metaphysics-...

  14. comment
    Comment #16020291

    In fact it is: sqlite3 .tup/db 'select name from node where type=4' | xargs echo rm -f [1]: https://github.com/gittup/tup/issues/120#issuecomment-64832104

  15. comment
    Comment #16016016

    http://www.newadvent.org/cathen/ and http://www.newadvent.org/summa/index.html but the former is more like INFO while the latter is more like `man builtins` (that is, it assumes yo…

  16. comment
    Comment #15939888

    You can certainly do this - you just need something to contain the enum since an enum is a nominal subtype of `number` already, so TypeScript unifies `number & anyEnum` to `number`…