Technically it was the Free Software movement that was a form of Leftism, and Open Source was Capitalism’s attempt to subsume it once it became apparent that it was capable of producing better software.
Technically it was the Free Software movement that was a form of Leftism, and Open Source was Capitalism’s attempt to subsume it once it became apparent that it was capable of producing better software.
You need to know how to carry out a cyberattack before you can devise a way to stop it, so CS students need to be taught how to do cyberattacks to learn about cybersecurity.
And unlike the original Star Wars film, which made the parallels to the Vietnam War paint the US in a bad light, the latest Star Wars film riffs off the helicopter scene from Apocalypse Now!, but instead of presenting napalming the shit out of people as a bad thing, presents it as a good thing.
Depending on the context, it could just be who’s doing it. Star Wars was originally specifically an allegory for the Vietnam War, which was a war of Western imperialism because the two countries making it a war rather than a country gaining its independence were France (who’d conquered Vietnam as part of their empire and weren’t happy that the Vietnamese didn’t want to be in their empire) and the US (who wanted to stop communists gaining power anywhere), both of which are Western countries. It was about that war in particular rather than imperialism in general because that war in particular was the one that was a big deal for the target audience at the time - if Lucas had been Japanese and making the film decades earlier, maybe he’d have made it an allegory for something else, but he wasn’t, so he made the film he made.
Not ban-free, just easier to not care if you get banned by an idiot as you can make your own community with the same name on a different instance if you think a moderator is being dumb, and can move your account to a different instance if an admin is being dumb. If other people think you’re doing a better job, then your new community will outgrow the older one.
With reddit, there’s only one community with each name, one set of admins, and one way to access things, so if something like this incident happened there, anyone affected would be totally fucked.


I did see an angle in the BBC coverage either after the game had finished or in the break before extra time where it did indeed look like a foot got stepped on, but the commentators said that even then, it shouldn’t have been a foul as it was clearly accidental and the ball clearly was touched. If Argentina were held to the same standards, they’d have been down to two men by half time.


If the investigation he’s under is allowed to conclude, it’ll likely trigger a by-election. If he’s already won a by-election since the investigation started, it’s easy for him to claim everyone should vote for him again as they already voted for him while the investigation was ongoing, so there’s no new wrongdoing and no new reason to question whether he’s the right person for the job.
Sometimes things look simple but have complex knock-on effects, and it takes an expert to notice that there’s anything that might be a problem. At least none times or of ten, there’s no problem and it looks like someone’s wasting their time, but it occasionally saves a much bigger headache later.


Because memory bugs are an absolute bastard to investigate compared to logic bugs, Rust makes the tradeoff of making it harder to express the logic of a program in return for making memory bugs impossible. That Should™ make it easier to write code with no bugs, but can make it harder to write code with no easily-encountered bugs. The kind of bugs it’s really good at preventing are ones that go unnoticed for years or take years to link to their root cause, and those aren’t the kinds of bug everyone encounters every time they run a program.


Solar actually overtook nuclear as least-killy-per-gigawatt about a year (maybe even two, now) ago, although obviously killing people isn’t the only bad thing a system of power generation can do.
That’s a controversial thought experiment rather than a proven fact. There’s no proof yet that consciousness isn’t ‘just’ a computation, albeit one done by brain tissue rather than a regular computer, and if that’s the case, then the Church Turing Thesis applies, and the same computation can be done on a different computer without changing its nature.
He’s just worried about the power bill. It costs a lot to heat and light an infinite number of rooms.


There’s at least one company that does tweak (iirc used) airliner turbofans by taking the fan part off so they just have the turbojet (which is already tuned to mostly generate rotational energy to drive the fan turbine rather than produce thrust itself) and use that to spin a generator. Obviously, it’s a bit more complicated than that in reality, but there are quite a lot of old engines no longer certified for flight out of an abundance of caution but that still work fine, and a market for high-power generators that don’t need to be the pinnacle of efficiency (originally as backups just for occasional use, and now because of AI companies caring only about speed and not about cost).


