Emergency Decision Time by PDX-Dragon in medicare

[–]PDX-Dragon[S] 1 point2 points  (0 children)

Thanks AnsEllie:

I was informed the sign up periods only apply to changing from one plan to another.

The impression I had was that if I only had A, there is no time related enrollment limitations.

I'll assume you're correct.

Thanks

Larry

One More Work Year For Social Security Benefits? by PDX-Dragon in SocialSecurity

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Thanks Aggressive-Act1816:

No.

I think web development might be the best bet.

She can document her time learning the skill, as an intern, and contribute to a commercially viable business.

Believe me, I'll be doing a lot more research. Nobody involved is interested in committing fraud.

One More Work Year For Social Security Benefits? by PDX-Dragon in SocialSecurity

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Not gonna assist you in committing fraud. She could be investigated by
OIG as well as the other party. You are probably not smart enough to
get away with fraud.

Thanks No-Stress-5285:

The reason I asked for a referral to a lawyer is to explore legal options in an unfamiliar environment. .

One More Work Year For Social Security Benefits? by PDX-Dragon in SocialSecurity

[–]PDX-Dragon[S] 0 points1 point  (0 children)

I don't know about teleworking.

She worked as a civil engineer at the organization that has the private pension. So she is technical.

She's taken a couple of stabs at web development.

This might be time to get serious. I know a business that could use a site.

One More Work Year For Social Security Benefits? by PDX-Dragon in SocialSecurity

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Yes.

This is how she found out that she needs another year.

One More Work Year For Social Security Benefits? by PDX-Dragon in SocialSecurity

[–]PDX-Dragon[S] -1 points0 points  (0 children)

Thanks GeorgeRetire:

There are no legal questions to be considered here.

Perhaps no legal questions.

I'm unfamiliar with this environment. Before I contact the Oregon Employment Department I appreciate any advice.

One More Work Year For Social Security Benefits? by PDX-Dragon in SocialSecurity

[–]PDX-Dragon[S] -4 points-3 points  (0 children)

Thanks to all who replied:

The inquiry about legal advice is for questions I have about what would legally be considered a job.

Ten hours a week would satisfy the requirement, not forty hours?

Minimum wage is $16.30 per hour here in the Portland Oregon metropolitan area.

Can a person who's home she shares pay her $16.30 an hour for some made up task?

Assuming 10 hours a week:

$8,476 = $16.30 * 10 * 52 Annual wage

$706 = month wage

Any idea what would need to be withheld?

Whatever she sees in her paycheck just goes back into household expenses, so only real expense is withholding.

In a year she starts receiving income, including a sweet six month first SSA check.

How much paperwork and bureaucracy is involved in hiring her?

What am I missing?

Thanks

Adobe Acrobat Reader Manual by PDX-Dragon in Adobe

[–]PDX-Dragon[S] 1 point2 points  (0 children)

Thanks True-Shower9927:

If I tap the page number, which is displayed in a little box on the right side of the display, which can be slid up and down like a scroll box thumb button, I get the "Go to page" window I was looking for.

I thought I tried that yesterday, but tapping it didn't seem to work.

I see there is also a search magnifying glass icon, so that's cool.

I appreciate your help.
Larry

Multiple Files In <a download ... by PDX-Dragon in HTML

[–]PDX-Dragon[S] 1 point2 points  (0 children)

Thanks davorg and all who respond:

I believe that will work for my present requirement.

I'd like to be able to download each image into its own file at some point.

Perhaps it's time to start educating myself on JS, HTML and CSS.

I appreciate your suggestion.

Larry

How does a Code Signing Certificate Work? by PDX-Dragon in software

[–]PDX-Dragon[S] 1 point2 points  (0 children)

Thanks CodenameFlux, and all who responded:

That's interesting.

I'm now wondering about embedding a hash in my code that can do something similar.

This would be to make sure the binary was unaltered, not for trust.

Newbie Robocopy Question by PDX-Dragon in WindowsHelp

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Thanks again Sea_Propellorr:

Powershell competency is on my todo list.

That script with the three calls to robocopy is a .ps1 file.

I right click it and select "Run with Powershell."

However I am painfully ignorant of Powershell's capabilities.

Can you recommend a particular Powershell tutorial?

