jakub_h
No user record in our sample, but jakub_h has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but jakub_h has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
It will continue to be ignored until it approaches the relevant pricing tier.
Falcon already delivered DSCOVR to Sun-Earth L1, while PSLV only flew MOM to a highly elliptical Earth orbit and MOM had to use its own propulsion for TMI.
This Bob Hoover? https://en.wikipedia.org/wiki/Bob_Hoover
> "SpaceX wants to use 42 Raptor engines which were initially designed for an upper stage single engine usage" That's not what really happened, and anyway, Raptor is a 35% larger engine than BO's/ULA's BE-4. So by your…
That may be fixable at compile time, I believe. In the worst case, you could write a patch. (Dijkstra would prefer a half-open indexing scheme anyway.)
Coincidentally, this very book on auction theory was suggested to me by a fellow faculty member about three months ago. I guess I really ought to find some time to read it!
> And from my experience, it's way easier to model data with three simple structures; vectors (= arrays), maps and sets. So, Lua tables? ;)
"Passport-protected open network"...heh, that reminds of the "anonymous functions" in PHP (the ones documented with the sentence "Creates an anonymous function from the parameters passed, and returns a unique name for…
It's not mixed-in, it's in a separate tank. But since the tank is an aluminum alloy (often with copper or lithium mixed in) these days, I wonder about its behavior in the presence of an ignition source (some magnesium…
There's no Dewar vessel on the LV as far as I'm aware of. The surface of the stage is the propellant tank, made of simple Al-Li alloy, several millimeters thick. It works fine because of the large mass of the LOX and…
.50 BMG is supersonic but drops in velocity rather quickly, like any other small caliber round. Depending on the position of the shooter (especially if opposite to the recording equipment relative to the LV, for…
It would make you an ignoramus in all things Latin, I assume? Given that "viri" means "(a plurality of) human males"...
Reminded me of Part 4 of https://www.inf.ethz.ch/personal/wirth/FPGA-relatedWork/Comp... . Intellasys/GreenArrays are kind of similar but only with tiny local memory.
That sounds like Audio CAPTCHA.
I call it "the reverse case of ZX-80".
You mean something like Oberon?
It's a pervasive element, though. Which to me means two things. First, I wonder if there isn't a way of adding it (really) transparently into a language. Basically, whenever there's a possibility that a value is a…
In fact, it is well known that the two hardest things in programming are cache invalidation, naming things, and off-by-one errors.
We totally can! We'll just ask the output be at least 8 out of 10. The output being...uh, the average of grades from our ten resident artists. ;)
Funnily enough, I've yet to see him do that. The logical next question is obviously "so what are these other people for?".
Perhaps something related to continuous optimization? I think Oberon experimented with that.
This took me a while to get. But at least I'm not apparently a completely hopeless case...
Interesting, any references?
It's still a simplistic toy, albeit a highly formalized one nowadays.
> Thankfully, I've not felt the need to even consider this approach for the past 20 years. That's because of all the branch predictors, probably. ;)