Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
redcalx
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
redcalx
4y ago
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.
2.
▲
by
redcalx
4y ago
Interesting, thanks. Is your chair anything special? I'm guessing it has a high back for head support?
3.
▲
by
redcalx
4y ago
> 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?
4.
▲
by
redcalx
4y ago
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
5.
▲
by
redcalx
4y ago
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
6.
▲
by
redcalx
4y ago
> 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 .
7.
▲
by
redcalx
4y ago
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
8.
▲
by
redcalx
4y ago
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.
9.
▲
UK-Morocco 10GW Renewable Electricity Interconnector Planned
(xlinks.co)
110 points
by
redcalx
4y ago
|
236 comments
10.
▲
by
redcalx
5y ago
Reminds me of the turkey's circling a dead cat video: https://www.youtube.com/watch?v=Ns5MA69MXuE
11.
▲
by
redcalx
5y ago
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.
12.
▲
Equations of Motion for the Cart and Pole Control Task
(sharpneat.sourceforge.io)
1 points
by
redcalx
5y ago
|
1 comments
13.
▲
by
redcalx
5y ago
How long before the riots and total societal breakdown?
14.
▲
by
redcalx
6y ago
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 aftern
15.
▲
by
redcalx
6y ago
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 slee
16.
▲
by
redcalx
6y ago
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 wakin
17.
▲
by
redcalx
6y ago
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 n
18.
▲
by
redcalx
6y ago
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
19.
▲
by
redcalx
7y ago
You may also be interested in A Journal of the Plague Year by Daniel Defoe. https://www.amazon.com/Journal-Plague-Year-Observations-Rema...
20.
▲
by
redcalx
7y ago
Iran is ominously missing any cases according to this data. I guess you could say Iran is a known unknown.
21.
▲
by
redcalx
7y ago
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 b
22.
▲
by
redcalx
7y ago
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
23.
▲
by
redcalx
7y ago
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 - wh
24.
▲
by
redcalx
7y ago
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?
25.
▲
by
redcalx
7y ago
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
26.
▲
by
redcalx
7y ago
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.
27.
▲
by
redcalx
7y ago
noted, thanks.
28.
▲
by
redcalx
7y ago
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(
29.
▲
by
redcalx
7y ago
"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
30.
▲
by
redcalx
7y ago
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%.
More ›