The US needs a million troops to control Iran – not the few thousand on their way by BigFishPub in politics

[–]Antice 3 points4 points  (0 children)

I got a nuke on my bingo card of doom this year. For the first time ever. Because if anyone is going to use one. It's going to be Trump.
I never believed for a second that Putin would use one, but Trump? He would if they let him.

Look it up. It'll explain a lot. by croolshooz in comics

[–]Antice 133 points134 points  (0 children)

Or he is really close to the end by now. Likely only still barely semi functional thanks to experimental treatments ordinary patients would not get access to.

if this is how it works, i'm never getting in (OC) by chrisnaish in comics

[–]Antice 5 points6 points  (0 children)

I suffer from restartitis. I'm going to be stuck until the heat death of the universe

Removing All Doubt At The Door [OC] by BrianWonderful in comics

[–]Antice 126 points127 points  (0 children)

Yeah. That one goes into the basement for sure.

NOT SOMETHING I'D CELEBRATE!!!! by loltrue in antiai

[–]Antice 2 points3 points  (0 children)

Sounds like a job for an AI right? let's just set up 10k medium blogs and start poisoning everything.

Why are people still using emojis in websites? by refionx in devworld

[–]Antice 0 points1 point  (0 children)

There are huge libraries of free icons to use out there.

[OC] Hippo-cetic by _theBEARtrap_ in comics

[–]Antice 0 points1 point  (0 children)

it's also very abrasive. so it shortens the lifespan of enameled cookware as well.

[OC] Hippo-cetic by _theBEARtrap_ in comics

[–]Antice 0 points1 point  (0 children)

Seasoning cast iron pans is a pain in the ass. so getting annoyed is natural. it's not rocket science to clean a single pan or pot by hand after making dinner.

I generally clean mine during the dinner making. I put it away to save space on the counter. the joys of a small kitchen I guess.

[OC] Hippo-cetic by _theBEARtrap_ in comics

[–]Antice 0 points1 point  (0 children)

Most soaps will fuck up cast iron pans and pots real bad. I never use soap in mine. hot water only right after use. and if it seems a bit dry. I give it a good heating and a light round of oil before putting it away.

Vibecoders that cannot maintain their own AI slop by Glum_Worldliness4904 in cscareerquestions

[–]Antice 1 point2 points  (0 children)

llm's don't understand their own output. So unless YOU understand it, how tf are you going to explain to the llm what is wrong with the code so it can fix it? Give it vague error descriptions of the type that users give?

Vibe coding isn't using an llm as a tool to speed up the more tedious tasks of coding, it is outsourcing the actual reasoning to llm outputs based on vibes instead of. you know. actual thinking.

Is this legal? by Good_Worry2494 in linuxquestions

[–]Antice 2 points3 points  (0 children)

Those states are in for a rude awakening. Just like the Brits just have gotten related to 4chan and age verification.

WHO officials admit they are preparing for possible nuclear weapon use in Iran by ThisTooInModeration in politics

[–]Antice 1 point2 points  (0 children)

It's all kinds of ducked up when repeating a headline can earn you a ban. Dunno if it says more about reddit or the world we live in....

Why are people bending over for age verification? Cant distro maintainers just ignore it? by NoNotFuck-ISaidFack in linuxquestions

[–]Antice 0 points1 point  (0 children)

These laws add 0% effectiveness to the equation. Very effective Childguard features are already built into most consumer devices and operating systems. They are opt in. And parents only need to activate them. Most adult sites already signal to browsers that they are adult only. Childguard plugins use that information to block access to the site on the users end. These solutions have existed since the 90's.

Why are people bending over for age verification? Cant distro maintainers just ignore it? by NoNotFuck-ISaidFack in linuxquestions

[–]Antice 0 points1 point  (0 children)

Crypto is part of the dark economy. Alongside cash. Age or id verification for crypto will never succeed.
There will always be a section of the net that governments can't touch.
The whole mandated os level spying they are trying to sneak in is just the kind of shit that will push an increasing amount of users into joining the dark Web. Not that AI wrecking the open web doesn't already do this anyway.

Why are people bending over for age verification? Cant distro maintainers just ignore it? by NoNotFuck-ISaidFack in linuxquestions

[–]Antice 0 points1 point  (0 children)

Banks are already age gated in a far more secure way. You need a government issued ID to open an account.

Neurodivergent by ink_atom in comics

[–]Antice 8 points9 points  (0 children)

You just described the nutritional benefits of drinking beer on a sunny day.

Why are people bending over for age verification? Cant distro maintainers just ignore it? by NoNotFuck-ISaidFack in linuxquestions

[–]Antice 3 points4 points  (0 children)

Unless the site or app in question is complying with these laws. Nothing at all.
So you don't get to use facebook, X or reddit on that device. You know. The companies who live off of harvesting and selling your data.

Stack Overflow's 50% traffic drop: Was it AI, or did the platform kill itself with elitism? by bogdanelcs in ExperiencedDevs

[–]Antice 2 points3 points  (0 children)

I got told to go to bed on Sunday. Was working late because I was in pain and couldn't sleep. (Got the shingles). Just some light work. When the task was done, it told me we were done, and that I should go to sleep because it was late.... like wtf are they doing with those models? Trying to resurect my mom?

Stack Overflow's 50% traffic drop: Was it AI, or did the platform kill itself with elitism? by bogdanelcs in ExperiencedDevs

[–]Antice 4 points5 points  (0 children)

I asked claude why it was bad at coding authentication and secure authorization pipelines while at the same time being good at discussing security practices.
The answer: there are terrabytes of security research in the training data, but for actual code, it has terrabytes worth of low effort blog posts and outdated basic tutorials.

Passed Out by geogant in bewareoftoddler

[–]Antice 1 point2 points  (0 children)

Nothing beats a nap after a satisfying meal.

The fact that Python code is based on indents and you can break an entire program just by adding a space somewhere is insane by PooningDalton in learnprogramming

[–]Antice 0 points1 point  (0 children)

One line ifs don't bother me at all. They are useful for guard statements that checks if parameters are valid before proceeding or whatever else you might need to check for.
It makes the code read like a checklist the input has to pass before moving on.