Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lsadam0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lsadam0
7y ago
Discussing improved hurricane protections is shifting the conversation to addressing symptoms rather than root causes. The conversation thread starts with the assertion that the US will be unable to take climate change seriously until a ma
2.
▲
by
lsadam0
7y ago
Obama’s “War on Coal”: https://time.com/2806697/obama-epa-coal-carbon/ Trump ran on and has tried to revitalize the coal industry: https://www.bloomberg.com/news/articles/2019-06-18/
3.
▲
by
lsadam0
8y ago
Thanks for the detailed reply. There’s lots here I had not considered. I’ve realized my overloading implementations have been rather simple cases.
4.
▲
by
lsadam0
8y ago
Why do you think function overloading is messy?
5.
▲
by
lsadam0
8y ago
To me, the fundamental issue isn't that CSS is hard, it's that CSS is just not interesting.
6.
▲
by
lsadam0
8y ago
AMP has always and will always be a garbage idea. Stop implementing AMP.
7.
▲
by
lsadam0
8y ago
I had already forgotten about the Trump administration's attempt to slash the ARC. That would have been a huge economic hit to Appalachia.
8.
▲
by
lsadam0
8y ago
There's something you don't understand about Kentucky: The huge economic divide between Eastern Kentucky (Appalachia) and the rest of the state. Appalachia clings to being a coal based economy, and it's been failing them for
9.
▲
by
lsadam0
8y ago
> What does that have to do with the article? I'm from this area of Kentucky and the fact that it went for Trump has everything to do with the subject. I'm 36 now, and coal has been in decline for almost my entire life. Yet th
10.
▲
by
lsadam0
8y ago
I will say your take is reasonable, but on projects I manage I still push for usage of const/enum in these cases.
11.
▲
by
lsadam0
8y ago
It sounds like you really just disagree with the example given, not necessarily the rule itself. You're arguing that `isAdmin()` might require a different implementation in a difference scenario, but you have not made a case that the
12.
▲
by
lsadam0
8y ago
> Not really, I ignored most of that 3rd book technobabble because it was unphysical I think this is the basis of our debate. I can totally understand why many people did not like the series. The author at times drags the reader throug
13.
▲
by
lsadam0
8y ago
* More Spoilers * > But we're not an ant colony to them Tri-Solaris technologically stomps humanity throughout the series. Humanity was ignorant of the dark forest, and Tri-Solaris knew that. Further, they're able to suppress
14.
▲
by
lsadam0
8y ago
Spoilers Ahead! > betting their existence on a species they knew already uses MAD If ant colonies depend on MAD for continued existence, it means nothing to us. This example was used multiple times throughout the series. They didn'
15.
▲
by
lsadam0
8y ago
I can understand why you say Three-Body has a rather traditional solution, but I would argue said solution is misdirection. The first book is really just setting up the real meat of the story, in the 2nd and 3rd books.
16.
▲
by
lsadam0
8y ago
Invading our Solar System was worth the risk for Tri-Solaris. Because of the Dark Forest nature of the universe they could not just pick a star where they thought there was no life, as life there could just be especially good at hiding.
17.
▲
by
lsadam0
8y ago
Ah, thanks for the clarification. At first I thought this made it through the actual release process.
18.
▲
by
lsadam0
8y ago
I mean sure, the turn-around time is great...but how did this pass review in the first place? This should never happen in a reasonably managed project.
19.
▲
by
lsadam0
8y ago
I don’t really disagree with what you’re saying. I realize my viewpoint on this topic was Very selfish. But that is why I pointed out that we all get to vote with our money.
20.
▲
by
lsadam0
8y ago
I can understand how having a touchscreen helps with mobile development, but I have no use for touchscreen functionality in my development. I don't have a desire for my macbook to have a touchscreen at all. Further, I think the touch
21.
▲
by
lsadam0
8y ago
> ...a single hardware spec and a dedicated OS just for that platform. Without regard to backwards compability in OS, like BeOS at the time. I would argue the closest mainstream machines currently available that meet this requirement are
22.
▲
by
lsadam0
8y ago
It caught my eye that you said 'book' rather than 'books'. You might not be aware Three Body is part of a trilogy? If you've not read The Dark Forest and Death's End, you are in for a real treat.
23.
▲
by
lsadam0
8y ago
I don't think The Martian and Three-Body should be compared. I think it's fair to say that The Martian is more 'hard sci-fi' in that the story is more grounded in what we know to be true. Three-Body has to invent some
24.
▲
by
lsadam0
8y ago
Ah, +1 for your point about the poor documentation. Thanks for taking the time to clarify, and thanks for the original pros/cons post. I'm currently working on a mid-sized MVP project that is standard ES6 + Flow. I've recen
25.
▲
by
lsadam0
8y ago
I'm going to blame any communication breakdown on the fact that I know nothing about ReasonML or React-Reason. However, the point of having to store state so you have something to compare against strikes me as a really odd choice for
26.
▲
by
lsadam0
8y ago
There very well could be something I'm not understanding. What you are describing still sounds like standard React.JS behavior. Unless you use a PureComponent, or explicitly implement your own `shouldComponentUpdate` method, then `sh
27.
▲
by
lsadam0
8y ago
> shouldComponentUpdate is hard-coded to `true` As in you can't override it? `shouldComponentUpdate` resolving to true in the absence of a custom method or PureComponent usage is standard React behavior: https://github.c
28.
▲
by
lsadam0
8y ago
I could not agree more. If my first visit to a website includes this popup asking to show notifications, my opinion of said website is instantly lowered. Give me a service that makes me want to opt in, something I need, and then you won&#x
29.
▲
by
lsadam0
9y ago
Rent control and difficulty of new development are problems that need to be addressed. However, AirBnB is absolutely part of the problem. The existence of multiple causes is no reason to dismiss an individual cause.
30.
▲
by
lsadam0
9y ago
> I really don't like state machines because if you need to add a new event, each of the states need to be updated to handle that event. If you add a new state, you have to figure out how to handle each of the transitions from othe
More ›