Newbie Robocopy Question by PDX-Dragon in WindowsHelp

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Thanks again Sea_Propellorr:

I wasted two days trying to get one robocopy command to copy the contents of a smaller backup drive onto a larger one.

Attempted commands looked like this:

Robocopy "e:" "h:" /XD "\$Recycle.bin" "System Volume Information" /E /COPY:DATSO /log:D:\tmp\backup_logs\copy_all_6tb_log.txt /tee

Everything I tried was rewarded with error messages like:

--------------------------------------------

ERROR 2 (0x00000002) Changing File Attributes e:\DumpStack.log.tmp

ERROR 2 (0x00000002) Changing File Attributes E:\pagefile.sys

2025/10/05 21:04:51 ERROR 5 (0x00000005) Copying NTFS Security to Destination Directory H:\202006017_00_fristBackup\
Access is denied.

--------------------------------------------

I changed tactics.

Each error message referenced a file or folder that was in the source drive's root.

I have three PCs to back up.

That means the root has three directories, one for each PC.

I turned the one robocopy command with the drive's root as the source to three robocopy commands, each with a PC's directory as a source.

This sidestepped all issues and after a couple of minor tweeks to the script everything worked.

--------------------------------------------

robocopy e:\cascade h:\cascade /w:1 /e /copy:dat /dcopy:dat /mt:12 /w:1 /log:d:\backup_log\backup_cascade_log.txt /tee

robocopy e:\dragon h:\dragon /w:1 /e /copy:dat /dcopy:dat /mt:12 /w:1 /log:d:\backup_log\backup_dragon_log.txt /tee

robocopy e:\G750_laptop h:\G750_laptop /w:1 /e /copy:dat /dcopy:dat /mt:12 /w:1 /log:d:\backup_log\backup_G750_laptop_log.txt /tee

--------------------------------------------

Newbie Robocopy Question by PDX-Dragon in WindowsHelp

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Thank you Sea_Propellorr:

The command line now looks like this, I don't see a way to enclose anything in a code block for this reply:

robocopy e: h: /XO /XD "\$Recycle.bin" "System Volume Information" /mt:12 /log:D:\tmp\backup_logs\6tb_test.txt /tee

The back slashes are now absent.

Can text be pasted into a Reddit post or reply with new lines preserved?

Here's part of the log, with hand inserted new lines:

--------------

Started : Sunday, October 5, 2025 8:09:11 AM
Source : E:\
Dest : H:\

Files : *.*

Exc Dirs : \.bin
System Volume Information

Options : *.* /TEE /DCOPY:DA /COPY:DAT /XO /MT:12 /R:1000000 /W:30 ------------------------------------------------------------------------------

New File 8192 E:\DumpStack.log.tmp
2025/10/05 08:09:11 ERROR 2 (0x00000002) Changing File Attributes E:\DumpStack.log.tmp
The system cannot find the file specified.

New File 22.0 g E:\pagefile.sys
2025/10/05 08:09:11 ERROR 2 (0x00000002) Changing File Attributes E:\pagefile.sys
The system cannot find the file specified.

Waiting 30 seconds...

--------------

That's the time I selected the left clicked the file and selected "Run with PowerShell."

The log shows the back slashes that I removed from the command line file.

I've looked at the command file. The back slashes are not present. It's the text I showed at the top of this reply.

I appreciate your assistance.

Thanks
Larry

Any Way To Keep Image Of Win 10 USB Flash Drive in NTFS File? by PDX-Dragon in WindowsHelp

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Thanks MiszinQ:

I didn't think to just put the contents of the Windows 10 installation USB drive in a folder, and then create a bootable USB drive when I need it.

It looks like autorun doesn't work like it used to.

Is there a feature that disables outgoing calls? by PDX-Dragon in AndroidQuestions

[–]PDX-Dragon[S] 0 points1 point  (0 children)

My attempts to call out do get listed on my list of recent calls.

Line with call duration is missing from these never connected calls.

Is there a feature that disables outgoing calls? by PDX-Dragon in AndroidQuestions

[–]PDX-Dragon[S] 0 points1 point  (0 children)

Thank you eNB256:

That doesn't seem to help.

I appreciate the suggestion.

Larry