BayesianDice | 4 years ago | on: Building a personal website in 2021
BayesianDice's comments
BayesianDice | 4 years ago | on: Building a personal website in 2021
A question on which I'd be interested in views: how important or otherwise do people consider the ability to sign up for a mailing list / newsletter to be informed of new content? I dislike the in-your-face modal pop-ups etc. - but am wondering if readers, if they like existing articles on a site, would appreciate a low-key, unobtrusive option of signing up for an email notification.
BayesianDice | 4 years ago | on: Bank of England to explore a potential Central Bank Digital Currency
The chapter on Technology Design states "Although CBDC is often associated with Distributed Ledger Technology (DLT — see Box 5), we do not presume CBDC must be built using DLT. Most existing payment systems are run on centralised technology stacks, and there is no reason CBDC could not also be built this way. However, DLT includes a number of potentially highly useful innovations, which can potentially be adopted independently of each other, allowing us to use the specific features of DLT which are most relevant and appropriate, without using DLT in its entirety."
The paper also discusses the risk-free nature of the currency (compared to deposits held in a commercial bank where consumers in principle face credit risk if the bank defaults), resilience, and innovation. And it notes the interesting related questions of whether the CBDC would be interest-bearing, and to what extent consumers switching from commercial bank deposits to the CBDC would impact the commercial banking model (using deposits to fund lending).
BayesianDice | 5 years ago | on: Ask HN: Any tips for a programmer wanting to switch into security?
BayesianDice | 5 years ago | on: Tom Stoppard: A Life
BayesianDice | 5 years ago | on: Why did the A-level algorithm say no?
(Oxford, along with Cambridge but unlike many universities, has the results of interviews and, for many subjects, admissions tests to assess to whom to offer a place. They make offers expecting that the vast majority of them will be met, rather than over-offering and expecting A-level results to prune the numbers significantly. In previous incarnations of the admissions system, candidates who passed the entrance exam and interview routinely got an offer of two Es, i.e. a formality. So, providing places to all offer-holders would not seem an unreasonable course of action in the circumstances.)
BayesianDice | 5 years ago | on: Hosting your entire web application using S3 and CloudFront
I looked at that approach at the time but didn't go down that route because, as far as I understood (unless I missed something), that would involve having the S3 bucket directly publicly accessible over HTTP (not HTTPS) with the S3-style URLs, including public access. And my main motivation for adding CloudFront to the mix was to support/enforce TLS - I certainly didn't have traffic levels requiring it!
(But, pragmatically, the key risks of someone going to the effort of finding and using the unpublished S3 URL would seem to be be that (a) the site could stop working if I change the hosting and (b) they, through their own choice, aren't using TLS - which, for a static, low-traffic, personal blog, could be considered pretty low.)
BayesianDice | 5 years ago | on: Hosting your entire web application using S3 and CloudFront
BayesianDice | 5 years ago | on: Hosting your entire web application using S3 and CloudFront
(For the author of this article, it looks like the combination of CLoudFront's default document and custom error handling did the job for their site - just flagging this as something to look out for in cases where it doesn't work :-) )
AWS suggest a workaround using Lambda@Edge (https://aws.amazon.com/blogs/compute/implementing-default-di...) to rewrite the requests at the CloudFront layer - but at that point I decided that actually getting the site published was more important than adding more to the technology stack, so it's now happily hosted on Netlify's free tier.
BayesianDice | 5 years ago | on: IBM no longer offers general purpose facial recognition or analysis software