HackerTrans
TopNewTrendsCommentsPastAskShowJobs

AyrtonB

no profile record

comments

AyrtonB
·5 anni fa·discuss
I can't help with regard to editorial help from COlah but in terms of a DOI you could save your blog to a Zenodo repository and get the DOI from that. Alternatively if you're building your blog directly from GH repos you can link Zenodo to them and have it update the DOI automatically with each version change.
AyrtonB
·5 anni fa·discuss
Most of the energy used in CO2 capture through amine absorption is in the form of heat. Luckily, most processes where point-source CCS could be used produce waste gas streams at very high temperatures which can significantly reduce the additional energy that needs to be added.
AyrtonB
·5 anni fa·discuss
You can get a physical copy here - https://www.amazon.co.uk/Complete-Yes-Minister-Prime-DVD/dp/...
AyrtonB
·5 anni fa·discuss
Consumption is the underlying driver but emissions is definitely the biggest 'base' threat.

Acidification (from CO2) and temperature (from CO2) rise would continue to lead to collapses of fish stocks even if we stopped trawling the oceans.
AyrtonB
·5 anni fa·discuss
Such as flue gases from fertiliser, cement, steel and power plants ... which make up a sizeable chunk of our emissions.

We should be targeting CO2 capture at point-sources wherever possible. Why wait until it's diffused into the atmosphere before trying to capture it?
AyrtonB
·5 anni fa·discuss
What's the advantage of this over Pandas' standard rolling quantiles?

import numpy as np

import pandas as pd

s_input = pd.Series(np.random.randn(1000))

s_p10 = s_input.rolling(10).quantile(0.1)
AyrtonB
·5 anni fa·discuss
> However, know when to be inconsistent -- sometimes style guide recommendations just aren't applicable. When in doubt, use your best judgment. Look at other examples and decide what looks best.