HN user

alxhill

273 karma
Posts13
Comments33
View on HN

They are _not_ hosting UK government data in the US. They offer on-premise and self-managed cloud offerings, which are often used where data sovereignty is important. Additionally, customers often manage access control - including for Palantir employees - themselves, so it would not be a simple "pull the power plug" if the US/UK relationship went awry.

The commenters below are confusing two things - Rust binaries can be dynamically linked, but because Rust doesn’t have a stable ABI you can’t do this across compiler versions the way you would with C. So in practice, everything is statically linked.

For what it's worth, a friend of mine is a lawyer in a well-known hedge fund and he gets access to their funds too (funds that would not otherwise be accessible without making a substantially larger investment I believe).

How is that different with LLMs versus badly-written human generated content? Most clickbait/SEO articles are as poorly researched as they come, and shouldn't be assumed to be accurate anyway.

So there's a bunch of existing intermediaries, which is bad, and to fix that we're going to add the exact same set of intermediaries, but on top of bitcoin, which means its good?

Yeah, I really do find this kind of attitude strange. If it's not safe now, it never will be. Guess a large portion of society is still waiting for COVID to be "over", as if the virus will magically disappear.

Doesn't the example of a florida company just using real pictures suggest this isn't such a big change? "We can't trust that the picture represents a real person's opinion" was true before, and it's true now - it's just that the barrier to creating fake people is a little lower.

Whilst it's certainly valuable to make people aware of the limitations of the security systems we use, this shouldn't really come as a surpre. If someone is close enough and motivated enough to take a high-res photo of your face just to access your mobile device, they're also probably close enough to film you typing in your passcode - sure, you might do that less often, but for an average user are either of those things a real concern? The security model hasn't really been "broken" because if someone steals my phone they don't have access to the device by default.

Unless it's a new feature, the UE4 UI does not render at retina resolution - certainly looks pretty pixelated on my rMBP.

This is exactly what I've done with KeyRemap4MacBook. It has built in options for switching around numbers and symbols, as well as changing {} and []. Makes so much more sense for a programmer, and you can make multiple sets of options so you can disable them if someone else needs to use your machine for a bit.

The reason Angular has silent failure by default is because failure is designed to happen all the time - this means angular expressions can deal with data that hasn't arrived/hasn't been created yet.

This might sound like a bad thing, but it actually makes the page work without confusing the expression syntax with endless or statements.

That said, I do see your point - it's frustrating to find something not working due to a typo in an expression, with no errors to point it out. A halfway solution could be some kind of debug directive/tag that logs when an expression doesn't evaluate? Or perhaps something integrated into Angular Batarang? (https://chrome.google.com/webstore/detail/angularjs-batarang...)

Dear WordPress 13 years ago

> After 5 minutes with Git I don't see how anyone would want to stick with FTP…

You're assuming you're dealing with someone at least a bit technical. To them, FTP is drag and drop, git is either 'hacking' or magic.