Viewing profile — justhelpingout
justhelpingout
HN member- Joined
- Sat, Dec 16, 2017, 3:08 PM UTC
- HN karma
- 31
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About justhelpingout
No profile information was provided.
Recent public activity
- story
-
comment
Comment #18817728
Almost no one chooses that their child should have a disability. Epsilons were created for their plasticity.
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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.
-
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 …
-
comment
Comment #16210969
See also _The Metaphysics of democracy_: https://www.firstthings.com/article/2018/02/the-metaphysics-...
-
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
-
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…
-
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`…