It actually says “beer” in small print on the can since it is according to the legal/regulatory definition.
- 1 Post
- 56 Comments
CannedYeet@lemmy.worldto Fuck Cars@lemmy.world•I've honestly never quite realized up until now how utterly ridiculous it is that people (especially in the US) regularly demand that their food be chauffeured to them.English4·4 days agoThe expectation comes from SoftBank investing billions into Uber to kickstart the ride share industry.
You can add a wetting agent to water to decrease the surface tension
CannedYeet@lemmy.worldto Ask Lemmy@lemmy.world•What was the last image you saved from the internet?5·9 days agoIs this loss?
CannedYeet@lemmy.worldto Mildly Interesting@lemmy.world•Today, the Mexican Government introduced its new chocolate bar, priced at less than $1USD. Made of 50% cocoa, powdered milk, vanilla. No refined sugar, no artificial flavourings.6·9 days agoSince I discovered dark chocolate ice cream, I’ve been dying for someone to make a dark chocolate and vanilla twist soft serve.
CannedYeet@lemmy.worldto Funny: Home of the Haha@lemmy.world•Seems like the most reasonable explanation2·9 days agoTrump is blackmailing at least one other person on the client list. It’s the only way I can make sense of the fact they said they were going to release it and then didn’t.
CannedYeet@lemmy.worldto You Should Know@lemmy.world•YSK that apart from not having a car and voting, the single greatest thing you can do for the climate is simply eating less red meat.3·6 days agoPerspective matters. There’s a couple things you can do to majorly reduce your carbon footprint. Beyond those it gets increasingly difficult to have smaller and smaller effects. At some point the next most effective things to do with your time and effort become
- do activism
- earn more money
- to buy offsets
- to donate to activist charities
The time and effort you spend living like a weirdo has an opportunity cost that you could be doing those things. Furthermore it looks bad. There was a study that found that when you tell people that tackling climate change requires major sacrifice, they became more likely to deny climate change is even real.
Or don’t! (at extra cost)
CannedYeet@lemmy.worldto A Comm for Historymemes@lemmy.world•Useless white metal, nothing will ever come of itEnglish12·19 days agoIt’s an important ingredient in credit cards. Of course you have to invent credit cards first.
Biological. Artificial organisms designed nucelotide by nucleotide.
The human brain is still more energy efficient than computers right now.
CannedYeet@lemmy.worldto Ask Lemmy@lemmy.world•What is the worst candy you've ever tasted?3·22 days agoNECO wafers. Like cardboard they taste
There’s a Tile at the bottom on the pic
I worked with chatgpt since I’m not a python dev, and this is what I came up with
from time import time class PlaySession: def __init__(self, data: dict): self.guild_id = int(data['guild_id']) self.user_id = int(data['user_id']) self.timestamp = data['time'] def is_longer_than_half_hour(self) -> bool: return self.timestamp + 1800 < time() async def resolve_member(self, bot) -> "discord.Member | None": guild = bot.get_guild(self.guild_id) return guild.get_member(self.user_id) if guild else None @staticmethod def is_playing_league(member) -> bool: activity = getattr(member, 'activity', None) name = getattr(activity, 'name', None) return name and name.lower() == "league of legends" async def ban_for_league(member): await member.send("The 30 minutes has elapsed and you are still playing league, get banned.") await member.ban(delete_message_days=0, reason="playing league") async def process_entries(bot, entry_dicts): sessions = [PlaySession(d) for d in entry_dicts if PlaySession(d).is_longer_than_half_hour()] for session in sessions: member = await session.resolve_member(bot) if member and PlaySession.is_playing_league(member): await ban_for_league(member)
CannedYeet@lemmy.worldto Lemmy Shitpost@lemmy.world•Kid gave a reasonable answer without all the math bullshit31·2 months agoMarty ate some of someone else’s pizza
I went to upvote this but it was already upvoted
Gotta be Mac and Cheese inside. What the Canadians call Kraft Dinner.
CannedYeet@lemmy.worldto Ask Lemmy@lemmy.world•If someone gave you 5 billion dollars to improve the world in any way you see fit, what would you do?1·2 months agoWell of course you would say that
CannedYeet@lemmy.worldto Ask Lemmy@lemmy.world•If someone gave you 5 billion dollars to improve the world in any way you see fit, what would you do?1·2 months agoThat’s why I say I’d do it Kickstarter style. I’d get investments from business and people who wanted to live there and if it went south we could at least sell off the land.
CannedYeet@lemmy.worldto Ask Lemmy@lemmy.world•If someone gave you 5 billion dollars to improve the world in any way you see fit, what would you do?2·2 months agoI’d create a new city from scratch, sort of kick-starter style with like-minded residents and businesses. It would be built up with good public transit from the beginning and solid anti-NIMBY policies. Something radical like not being able to own your property. Instead the city would be owned collectively and you could have shares. But you would never have an incentive to deny development to increase your own home’s value.
There’d be participatory planning and cutting edge democracy: participatory, deliberative, representative.
Sprouted Multigrain Sourdough.
For something like grilled cheese that calls for more like a white bread, Wegmans has a whole grain white that has the texture of white bread but with a nice bit of extra nutty flavor.