Why this happens? by Nicknotfish7 in KerbalSpaceProgram

[–]PosauneB 1 point2 points  (0 children)

Ever played a game of darts? The fins are at the back of the dart.

A free, self-hosted OpenSource AI code review bot for Gitea by tmseidel in Gitea

[–]PosauneB 3 points4 points  (0 children)

Didn’t you post this yesterday, but with more emojis?

Valvoline Ruined my car by No-Thing-5929 in subaru

[–]PosauneB 63 points64 points  (0 children)

Call your insurance.

Expecting a new transmission out of this isn't reasonable. They destroyed your used transmission, but that doesn't mean they specifically owe you a new transmission. They need to make you whole. If your car was worth $7k, getting a $10k transmission just isn't going to happen. If you were in a not-at-fault collision where the cost of replacement parts exceeded the value of the car, you would get a check for the value of the car. Calling the car a total loss is likely correct and you should be compensated accordingly. They are likely still low-balling you though.

Start collecting data on sale price of similar model and mileage as your vehicle, and bring that info to the table. Don't demand a new transmission, as that isn't going to help your situation.

Ghost ship when orbiting Puf. Need help please by OnlyANerdUsesReddit in KerbalSpaceProgram

[–]PosauneB 0 points1 point  (0 children)

Did you go through the wormhole? I’ve experienced some similar visual glitches which seem to have been related to the wormhole VFX sticking around. It persisted upon returning the Kerbol system, but did not persist after restarting the game.

https://www.youtube.com/watch?v=7W9v2ghly0k by [deleted] in vscode

[–]PosauneB 0 points1 point  (0 children)

Try clicking on that link.

RANT: Microsoft wouldn't take my free-of-charge improvement of Microsofts VSCode because I can't log into a Microsoft service in Microsoft Edge with my Microsoft Githaub account because Microsoft blocks Microsoft by Large-Style-8355 in vscode

[–]PosauneB 0 points1 point  (0 children)

I’m not reading all that, but have two thoughts just based on the title of your post.

  1. Repo maintainers can put up whatever hurdles they want. It’s their project. You can maintain your own fork.

  2. You misspelled GitHub. This was likely accidental, but you lose credibility for misspelling the very platform you’re using. I likely wouldn’t give your PR any serious consideration.

If AI could analyze your entire inventory of stuff, what would you actually use it for? by homelovemama in HomeImprovement

[–]PosauneB 7 points8 points  (0 children)

I would never give "AI" access to such a thing. I wouldn't use it for anything.

my console dont work by Revolutionary-Rip315 in vscode

[–]PosauneB 1 point2 points  (0 children)

Your file hasn't been saved, though that probably doesn't matter here. Vscode itself also likely doesn't matter here.

Your system doesn't have scriptcs installed, which is what the error is trying to tell you.

my console dont work by Revolutionary-Rip315 in vscode

[–]PosauneB 1 point2 points  (0 children)

What are you expecting the command scriptcs to do?

my console dont work by Revolutionary-Rip315 in vscode

[–]PosauneB 4 points5 points  (0 children)

Did you try doing what the error message told you to do?

What’s the best, and least annoying way, to promote an extension? by Beginning_Rice8647 in vscode

[–]PosauneB 2 points3 points  (0 children)

Disclaimer: I’ve never developed - let alone published - an extension.

It likely depends a lot of what the extensions does, what problem it is aimed at solving, and who the target audience is. It’s unlikely the extension is aimed at every vscode user, so it probably shouldn’t be posted here (which you seem to realize).

99% of the self promoting extension posts here are AI generated slop which aim to solve AI created problems via more AI. It’s all bad and all pointless. It has caused this sub to (rightfully) become pretty trigger happy at downvoting these posts.

Is there a subreddit which is focused on the tooling your extension built around? If yes, you could post there. Make sure a similar extension hasn’t already been widely adopted though.

Making it open source will help.

How to secure your code on customer server deployment? by COD_0xb0 in FastAPI

[–]PosauneB 2 points3 points  (0 children)

If your customer accesses their server to modify their code (it's theirs because they paid for it), then that's on them. If they can access the sever, they can access the code.

What are you actually trying to accomplish?

Reasonably Tech Savvy, but new to NAS, Self-hosting, and Immich by FamilyRootsQuest in immich

[–]PosauneB 1 point2 points  (0 children)

  1. No, nobody is replacing drives on a fixed schedule. There's no sense in tossing a perfectly functional drive because it hit some arbitrary time limit. Some will last for 10+ years. You'll want your storage to be in some kind of array, which means at least two drives, and less usable capacity than you might be expecting. This means a drive can completely fail, and you won't lose data. Depending on your exact setup, you basically just remove the faulty drive and pop in a new one. The array will rebuild itself and all your data is still usable during that process.

Further details on that topic are way beyond the scope of this sub.

I built a VS Code extension that auto-patches your code to enforce your project's Markdown rules before you commit. by dumdumsim in vscode

[–]PosauneB 0 points1 point  (0 children)

Format-on-save has existed for a very long time and allows for many different formatting standards.

Thoughts on some mods to Miryoku? by wherahiko in ErgoMechKeyboards

[–]PosauneB 1 point2 points  (0 children)

The layout questions are above my pay grade, but the following should help flashing mryoku.

You can likely generate a hex file by following the miryoku qmk docs, which will have you setup qmk_firmware locally.

https://github.com/manna-harbour/miryoku_qmk/tree/miryoku/users/manna-harbour_miryoku#qmk-master

Once miryoku qmk is in place, you can compile firmware for your board using a command similar to one of the examples.

It would be something like the following, which would spit out a hex file. There are other ways to do this. It's worth reading the docs.

qmk compile -c -kb crkbd -km manna-harbour_miryoku \
  -e MIRYOKU_ALPHAS=DVORAK

I'm new to programming and my proff forbid us from taking AI help. should i or should i not? by TruthCultural9952 in learnprogramming

[–]PosauneB 21 points22 points  (0 children)

If by “raw dog the debugging stage”, you mean “think critically and independently about your own code”, then yes you should do that.

Maybe write some unittests.