HN user

RobAley

3,688 karma
Posts170
Comments463
View on HN
news.sky.com 1y ago

Patient's death linked to cyber attack on NHS, hospital trust says

RobAley
2pts0
democracyforsale.substack.com 1y ago

Palantir's NHS data platform rejected by most hospitals

RobAley
9pts0
arstechnica.com 7y ago

IBM buys Redhat

RobAley
1pts1
github.com 7y ago

NES emulator in PHP

RobAley
3pts0
twitter.com 8y ago

Reports from Nest Secure customers who are unable to arm/disarm or lock/unlock

RobAley
152pts137
news.sky.com 8y ago

JD Wetherspoon shuts all 900+ social media accounts

RobAley
2pts0
news.sky.com 8y ago

UK Government delays new pornography regulation as it works out kinks

RobAley
1pts0
arstechnica.co.uk 8y ago

Appeals court keeps alive the never-ending Linux case, SCO v. IBM

RobAley
1pts0
arstechnica.co.uk 8y ago

Robert Scoble: I didn’t sexually harass women as I lacked power over them

RobAley
1pts1
code.facebook.com 8y ago

Facebook Relicensing React, Jest, Flow, and Immutable.js

RobAley
1pts0
m.bbc.co.uk 8y ago

Offshore wind power cheaper than new nuclear

RobAley
2pts0
news.sky.com 9y ago

Conservatives pledge crackdown on social media companies (UK)

RobAley
2pts0
evertpot.com 9y ago

After 10 years, I'm stopping my work on sabre/dav

RobAley
2pts0
www.bbc.co.uk 9y ago

Fukushima nuclear disaster: Worker sues Tepco over cancer

RobAley
3pts0
github.com 9y ago

Microsofts PHP parser designed for IDE usage scenarios

RobAley
2pts0
arstechnica.co.uk 9y ago

Microsoft mulls cutting UK datacentre investment amid Brexit concerns

RobAley
79pts77
robohub.org 9y ago

No, a Tesla didn’t predict an accident and brake for it

RobAley
3pts1
www.theguardian.com 9y ago

Tesco Bank cyber attack involved guesswork, study claims

RobAley
2pts0
medium.com 9y ago

A Quantum Leap for the Web

RobAley
2pts0
www.fastcompany.com 9y ago

“Free” shipping is not actually free

RobAley
174pts213
leanpub.com 9y ago

Leanpub and Pricing

RobAley
5pts1
www.rt.com 10y ago

Creator of pop-up ads apologizes for inventing ‘internet’s original sin’

RobAley
3pts1
www.scienceoxford.com 10y ago

123-reg accidentally deletes hundreds of websites and backups

RobAley
1pts0
news.sky.com 10y ago

Marc Andreessen in India Colonialism Row

RobAley
2pts0
leanpub.com 10y ago

Create effective CLI scripts using PHP

RobAley
1pts0
www.geek.com 10y ago

Adobe caught lying to customers trying to cancel Creative Cloud subscriptions

RobAley
11pts3
arstechnica.com 10y ago

Amazon opens its first real-world bookshop in Seattle

RobAley
1pts0
www.bbc.co.uk 10y ago

Academics sharing paywalled papers with a codeword on Twitter

RobAley
234pts207
arstechnica.com 10y ago

GCHQ tried to track Web visits of “every visible user on Internet”

RobAley
1pts0
arstechnica.com 10y ago

Windows 10 upgrade resets your default browser to Edge; Mozilla is very unhappy

RobAley
30pts10

Their reasoning for not having 2 keyholder is that 2 people are more likley to colude to change the results (in this case announce false results) than 3. Of course 3 people could still colude to do so, so it's a matter of reducing not eliminating the risk. My understanding is that in 2 out of 3, the third can also decrypt/view the results, so (assuming number 3 doesn't lose their key) then 2 can't colude to cheat (unless they also colude to somehow "deprive" number 3 of their key (e.g. with a heavy wrench)). If number 3 does lose their key, then the risk of colusion is higher than "requires all 3", but conversly the risk of "accidental or deliberate failed election" is lower. It's (always) about a balance of risks.

PHP 8.5 8 months ago

