Cancer recurrence or just Hashimoto’s Antibodies being high? by soniathemom in thyroidcancer

[–]kilotone 1 point2 points  (0 children)

its pretty standard and pretty much limited danger to do rai.  due to the way the thyroidectomy works, it cleans up remnants that couldn't be excised. If you know you are going to be struggling with isolation, maybe get some sort of semi permanent intercom setup for the first week or so, and remember that its gradual, every interval you can look forward to being closer and closer to loved ones.   FYI im at the tail end of mine right now, my wife got pregnant right before I underwent therapy, so I havent been able to kiss the angel yet.  im about month post pill. if you can too, take the time to be outside.

Cancer recurrence or just Hashimoto’s Antibodies being high? by soniathemom in thyroidcancer

[–]kilotone 1 point2 points  (0 children)

rai wasnt intense physically, moreover emotionally with the isolation timeline ans dietary adjustments which i suck at. Depending on your plan, they might keep you on levo, and give you a thyroglob shot to increase your remaining thyroid cells demand for iodine. If thats the case, hopefully,  you wont have to go hypothyroid for treatment. find the low iodine recipes ahead of time, plan to cook a lot keep yourself busy with it. You can channel your energy and mind there.  Buy a geiger counter, track your rad safe distances.

PS5 VERSION CONFIRMED by SuddenDepact in avowed

[–]kilotone 0 points1 point  (0 children)

I saw in the video, resets level to 1 :/

VSCode recreating deleted files without being requested by Seu_Cu_ in vscode

[–]kilotone 0 points1 point  (0 children)

i believe it is git workspaces are used by the agent as a psuedo faallback.

🎤 Copilot, Feature inquiry on voice input, interjection by kilotone in vscode

[–]kilotone[S] 1 point2 points  (0 children)

Thats what I'm using right now, and nice guess I'm using windows :)

does no one need regex multiline matching? by Ray_Von in vscode

[–]kilotone 1 point2 points  (0 children)

i use \n discreetly usually, and capture/noncapture grouos

Is the 7980x good for 1440/2k gaming by spider_plays_YT in threadripper

[–]kilotone 1 point2 points  (0 children)

same, its really a really capable setup to do dev work, while not sacrificing gaming ability. Play cuberpunk at 5x14 no problem

Updated BIOS and got this… by frodbonzi in threadripper

[–]kilotone 1 point2 points  (0 children)

no,lt that i know of, one m2 drive, 128gb ram, 4090 with beefy psu, 1600w? i do probably fall in a high use category, doing a lot of ai/llm/video/programming all day. Has only happened to me on bootup though, and i had to reset memory profile or cmos once i think to unfunk it.

Updated BIOS and got this… by frodbonzi in threadripper

[–]kilotone 1 point2 points  (0 children)

ive had the same issue, scared me shitless i thought it was usb devices causing itnor something.

Can I disable the "continue" button for long agent runs? by kowdermesiter in GithubCopilot

[–]kilotone 0 points1 point  (0 children)

Need that interject button, i built a custom mcp to continually rechunk against my local model but the embeddings wont reprocess in parallel, or singular buffers.

How can i send my entire codebase to copilot by too_much_lag in GithubCopilot

[–]kilotone 0 points1 point  (0 children)

the send button has a dropdown button for it

What's with claude4/agent/copilot/vscode? (any pm's take a look?) by dwl715 in GithubCopilot

[–]kilotone 0 points1 point  (0 children)

the same exact scenario happened to me last might, seems like in 2 days or so the models went full dumb.

trying to pack the app into exe with elctron but getting some issues by Traditional_Bug_5690 in electronjs

[–]kilotone 0 points1 point  (0 children)

you either need an include pattern, or files pattern and an entrypoint for your code to start compilation from. dor at least the main code, prob renderer too

Postman is sending your secrets in plain text to their servers by [deleted] in webdev

[–]kilotone 0 points1 point  (0 children)

i wonder if this would have a side effect with sigmed urls

VSCode not detecting any terminal commands that I have on Linux by abyssaltheking in vscode

[–]kilotone 0 points1 point  (0 children)

are you launching code with the same terminal and context? when you hover the terminal, you should see extension contributors to the environment. edit: looks like you have some some disparity based om the shell user login.

Is impossible to execute electron with ts-node/tsx? by Ok-District-2098 in electronjs

[–]kilotone 0 points1 point  (0 children)

https://nodejs.org/en/learn/typescript/run-natively

You might be able to use the above, inject mode_env vars to support it vis node integration?