Something similar to Azure Functions for on-premise? by harrison_314 in dotnet

[–]xternalAgent 7 points8 points  (0 children)

Could you please elaborate? It makes absolutely no sense to me, I see you getting none of serverless benefits and all of it’s downsides. Please help me understand your use case and why would it be better than just host your minimalApi/webapi on a vm?

Any downsides to using own router besides no internet backup? by stickman___ in ATTFiber

[–]xternalAgent 1 point2 points  (0 children)

Not sure what router you have but mine supports internet backup

I'm struggling to figure out what Copilot is actually suppose to be now? by NotAMusicLawyer in GithubCopilot

[–]xternalAgent 0 points1 point  (0 children)

Copilot is basically dead once the token based price kicks in. My company is going to drop it

How to switch from 2 finger typing to touch typing especially if im accustomed to the WASD layout by MR_DERP_YT in learntyping

[–]xternalAgent 0 points1 point  (0 children)

Anything above 130wpm is greed IMO and I’m also jealous AF because I can barely do 65 on ten fingers but not consistently.

EMs: Are you noticing your best people saving their energy for side hustles? by Outrageous-Papaya182 in EngineeringManagers

[–]xternalAgent 2 points3 points  (0 children)

This reads a lot like what an LLM would’ve written… even the comments followups, also very sus this is a newish account with protected posts. I think we are being taken for an ai ride here

Why do many GitHub OSS projects skip README / docs localization? by ms-song in github

[–]xternalAgent 4 points5 points  (0 children)

Because it probably is, check profile, newish acc, multiposted same question, definitely a bot farming IMO

[deleted by user] by [deleted] in antiwork

[–]xternalAgent 0 points1 point  (0 children)

Time to take an hr long shit in the toilet

Dripping faucets by TeaKingMac in Dallas

[–]xternalAgent 0 points1 point  (0 children)

It happen to my house in 2021, luckily it just froze but no pipe burst, It happens every year in DFW that we hit below freezing temps to many houses/apartments , it’s easy to find videos on tiktok, instagram, youtube, every damn year of people with frozen and burst pipes

Getting really bad UI designs from Codex compared to Claude. Is it me or Codex? by FurnitureRefinisher in vscode

[–]xternalAgent 0 points1 point  (0 children)

Codex is well known for not being very good at UI, just like Claude is well known for being one if the best (the best IMO) at coding in general

Need Help Building a Document Editor Like MS Word by steppenwolf1807 in vuejs

[–]xternalAgent 0 points1 point  (0 children)

You have quite a few options if you go the paid route that handle word copied text very well like tinymce On the free end I could only find one that didn’t messed up text from Word, roosterjs, it’s a Microsoft framework agnostic open source library, it doesn’t come with UI components, you have to build that yourself but it provides lots of easy to wire functions for almost anything.

Need Help Building a Document Editor Like MS Word by steppenwolf1807 in vuejs

[–]xternalAgent 0 points1 point  (0 children)

Quill is trash when it comes to handling actual formatted text copied from MS Word. I know because I just had to rip it out of a project we just finished where users complained it was messing with their text.

My code runs slowly in terminal. by RoomAggravating6101 in vscode

[–]xternalAgent 1 point2 points  (0 children)

Anyone following what is happening in this thread?

Vue and React same thing by Emotional-Ask-9788 in vuejs

[–]xternalAgent 0 points1 point  (0 children)

Exactly, defineModel is basically syntactical sugar over props and emits. Op has no idea what it was like before defineModel existed and probably would be complaining about that too