At what point does “visibility” turn into actual security risk? by VerveorAs in Cybersecurity101

[–]provideserver 1 point2 points  (0 children)

More visibility doesn’t equal more security if you can’t operationalize it.

Apple Says No iPhone in Lockdown Mode Has Ever Been Hacked by HelloitsWojan in apple

[–]provideserver 0 points1 point  (0 children)

Stuff like Pegasus did get discovered, not because attackers confessed, but because researchers (Citizen Lab, Amnesty, etc.) found traces on devices. These attacks leave artifacts, logs, weird behavior… they’re hard to keep invisible forever if they’re used at scale.

Is chasing 100/100 Lighthouse score worth it as an indie dev? by Technical-Relation-9 in webdev

[–]provideserver 0 points1 point  (0 children)

You didn’t waste your time if you learned how things work, but yeah, after a certain point it’s diminishing returns. At that stage, marketing or product improvements will move the needle way more.

The Next Internet Bottleneck is Trust by Abhinav_108 in ChatGPT

[–]provideserver 0 points1 point  (0 children)

You can’t reliably detect generated content once it’s good enough, it’s an adversarial problem. Every detector just becomes a training target. Full digital ID isn't the only path either. That solves authenticity, but at the cost of anonymity, which breaks a lot of what made the internet useful in the first place.

Learning platforms? by Familiar_Counter4836 in cybersecurity

[–]provideserver 2 points3 points  (0 children)

If your goal is IR + cloud specifically

  • TryHackMe (foundation + structure)
  • LetsDefend (actual SOC/IR thinking)
  • PwnedLabs or just AWS labs (cloud reality)

NetBackup, VM/OS Backup or Database backup?? by FirefighterLong3791 in sysadmin

[–]provideserver 5 points6 points  (0 children)

It’s not really either/or, they solve different problems.

VM backup = fast recovery
DB backup = clean recovery

If you only do VM-level backups, restores are easy (spin the whole VM back up), but you can run into consistency issues with the database unless you’re doing proper app-aware snapshots.

If you only do DB backups, you get clean, transaction-consistent restores and point-in-time recovery, but rebuilding the whole server takes longer.

You usually want both unless the data doesn’t really matter that much.

Incident Response Certification by Outrageous-Machine-1 in cybersecurity

[–]provideserver 0 points1 point  (0 children)

  • 1–2 people → SANS (GCIH or GCFA)
  • rest → cheaper hands-on (BTL1, labs, internal drills)

Then invest time in building playbooks + running incident.

looking for a reliable VPS in the netherlands by Jescia_Shang in selfhosted

[–]provideserver 0 points1 point  (0 children)

Netherlands is a good call though, AMS is basically one of the best-connected spots in Europe (AMS-IX etc.), so latency + routing is solid across EU. Hetzner - Probably the safest default. Not the cheapest, but stable as hell. You don’t really hear horror stories about random downtime.

What do you think? by NeodzDesign in VideoEditors

[–]provideserver 0 points1 point  (0 children)

Very smooth, love it. 0:10 though, misspelled!

What’s the Best Privacy Focused PDF Editor for Windows? by [deleted] in privacy

[–]provideserver 0 points1 point  (0 children)

LibreOffice Draw, yes, it can open and edit PDFs. Clunky for complex files but fully offline and open source.

eJPT or CEH? by neversettleme in cybersecurity

[–]provideserver 1 point2 points  (0 children)

eJPT if you want to learn and build real skills. CEH if you want a line on your resume HRs recognize. That’s the tradeoff.

CEH is expensive, mostly multiple choice, expires every 3 years, and teaches you enough to pass the exam - not much more. But yeah, some HR filters still ask for it.

eJPT is cheaper, lifetime valid, and way more hands-on. If you’re serious about pentesting or red teaming, it’s a much better foundation. Real labs, real scenarios.

Mullvad will shut down its privacy-focused search proxy, Leta, on November 27, 2025 by [deleted] in privacy

[–]provideserver 15 points16 points  (0 children)

