HackerTrans
TopNewTrendsCommentsPastAskShowJobs

baazaa

no profile record

comments

baazaa
·قبل 7 أشهر·discuss
On a related note, they built their digital ID so that third parties could verify attributes (it's NOT just a single-service login across government + a linking ID across government services, which is how it was sold by the BBC).

They're pretty close to completely de-anonymising the internet for UK citizens. Say they introduce an Australian-style social media ban for under 16s, then requires all social media to link their accounts to digital IDs for this verification.

Naturally the only remaining loophole is if a UK citizen manages to avoid being flagged as British ever by using a VPN, so I expect they will focus on that going forwards. Keep in mind the UK already arrests and imprisons vast numbers of people for speech offences, there's no slippery-slope argument here because the UK is already at the bottom of the slope as an ultra-authoratitarian anti-speech nation.
baazaa
·قبل 10 أشهر·discuss
IMO there's two reasons you'd want the very best engineers.

A) you're working on one of the hardest engineering problems in the world.

B) you've a track-record of failing to deliver with merely competent engineers.

But in the second case it's invariably incompetent management that's the problem.
baazaa
·قبل 10 أشهر·discuss
I would just add the IsAllowed etc. as a comment next to the relevant line. Often the explanation is bigger than what you'd want in a variable name, I find it less overhead than making more variables, and it makes better use of screen-space.

I'd only lean towards intermediate variables if a) there's lots of smaller conditionals being aggregated up into bigger conditionals which makes line-by-line comments insufficient or b) I'm reusing the same conditional a lot (this is mostly to draw the reader's attention to the fact that the condition is being re-used).
baazaa
·قبل 3 سنوات·discuss
The author's point is that poor support for DOTS meant the devs had to roll their own culling implementation which they screwed up.