WAV is uncompressed. MP3 is highly compressed, but lossy. FLAC is compressed and lossless. If you wanted to store lots of master copies of audio, you could use WAV or you could reduce storage space by using FLAC instead.
HN user
redcalx
http://heliosphan.org/
Interesting, thanks. Is your chair anything special? I'm guessing it has a high back for head support?
I recline while I work
Can you elaborate on this? Sounds like it might be a way to limit back strain? Do you have a desk at all?
So basically, if there's a distribution of possible outcomes (with estimated duration plotted on the x-axis, and probability on the y-axis), then we put bounds on either side of the distribution and take a 'central' point on the x-axis between them. But instead of a simple average, we can use a log scale on the x-axis, so that we represent estimates of different magnitudes well. Now the simple half way point on the x-axis is on a log scale, and (I think) equivalent to the approach you described.
So one question here is: Why reduce the distribution (with long tail or whatever) to a single estimate number? If the distribution represents the range of possible outcomes well, then the single number throws away most of the information in the distribution.
Those project managers also pursue the same estimation agenda even after several projects turn out the same way.
This is an aspect of the https://en.wikipedia.org/wiki/Planning_fallacy.
Yes, I don't see the logic of using fertile agricultural land for solar PV. It seems like short term thinking and a planning failure. I've heard at lest one similar story regarding reforesting, i.e., a scheme that was planning to use fertile land in Wales that was ultimately canned due to local objections/resistance.
For the battery storage, perhaps they will ultimately choose https://en.wikipedia.org/wiki/Lithium_iron_phosphate_battery. The cable manufacture seems like more a 'when' rather than an 'if' problem. The scheduled first phase of construction is 2025-2027, which we can reasonably expect to be delayed by 2-3 years if they are trying to build new manufacturing capability. Overall this still looks to be in the realms of possible/viable IMO.
Reminds me of the turkey's circling a dead cat video:
The accompanying source code is at:
https://github.com/colgreen/cartpole-physics
Note that the equations being used in the 'wild' are generally wrong in some way; see the article appendices for detailed info.
How long before the riots and total societal breakdown?
This is anecdata, but I don't think it affects my overnight sleep if my nap is post lunch, although it definitely does if I sleep later in the day, say from 4pm to 6pm. I think there's enough time and mental exertion in the afternoon and evening that I sleep normally overnight. Possibly it's a slightly shorter sleep overnight, but a net increase per day overall, or, at least no shorter overall.
As I understand it REM sleep is at the start and end of each cycle, thus 45 mins would put you squarely in a deep non-REM phase. That said, the cycles get progressively shorter in an overnight sleep, so it's possible a daytime nap sleep cycle would be much shorter than the full 90 mins.
I find if I'm working on a difficult problem, I feel like I can make more rapid progress if I take a 'nap' early afternoon in that post lunch drowsy period. I often start thinking about the problems again immediately on waking, and typically find that is the most productive period in terms of breakthroughs and making mental connections.
I put 'nap' in quotes because I don't set an alarm (unless there is specific need to), and for me that usually means a 2 hour sleep! I figure that is made up of 90 mins of one sleep cycle, and some time either side for falling asleep and waking.
https://en.wikipedia.org/wiki/Sleep_cycle
All made possible by pandemic working from home.
I frequently go down rabbit holes like this, one such journey resulted in this port of Timsort to C#/dotnet:
https://github.com/colgreen/Redzen/tree/master/Redzen/Sortin...
Available via this nuget package:
https://www.nuget.org/packages/Redzen/
Timsort may give much improved performance if the items in an array are already partially sorted. I had a specific need for this, and couldn't find any good quality implementations in the dotnet world, so ended up putting the time in to port it and update it to the latest fixed/patched version.
As part of the work I looked at the source for Array.Sort and noticed it was doing some redundant null checks when you call it with a secondary sort array. I submitted a pull request to the MS github repo with some supporting performance numbers, and they merged it in.
It looked to me that the code there was originally one class that used null checks to support the secondary sort array, and at some point the code was copied to a second class that does the secondary sort only, and the first class had that logic removed, but some of the null checks apparently got left behind.
Next steps for my timsort will involve moving from dotnet standard to dotnet core, and starting to leverage some of the new functionality, such as Intrisics for x86-64 and Arm. So this article will be a good starting point for that.
In my experience it's often quite obvious when someone doesn't understand something and they say they do. Someone who properly understands will typically offer some tidbit of feedback from their understanding as an acknowledgement. And if not forthcoming I will extend the conversation to try and tease out that bit of feedback. I think this works because the people who genuinely understand something are usually keen to demonstrate that understanding in some small way.
You may also be interested in A Journal of the Plague Year by Daniel Defoe.
https://www.amazon.com/Journal-Plague-Year-Observations-Rema...
Iran is ominously missing any cases according to this data. I guess you could say Iran is a known unknown.
If you cross byte boundaries, i.e. compactly pack the bits such that there are no wasted bits; then you have 4 bits per decimal digit, 50T digits becomes 200T bits == 25TB. Technically there is still some slack in there because each 4 bit block represents 16 values, and we only use 10 of those.
I agree, I think there are a few things in the Windows file explorer that conspire against its good performance (file preview is a big factor, but recycle bin content seems to affect it too), and it does seem to get worse over time. I think there's a market now for a third party 'back to basics' explorer.
For one, a database may receive a query such as "WHERE x >=10 AND x <=100". I.e. having an ordered index is useful for accessing ranges, whereas a hash lookup is always just for a single entry. The question then becomes - why are lookups in RAM more likely to be single lookups rather than ranges (and stats on ranges)? Partly at least because DBs provide a query language that make range based queries easy to do, and just because that's where most business data sits (most of it necessarily needs to be in a persistent store).
Yeh. I had one pull request accepted into dotnet core a couple of years ago; I wonder if that was enough to be included in that 25k number?
Also, branch prediction circuitry has costs, such as higher energy per instruction on average; management of the design complexity, the risks associated with that (e.g Spectre, meltdown), increased die size and therefore faulty die rate and die cost, etc.
Not really; if you find a block it will mostly likely have been beaten by someone else's block by the time yours reaches most nodes...unless there is a Saturn based side chain or similar.
noted, thanks.
The April 12th deadline is conditional on the PMs deal, if that doesn't go through then May 22nd is the current date at which no deal exit will occur if nothing else happens, i.e. that's the current letter of the law. So the vote(s) on Monday are about finding an alternative to no deal before May 22nd. Even if they agree on an option, the EU can still refuse and stick with no deal on the 22nd.
--
Edit: See comments below - I got the dates wrong.
"There should be a ranked or Condorcet vote and the winner should be enacted."
I believe this is the plan for Monday if the PM's deal doesn't go through today. I.e. list the options you will accept in order of preference.
I cut a nerve at the base of my middle finger one time and completely lost feeling. Feeling came back over two or three weeks as the cut healed and eventually came back 100%.
Yeh, I assume this a GDPR violation in the EU (I mean the business model seems like it violates GDPR, let alone the actual data breach).
Also how any watts of power delivery. From observation it seems to vary.