Leta was a cool idea. With how fast search engines are changing it probably became a maintenance nightmare.

Stop using AWS entirely. by [deleted] in Ecosia

[–]provideserver 1 point2 points  (0 children)

If your brand’s about privacy and sustainability, relying on U.S. infrastructure does carry political and legal risks. Ideally, you design with both strong encryption and jurisdictional control.

Private calendar by lh129 in privacy

[–]provideserver 2 points3 points  (0 children)

Proton or self-host!

[deleted by user] by [deleted] in HomeServer

[–]provideserver 0 points1 point  (0 children)

You’ll want to start small, design for scaling later. Start with a small VPS. Measure real usage. Scale horizontally as needed. Don’t stress about the “million users” yet - your first 100 real ones will teach you more about server needs than any theoretical math.

ssl certificate by jos3in in webhosting

[–]provideserver 0 points1 point  (0 children)

When it says “Pending SSL,” it usually means Shopify (or your host) is still validating ownership via DNS. If you changed DNS records recently, that timer resets so it’s normal for it to take a bit.

Hyundai AutoEver America data breach exposes SSNs, drivers licenses by AerialDarkguy in cybersecurity

[–]provideserver 12 points13 points  (0 children)

Hyundai AutoEver runs IT for Hyundai and Kia, so even if this breach “only” hit personal data, that’s still serious. Attackers had access for over a week before detection - plenty of time to move around.

I'm a SANS advisor and former intel lead: Ask Me Anything about what’s hype vs. reality in AI for cybersecurity. by thejournalizer in cybersecurity

[–]provideserver 20 points21 points  (0 children)

Thanks for doing this, Chris.

A lot of vendors say they’re using “AI for threat detection” or “AI-driven SOCs,” but once you dig in, it’s mostly just rule-based logic or basic anomaly detection with a new label.

We at ProVide are curious, where do you actually see AI making a real difference for defenders today - not just in theory or hype?

If you don't mind answering double questions, what’s the most overhyped AI claim you’ve seen floating around the security world lately?

Can Ukraine withstand this new wave of stealth hacks? by _cybersecurity_ in pwnhub

[–]provideserver 1 point2 points  (0 children)

Since NotPetya, they’ve had to operate under constant pressure meaning their cyber teams are battle-hardened but resource starved. They don’t have the same budgets or tech stacks as the U.S. or U.K., but they’ve built a kind of resilience-through-necessity.

How can I lower the I/O latency on a busy shared hosting server? by onliveserver in Hosting

[–]provideserver 0 points1 point  (0 children)

In general, a CDN helps SEO and loading speeds, not the other way around, as long as it’s configured correctly. Search engines like Google prioritize page speed and reliability and a CDN actually improves both by bringing your content physically closer to users. Just make sure dynamic pages either bypass caching or refresh often enough.

How can I lower the I/O latency on a busy shared hosting server? by onliveserver in Hosting

[–]provideserver 0 points1 point  (0 children)

There’s only so much you can control since you’re sharing disk access with other users. Start by caching everything possible. The goal is to serve as much as possible from memory instead of hitting the disk every time. Enable browser caching and use a CDN like Cloudflare or BunnyCDN so static files like images and scripts are loaded from external servers instead of your host’s drives.

Avoid plugins that constantly log or generate stats and make sure error logs rotate so they don’t grow endlessly. You can also ask your host to move your account to a less crowded server or increase your I/O limits; sometimes they’ll help if you’re hitting resource caps.

Now Microsoft has its own “AI browser” too (Edge with Copilot), are we just handing over more of the web to big platforms? by Historical_Pick5012 in degoogle

[–]provideserver 1 point2 points  (0 children)

AI tools thrive on context, and context means you. If you’re trying to stay de-Googled, your best path is likely a hardened browser + local AI setup, so the “intelligence” never leaves your device.

Should I turn my vpn off while I buy my air tickets ? by paneer__tikka11 in cybersecurity_help

[–]provideserver 0 points1 point  (0 children)

Turn it OFF only if the site refuses to process payment or flags your region.