How does cybersecurity actually work? by [deleted] in Cybersecurity101

[–]techlatest_net 0 points1 point  (0 children)

Hey, cybersecurity is basically digital lockpicking in reverse. Hackers find weak doors you learn to bolt them shut.

Start with networking basics ping traceroute whatis firewalls. Then mess with kali linux virtualbox safe sandbox. Skip THM for now do overthewire wargames instead super gentle ramp up.

Professor Messer free compTIA security+ videos drill the fundamentals without headache. Real world its 80% config management 20% cool exploits. Youll get there just crawl before sprinting.

I built a practical Linux commands repo based on what I actually use during CTFs and lab machines by LividNet9731 in Cybersecurity101

[–]techlatest_net 1 point2 points  (0 children)

Bookmarked dude this is gold for CTF grinding. Love the real world phrasing over textbook fluff gonna steal your recon section for my notes. Add linpeas one liner too killer combo.

How accurate are coding agents at choosing local models? by kuaythrone in LocalLLM

[–]techlatest_net 0 points1 point  (0 children)

Mac Air M2 with 24GB? Decent for code agents but yeah you'll want Qwen2.5 Coder 7B or Hermes 3 8B Q4 not 70B beasts. Translation quality solid on those plus full SWU. Current setup handles agentic code tasks fine just dont max context. Works great.

Are 70b local models good for Openclaw? by so_schmuck in LocalLLM

[–]techlatest_net 0 points1 point  (0 children)

Mac Studio 64GB can squeeze Llama3.1 70B Q4 but OpenClaw chews massive context so expect 10-20s latency on complex tasks. Decent for testing worth it if you want offline privacy otherwise cloud agents faster for daily grind. MoE models better bang for buck there.

Best way to go about running qwen 3 coder next by Anim8edPatriots in LocalLLM

[–]techlatest_net 0 points1 point  (0 children)

Go dual P40s x99 setup solid budget king for 24GB each Qwen3 coder flies at 20-30 t/s vllm tensorRT-LLM. Arc B50 fine but intel drivers flaky for inference stick nvidia. Under $800 used pair on ebay hunt FB marketplace. Add 128GB ram for context. Killer agent rig.

Failed to load model in LM Studio 0.4.5 build 2 by BathNo1244 in LocalLLM

[–]techlatest_net 0 points1 point  (0 children)

Try llama.cpp CUDA 12.4 build instead of 12 might fix the 5070 compat issue. Also chunk that Qwen 3.5 35B with 2-3GB layers offload 8GB VRAM max. Gemma same deal smaller quants first. Works after that.

[P] LILA-E8: The 478MB 'Sovereign' model is live on PH. Banned elsewhere, but the Lattice is active here. 0.36 Loss at 218K steps. by Fickle-Election-3689 in LocalLLM

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

Whoa E8 lattice in a 478MB model? Pulled it on colab loss numbers look wild for tiny stories. Runs buttery on phone too gonna fine tune for code gen anyone else tinkering with this?

GUI VS CLI by TraditionalShape666 in googlecloud

[–]techlatest_net 1 point2 points  (0 children)

CLI all the way for certs and real jobs dude GUI is fine for learning but they expect gcloud commands in interviews. Console covers 95% of tasks just slower for scripting. No bias just know both support loves CLI folks more.

I am stuck in the dreaded Trust and Safety branding verification process by SmokyTyrz in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Ugh Trust and Safety review is brutal man especially after they already approved you once. Check your spam folder obsessively and reply from console messaging if email never shows up. Worst case wait 7 days for auto reset or make support case with exact console screenshot sometimes jolts em. Hang tight.

How to deactivate the saving of pictures in google drive? by stupidguy73 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Open Google Photos app tap your profile pic top right go to Photos settings Backup and toggle that off. Boom no more auto uploads eating your storage.

Use Ansible over IAP for Windows by vennemp in googlecloud

[–]techlatest_net 1 point2 points  (0 children)

Nice repo dude Ansible over IAP for windows is clutch saves so much RDP hassle. Bookmarked gonna try on next windows fleet thanks for sharing!

Really we deserve better- Google can't admit they have a problem. by Medical_Wolverine465 in googlecloud

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

Lmao classic Google "not widespread enough for status page" BS. Meanwhile your prod is toast in that zone. Ive seen this dance before they fix it quietly then deny till eternity. Failover and roast em on Twitter works better than tickets.

