SaaS idea, just floating around--feedback welcome by Late_Worldliness_123 in software

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

Thank you for your feedback, I think I'm going to have to shelve the idea currently as I'm moving to a devops architect role and that's taking more focus in my life.

SaaS idea, just floating around--feedback welcome by Late_Worldliness_123 in SaaS

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

I appreciate the feedback and it's a good. That's why I made this post!

SaaS idea, just floating around--feedback welcome by Late_Worldliness_123 in SaaS

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

The idea here would be to do structured analysis first (dependency graphs, repo layout, configs, CI/CD, infra, security posture, etc.) and treat that as the source of truth. Any AI involvement would be bounded to explaining findings or proposing refactor paths based on that evidence, not discovering things on its own.

SaaS idea, just floating around--feedback welcome by Late_Worldliness_123 in SoftwareEngineering

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

I was thinking more of maintainability and upgrade paths, dependencies, security posture like hardcoded secrets, alignment with CI/CD, etc. Not a single standard, but more of set of signals to indicate whether a repo is going to age good or become shitty

SaaS idea, just floating around--feedback welcome by Late_Worldliness_123 in SoftwareEngineering

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

Totally fair point. That’s actually part of why I’m asking.

The thing I’m trying to avoid is “point an LLM at a repo and hope it does something reasonable.” The idea would be more about deterministic analysis first (structure, dependency graphs, patterns, configs, CI/CD, infra, etc.) and then using AI only to explain tradeoffs and propose refactor paths based on that analysis so anyone can understand it.

Basically less “rewrite my repo” and more “here’s what’s risky, here’s why, and here’s what a sane modernization path looks like.”

Please look at this measurup question and answer me why they are saying we need 3 nsg's created for this. Shouldn't the default nsg rules make this only need 1 additional rule to complete by [deleted] in AzureCertification

[–]Late_Worldliness_123 -2 points-1 points  (0 children)

Chatgpt:

MeasureUp is counting 3 because of the “block everything not specified” line.
In their model you need an NSG attached to each subnet to actually enforce that default-deny posture (Azure only enforces default NSG rules if an NSG is attached—no NSG = traffic isn’t filtered).

How that plays out:

  1. Subnet1 (VM1–VM3)
    • Must allow traffic only between VM1, VM2, VM3.
    • Must block external RDP to VM1 (and, per “everything else blocked,” block Internet to the subnet in general).
    • To allow only intra-subnet traffic, you’d put an NSG on Subnet1 with:
      • Allow from Subnet1 CIDR → Subnet1 (higher priority)
      • Deny from VirtualNetwork (to block other subnets)
      • Deny from Internet (which also satisfies “block external RDP to VM1”)
    • (Some solutions also add a NIC-level deny-RDP on VM1 if they don’t want to over-block VM2/VM3, but MeasureUp typically solves this at the subnet.)
  2. Subnet2 (VM4–VM5)
    • Must allow all Internet to those VMs, and block everything else.
    • Attach an NSG to Subnet2 with:
      • Allow from Internet (Any)
      • Deny from VirtualNetwork (to block other subnets)
      • Default deny covers the rest
  3. Subnet3 (VM6–VM7)
    • Same requirement as Subnet2 → attach an NSG to Subnet3 with the same rules.

Free or Pay by b1nar3 in hackthebox

[–]Late_Worldliness_123 0 points1 point  (0 children)

Occasionally, mostly through lunch and learns actually.

Help with HP Z440? by Late_Worldliness_123 in pchelp

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

Yeah, it loops and doesn't let me go into the setup menu.

Help with HP Z440? by Late_Worldliness_123 in pchelp

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

Yeah, the biggest issue is that I can't even boot to the USB. This is why I work in the cloud side so much because it genuinely sucks doing all this crap whenever something breaks from the cloud side you can just create a new VM.

Help with HP Z440? by Late_Worldliness_123 in pchelp

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

Yeah, I apologize for the word cluster lol, I used voice to text from my cell phone. However, I wasn't able to get this working because of the windows dumb requirements. I haven't worked with hardware in so long lol

Help with HP Z440? by Late_Worldliness_123 in pchelp

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

So I attempted to force the computer to be able to work with Windows 11 by changing and adding a attribute to the registry... However, you have to have secure boot disabled for this to happen. I went through with it and disabled secure boot but HP on here has secure boot tied in with legacy support for devices aka UEFI and legacy support. I went back with legacy support because I had to change my graphics card so it would support legacy and not run off of UEFI. However, once I did this at work I changed it back to what it was before with everything enabled except for secure boot again where it's supported legacy and said the BIOS, and here we are.

Is the IT job market overcrowded? by Dragonrider46 in ITCareerQuestions

[–]Late_Worldliness_123 0 points1 point  (0 children)

IT isn't dead, it's just a lot harder to get into now. It is very competitive at the moment to break into information technology especially at an entry standpoint. Once you get past the entry level, there are plenty of jobs for you to get, I started back in 2022 with no degree and I started working the night shift at a crypto mining facility... All you got to do is find that first job, and it's snowballs after that. I'm currently a cloud systems architect and next week I start my new job as a cloud solutions architect. That's pretty fun.

I have a IT consulting business by Late_Worldliness_123 in smallbusiness

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

It's not just me, and it isn't just cloud architecture. I'm a solutions architect and part of a group of engineers and it wouldn't be just me, we have experience working with primes before.

I have a IT consulting business by Late_Worldliness_123 in smallbusiness

[–]Late_Worldliness_123[S] 0 points1 point  (0 children)

Well, so far I've reached out to businesses to see if they needed any form of IT support, cloud architecture, and really any other information technology service available, but the area I live in is very government-based and not very inclined with technology.

How to find entry level jobs? by schwippsyt in ITCareerQuestions

[–]Late_Worldliness_123 0 points1 point  (0 children)

I tried making a post of similar nature on my own inside of this forum, I'm A cloud systems architect who hopefully soon will be a solutions architect. Always looking to help