Explicit variable size is useful for limited memory space envs like microcontrollers.
HN user
mfgs
The kids in my family attend a school where the parents have all verbally agreed to not get their kids a smart phone until 16. This removes the peer pressure element of owning a phone/instagram/etc. When that’s removed there is little downside and huge upsides to the kids not having phones.
How are you measuring O2 levels?
I’ve also been experimenting with a slightly elevated mattress recently, it seems to help quite a lot for my OSA.
Do you mean a petrol leaf blower? Because of the motor emissions or the blowing?
Myst would be a perfect game to play on a long flight. Sorting the right controller setup might be tricky though.
This joke’s also a reference to the fast turnover Australia had around that time of prime ministers, due to them getting replaced by their own party.
For anyone using or considering a CPAP device, you should also do some research into mandibular advancement devices (MADs). They’re basically a mouth guard that opens your airway by moving your lower jaw forward.
They are lesser known than CPAPs but are much simpler and way less invasive. They’re often well suited for people who are thinner and/or have milder OSA symptoms.
I couldn’t use a CPAP but using a MAD has helped significantly (although perhaps not completely).
It already can be used for development, IDEs such as PyCharm perform quite effective live type checking based on type hints.
Acidic foods and drinks will temporarily soften the enamel in your teeth. Brushing right afterwards can remove the softened enamel.
Brushing right after drinking acidic soft drinks or soda is meant to be much worse for your teeth than not brushing.
I'd love to see a display of absolute humidity for indoors and outdoors to see if opening the windows will reduce or increase indoor humidity.
It's not that bad, it doesn't even have an accept cookies popup blocking half the screen.
Cool. Interesting to note that the original is not necessarily the "correct" real world color palette (it's accuracy is subject to camera settings, sensor response, lighting, etc), so the colorized version could in theory be even better than the original in some or all areas of the photo.
Heist Poscast did a great episode on Crazy Eddie: https://facebook.com/heistpodcast/posts/the-story-of-cray-ed...
I love my cast iron skillet, which must be at least 4 decades old. It’s great for cooking with the only challenging task being scrambling eggs on low heat (for fluffier eggs), which can stick a little.
I recently bought a new cast iron skillet and it just doesn’t seem to be of the same quality, it’s a lighter colour and doesn’t seem to season as well. Are there different grades of cast iron, or are they just not made like they used to be?
Their reproductive organs have moved anteriorly, and males have a penis that protrudes upwards from the front of their body meaning they have to position themselves underneath the female when mating, and copulate as they both cling onto the human hair.
Does this mean they’ll die off relatively quickly if all body hair is cut off? Or does this happen beneath the skin?
Once you have an internet connected phone or PC (as we all do) then the cost in physical or mental effort, time, or money to click another link or watch another video is basically zero. It also gives relatively high levels of dopamine as you're constantly seeing or learning new things.
So with practically no barrier to sitting there longer and a constant stream of stimulation the cost to benefit _ratio_ is incredibly low, arguably lower than anything else we're likely to do regularly. Any real world activity, which all require time and mental or physical effort, yield likely a much higher cost to benefit ratio.
Wasting time on the internet is basically just the path of least resistance and the best "deal" in your own mental economy.
The odour you smell is unburnt gas (to make gas leaks less dangerous). Burning gas produces carbon monoxide (among other things), which has no odour.
As a start (and possibly as an equivalent proof?) you can mentally brute force it by cutting the board down to 4x4 and just visualising how the blocks might fit. It quickly becomes obvious that it's not possible.
There is usually at least 1000 people shot by police each year in the US.
All other developed nations have significantly lower rates and incidences of police killings: https://www.prisonpolicy.org/blog/2020/06/05/policekillings/.
Interesting. I'm definitely looking forward to electric buses and trucks though. Standing on the sidewalk when a bus accelerates next to you can be offensively loud.
"it unconditionally flags every use of while expressions."
I'd find that pretty annoying.
Consider a while loop in a thread:
while not quit_thread_requested:
# do threaded taskIt probably has something to do with not getting notified when someone replies to your post.
I only use insta in the browser on my phone, which is quite a nice watered down experience that doesn't show ads (even without an ad blocker) or annoying account suggestions.
Camera calibrations are often done with a chess board pattern, as it shows scale, skew, rotation, etc of the real world plane you are imaging.
Also see https://en.m.wikipedia.org/wiki/Chessboard_detection.
How is that ultimately different from handling the exception under `except`?
Leave your phone permanently plugged in to the charging cable, somewhere that is not comfortable or particularly convenient to use it (e.g. nowhere to sit down). That way you can use your phone as much as you need when you need to, but you will be disincentivized to stand there on it for longer than you should.
Done.
I'd be curious to know how much bandwidth it utilises when that much is available.
Type hints are super handy when using smart IDEs like PyCharm, which will list or highlight (most of) your type errors. This alone can greatly improve confidence in your program, especially for more complex cases.
Getting that cheaply while still having types unchecked is a nice compromise between improved functionality and not changing the language majorly.