Parse_url isn't standards compliant, often fails with relative url's and most importantly only parses urls, not uris (with the exception of file://). I also find it's syntax clunkier than the new uri(), but that's just personal preference.

The pipe operator is indeed just syntactical sugar (and the article links to another article specifically about it which does cover the case of temporary variables), but with the coming partial function application feature it (in my opinion) will make easier to read/reason chains of code than temporary variables or nested function calls.

The hallucination issue can be worked around by providing that demonstrates the agent's working (i.e. what tools they called with what parameters).

And this is (in my opinion) an intractable problem - You can get the AI to list the tools/parameters it used, but then you can't be sure that it hasn't just hallucinated parts of that list as well, unless you both understand that they were the right tools and right parameters to use, and run them yourself to verify the output. And at that point you might as well just have done it yourself in the first place.

I.e. if you can't trust the AI, you can't trust the AI to tell you why you should trust the AI.

(Source : I work in vaccine research, including challenge studies, in the UK, but only in IT/Digital, I'm not clinical).

In the UK at least (and as I understand it in most countries that subscribe to the principles of the Declaration of Helsinki), all of our studies have to have insurance to cover such eventualities (which are exceedingly rare these days). In addition, we provide clinical contacts for the participants throughout the trial and follow-up, and ensure that participant NHS medical records (and central NHS databases such as for the COVID vaccines) are updated with the necessary details for any future related care.

Money/Payment is always a careful balance. You don't want people taking part in the trials purely for the money (i.e. doing something they wouldn't otherwise be comfortable doing), but you need to ensure they aren't disadvantaged by taking part in the trial.

Technically, that's not true either! That's the current format, previous formats (still legal and transferable/usable) have included XN, XNNXXX, XXXNX, and others!

Looks like I may be in the minority, but I've had nothing but good experience in the month or so I've had a 5G phone (Samsung S22, Three network, mostly in and around Oxford, UK). There is a 5G mast visible in the distance, and I consistently get 500-800Mbs down and 20-50Mbs up at home. Similar story when out and about if there is a 5G signal (occasionally download goes down to ~5Mbs). It's better than the ~400Mbs my Virginmedia home line maxes out at.

Indeed, but even centralised coal fired electric generation produces less carbon per mile travelled than petrol/diesel engines. We're not there yet, but proper grid management and diverse renewable sources mean that an increasing number of countries are heading towards large parts of base load being renewable. In all scenarios (apart from not travelling at all) electric cars are a carbon win, and it looks like it will only increase.

I think you've proved your second point by getting your first wrong. The benchmarks posted are for a stack including PHP, not PHP itself (and not the fastest stack with e.g. pgsql). Also, I don't think thosd benchmarks use php 8, which is the first version with the jit that the post above referred to.

The article you cite more or less backs my post :

"But the decision matrix that ultimately influences widespread views on which toys are for which children includes inputs from parents, kids, and toy makers—adding up to a system that produces something of a feedback loop."

I'm not at all criticizing Lego for making sets with female characters, pink colors, themes that revolve around friendship, leisure, domestic and emotional topics (for instance). These are good things, it is good to have ranges of toys in this vein to add variety and balance to the "normal" Lego ranges ("normal" was perhaps a bad choice of word in my first reply, "previous" or "non-Friends TM" might have been better).

The comment was to point out that :

"There are attractive boxes for girls, it's called Lego Friends"

is unnecessarily gendered and such language purpetuates this feedback loop which is a major influence on how girls and boys play. You have identified the outcome, not the cause.

One small piece of feedback : My (UK) keyboard doesn't have accented characters on it, and I don't know how to type them (well, I do, but many/most users won't), so typing "leon" instead of "león" for Lion wouldn't let me continue as there was a spelling mistake. Ideally, have an on-screen keyboard for accented characters, or instructions on how to type them, or less ideally allow spelling mistakes on such characters.

You keep it until x days/weeks after the servers are deactivated. Where the emails are going unnoticed, the servers getting cut off usually is noticed straight away. The story here appears to be that the backups were deleted at the same time as the servers. For the relatively small cost of those who don't subsequently pay up, you get a lot of goodwill from the majority who just messed up.