

I could care less if it beats someone on data that already happened. Let me know how it does going forward. My guess is that it won’t beat an s&p500 index fund.
I could care less if it beats someone on data that already happened. Let me know how it does going forward. My guess is that it won’t beat an s&p500 index fund.
It would be nice to know what brands or models are most vulnerable.
I think you would have to argue with quite a few people to even get access to trump.
Could be posture, especially if you work an office job or something. I used to have pretty bad back and neck pain, then when they sent us home during the pandemic, all my pain just went away.
Nah, musk has said some stuff that you don’t come back from. There is no way Trump says “eh, he accused me of being a pedophile but it’s all good”.
A lot of people don’t personally know any trans people. A lot of right wing media says that trans people are bad and that they want to make a lot of changes to society that might effect you too. So it’s easy to hate people when you don’t actually know them, and your “news” is telling you that they are bad.
Tozawa might be next.
I bought the first Nickelodeon game a couple months after it released, and the online was already dead, I literally couldn’t find a match. Just went ahead and got a refund on it.
It really sucked because Smash Bros is basically the only other big platform fighter on the market. Multiversus was set up to actually be a viable alternative to smash, it was massively popular at first, and they had such an amazing library of characters to pull from. The game had everything going for it. And they just blew it. So badly.
For something like Lemmy or Reddit, any posts or conversations that I have are generally going out to random people who also happen to want to engage in a particular discussion. I don’t even look at usernames. The next conversation that I have will likely be with completely different people. In other words, there is no sense of community (unless I were to become heavily invested in a single community for some reason), and therefore I have no reason to want to make myself stand out in any way or make it easier for people to recognize me.
On the other hand, for something like an old school forum that I would frequently post on, or a discord server or something, I might actually get to know people and develop a sense of community. In that type of situation, I feel like an avatar can be appropriate.
This is an argument of semantics more than anything. Like asking if Linux has a GUI. Are they talking about the kernel or a distro? Are some people going to be really pedantic about it? Definitely.
An LLM is a fixed blob of binary data that can take inputs, do some statistical transformations, then produce an output. ChatGPT is an entire service or ecosystem built around LLMs. Can it search the web? Well, sure, they’ve built a solution around the model to allow it to do that. However if I were to run an LLM locally on my own PC, it doesn’t necessarily have the tooling programmed around it to allow for something like that.
Now, can we expect every person to be fully up to date on the product offerings at ChatGPT? Of course not. It’s not unreasonable for someone to make a statement that an LLM doesn’t get it’s data from the Internet in realtime, because in general, they are a fixed data blob. The real crux of the matter is people understanding of what LLMs are, and whether their answers can be trusted. We continue to see examples daily of people doing really stupid stuff because they accepted an answer from chatgpt or a similar service as fact. Maybe it does have a tiny disclaimer warning against that. But then the actual marketing of these things always makes them seem far more capable than they really are, and the LLM itself can often speak in a confident manner, which can fool a lot of people if they don’t have a deep understanding of the technology and how it works.
Well, you could play the original Sega Genesis games, since that’s where it all started. You can either download the roms to play on an emulator, or you could probably buy an official release too. The first one is skippable since the sequels basically improve on it in every way. I would at least recommend Sonic 3 and knuckles (it’s a combination of sonic 3 and sonic and knuckles, they were originally going to be one game but got split into 2 games, but through some weird lock on cartridge technology at the time, they could be combined back into one game).
The chart isn’t about streaming services, but companies. So this is covering everything that is owned by Disney, which includes broadcast and cable channels in addition to Disney+, and probably Hulu and maybe even other things that I’m not even aware of.
You could use it to read Lemmy.
I guess it depends on the kind of places where you are parking. Where I am, we usually have big open parking lots with lots of space. I rarely ever back into a space, because backing in is more difficult than backing out. However if you are in more of a congested city or something, and the spots are narrow and you have a lot of cars moving around, then the situation flips and it can be more difficult to back out of the space than to back in.
For all of the quality complaints about this anime, we have to remember that the technology is improving at a breakneck pace. What we are seeing there is the state of the technology from over a year ago. They used Stable Diffusion, which barely anyone even uses these days, because it’s been left in the dust. It was also an image generation model, which is what caused most of the issues that the anime had–the model was never designed for use on video in the first place. But now we DO have video models, which can make things that look far better than this. Just the other day, what looks to be a new state of the art anime video model was released. A new anime starting production today would look a whole lot different than this. And if we look forward 5 years from now, things are again going to be on an entirely different level.
So what does this mean for anime? I think the technology will slowly start to get adopted more and more as it proves itself. The early days of the anime industry was basically born out of cost cutting measures to make it cheap to produce animated content. Decades ago, we saw studios start producing 3d CG anime because it was cheaper. Most 3d CG anime still looks like crap, but you can also see the technology being integrated into traditionally animated shows and looking really nice. You can also find things these days which I would say barely even qualify as animation. Something like “The Way of the Househusband” is literally just a sequence of still images strung together. Yet we have more anime being produced now than ever before, and are also seeing some of the most beautiful anime ever.
I think we will continue to see some studios take whatever measures they can to produce something at a low cost. AI will continue to get integrated into more and more productions. It will eventually let them start making things that look cool, rather than things that look bad. And then we are still always going to have some studios that go all in and produce a really quality product, because the people involved are passionate about it.
I do some programming as a hobby. I’m far from being an expert or even competent at it. You work on whatever you WANT to work on. Sometimes this can be born from necessity, you need your computer to do something, but you can’t find any existing application that does the specific thing that you need. Sometimes maybe you just want to create something, just because it seems interesting to you, or just because.
So just for example, one of my hobbies involves working with video. Years ago, I was frustrated with the options available for encoding my videos into h264, so I ended up creating my own GUI around FFMPEG. It was easy enough and effective for what I needed, that the tool became quite popular among others in my hobby.
Recently, machine learning has made it possible to do cool stuff like remove the background from a video clip. A lot of this stuff is really difficult to even get working, let alone to use effectively. So a current project I’m working on is a GUI for such a tool to make it really easy to use.
So yeah… First I would say you need to figure out what you want to do. Why do you want to write a program? What do you want to accomplish?
Then you need to learn the basics of programming in whatever language you intend to use. And just gain a basic understanding of how programming works in general. Once you know enough to be dangerous, you can start working on something. Getting started is the hardest part, and involves really thinking about your problem, breaking it down into smaller parts, and considering how to solve each of those small parts. This can involve lots of research, lots of googling, and finding frameworks or libraries that might help you accomplish what you need.
LLMs like chatgpt have also been amazing in helping people like me to create something much more quickly than before. I can ask it for thoughts on how to accomplish a specific thing, or even have it write entire sections of code for me. Just yesterday, I had it create a script for me which I estimate would have taken me 10-20 hours to write on my own. However, they don’t always give right answers, so it’s really important to have a basic level of understanding of programming so that you can understand the code that it gives you. I don’t use any code until I understand how it works. The LLM can also help explain the code to you!
I guess it varies by jurisdiction. In my state we fill out paper ballots, then you just insert the ballot into a machine which records your votes and prints you a receipt.