Spyke

Replies

Comment on

AI spam is already starting to ruin the internet

The web was already flooded with human generated spam, adding AI spam to the mix hasn't really changed anything meaningful - you still can't find useful content on the vast majority of webpages.

What we really need is a better search engine, one that doesn't include low quality content... that might be something AI can help with.

Comment on

Linus Torvalds flames Google kernel contributor

Meh - I'm pretty sure Torvalds is just saying in public what thousands of other people were thinking quietly.

It sure is unpleasant to have your mistakes pointed out in public... but it's a hell of a lot better than not even knowing you made a mistake at all which is usually what happens.

It would be better if Torvalds told the guy he's an idiot in a private email but I'm not going to get worked up over that. Honestly I have a bigger problem with The Register making a headline out of it. The kernel mailing list is relatively private... this article is going to be attached to this poor engineer for the rest of his career. They should have omitted his name at least.

Comment on

United States v. Apple is pure nerd rage

Reply in thread

To be fair, it’s the most interesting story the verge has covered in about, well, as long as the verge has existed.

This is a big deal - it’s going to shape the entire tech industry for the foreseeable future. And it’s going to drag on in court and probably also congress for years and years.

Apple is the target of the lawsuit but the DoJ is also telling every other tech company what rules they need to operate under. The last decade of “just do whatever you want” is over.

Comment on

Backdoors that let cops decrypt messages violate human rights, EU court says

Reply in thread

That's because Europe has actual experience with having their privacy invaded and it wasn't just to show you relevant ads. During the war my grandparents burned letters and books after reading them. And they had nothing to hide either - and all of the ones they burned were perfectly innocent and legal... but even those can be taken out of context and used against you during a police investigation.

The UN formally declared privacy as a human right a few years after the war ended. Specifically in response to what happened during the war.

A lot of the data used by police to commit horrific crimes was collected before the war, for example they'd go into a cemetery home and find a list of people who attended a funeral six years ago, then arrest everyone who was there. You can't wait for a government to start doing things like that - you have to stop the data from being collected in the first place.

Imagine how much worse it could be today, with so much more data collected and automated tools to analyse the data. Imagine if you lived in Russian occupied Ukraine right now - what data can Russia find about you? Do you have a brother serving in Ukraine's army? Maybe your brother would defect if you were taken hostage...

Comment on

Alaska Airlines Plane Appears to Have Left Boeing Factory Without Critical Bolts

Reply in thread

There have been credible leaks that this was a management level problem.

They specifically didn't want the aircraft to be inspected - as it had already been inspected and doing it again would have delayed delivery... so they had a policy in place where the door was worked on "off the books" so to speak, and therefore almost nobody even knew that the work was being done. Including the people who were responsible for checking if it had been done properly.

Boeing management originally blamed Spirit for the mistake because at first glance of the work log Spirit were the only engineers who worked on the door. It was only when they checked a second backchannel work log that they discovered maintenance had been done which required removing the door even though according to the log the door was never removed (the leak is someone at Boeing replaced the rubber seal that sits in between the door and the cabin...).

Yes, someone forgot to insert the bolts however the reality is mistakes happen and telling people not to make mistakes doesn't work. You need to create an environment where mistakes don't get anyone killed and management has failed to do that.

An engineer should not do any work at all unless they have been instructed, in writing, on a well defined schedule, to do that work. And that task should be left open until it has been fully checked to verify it was done properly. That didn't happen here, and apparently it's a regular thing.

Sure, 99.999% of the time those checks are a waste of time. But when you're doing thousands of jobs a day those checks will find problems regularly and that should be all the motivation management needs to make sure the inspections are never skipped.

Comment on

The EU common charger : USB-C

Reply in thread

Yeah I think they'll definitely get in trouble for that. Nintendo's official statement that "third party chargers will void your warranty" is pretty clearly a breach of the common charger rule.

And it's not an empty claim either, some standards compliant third party chargers can actually damage a Nintendo Switch. Nintendo will have to fix that, or else their products might be banned across the EU.

Comment on

Functional Programming vs. Object Oriented Programming

I fundamentally disagree with the idea that these are competing strategies.

Just like walking doesn't really compete, like at all, with flying in an aircraft, Functional and Object Oriented Programming are at their best when you use whichever approach makes sense for a given situation and in any reasonably complex software that means your code should be full of both.

OOP is really good at the high level structure of your software as well as efficiently storing data. FP is really good at business logic and algorithms.

Also, I take issue with the claim that OOP is all about "objects". It's also about classes. In fact I'd argue classes are more important than objects.

Comment on

British inventor seeks to take $18bn bite out of Apple in bitter patent war

Reply in thread

What am I missing?

The patent in question, if it's valid, would have expired several years ago. The fact that it's everyday technology today is pretty normal considering how fast technology advances. Ordinary toilet rolls were also a patented invention and there's nothing in the law that says a patent has to a complicated solution to a problem.

iTunes was the first shipping product that ever actually did what's described in the patent... and the person who ran the iTunes department that "invented" this feature was previously a subcontractor working for the guy who holds the patent - he was literally paid to implement what the patent described and then Apple poached him and he continued the work at his new job without any patent license.

I don't support patents and never will, but if there was ever a case for clear infringement then this is it. It's already been to court and apple was found guilty of patent infringement... only to have an appeals court overturn the decision in pretty questionable circumstances.

Comment on

The Fall of Stack Overflow

Reply in thread

Well, for starters, the fall started six months before ChatGPT launched. And there was a brief uptick in traffic after ChatGPT's launch.

For me the real problem with Stack Overflow, as someone who was one of the earliest users of the service, is when you ask a question now you don't actually get a good answer anymore. Often your question just gets deleted by moderators. And even when I've answered someone's perfectly good question, the question (and my answer) have been deleted by mods.

All I can say is thank god ChatGPT came when it did, because we needed something to replace Stack Overflow.

Comment on

Japan determines copyright doesn't apply to LLM/ML training data

Reply in thread

Um - your examples are so old the copyright expired centuries ago. Of course you can copy them. And you can absolutely use an image of the Mona Lisa without accreditation or licensing.

Painting and selling an exact copy of a recent work, such as Banksy, is a crime.

… however making an exact copy of Banksy for personal use, or to learn, or to teach other people, or copying the style… that’s all perfectly legal.

I don’t think think this is a black and white issue. Using AI to copy something might be a crime. You absolutely can use it to infringe on copyright. The real question is who’s at fault? I would argue the person who asked the AI to create the copy is at fault - not the company running the servers.

Comment on

Security expert reveals surprising way to make your password stronger: use emojis

Reply in thread

The website should feed your password straight into a well known hashing algorithm or key derivation function that has undergone a decade or more of careful scrutiny, without any other processing. The output will usually be a fixed length base64 or hex string.

There's a short list of about three options that are currently considered acceptable, and a few more are probably fine but are a little too easy to crack these days (e.g. anything that shares the same math as bitcoin... what if someone throws a mining datacentre at your password?)

If the site breaks, maybe you don't to be a customer of that service.