Hacker Newsnew | past | comments | ask | show | jobs | submit | keefe8's commentslogin

It appears to be uniform. I tested empirically in Python: https://pastebin.com/raw/ca03uywJ



I meant to show the output of my code, but Pasteboard was down at the time: https://gcdnb.pbrd.co/images/f8bgGZMW3deq.png?o=1


Normal distribution is not the same as uniform distribution. I edited in a normal distribution sampler in your codepen example.

https://pastebin.com/raw/CP4yNRE9


I see, thanks!


Btw, the following two are equivalent (in JavaScript syntax):

    var a = Math.max(Math.random(), Math.random());
    var b = Math.sqrt(Math.random());


Curious, how come? Does it become a statistical thing?


Well, not sure whether you'd call it statistics. It's a mathematical fact from probability theory. And it doesn't matter how often you sample: the distributions themselves are the same.

I came across that one in the other direction, when trying to work out how to make weighted rendezvous hashing work. See https://en.wikipedia.org/wiki/Rendezvous_hashing


And there's this odd thing there (turn on satellite view): https://www.google.com/maps/place/Wyoming/@42.6903821,-107.5...


Might be the remains of an airfield or something.

Perhaps it was an missle silo.


There appears to be a white disc at the end of the removed runway with unnatural dirt patterns. Maybe that's a launch silo? It almost seems like there used to be a runway there to bring in materials and build an underground structure (white disc). The structure does not appear to cast a shadow, potentially indicating that it is flush with the ground.


It looks like that yellow (3-day) spot is a bit of land with no assigned zipcode, per this site: https://zipmap.net/Wyoming.htm


It looks to me like "First Class Parcels" includes Priority Mail, since there's no other category that could reasonably cover Priority Mail ("Package Services" can't since it shows much slower delivery from one side of the contiguous US to the other than is advertised).

I used to ship a ton of First-Class parcels and Priority parcels about 10 years ago, and learned that they had roughly the same delivery speed (2-3 days anywhere in the contiguous US) with First-Class just having a higher chance of delay.

As I never paid attention to letter delivery speed back then, I didn't realize that letters are much slower (except local). So seeing these maps today is informative.


The maps show the standards only for services, such as First Class Mail, that are classified as “market dominant.” Priority Mail and Priority Mail Express are “competitive” products.


If you click the text in the second paragraph at the top (that doesn’t look like a link), you can find the projected transit time for a specific shipment and service.


I did a ton of eBay up until this last year and there isn’t much difference between first class and priority other than priority gets well priority during sorting but usually they all end up together. Important to note for those unaware that first class parcels are limited to up to one pound.


> I think some teslas now even show a message warning that cruise control will not brake in some cases?

In my experience, that warning about not braking occurs when you are in TACC mode but are pressing on the accelerator to go temporarily faster than the set speed.


Unfortunately some people may have gotten into the habit of hovering their foot over the accelerator to be ready to override phantom braking, so maybe some even rest their foot on the pedal without realizing.

Fortunately, removal of radar will reduce the frequency of phantom braking, so hopefully this habit will fade.


Wasn't today (Oct 19) the first day of open trading?


I don't think it was available until after hours, but don't kill me if I'm mistaken, I didn't try to buy any, nor have I paid that close of attention. My understanding is that it should be available on most brokers tomorrow AM.



Thanks, I'd forgotten some of the details (like the guy getting into the GTI by being an employee of the VW dealership).


> The resistance of a 400 volt, 250 Ah NiMH battery is around 180 milliohms. The same battery built with venerable NCR18650Bs (original model S) is 68 milliohms. That's a full 7x improvement

Power dissipated by resistance is only linearly (not quadratically) related to resistance when current is relatively fixed: P=(I^2)R. So reducing the parasitic resistance from 180mΩ to 68mΩ is only a 2.6x improvement, albeit still quite significant.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: