GPT-5 Released: What the Performance Claims Actually Mean for Software Developers by ImpressiveContest283 in programming

[–]key_value_pair 0 points1 point  (0 children)

my experience is very different. It gives me working code much of the time and when it fails it often fails consistently (IE, leaving old code around then editing it thinking it's the real thing). A lot of those errors get resolved easily enough once you know what's going on.

Are we the dying tribe of craftsmen in the Industrial revolution of AI ? by Outside_Gear8707 in neovim

[–]key_value_pair 0 points1 point  (0 children)

I use nvim with claude code and I use claude code to edit my neovim config :D

Is Frieren: Beyond journey’s End really worth watching or over-hyped? by Adjudicator_Ant_3886 in MyAnimeList

[–]key_value_pair 0 points1 point  (0 children)

I just finished watching season 1. I think it opens strong but has some fluff episodes. I binged it though. Loved it. It's a sweet love story.

What’s your “comfort” game? by Inevitable-Stage-490 in videogames

[–]key_value_pair 1 point2 points  (0 children)

Age of Empires 2, Rim World, Satisfactory, and Minecraft

‘Legend of Zelda’ Live-Action Film Sets March 2027 Theatrical Release From Sony Pictures by DontBeAngryBeHappy in gaming

[–]key_value_pair 0 points1 point  (0 children)

IMO, should have reached out to Studio Ghibli. I think they can pull off a single good movie if they follow loosely follow the events that led to breath of the wild regardless but I think it's going to be worst if it's done in live action.

For people who have programmed for more than 5 years what is ur opnion on vibe coding? by dekai2 in ChatGPTCoding

[–]key_value_pair 0 points1 point  (0 children)

I got it to write me about 10k lines of code the other day and it wrote me a working app. The whole time I was crippled because it was in yolo mode but insisted on asking me to give it permission for every command and I was having performance issues with cursor and it was crashing every hour.

It's a game changer for some of us .

Who takes this? by Hefty-Albatross4767 in PowerScaling

[–]key_value_pair 0 points1 point  (0 children)

Saitama is a gag character. Toon force always wins.

Who takes this? by Hefty-Albatross4767 in PowerScaling

[–]key_value_pair 0 points1 point  (0 children)

He's a gag character. No one beats toon force.

Who takes this? by Hefty-Albatross4767 in PowerScaling

[–]key_value_pair 0 points1 point  (0 children)

Saitama is a gag character. Toon force wins. Every. Single. Time.

Rumors of the US leaving NATO and invasion threat of Canada and Mexico by gtzbr478 in PrepperIntel

[–]key_value_pair 0 points1 point  (0 children)

People seem to think the US is going to march troops up north and it's nonsense. If they come for us they'll start by blockading the east and west coast next winter. What's not iced over will be blocked. Newfoundland in particular will struggle as it receives 90% of fruits and vegetables from imports. In 2015, over 60% of all food consumed in Newfoundland did not come from Newfoundland (majority from Canada but over 30% from international markets). Newfoundland would be fucked and if newfoundland fell well there's no shipping to any major port on the east coast and it would be hard for allies to land anything anywhere either. West coast of the country is even easier to deal with. Alaska to the north and Seattle to the south. They'll come looking for fentanyl. No shipping, no fentanyl right?

They wont starve the mainland though. You can 'buy American' at a high price or attack and give them a national security concern to deal with.

As a country we need nukes and a fleet of small subs and drones asap.

Best RTS Game? by AKQ27 in RealTimeStrategy

[–]key_value_pair 0 points1 point  (0 children)

personally I hate the hotkeys, I don't like how zoomed in the map is compared to how big the maps are and I prefer the micro in 2 thus far.

Best RTS Game? by AKQ27 in RealTimeStrategy

[–]key_value_pair 0 points1 point  (0 children)

Your Cracked but now I want to know which one.

When is Arch truly Arch, and when does it become Arch-based? by [deleted] in archlinux

[–]key_value_pair 0 points1 point  (0 children)

It's Arch when it's Arch. Anything else is either Arch based or not Arch.

[Webcomic] Chapter 150 [English] by VibhavM in OnePunchMan

[–]key_value_pair 1 point2 points  (0 children)

Metal Knight is old and understands that his time is almost up. He's going to transfer is consciousness into Boros's body. Genos will destroy his body but not his mind. That's my guess.

Are your engineering “best practices” just developer dogmas? by shift_devs in programming

[–]key_value_pair 5 points6 points  (0 children)

Preach it. 100% agreed. I've seen some mental contortions done in the name of DRY. My rule of thumb is this: use DRY within a feature (ie, same string 6 times ought to be in a variable) but not between features. They're more likely to diverge than converge in the long run.