Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
undreren
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
undreren
3y ago
It would be more constructive, if you defined “anticipate”. Your dismissal really needs that to be taken seriously.
2.
▲
by
undreren
3y ago
Simple proofs are often only possible, because the language of mathematics become increasingly descriptive over time. The language conveniently helps us make incredibly complicated statements by using specialized terms. Simple solution are
3.
▲
by
undreren
3y ago
You were completely at liberty to not join this conversation that you are clearly not interested in having. Yet here you are.
4.
▲
by
undreren
3y ago
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?
5.
▲
by
undreren
4y ago
Did something interesting happen?
6.
▲
by
undreren
4y ago
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 top of it will have to compensate. Usually, this compen
7.
▲
by
undreren
4y ago
Also the fact that WotC has promised over and over that these cards would never get reprints, not even non-tournament legal reprints.
8.
▲
by
undreren
4y ago
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 at a significant personal cost for me. I don’t get the cons
9.
▲
by
undreren
4y ago
Governments can also violate all your other rights as well. But this completely irrelevant to the post I responded to.
10.
▲
by
undreren
4y ago
I did not imply that it was.
11.
▲
by
undreren
4y ago
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.
12.
▲
by
undreren
4y ago
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 benefits except facilitating crimes like tax evasion, money
13.
▲
by
undreren
4y ago
> 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 works like this. Precurement has a checklist of features, an
14.
▲
by
undreren
4y ago
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.
15.
▲
by
undreren
4y ago
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 training and automation cheaper. The problem is that t
16.
▲
by
undreren
4y ago
> “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…
17.
▲
by
undreren
4y ago
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 people outside the field who are unsettled b
18.
▲
by
undreren
4y ago
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 contrary, I think it is sad that such a reality terrifies p
19.
▲
by
undreren
4y ago
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 no more complex than our current level of understanding is
20.
▲
by
undreren
4y ago
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 probabilities, and this, by necessity , makes everything look
21.
▲
by
undreren
4y ago
> 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 know? It seems too simplistic to be taken at face v
22.
▲
by
undreren
5y ago
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.”
23.
▲
by
undreren
5y ago
Can confirm. IME, software that does less usually end up achieving more.
24.
▲
by
undreren
5y ago
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
25.
▲
by
undreren
5y ago
> 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 hint at, it is called continuous delivery , not cont
26.
▲
by
undreren
5y ago
Precisely :-)
27.
▲
by
undreren
5y ago
Agile is (maybe a bit oversimplified) about releasing as often often as possible. Delivering sooner, not faster. To do this, decision makers must be close to the team, and ideally a part of the team. Either managers are part of the team,
28.
▲
by
undreren
5y ago
It also interprets and coerces values in formulas. Empty cells are interpreted as zero, which can be downright catastrophic, if the data is just missing.
29.
▲
by
undreren
5y ago
Sloppy science is done in every field, natural sciences included. The article even leads with the statement that psychology experience more reversals due to being exceptionally open in terms of sharing code and data compared to other soci
30.
▲
by
undreren
5y ago
I really enjoy writing parsers. It’s just really fun, though as the article suggests, error detection and comprehension is hard and tedious.
More ›