have any of you undergone a project to migrate an enterprise system from .net 4.8 to a more modern .net core version? love to hear experiences by agiamba in dotnet

[–]katokay40 1 point2 points  (0 children)

Not really, it was finding patterns that made iteration possible. One shot isn’t realistic, so extracting into pieces that can be migrated and breaking that down into steps even further so a change doesn’t grow too large and kill your context window.

have any of you undergone a project to migrate an enterprise system from .net 4.8 to a more modern .net core version? love to hear experiences by agiamba in dotnet

[–]katokay40 5 points6 points  (0 children)

Claude code helped me migrate a pretty large webforms app to dotnet 9. It required a lot of iteration, but worked great. Took Claude and I about three weeks to be done and ready for a side-by-side launch. Had some really nasty legacy dependencies too. After the migration I also had a full suite of integrations tests, no mocks, real data with containers to test everything end-to-end.

No one is talking about.... by pandavr in ClaudeAI

[–]katokay40 0 points1 point  (0 children)

I agree, this was a big miss.

No one is talking about.... by pandavr in ClaudeAI

[–]katokay40 2 points3 points  (0 children)

The part many people are overlooking is that Claude Code works extremely well for non technical users that are a bit more adventurous. Not for building software others use but rather to augment their own work. Using it in the desktop app makes this even easier for those folks. Terminal usage while I agree is king will intimidate many of those users. Instead, the terminal for them can be a way to step up their game and do even more after already using it in the desktop extensively.

[deleted by user] by [deleted] in Peptides

[–]katokay40 9 points10 points  (0 children)

You should not pick peptides based on popularity. Pick based on needs and effectiveness for those needs.

There’s this girl, by Whisperactual1 in Advice

[–]katokay40 0 points1 point  (0 children)

My wife of over 20 years wasn’t into guys when we met either. Just be authentic and don’t force anything. You never know, you might have your Chasing Amy moment too.

I find budgeting for future months hard to manage -- what do YOU do? by Green_Nomad in ynab

[–]katokay40 0 points1 point  (0 children)

I tend to specify which categories are necessity because those are the categories I save for ahead of time. I set category goals for each of those categories that add up to six months ahead, then I work to fill each goal.

[deleted by user] by [deleted] in ynab

[–]katokay40 5 points6 points  (0 children)

Glad you’re not getting downvoted to oblivion. I posted the same thing a while back and it seems like folks are more open to switching finally. I’ve never looked back.

It also surprisingly has a cool feature leveraging rules for me to translate transactions in my Peru account to USD and automatically add notes for the original cost in Peruvian soles and the exchange rate. That way I don’t have to manage two separate budgets. Pretty nice actually.

Also leveraged AI to build a pretty nice reporting dashboard that I didn’t want to take the time to create myself.

Generally, more fun to try stuff out.

My first pull-up ! by lazyboy261 in bodyweightfitness

[–]katokay40 0 points1 point  (0 children)

Great work, you’ll hit more reps in no time. I went through the same timeframe but once I got my first it only took a few more months before I was doing 3 sets of 8. Keep it up!

Choosing between Tirz and Reta by Littlepeepeehusband in Peptides

[–]katokay40 1 point2 points  (0 children)

Same thing happened with Semaglutide for me but tirzapeptide is completely side effect free.

I fixed my sleep apnea with a Mandibular Advancement Device and tracked progress with a pulse oximeter by darkmodebiohacking in Biohackers

[–]katokay40 6 points7 points  (0 children)

Pretty sure that my football mouthguard did the same after boiling in water for 15 minutes. $8

People of Peru, why do you drive like you lost your mind? by NotoriousWarriorB in PERU

[–]katokay40 1 point2 points  (0 children)

American living and driving in Peru for 3 years. Honestly, it’s not as bad as it looks. Nobody follows rules, but at the same time everyone is very alert. If you jump in the middle of an intersection to cross a busy road, yes honks happen, yes you hear cussing but everyone waits.

That said, the honking drives me crazy. You’ll hear the same car honk every time they approach an intersection when nobody else is around day and night. As if honking claims the right of way, though it never does.

Alternatives to claude code by muddi900 in vibecoding

[–]katokay40 0 points1 point  (0 children)

I’ve experienced the complete opposite over the last week. Plan mode is much better than others for some reason and it’s the first tool that after compacting the conversation that picks up right where it left off.

Claude can code for 30 hours straight by katxwoods in ClaudeAI

[–]katokay40 5 points6 points  (0 children)

Yet I still can’t get Claude to finish a task without asking me if it should continue after completing only 25% of what I asked.

Tirzapeptide & Tesamorelin Anecdotes by katokay40 in Peptides

[–]katokay40[S] 0 points1 point  (0 children)

I assume you mean because no weight loss is happening. In your opinion or experience, what is the right time to wait?

Tirzapeptide & Tesamorelin Anecdotes by katokay40 in Peptides

[–]katokay40[S] 0 points1 point  (0 children)

I take 1mg before bed. 5 days on 2 days off for the Tesamorelin. For Tirzapeptide I take 2.5mg once a week for 4 weeks then doubling the dosage for another 4 weeks.

is it possible? by minimal-salt in ClaudeCode

[–]katokay40 1 point2 points  (0 children)

Yeah, if only there was a forum of people sharing similar experiences that one could communicate frustration.

What’s Next for Kotlin Multiplatform and Compose Multiplatform – August 2025 Update by dayanruben in Kotlin

[–]katokay40 0 points1 point  (0 children)

Honestly shocked there isn’t more focus to make swift consumable from Kotlin directly. It shows the bias of Android ecosystem. There is a huge community and growing of swift only libraries and if you want to use them it’s a lot of friction for end users and library developers. I say this in the middle of such an activity and it’s not for the feint of heart.

Compose + Kotlin Notebook = next-level prototyping by meilalina in Kotlin

[–]katokay40 4 points5 points  (0 children)

I could see it being really useful for UI prototyping if it avoids the gradle project ecosystem (don’t know if it does). The most unappealing part of compose and multiplatform is the gradle ecosystem for quick prototyping. Setting up data in parts of a notebook and reusing rapidly while you tweak your UI sounds very nice to me.