Viewing profile — undreren
undreren
HN member- Joined
- Thu, Aug 10, 2017, 5:37 AM UTC
- HN karma
- 968
- Public activity
- 155 items
- HN profile
- View on Hacker News ↗
About undreren
Recent public activity
-
comment
Comment #35898218
It would be more constructive, if you defined “anticipate”. Your dismissal really needs that to be taken seriously.
-
comment
Comment #35751613
Simple proofs are often only possible, because the language of mathematics become increasingly descriptive over time. The language conveniently helps us make incredibly complicated…
-
comment
Comment #35300151
You were completely at liberty to not join this conversation that you are clearly not interested in having. Yet here you are.
-
comment
Comment #35282032
Why? I’m Danish, and homeschooling is imcredibly rare in Denmark, and I frankly can’t see the appeal. What is it that makes it so compelling?
-
comment
Comment #35065781
Did something interesting happen?
-
comment
Comment #34908609
The thing about bugs is their subtle influence on overall product quality. It's like building a wall; if one layer of bricks is laid unevenly, at least a number of layers built on …
-
comment
Comment #34553164
Also the fact that WotC has promised over and over that these cards would never get reprints, not even non-tournament legal reprints.
-
comment
Comment #34164012
I couldn’t have said it better myself. With three kids, my current side project is my day job , at least if measuring by workload. Taking on more work, voluntarily or not, will be …
-
comment
Comment #32847260
Governments can also violate all your other rights as well. But this completely irrelevant to the post I responded to.
-
comment
Comment #32847171
I did not imply that it was.
-
comment
Comment #32843079
Governments could easily use private data to blackmail or silence you, even if you’ve done nothing illegal. This is perhaps the primary reason that the right of privacy even exists…
-
comment
Comment #32842769
The “only valid use cases” of privacy is not to hide illegal or criminal activity. Crypto currency is a wasteful, destructive, expensive and innefficient technology that has few be…
-
comment
Comment #32777102
> SAP is sold to the C=suit, never to IT or business operations, nor any of the people that will ever come onto contact with the software. Plenty of terrible corporate software wor…
-
comment
Comment #32385817
I don’t get why you got downvoted. A common piece of advice for building habits is to set trivial goals and to let them snowball.
-
comment
Comment #32116934
Bureaucracy is foremost a tool for control, and the cost is time, friction and/or autonomy. Sometimes this control is great, as it can streamline processes, which can make employee…
-
comment
Comment #31809094
> “is AI going to torture us for eternity if we don’t praise it enough?” Probably not. It is after all not an Abrahamic god…
-
comment
Comment #31729381
I don't know what context you read my comment from, but the comment I responded to ended with the following paragraph: > The "hard problem" seems to mostly exist in the minds of pe…
-
comment
Comment #31728548
I would be much more disconcerted if we were super special. I want to “just” be a semi-random byproduct of the natural laws and processes. I’m completely fine with that. On the con…
-
comment
Comment #31728378
I don’t think that’s an interesting question at all and misses the point completely. We have no idea, what causes the sensation of subjective experience. Assuming that sentience is…
-
comment
Comment #31725692
I don’t find it terrifying in the slightest. I find it naive. Our understanding of the world reflects our modelling of the world. Empirical science models the world in terms of pro…
-
comment
Comment #31722604
> This is what we, humans, do too when we talk. All these people talk about intelligence in such tautological terms... It's discouraging. But is it all that we do? And how do you k…
-
comment
Comment #29918328
I would guess that it is a convention used to highlight a code dependency. “If you remove or rename this class, the code will break.”
-
comment
Comment #28662448
Can confirm. IME, software that does less usually end up achieving more.
-
comment
Comment #28490103
Haskell has “otherwise” as a built in constant that equals true. It reads better in some cases. f n | odd n = 3 * n + 1 | otherwise = n \\ 2
-
comment
Comment #27981206
> They way I've run CD is we had continous deployment to a staging environment where final testing and stakeholder review happens, then periodic deployments to production. As you h…