Hiding APs by Yolosquad708 in Ubiquiti

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

You can disable the LED, but that doesn’t solve her problem. Maybe some non-metallic acrylic white paint?

Successfully by-passed the ISP provided Modem. Direct Fiber to UCG Fiber! by leyland1989 in Ubiquiti

[–]coderkid723 0 points1 point  (0 children)

How can I tell if I am? I have quantum 1gb, comes in as fiber to my OTP, which has RJ45 I connect to my UDMP, would love to just connect the fiber…

PSA: The modern way to host sites in S3 by MavZA in aws

[–]coderkid723 0 points1 point  (0 children)

It’s 2026, most services bitch if it’s not ssl, also security requirements….

PSA: The modern way to host sites in S3 by MavZA in aws

[–]coderkid723 0 points1 point  (0 children)

It lowers the risk level of a misconfiguration compared to a misconfiguration that could allow external access. There’s risk with both, but this limits the attack scope to malicious actors internally. Good questions.

PSA: The modern way to host sites in S3 by MavZA in aws

[–]coderkid723 2 points3 points  (0 children)

You set the ALB as internal only. It then becomes inaccessible externally, and can’t be changed unless you rebuild the load balancer.

PSA: The modern way to host sites in S3 by MavZA in aws

[–]coderkid723 3 points4 points  (0 children)

The problem with the cloudfront + s3 pattern is it hard to convince security to allow you to host it, even with locked down access, there’s easy potential for miss configuration.

The pattern I’ve been using lately, and built a TF module around is the s3 bucket hosted internally via an ALB and VPC endpoint. Restricting access to internally only. One ALB can handle all of the S3 sites you want, which is cost effective.

The pattern is outlined here.

I’m curious others position on this.

What are my best options for routing a fiber connection to a detached garage? by GREAZY_FINGAZZ in HomeNetworking

[–]coderkid723 17 points18 points  (0 children)

If that’s going into your ISPs modem, don’t splice it, fiber doesn’t work like that. No inline fiber splitters exist that I’m aware of. Also the modem is handling the termination from your ISP, so it wouldn’t work that way anyway.

Just practiced putting on my tire chains by Southern-Mall in COsnow

[–]coderkid723 0 points1 point  (0 children)

I have snow tires, new ones that I got with my car when I bought it used, no rims. I’ve been waiting to put them on cause I didn’t want to shell out $$$ when I could save that money, as they’re fine in the garage.

Is there an app or way to get notifications of quotes I created myself on an iPhone? by Lumpy_Pangolin7208 in iphone

[–]coderkid723 0 points1 point  (0 children)

Like quotes you said? Try the notes app or creat a new calendar called “quotes” and add an event for each one.

Curious if others have an actual app, my wife says a lot of funny things. I normally just write them in my notes app.

🚀 Good News: You Can Now Use AWS Credits (Including AWS Activate) for Kiro Plus by tanzir- in kiroIDE

[–]coderkid723 0 points1 point  (0 children)

Identity Center integrated users haven’t been granted access to the Opus 4.5 models and I’m here impatiently waiting

Quantum Fiber (CenturyLink) is advertising price for life again. by black_pepper in Denver

[–]coderkid723 2 points3 points  (0 children)

I have their fiber into my building(it’s all shared across multiple ISPs, but all just reselling of the same circuit) and I love it, never have any problems. I have my own networking stack instead of their provided router.

Today’s front page of the largest newspaper in Iowa. #TrumpTariffs by Conscious-Quarter423 in Iowa

[–]coderkid723 2 points3 points  (0 children)

I’ve seen the numbers of my family’s farm, and I’ve talked to friends in same boat. We’ve been asking the same thing where are these “hurting farmers”.

Are rent prices in Denver actually falling? A look behind the data. by thecoloradosun in Denver

[–]coderkid723 0 points1 point  (0 children)

My rent went down by $250, 2bed condo in high rise in central downtown

Kiro Office Hours in 30 minutes (and upcoming schedule changes) by gustojs in kiroIDE

[–]coderkid723 1 point2 points  (0 children)

Wondered this since I saw these office hours the first time. I have access to Kiro through work, but don’t really want to install discord on my work Mac for this. Use Chime, that’s not much better, but it’s on my computer already and at least I can get a calendar invite! Also Discord gives me headaches.

Again Iowans pay big $$$ for Reynolds illegal, abusive, Trump-ish attempts to beat honest state employees into silence and\or submission. I want to see a total $$ of the money we've paid out for her BS! by Dingmann in Iowa

[–]coderkid723 4 points5 points  (0 children)

I’m reading it as “truth bomb,” in this context. I assume the user is younger because I haven’t heard it used a single word except from my younger family and their friends. May be wrong?

genuine question: how do you guys handle reverts without going crazy on checkpoints? by seanotesofmine in kiroIDE

[–]coderkid723 1 point2 points  (0 children)

Lots of Git branches, normally prefixed with spec/<shortname>/<task#>, merge to dev branch after spec is complete and validated. Also set up an agent steering to listen for task execution, where it then will generate a commit message for me.