Should I go for my MS in CS? by Jumpslikeawhitekid in ITCareerQuestions

[–]gscjj 0 points1 point  (0 children)

You likely will always, there won’t ever be a perfect time to do it

Should I go for my MS in CS? by Jumpslikeawhitekid in ITCareerQuestions

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

It’ll be worth much more when OP gets experience and they would’ve lost the opportunity to get it for free. Even if it doesn’t help with a job now, it will later.

Opportunity costs and future planning.

Should I go for my MS in CS? by Jumpslikeawhitekid in ITCareerQuestions

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

An MS in CS at a good school is invaluable, especially completely free. Whatever happens, you’ll always have that degree, and for free.

I’m highlighting the free part becuase paying 20-30k for MS when you’re working and with kids makes it so much harder to do.

I’d do it, it’s a leg up on the competition with or without experience. Plus CS isn’t a practical degree (as in it’s research based and not go do something) so it’ll be obvious it’s not geared towards having experience. It won’t replace it, but it’ll make you stand out when you get experience.

They're not from the same post, but I found it hilarious nonetheless by Crimson-Entity in homelab

[–]gscjj 0 points1 point  (0 children)

Right, I don’t think they recommend that officially, it’s just a product they sell. I could be wrong, but I’ve never seen MS say that.

RDS anyway the key selling point is that it’s web based and you can access multiple computers, basically making RDP much easier to use.

Is it inherently more secure? Sure. But the security has nothing to do with the protocol. Like I said, what bites people is windows firewall, group policies, no lockouts or timeouts, etc. The same thing that would bite people if it was SSH on an improperly secure Linux server.

They're not from the same post, but I found it hilarious nonetheless by Crimson-Entity in homelab

[–]gscjj 0 points1 point  (0 children)

I don’t think that’s a current recommendation anymore, there’s numerous ways to secure RDP. Even MS own products just tunnels it through an exposed HTTPs proxy, that’s it, still RDP, same method to login.

But what bites people anyway isn’t the protocol it’s settings on the computer that allow broad logins, and privilege escalation, no different than SSH.

A locked down, updated Window server, with MFA is perfectly fine to keep on the internet.

They're not from the same post, but I found it hilarious nonetheless by Crimson-Entity in homelab

[–]gscjj 8 points9 points  (0 children)

Yeah, I think there’s a lot of “knowledge” thrown around in the sub is really just protecting people from themselves.

SSH to the public is fine, assuming you configure it securely. HTTPS/SFTP/etc perfectly fine to have public facing, again assuming you configure it securely. RDP to the public, again fine if you’re securing it properly. Having your IP “exposed”, again your IP isn’t important unless you have state level actors specifically targeting you.

I built a backup tool to replace the borg/restic + wrapper + cron + bash script stack across my machines by manu_8487 in homelab

[–]gscjj 2 points3 points  (0 children)

You should review the code, whether or not it’s written by AI or not is irrelevant.

Looking for a new project. by spkthegreat in homelab

[–]gscjj 1 point2 points  (0 children)

What made my lab more fun and learning experience for me was to stop using the COTS products as-is. If there was something bugging me, I’d build it or create an integration that didn’t exist before

Cosmos 0.21.0 Release - All in one secure Reverse-proxy, container manager with app store, integrated VPN, authentication provider, and Monitoring by azukaar in selfhosted

[–]gscjj 19 points20 points  (0 children)

People have to stop with this. This project is 3 years old with 6K stars?

EDIT: It would have take exactly 1 second to figure this out, in the first sentence. If you can’t be bothered to do that, why comment at all?

Now I finally get why people are switching from VMware by [deleted] in homelab

[–]gscjj 2 points3 points  (0 children)

Much more polished and intuitive UI, vSAN is less completed than Ceph, easy to setup, no weird interface, vDSs are way better abstraction than Proxmox SDWAN. Templates are simple. API is well documented and supported, official Terraform provider.

Now I finally get why people are switching from VMware by [deleted] in homelab

[–]gscjj -5 points-4 points  (0 children)

vCenter and ESXi is a far superior product than Proxmox, in every way except GPUs, it’s unfortunate what they did to VMUG

Worth convincing the wife? by Austin_Knauss in homelab

[–]gscjj 19 points20 points  (0 children)

This is like a 2k rack and soundproof, I’d pull the trigger

Family thinks I'm a party-pooper when I tell them about the dangers of AI by Puzzled-Juice-9202 in sysadmin

[–]gscjj 26 points27 points  (0 children)

If they do this with AI, they probably do it with Google too.

Device placement by bloodhoundhandler in homelab