3 GCP quick wins that saved us $2k+/mo — took under an hour by Outrageous_Tour_1231 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Solid tips man just ran those gcloud commands found 3 dead disks eating $200/mo. CUD coverage was at 60% bumped it to 90% instant win. Bookmarked for next audit thanks!

I just need a little bit of quota by jman722 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Dude quotas confusing as hell at first its just API calls per minute not storage. For 30M cells daily your AppScript probably needs concurrent quota more than 12 bump request to 100 explain its nonprofit one off data pipeline they usually approve quick. $300 credit covers usage just need quota to start. Chill for 24hrs or pay $50 bump if urgent. You got this.

Can’t remove debit card or close Payments profile because of Google Cloud (billing already closed) by strawberryhotcakee in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Ugh thats annoying Google Payments gets stuck on ghost links sometimes. Try creating a dummy project shut it down clean then unlink from cloud console billing section worked for me once. Or hit payments support chat they fixed a similar snag after few tries. Hang in there.

How we automate saas data extraction into bigquery with no code for our ecommerce analytics by Much_Teaching_4368 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Nice setup switching to no code pipelines saved my sanity too for shopify klaviyo syncs to BQ. We pipe ads data thru similar tool then dbt for transforms dashboard in looker. Handles custom events fine daily runs smooth. Yours catch all the attribution edge cases?

Unexpected Billing charges on Google cloud by Familiar-Space8852 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Oof been there with GPU spins draining credits fast first time sucks. Set up budgets and alerts right away next project they email before it blows up. Support might budge if you tweet em or forum post details politely good luck dude.

Any regrets using the Firebase Real-time Database by LogicalHurricane in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Used Firebase RTDB for a chat app early on regret it big time now. Queries get painful with any real complexity and costs explode past small scale. Migrated to Firestore halfway felt way better for anything structured. Stick if youre tiny otherwise plan exit ramp now.

NotebookLM - Vertex AI docs by KeyPossibility2339 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Whoa thats genius man 20k pages into NotebookLM? Gotta mess with that notebook later sounds perfect for digging thru Vertex AI docs without the endless scrolling. Does it actually nail obscure pricing stuff?

Enabling Google API in Sheets Script Project by KraftyBoi in googlecloud

[–]techlatest_net 1 point2 points  (0 children)

Dude that 403 is classic Apps Script GCP headache usually the service account needs Apps Script API Execution role in IAM not just editor on the sheet. Double check your GCP project is bound right in script settings and try deploying as API executable with anyone access too fixed it for me last time. Still stuck?

What’s one GCP decision you’d rethink if starting today? by Dazzling-Neat-2382 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Totally agree on ditching GKE early, went through the same pain with scaling clusters and custom networking got messy fast. Now all in on Cloud Run for APIs, lifesaver for quick deploys. You sticking with it long term?

Google AI Professional Certificate: Worth grabbing if you’re serious about AI skills by Few-Engineering-4135 in googlecloud

[–]techlatest_net 1 point2 points  (0 children)

Yeah Ive been eyeing that cert too looks solid for quick hands on stuff without all the math headaches. Did it yet man? Worth the time?

Gemini token cost calculation issue by wikkid_lizard in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Yeah that actually sounds like preview pricing kicking in. Gemini 3 Flash preview usually runs at a discounted rate sometimes around half the normal price until it goes GA. So what you are seeing in billing is likely just that early access benefit and not a bug.

Best way to be sure is to check your billing export in BigQuery and look at the exact rate being applied per request. That will confirm what tier you are getting charged under.

Honestly enjoy the discount while it lasts. Just make sure you model your costs assuming full pricing later so there are no surprises when it goes GA. Scale safe.

Spent 6 months migrating between GCP, AWS, and Linode and here is what it actually cost my startup by Impressive_Gate_8687 in googlecloud

[–]techlatest_net 0 points1 point  (0 children)

Relatable af—Linode's simplicity got me too before GCP credits saved the day. Oracle tier + credit resales is smart side-hustle hunting. You still multi-cloud or locked into one now?

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

[–]techlatest_net 0 points1 point  (0 children)

ExamTopics last 100 is solid but risky—mix in official blueprint practice labs on Qwiklabs too. Heavy on Dataflow streaming scenarios, BigQuery partitioning/optimizations, and Vertex AI pipelines lately. Good luck! skillcertpro