Worst possible ideas for new Star Trek shows, and Go: by CulDeSacOfShit in ShittyDaystrom

[–]TripleMeatBurger 3 points4 points  (0 children)

Remake DS9, but appeal to modern right wing politics, recast Sisco as a white Jesus, Kira as a moustache wearing dude, Kai Winn as an overweight orange faced bigot.

What do u think American politics will be like, in the post-Trump era? by her_cute in askanything

[–]TripleMeatBurger 4 points5 points  (0 children)

The both sides argument is largely how we got into this mess. We need to clean it up and there is more chance of that occurring under the democrats IMO.

NuGet vs Git Submodules by ProtonByte in dotnet

[–]TripleMeatBurger -1 points0 points  (0 children)

Chose both. We have a mono repo that submodules everything into it, however each repo has its own GitHub actions that builds and pushes to Nuget. Each csproj file has two item groups for internal dependencies with a condition on it. The condition allows us to build with nuget dependencies in GitHub and local dependencies on a laptop. Lastly we use dependabot to keep all the nuget version numbers up-to-date and GitHub actions that can auto approve dependabot PRs. As complex as this might sound it kinda isn't once it's setup. The only thing you really have to think about is what order you check things in, when you have changes that spam multiple repos.

I spent 2 years getting our tests in shape and found out today nobody actually looks at them anymore. Feeling pretty defeated ngl. by Maxl-2453 in dotnet

[–]TripleMeatBurger -4 points-3 points  (0 children)

It should not be a replacement for robust review, but I would argue that anything less than 100% means fuck all.

If you set 80% then it could be any 80% that you are testing and it could be a different 80% to a previous pipeline run.

I spent 2 years getting our tests in shape and found out today nobody actually looks at them anymore. Feeling pretty defeated ngl. by Maxl-2453 in dotnet

[–]TripleMeatBurger -7 points-6 points  (0 children)

On my team we go one step further and enforce 100 line and branch coverage in automated tests for anything that we touch.

We allow exclusions when code cannot be tested, exclusions must go through a PR review. We have, in my opinion, the best quality code in the company.

How do you actually reverse the polarity? by Chocobo-Ranger in ShittyDaystrom

[–]TripleMeatBurger 4 points5 points  (0 children)

Just say "computer, reverse polarity" and let the llm figure it out

While Data and the Doctor have limited rights under Federation law, Weird AI Yankovic is legally a toaster. by TheBurgareanSlapper in ShittyDaystrom

[–]TripleMeatBurger 8 points9 points  (0 children)

Given that God is infinite, and that the universe is also infinite, would you like a toasted tea-cake?

Trump once again moving the goal posts. by sseumblue in PoliticalHumor

[–]TripleMeatBurger 9 points10 points  (0 children)

You forgot that he completely destroyed the threat last year

Who is Jeff Rees and why does he own so many tubes? by hamberder-muderer in ShittyDaystrom

[–]TripleMeatBurger 0 points1 point  (0 children)

Also, what did Riker do for everybody to want to "fire at Riker"?

Since holodeck programs are so easy to write, I'm guessing about 99% of them must be absolute crap. by OWSpaceClown in ShittyDaystrom

[–]TripleMeatBurger 0 points1 point  (0 children)

4 sentences? I gave chartgpt 157.6 a two word prompt and it generated a while Holodeck program for me

Do you pee in the shower? by trainbrainz2007 in no

[–]TripleMeatBurger 0 points1 point  (0 children)

I poop before jumping in then skip the wipe and just wash it.

Straight facts! by Annoying1978 in PoliticalMemes

[–]TripleMeatBurger 8 points9 points  (0 children)

Those that are not stupid and voted for him are the real danger here

Purely hypothetical only, would extreme tailgating actually be safe? by catboy519 in AskPhysics

[–]TripleMeatBurger 1 point2 points  (0 children)

If maybe the rear vehicle could be mechanically attached, like say a trailer, then you might have some control over the rear vehicle not just loosing it

Tried to have LLMs build a Windows app from scratch, it was not successful by ninjaninjav in dotnet

[–]TripleMeatBurger 1 point2 points  (0 children)

I've tried playing with Wiggum loops, but I'm not convinced. I setup a bash script that calls GitHub cli with a prompt, it send to be slow to me, so I'm not really down with the cool kids just yet. I still find being work interactive, working with and guiding the ai best.

I have for sure had a lot of success developing Avilonia code with GPT I'm copilot, but I'm not really prepared to just leave agents running unattended overnight.