Forgot your password?
typodupeerror

Comment Re:Cost of mitigation (Score 1) 42

The cost of mitigation isn't that large even. Way back when, I helped build a backup for a system holding critical data that had a far greater transaction volume than the typical cadastre ever will. The system was pretty basic and cheap to build and operate, basically a daily incremental backup written on immutable media, along with a printout of each transaction. This was before ransomware was even a thing, though hacking was already a concern and part of the reason the customer wanted this system (the printout was a regulatory requirement). These guys were serious, they even wrote procedures for restoring the system from this backup, and practiced those procedures.

Comment Re:Planet with atmosphere 0.000018 light years awa (Score 3, Informative) 38

Although, from my two second check just now, Venus is technically considered within the Goldilocks zone for this solar system it is right on the very inner edge of it. This finding differs from Venus in that respect, making it more interesting as a possibility.

All highly speculative of course, but to be fair that's exactly what the article says. Atmosphere detected, everything else speculative.

Comment Re:Not very "Innovative" (Score 2) 106

That's the thing: these OpenAI things are basically Alexa +. But what's the plus? What compelling new features are being added that justify buying a new device, and paying for a bunch of AI data centers to make it work? I've got voice control for my smart home working cloudless already, and I rarely use it; I prefer silent interactions. Same for asking questions, I prefer using a regular search engine, where a quick peek at the returned links can give me an indication of how accurate the AI summary is (sometimes it is, often it isn't).

Comment Re: Oh well (Score 1, Interesting) 251

Wages and career prospects are a factor in what students chose to major in:
- Business and Finance: relatively easy courses, excellent career prospects and very good pay. Good social status too
- STEM: work long and hard to graduate. Wages are decent but in general there's not a lot of upward mobility (unless you go into management). And no one looks up to engineers.
- Academia: unless you love what you do, forget about it, because you're not going to get anything else out of it. Not even tenure, these days.

Comment Re:Good luck with that (Score 1) 98

> That feels like an odd thing to be frightened of. It's not Mars where there are minutes of latency. Why would the Philippines - specifically - be any more (or less) concerning than if the drivers were in a building a kilometer away from the vehicle?

Half-way across the world and thus more prone to latency spikes. Not something you want when you need to be able to react quickly. Or have you never played a game on a server on the other side of the pacific?

Comment Priorities (Score 4, Interesting) 98

Years back I was interviewing people for a coding position. We went through the standard tech stuff and then did a bit of project to see how they thought. We said (this is circa 2009'ish I think) - imagine you're on a team creating a new phone. You don't have time to test all the functions, so which would be your top two functions to ensure working?

All a bit Kobayashi Maru - obviously you can't release a phone testing only two functions, but we wanted to see what they'd prioritise. The very best answer we received was this one: "I would make sure it has the ability to call emergency services." Their thinking was that this was likely the most critical feature of a phone for both a user, and also for the manufacturer to avoid being sued. Absolutely great answer.

And yet here we are, with the post above. Taking the thinking of this interviewee - the ability to work with emergency services is important for general society, for the user of the vehicle (so they don't get in trouble) and for the manufacture of the vehicle (so they don't get fined/sued/both). Absolutely critical.

Comment Re:But why? (Score 4, Informative) 20

Because TypeScript is just JavaScript once the types are stripped out... and JavaScript has the superpower of running on the largest platform in the world: the web browser.

WebAssembly cannot directly access the browser DOM, cannot directly handle network requests, and requires JavaScript to act as a bridge for almost all web interactions

Comment Re:"Spherical monolithic gyroid core" (Score 1) 38

Not saying that this company is not legit, but most of these startups looking for investors claim to have some special doohickey or exotic process. To reassure investors: we are unique, no one will easily copy us, and even if we can't make it work there might still be a valuable patent in the company.

Comment Re:Easiest Solution (Score 1) 29

The system now being trialed in the EU is promising. You don't have to present ID every time you visit an adult site, you do it once and receive a token that's stored on your device. That token is used to prove your age to a website. That means:
- No 3rd parties get a scan of your ID, only the government age verification service does (and only once for every device)
- Websites don't get your identity or even an identifier, they get Kid / Adult, and nothing else.
- The government (nor anyone else) does not get to see which websites you visit.

Slashdot Top Deals

A year spent in artificial intelligence is enough to make one believe in God.

Working...