

Random thought, but I think this is the plot of one of the Jimmy Timmy Power Hours.


Random thought, but I think this is the plot of one of the Jimmy Timmy Power Hours.


This is pretty much what OpenAI tried to do with Scarlett Johansson (or more specifically, her voice) before they got hit with a C&D. Of course, this was after they had already tried to work with her directly so the intent was pretty obvious in that scenario.


They absolutely can, at least under the right circumstances. I accidentally scratched my dog’s eye least year while playing with him, and as a result he developed a pretty bad case of pink eye about a week later, discharge and all.
It fortunately cleared up pretty quickly with some prescription eye ointment, which _un_fortunately required a fairly pricey urgent care visit to basically say “Yep, it’s pink eye”.


Better security, better fractional scaling, and proper support for mixed refresh rates and VRR, to name some of the bigger reasons.
On the contrary, the borrow checker is basically the first thing you learn about when writing in Rust as it’s the primary “gimmick” of the language. Anyone writing a non-trivial program should have at least heard the term before, even if they don’t fully understand how it works.
The borrow checker is a feature of Rust’s compiler which places strict constraints on ownership of data to guarantee memory safety. It adds a lot of friction to writing Rust code if you’re not experienced with the language (or sometimes even if you are). OP refers to the “language restriction of Rust”, seemingly talking about the borrow checker, but has never even heard of it. It’s kind of like someone claiming they didn’t vibecoded their C++ project but having no idea what the STL is.
That was obviously a joke though, and it wasn’t even OP.


Jeez, what a freak.


I don’t disagree that the language is a great way to build an understanding of object lifecycles, but in my experience C++ ctors and dtors are also the biggest source of confusing footguns I’ve ever encountered in any programming language.
Separately, template metaprogramming is a whole different beast. It’s an extremely powerful tool, but to me it also feels like finding the correct incantation to get it to do exactly what you need for more complex scenarios. It can be really fun if you know what you’re doing, but it also tends to make me very upset at the compiler when my incantations are a bit off.


In this case they’re referring to essentially a market niche in a new “category” of news.


I know this is a matter of personal preference but I absolutely cannot stand John Oliver. Every joke feels so tangential and contrived that it’s nearly a non sequitur à la Family Guy cutaway gags, and almost none of them ever seem to land for me. Then again, I think the target demographic is moreso Gen X than younger generations so maybe that’s why.


Yeah, it’s not grammatically correct AFAIK but it’s a fairly common mistake to see.


As other commentors have pointed out, it’s vital that justice is applied as uniformly as possible in the interest of maintaining a fair and truly just system. Defense attorneys are an important check on the state and ensure (at least in theory) that it has met its burden in proving guilt before a person can be convicted, however heinous their alleged crimes may be. Without this adversarial dynamic prosecutors would be free to paint whatever narrative they please, whether rooted in reality or not, and any semblance of actual justice would go completely out the window.


This is a silly thing to say. Normal payment processing uses more energy, but that’s only because there are many, many more payments going through it. It’s orders of magnitude more energy-efficient than crypto.


This is ignoring the fact that raising a cow for consumption requires ~10 times the amount of crops per calorie compared to just eating the crops directly. Also, I don’t think I’ve heard a single health expert recommend eating more beef - the universal understanding is that red meat consumption is generally a net negative in terms of overall health.
I think this is a really excellent point and gets at a general feeling I’ve had towards LLM-generated PR comments for a while now. I can understand the desire to use LLMs to generate changes (my company pushes AI super hard and it genuinely is a helpful tool in many cases), but to delegate discussion of those changes to an AI model feels extremely antisocial to me. I don’t really like the idea of vibe-coding in general, and this practice really distills down everything I don’t like about it with an added layer of deception.