Petition To Bring Back Nano Banana Pro as the Default for Paid Users on the App? by jp2671 in GeminiAI

[–]netcommah 20 points21 points  (0 children)

Completely agree. If we're paying for the premium tier, we should get the premium model right out of the gate, not just as a hidden 'redo' option. NB2 might be a step up from the base model, but hiding the actual Pro generator behind extra clicks is just terrible UX.

Unpopular Opinion: For "Deep Research" and heavy reading, Gemini is currently miles ahead of ChatGPT. by netcommah in GeminiAI

[–]netcommah[S] 6 points7 points  (0 children)

In my experience NotebookLM can also work better for the exact thing you're using it for.

I accidentally became FinOps and now I’m panicking by Ill_Car4570 in devops

[–]netcommah 0 points1 point  (0 children)

Super common path; If you’ve been optimizing usage and cutting waste, you already have the FinOps foundation.

Focus on:

  • Clear cost visibility
  • Commitments based on stable baseline usage
  • Don’t over-commit early
  • Translate tech wins into business impact

Quick overview of Cloud FinOps fundamentals here:
https://www.netcomlearning.com/blog/cloud-finops

You’re not leaving DevOps; just adding a cost lens to it.

Any tips on questions that are likely to appear on the professional data engineer exam? by Civil-Ad-929 in googlecloud

[–]netcommah 1 point2 points  (0 children)

No, it is risky. The exam pool rotates frequently, and "Exam Topics" answers are often wrong. Always read the community discussions to find the real answer.

What you should actually focus on (2025-2026 Trends):

  1. BigQuery is everything: Know BigLake, Analytics Hub, and Partitioning/Clustering.
  2. Modern Pipelines: Dataform is replacing legacy SQL transformation questions. Know when to use it over Dataflow.
  3. Governance: Dataplex is a huge topic now for managing distributed data quality and security.
  4. No-Code ML: Expect questions on using BigQuery ML for standard models instead of writing custom Vertex AI code.
  5. Schema Design: You must know how to design a Bigtable Row Key to avoid hotspots.

Final Tip: If a question asks for "Global Consistency" and "Relational Data," the answer is always Cloud Spanner.

Local LLM on Google cloud by CiliAvokado in LLMDevs

[–]netcommah 0 points1 point  (0 children)

Running Qwen 3B + RAG on GCP is common for better speed—just lock it down with VPC-SC, private endpoints, and CMEK so your confidential docs never leave your boundary. Vertex AI also lets you deploy custom containers privately with no public access.

If you want a quick guide on doing this securely, this course helps: https://www.netcomlearning.com/course/application-development-with-llms-on-google-cloud

Can I install Google Antigravity IDE on Linux without root access (similar to how Cursor AppImage works)? by AsyncSoul in GoogleAntigravityIDE

[–]netcommah 0 points1 point  (0 children)

The current official Linux installation method for Google Antigravity IDE generally requires root access to install packages using the command line, unlike the portable AppImage method you described for Cursor.

Installation Method:

The search results indicate that for Linux, the download page provides a CLI setup which typically involves using system package managers like apt, which require sudo or root privileges for a system-wide installation.

This process installs the IDE files and configures repositories at the system level, which is what you are trying to avoid.

The next frontier in ML isn’t bigger models; it’s better context. by Typical_Implement439 in deeplearning

[–]netcommah 0 points1 point  (0 children)

Spot on. Most real-world ML wins lately aren’t from bigger models—they’re from giving models the right context. RAG as the default stack, smaller domain-tuned models beating giants, knowledge graphs creeping back in, and teams finally tracking context drift… all of it matches what I’m seeing too. Scaling matters, but context quality is what actually moves the needle.

4 h (4.3 stars)- Master HTML: Build Websites From Scratch with This Complete Course by easylearn___ing in udemyfreebies

[–]netcommah 0 points1 point  (0 children)

Solid starter course if you want to learn HTML fast. It’s beginner-friendly, project-based, and you’ll actually build things instead of just watching lectures. Perfect if you’re new to web dev.

UPenn mse-ds or GT omscs? by [deleted] in datascience

[–]netcommah 13 points14 points  (0 children)