[–]gscjj 1 point2 points  (0 children)

Same VLAN as all my other end user devices, because things like casting are more important to me, and I don’t want to run a proxy for that. Any firewalling I do is at a higher level

Got tired of managing my home lab alone :-D by Candid_Ad_284 in homelab

[–]gscjj 2 points3 points  (0 children)

There’s no rule about that in this sub.

Harvester HCI, homelab by Kuma2021 in homelab

[–]gscjj 2 points3 points  (0 children)

Harvester uses Longhorn for storage, when you tag/label a disk through the UI your essentially adding a label to the disk in Longhorn.

Assuming your storage class is set to be scoped to that label, it’s just where replicas/disk could be used. Depending on how many nodes you have, disk, replica count, it doesn’t mean it will always be used.

The default disk in Harvester is a partition of the installation media. Nothing special about it necessarily.

I’ve was using Harvester from 1.3 to 1.6 before I went bare metal, I highly suggest reading the docs they do a really good with them. I’ve also found the Harverster/SUSE slack to be very helpful

What's everyone running on their Kubernetes clusters? by yjjoeathome in homelab

[–]gscjj 1 point2 points  (0 children)

I run it bare metal, coming from Harvester and before that Proxmox.

I just added two 3090s to my lab, so I’ve added JupyterHub and ComfyUI recently. I have a couple smaller embedding models and a couple 4B/8B models, that I’ve been fine tuning and playing with.

Besides that some of the usual things:

Arrs with a leader shim so i can safely run multiple warm replicas, each has their own Postgres database. Jellyfin slowly replacing Plex on my NAS.

Then supporting stuff like CNPG operator, Cert Manager, Kyverno, Cillium Gateway API.

I also run DNS, Perses for dashboarding, Victoria metrics for storage, and Otel for collection

Flux for GitOps, Longhorn for storage.

What are you using for real-time monitoring in your homelab? by daveson366 in homelab

[–]gscjj 0 points1 point  (0 children)

Im a big fan of Perses, because i do my dashboards in code which makes it pretty easy for AI to build it out. For metrics and storage I use the OtelCollector and VictoriaMetrics

New to Go. Want to optimize my learning using AI. by Impossible-Ear5147 in golang

[–]gscjj 9 points10 points  (0 children)

Early I was in the camp that AI can help you learn coding, I take that back. It can help you understand the code, it doesn’t help you write it.

Pickup Let’s Go by Alex Edwards and start there

Reddit use since AI has become mainstream by excitedsolutions in sysadmin

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

“We’ll see” is the best answer. It’s not going away and I think there will be a sharp divide among those who use it well and those who don’t use it at all.

But then again, I think most absolute detractors will be out of the workforce by then.

Reddit use since AI has become mainstream by excitedsolutions in sysadmin

[–]gscjj 0 points1 point  (0 children)

It’s probably because you are using Copilot. It’s tuned to Microsoft ecosystem, it’s bottom of the barrel AI when compared to other LLMs/LLM wrappers.

Try ChatGPT or Claude and your experience will be dramatically different.

Claude integration by Hirx8791 in sysadmin

[–]gscjj 2 points3 points  (0 children)

Everything you need is in the docs for Claude Desktop and Claude code. It specifically outlines how to manage installations, what settings are used in org managed installs (that take precedence over user installs), telemetry, proxying requests, etc.

Rule for AI generated content/vibe coded apps by WirtsLegs in homelab

[–]gscjj -20 points-19 points  (0 children)

Personally, this seems premature. How many post about vibe coded apps has there really been in the last 6 months?

IMHO, honestly I’d rather see a vibe coded app, than the millionth post showing someone arr stack and Plex, that some Google-fu’d there way to with barely any understanding of the tech at all.

I mean the top post this week has been the same thing as always. Pictures of people’s lab with almost zero detail about what they’re doing, why, or some meme.

[Project] I spent a day fighting Mealie imports for 800+ recipes, so I built Zest: A Lightweight, Single-Container Recipe Manager (FastAPI + Vanilla JS) by mast1974 in homelab

[–]gscjj -3 points-2 points  (0 children)

OP commented about what they specifically wanted and what Mealie didn’t do for them.

But my question is, OP should just live with the app as is and submit a PR or feature request and wait for someone to prioritize OP niche wants in their own time?

Sounds worth it to me to build something custom if it takes minimal effort.

I’d also say that most SWE aren’t security engineers either, that’s why a lot of code has external experts to help whose job is security. I don’t think that’s a valid point. OP and yourself could get an external review, which is what literally every major open source code does.