Looks like green bell pepper rings to me. That’s a common pizza topping.
- 0 Posts
- 154 Comments
howrar@lemmy.cato
Asklemmy@lemmy.ml•What is the coolest website you’ve visited that no one knows about?
10·5 days ago127.0.0.1:8000
howrar@lemmy.cato
Mildly Infuriating@lemmy.world•Asked LA Fitness to cancel my membership, they offered to freeze it for $10/month insteadEnglish
11·21 days agoIt’s insane that this happens. I’ve had memberships at six different gyms over my lifetime. For all but one, I’ve had to explicitly tell them that I want to renew, or else the membership gets automatically cancelled at the end of the contract term.
howrar@lemmy.cato
Asklemmy@lemmy.ml•It's 2026, which tech did you realistically think we would have by now?
151·24 days agoYeah, the reason we don’t have those isn’t technological. We could have it today if we collectively decided that we wanted it.
People who start with preconceptions based on labels can still be swayed. It just becomes an uphill battle of figuring out what they think the label means and dispelling those before getting to the meat of the discussion when you can instead just start on the meat.
howrar@lemmy.cato
Asklemmy@lemmy.ml•What hill are you willing to die on even if no one in your life agrees with you?
2·30 days agoThe debate will probably go somewhere if people took a moment to think about why murder is bad and why choice is important, then consider why that would or wouldn’t apply to this specific scenario.
The issue is in finding buyers who have enough money to spend on those luxury goods.
howrar@lemmy.cato
Asklemmy@lemmy.ml•I think Lemmy in general is very against AI. I'm rather new here, is it like a fediverse group thing or is this even based on reality?
2·2 months agoYou know what else takes far less energy than training a single model? One query. Yet, you argue that it’s the main contributor to the energy consumption. Why is that? It’s because there’s a very high volume of them, thus bringing up the total energy consumption. At the end of the day, it’s this total energy consumption that matters, not the cost of doing it once. Look at the total energy expenditure of training, not just the cost of doing it once.
So, it’s kind of weird t0 single AI energy use out here as some form of exceptional evil.
We’re talking about AI here because that’s the topic of this thread. I’ve never seen anyone say that it’s the only problem worth addressing. Plus, if you want to compare energy usage of ads (or anything else) compared to AI, you would first need to know how much energy AI is actually using.
howrar@lemmy.cato
Asklemmy@lemmy.ml•I think Lemmy in general is very against AI. I'm rather new here, is it like a fediverse group thing or is this even based on reality?
2·2 months agoTraining is a continuous expenditure. We’re nearly ten years into this craze and we’re still continuously pumping out new models. Whether they’re trained from scratch or not is immaterial. Both processes still consume energy. If you want to justify the claim that training cost is negligible, you would have to show that this cost is actually going down over time and that it’s going down sufficiently quickly.
howrar@lemmy.cato
Asklemmy@lemmy.ml•I think Lemmy in general is very against AI. I'm rather new here, is it like a fediverse group thing or is this even based on reality?
2·2 months agoIt doesn’t look like that energy consumption blog post account for the cost of training the model. Otherwise, it should be telling us how many queries/sessions are assumed to be run over the course of the lifetime of a model.
I like to keep to the same routine when possible. Birthdays and holidays interrupt that. No good. I can’t do much for holidays, but since my birthday is supposed to be my day, i can demand this from everyone around me.
howrar@lemmy.cato
Programmer Humor@programming.dev•disliking tech bros ≠ disliking tech
4·2 months agoThey never claimed that it was the whole thing. Only that it was part of it.
howrar@lemmy.cato
Programmer Humor@programming.dev•disliking tech bros ≠ disliking tech
41·2 months agoHow is this untrue? Generative pre-training is literally training the model to predict what might come next in a given text.
howrar@lemmy.cato
Programmer Humor@programming.dev•disliking tech bros ≠ disliking tech
2·2 months agoWe have the term AGI because we sometimes want to communicate something more specific, and AI is too broad of a term.
howrar@lemmy.cato
Selfhosted@lemmy.world•Question: Is there a Self Hosted Discord like app?English
91·2 months agoSo much tech support has moved to Discord. That’s worth keeping around.
howrar@lemmy.cato
Asklemmy@lemmy.ml•Suppose i have a glass of balls, what % of balls need to be blue so that i can say, balls in this glass are generally blue?
5·2 months agoWith no additional context, if you said that “the balls in this glass are generally blue”, I would interpret that meaning every ball falls within the range of hues that can still be called blue by most people but may be questioned by a few. So 100% of the balls have to be “I can see why someone would call that blue”.
Financing is available for your $1 candy bars now.
howrar@lemmy.cato
Programming@programming.dev•Sudo maintainer, handling utility for more than 30 years, is looking for support
6·2 months agoOf those who regularly donate (or think of donating) to FOSS projects, how many of them would’ve even had
sudocross their mind as a potential recipient for those donations?

That’s easy to do. You just check that the username exists. If someone enters a wrong username/password pair, you can still check that the username exists, but how do you know that the user intended to log in with that username? You would also have to check every other username to see if the password matches, and that can’t be done with a simple search because you need to compute a different hash for each user you check. Then if the username exists and the password also happens to match someone else’s password, then what do you report? Should you even report it? Because doing so reveals that someone had that specific password, and if the list of usernames is publicly available (which they often are, or could become public through a leak of some sort), then you can brute force over a small set of usernames to match them up.