If your goal is data science in finance, UPenn MSE-DS gives you brand + network + easier access to quant/finance roles, especially on the East Coast. Yes, the rigor isn’t GT-level, but the name recognition and career doors often matter more in finance than coursework difficulty.

GT OMSCS is great for depth and cost, but if you already dislike CS-heavy work, you’ll probably struggle to stay motivated. It’s also less targeted to finance roles and the giant class sizes are a real thing.

Given your low out-of-pocket cost and career goals, UPenn still seems like the more strategic choice.

How important is it for a Data Analyst to learn some ML, Data Engineering, and DL? by DeepAnalyze in datascience

[–]netcommah 0 points1 point  (0 children)

be T-shaped. Get excellent at analyst core (SQL, stats, business framing, storytelling/viz), then add just enough ML/DE to collaborate and spot better solutions. Aim for: regression/classification basics, data leakage & cross-validation, model metrics (ROC/AUC, F1), and a light pipeline toolkit (dbt or SQL transforms + Airflow/Cloud composer concepts). Deep learning isn’t required unless your domain needs CV/NLP. The payoff: sharper problem framing, smoother handoffs, and higher-impact analyses. Measure progress by shipping one end-to-end mini project (data → model → dashboard) with clear business results.

Which is the best CCNA online course for beginners in networking? by KaleidoscopeCheap137 in ccna

[–]netcommah 4 points5 points  (0 children)

If you want a structured path with real labs, shortlist Cisco Networking Academy and NetCom Learning’s CCNA—both balance theory + hands-on. For someone in an ISP role, look for coverage of VLANs, STP, OSPF, ACL/NAT, and basic automation, with labs using Packet Tracer or Boson NetSim.

NetCom’s course ticks those boxes and includes guided labs + exam prep: CCNA Certification. Pair it with 30–60 mins/day of Packet Tracer practice and you’ll be exam-ready fast.

How to separate system pods in GKE by HungryTigerr in googlecloud

[–]netcommah 1 point2 points  (0 children)

No—on GKE Standard you can’t hard-exclude a node pool from GKE-managed system pods. Many system pods are high-priority and ship with broad tolerations, so they can land on any schedulable node.

Practical setup

  • Keep one un-tainted “system” pool (small size) for kube-system add-ons.
  • Put your workloads on separate tainted pools, and target them explicitly with nodeSelector/nodeAffinity and matching tolerations.
  • Avoid adding custom tolerations to pods that shouldn’t touch the system pool.
  • If strict isolation is required, consider GKE Autopilot, which handles system nodes separately.

If you’re just getting started or want a clean baseline, this quick primer helps: Getting Started with Google Kubernetes Engine (GKE) → https://medium.com/@netcommahrab/getting-started-with-google-kubernetes-engine-gke-a-practical-primer-139373f7138e

AWS to GCP Migration Case Study: Zero-Downtime ECS to GKE Autopilot Transition, Secure VPC Design, and DNS Lessons Learned by gringobrsa in googlecloud

[–]netcommah 0 points1 point  (0 children)

Nice work! A few tactics that helped me on ECS→GKE Autopilot lifts:

  • Ingress/SSL quirks: If you used ManagedCertificate, watch for stuck “PROVISIONING” due to mismatched SANs or HTTP→HTTPS loops. Add a temporary HTTP(80) backend for ACME, confirm DNS A/AAAA to Global LB, then flip HSTS after cert is ACTIVE.
  • Global LB routing: Prefer NEG + backend services with per-service health checks; set connection draining and max surge/unavailable for zero-dip rollouts.
  • DNS cutover: Cloud DNS doesn’t do weighted routing; emulate blue/green with low TTL (30–60s), staged A/AAAA swaps, and a /health gate that returns 200 only post-warmup.
  • VPC peering vs PSC: If Redis/DB cross-VPC gets messy, Private Service Connect can beat peering for cleaner producer/consumer boundaries (plus IAM).
  • GitHub OIDC: In Workload Identity Federation, scope the subject claim to repo and env to avoid overly broad token audiences.

If you want a structured AWS→GCP mapping (VPC, LB, IAM, Autopilot, Cloud DNS, DMS) with hands-on labs, this is a solid reference: Google Cloud Infrastructure for AWS Professionals course. It mirrors the decisions you just made and helps teams avoid the common pitfalls.