Viewing profile — scatters
scatters
HN member- Joined
- Fri, Feb 07, 2014, 1:14 PM UTC
- HN karma
- 1,352
- Public activity
- 622 items
- HN profile
- View on Hacker News ↗
About scatters
No profile information was provided.
Recent public activity
-
comment
Comment #38775742
We walked that back, sorry. http://eel.is/c++draft/diff.cpp20.lex#1 Change: Previously valid identifiers containing characters not present in UAX #44 properties XID_Start or XID_Co…
-
comment
Comment #38775703
> I don't know how recent those versions are gcc 14 has not yet been released; going by past years, 14.1 should come out around the start of May (2024). clang 17 was released Septe…
-
comment
Comment #38669190
A radially symmetric object does not produce gravitational waves, whether it is spinning or not, since it has zero quadropole moment.
-
comment
Comment #38649673
The Remington No. 1 - which introduced the QWERTY layout - omitted number keys for 0 and 1; the O and I letter keys were considered sufficient. The No. 2 added a shift key, and a f…
-
comment
Comment #38577219
Does Apple block imessage on rooted phones? If not, what level of device security do you really have?
-
comment
Comment #38505190
ceil(0.000001) = 1 ceil(0) =... 0? Wtf? But that's a perfectly well defined function. Not every function has to be continuous.
-
comment
Comment #38355791
Is there outrage when a clothes store puts the items they haven't been able to shift onto the sales rack? Is there outrage when a grocery store puts discount stickers on the food t…
-
comment
Comment #38313117
Sticking gold in a vault is only a means to saving if you have a reasonable expectation that when you take it out you can use it to obtain goods and services. It is thus a disguise…
-
comment
Comment #38309421
I'd be happy if they have an easier and safer commute because everyone else is staying home.
-
comment
Comment #38309192
No, they couldn't. One person's savings is another person's debt. If everyone tries to save then no one can; this is the paradox of thrift.
-
comment
Comment #38309141
The Russian rouble was not free floating prior to the crisis. They tried to defy the iron triangle and paid for it. This is not a problem for the USA, since other currencies are de…
- comment
-
comment
Comment #37963016
It exhibits two distinct constructions both of which demonstrate that n^2 + 2 unit equilateral triangles are sufficient to cover an equilateral triangle of side n + ε. The obvious …
-
comment
Comment #37846892
OpenStreetMap has the zone as a map feature: https://www.openstreetmap.org/way/127782964
-
comment
Comment #37846713
Try driving to get your groceries with epilepsy or a vision impairment.
-
comment
Comment #37726888
Location and vision are separate senses. I'm completely aphantasic, but of course I can orient myself in remembered spaces. Fictional spaces are more difficult, but not impossible …
-
comment
Comment #37726793
We write the same way an LLM does; by putting together words in the order that convention dictates. It's less of a chore if we can make them mean something by metaphor or allusion;…
-
comment
Comment #37691951
Clarification: a knot is one nautical mile per hour.
-
comment
Comment #37596873
The politicians are aware their messages are being read already. This just opens up existing practice and levels the field.
-
comment
Comment #37596706
The referendum was advisory. The decision to leave the EU was made by parliament, not by the people. With that out of the way, you should read "EU" as being in parentheses.
-
comment
Comment #37539842
The CADT model continues to demonstrate its relevance.
-
comment
Comment #37511147
> Saying that people in Salt Lake should cough up enough cash to outbid the people who want to grow alfalfa to sell it to China is kinda gross It's also incredibly easy ; SLC could…
-
comment
Comment #37492328
An economy needs money to be created to ensure full employment. If that money is created as loans to businesses it will result in investment; to the government, in lower taxes; to …
-
comment
Comment #37492285
Yes, but instead of consumption, that alternative money would be biased towards investment or even less productive activities, such as house price speculation. Consumer credit crea…
-
comment
Comment #37441173
You can use `std::array ` (which, as it happens, is a literal type) as an intermediary when performing materialization. A nice toy example is to build a comma-separated string list…