Viewing profile — incog-neato
incog-neato
HN member- Joined
- Thu, Mar 14, 2019, 2:40 PM UTC
- HN karma
- 44
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About incog-neato
No profile information was provided.
Recent public activity
-
comment
Comment #19743084
I agree that's the most cumbersome phrase. But I think the difficulty people are perceiving here is more in the grammar being difficult to parse rather than in the vocabulary being…
-
comment
Comment #19737336
Some oil places just straight up tell you a lower number even when the owner's manual of the car says a higher one. I just go with what the manual says, rather than some random Jif…
-
comment
Comment #19731343
"At my highest peak" is meaningless to apply to a running total. It must be some period of time. A year would be implied, given the context of the conversation.
-
comment
Comment #19606286
This is what I was looking for: https://github.com/aeickhoff/compact Cool containers.
-
comment
Comment #19600810
Can you explain something about "Special recursively-compact containers"? I couldn't find any search hits for the phrase.
-
comment
Comment #19578272
Is there any real momentum for any kind of change at the US Federal level? Do politicians talk to you? What's the buzz?
-
comment
Comment #19572119
"Left" and "Right" are nearly meaningless when people can have stances on an issue-by-issue basis. As someone who has important disagreements with both big US parties, some would c…
-
comment
Comment #19571095
I think this would have a much more dramatic benefit toward US politics than the elimination of the electoral college, adding new US states, or fighting gerrymandering would.
-
comment
Comment #19514329
Please tone down the language here. I'm not for hostility against people with disabilities. However, keep in mind this is a small fraction of people and does not justify single-use…
-
comment
Comment #19514292
When it's not possible to sit down and enjoy your meal outside of the car, which I understand happens, then bamboo cutlery may be offered.
-
comment
Comment #19514227
At some point the problem will become large enough that the UN will have to step up and start imposing sanctions on polluters. But we can hardly take a stand against others without…
-
comment
Comment #19514180
Why not: Fast food: metal cutlery at the restaurant that gets washed and reused. Take away: your own cutlery at home.
-
comment
Comment #19458103
The point of the borrow checker is that it's run at compile time rather than runtime. Putting something similar into the architecture necessarily implies a runtime check, which is …
-
comment
Comment #19420989
Do you blog much? I've been lurking here a lot and have seen your posts. Would be interested in long-form essays or the like on what you would like to see.
-
comment
Comment #19389933
There are 2 things I dispute here: 1. I didn't say this affects branch diffing, but rather trawling through history on a single branch. 2. "self-appointed super-users [...] [who br…
-
comment
Comment #19389640
This is overly broad dissuasion. `rebase` should not be used if the branch is already shared and built upon by others, but is completely harmless to use on a feature branch. In fac…