Whether or not that’s true at the moment (obviously, the status quo has changed because in 2020 UPlay changed to Ubisoft Connect, so the alleged incident happened years ago, and it’s alleged that Ubisoft were forced to stop selling something, so they wouldn’t still be selling it), the article specifically says:
Uplay featured a $15 USD Rainbow Six Siege Starter Pack, but this version was not available on Steam, making the cheapest option on Valve’s platform much more expensive.
The obvious way of parsing that is that it was the UPlay version of the game, but even if not, it’s generally not viable to sell Steam keys for things not available on Steam. The only time you can is when a game’s delisted but you’ve already generated keys for it, and then Valve can just wait for Ubisoft to run out rather than making the alleged threat.


If we’re going to pull up other people’s pithy phrases that aren’t intended to be taken entirely literally, then the relevant one here is machine learning is the second best solution to any problem. In the (approximately, depending on how you define it) century people have been thinking about computers, we’ve already found better solutions to lots of problems. If a transformer-based neural network can get 99% accuracy in sixty seconds on 92 billion transistors of GPU and billions more for its VRAM, that’s pretty useless if we can also do it with 100% accuracy in sixty microseconds on a $1 microcontroller, or even faster on a less constrained device.
The attention is all you need phrase is specifically in the context of sequence transduction models, and specifically referring to the discovery that they don’t need a combination of attention, recurrence and convolution, but actually only need attention if it’s used in the novel way introduced by the paper. If you don’t need to transduce any sequences, then this isn’t necessarily relevant, and it’s critically not a claim that you can do everything by transducing sequences. It was a surprise that applying it to generating new text instead of just converting it worked as well as it did, and a surprise that it kept getting better with larger models instead of plateauing around the GPT-1 and GPT-2 era, and a surprise that the text generation could be used to do other things, even ones as basic as addition. These things weren’t predicted by the Attention Is All You Need paper.


That’s not what the article says. It’s about UPlay keys sold by Ubisoft through UPlay that have nothing to do with Steam, and Valve threatening to remove a game from Steam unless the UPlay keys sold through UPlay became the same price as the Steam keys sold through Steam.


As tree article says, Microsoft bothered to get the game Steam Deck Certified before launch, so they care about Linux devices at least a little bit.


It’s not damn near anything. There’s loads of stuff that computers can do much more quickly and more accurately without it just by virtue of computers already being fast and effective at maths and obeying logic. With or without the transformer architecture, a neural network is never going to be as fast or reliable at, for example, summing a collection of numbers as just adding them would be, and loads of real-world tasks are like this, hence why we’ve built billions of computers even before the transformer architecture was invented.
Also, in particular, I didn’t say that the transformer architecture wasn’t useful for things that aren’t LLMs, I said that most of the work done specifically to improve LLMs has no applications outside LLMs, so the next big leap towards making computers intelligent isn’t helped more by working on LLMs than it would be by working on any other kind of AI.


It’s actually just a lot of pretty simple maths from decades ago, but it’s a lot of it. The big changes in those decades have been the feasibility of doing enough of that simple maths to achieve anything useful, and domain-specific network architecture stuff that’s rarely transferable, e.g. LLMs are possible because of the invention of the transformer architecture in 2017, and that’s also turned out to be useful for a few things like image generation and protein folding simulation, but not for all neural network based techniques, and then most of the things that have made successive LLMs better haven’t also been useful for the few other transformer-architecture-based neural networks. Most not-LLM AI isn’t going to be meaningfully easier to create than it would have been had the world got bored after GPT-2 and we’d only focussed on doing image and video generation.
Maybe he just showed up on the set one day, stabbed a lady in front of a rolling camera, did a creepy monologue about having billions of children, and then they wrote him a part around that so they wouldn’t need to stop production while a murder investigation was carried out.