HN user
thaunatos
It does. https://www.war.gov/
Later in the post:
I could picture a future where the Compiler Team realizes we have an important question about the behavior of the software, that could be answered by analyzing these metrics, and have a VSCode or cargo plugin that analyzes these metrics locally, and if relevant information is found in these logs an appropriate summary is presented to the user for them to file a ticket.
Classless as in the library only uses element and pseudo selectors, no `.class` selectors.
Kind of similar, a guy making a robot to solve jigsaw puzzles: https://www.youtube.com/watch?v=Gu_1S77XkiM
Consider a parent -> child relation. You have an array `parents`, but want all their children.
parents.flatMap(parent => parent.children)I don't believe the CDC has this authority:
On Thursday, the White House confirmed it would let the moratorium expire because the supreme court said it would block additional extensions unless they were authorized by Congress.
The Supreme Court did vote 5-4 to leave the moratorium in place, but this NPR article provides more context:
Justice Brett Kavanaugh, who cast the fifth and deciding vote, wrote in a concurring opinion that he voted not to end the eviction program only because it is set to expire on July 31, "and because those few weeks will allow for additional and more orderly distribution" of the funds that Congress appropriated to provide rental assistance to those in need due to the pandemic. He added, however, that in his view Congress would have to pass new and clearer legislation to extend the moratorium past July 31
(https://www.npr.org/2021/06/29/1003268497/the-supreme-court-...)
It sounds like the Supreme Court would block any renewed attempt to ban evictions, unless Congress was behind the attempt.
It's worth noting that the author of the arcicle doesn't think it's worth integrating a SAT solver:
Does this mean that rustc should integrate an industrial-strength SAT solver? As hilarious as that would be, I'm advocating no such thing. This will only be a performance issue on pathological examples crafted by bored nerds, and I don't think precious engineering time should be spent on that. Besides, generalizing a SAT algorithm to handle the full expressive power of Rust's patterns might be, to borrow some language from mathematicians, non-trivial.
Also, how well does html do multiple columns with text flowing between them nowadays?
With the CSS property `columns`, this is pretty easy to do:
Here's an example fingering chart for major scales: https://i.pinimg.com/originals/20/36/98/203698fda995f78e8621...
For the chromatic scale, I was taught to alternate 3 and 1, using 2 when there are two white keys in a row.
I believe she meant that she popularized the tables/areas where he was eating, not the restaurants.
“Under these conditions, there does not seem to be a significant difference between the mortality rate of SARS-CoV-2 in OECD countries and that of common coronaviruses (χ2 test, P=0.11). Of course, the major flaw in this study is that the percentage of deaths attributable to the virus is not determined, but this is the case for all studies reporting respiratory virus infections, including SARS-CoV-2.”
“Under these conditions, and all other things being equal, SARS-CoV-2 infection cannot be described as being statistically more severe than infection with other coronaviruses in common circulation.”
“Finally, in OECD countries, SARS-CoV-2 does not seem to be deadlier than other circulating viruses.”
Your friend was probably talking about Diesel migrations: https://github.com/diesel-rs/diesel
Please do! Would love to read about how you did it :-)
The official tutorial would be a good starting point:
Just adding a @lru_cache() to a python isn't guaranteed to be correct; for example, if you're reading from an API the response could change between calls.
Skip tracks side effects, and will either (a) memoize automatically a pure function or (b) recognize that a function is impure and avoid the memoization.
What are ATL and BTL activities? They seem simple enough. Above The Line (ATL) advertising is where mass media is used to promote brands and reach out to the target consumers. These include conventional media as we know it, television and radio advertising, print as well as internet. This is communication that is targeted to a wider spread of audience, and is not specific to individual consumers. ATL advertising tries to reach out to the mass as consumer audience.
Below the line (BTL) advertising is more one to one, and involves the distribution of pamphlets, handbills, stickers, promotions, brochures placed at point of sale, on the roads through banners and placards. It could also involve product demos and samplings at busy places like malls and market places or residential complexes.
http://www.theadvertisingclub.net/index.php/features/editori...
I believe that the [] indicate an array.
California requires all companies with self-driving cars operating in the state to provide reports about miles driven, cars operated, number of disengagements, etc.
Here's a link: https://www.dmv.ca.gov/portal/dmv/detail/vr/autonomous/disen...
I imagine that stopping the car remotely is the least of a teledriver can do.
Unless you mean, is there a button inside the car? I don't know if that is of much importance, seeing as there isn't anyone physically there to press the button.
Maybe open-source it anyways? :-)
* Futures is a crate that provides a common abstraction for delimited continuations
I'm familiar with Java Futures, but can't tell if it's the same concept as what you're talking about. What exactly is a "delimited continuation"?
I would love to see your source on that. (I think you're right, just want to read the original paper)
A pure Python implementation of lxml would be exceedingly slow.
What do you think about finite state machines for storing strings? (http://blog.burntsushi.net/transducers/)
It doesn't support adding words at run-time, but it seems to have attractive space usage.