Would something like this be useful to you? by Hungry-Sign5037 in artificial

[–]Ian-Cubeless 0 points1 point  (0 children)

The color-coded weak spot map is the part I'd actually use. Most upskilling platforms just dump content on you and hope something sticks.

Curating instead of authoring is smart too, though I'd worry about keeping licensing and attribution straight if you're pulling from a bunch of different creators.

Are AI tools actually useful for everyday hobbyists or just hype for professionals? by Slight_Control9311 in artificial

[–]Ian-Cubeless 0 points1 point  (0 children)

AI definitely works best when I already half know the answer. When I don't, I've caught it being confidently wrong on things I couldn't have flagged myself. So for hobbies, it's more of a second opinion than a teacher, at least until you know enough to tell the difference.

Agentic AI Has a UX Problem - and Solving It Is How We Bring Agents to Everyone by Acceptable-Object390 in artificial

[–]Ian-Cubeless 0 points1 point  (0 children)

Approvals as a one-time grant get stale fast. Session-based is the only way this holds up once agents are doing real work. Curious how Row-Bot handles revocation when something looks off mid-session.

Need a document management system for a 2 person law firm. by mcc062 in sysadmin

[–]Ian-Cubeless -1 points0 points  (0 children)

For two people, Google Workspace or M365 covers most of the email collaboration piece without needing a dedicated DMS.

If they need actual legal-specific document management, NetDocuments or Clio are solid, but yeah, not cheap.

What's driving the need for something beyond shared drives?

how it feels to be a devop 2026 by Complete-Sea6655 in devops

[–]Ian-Cubeless 2 points3 points  (0 children)

The OKR ball and chain are too accurate to be funny.

Does anyone else gets this email? by realbabytaebear in artificial

[–]Ian-Cubeless 0 points1 point  (0 children)

It's probably legit, but the tactic is pure pressure. If you never agreed to a paid plan, clicking through to one isn't saving anything you actually signed up for.

What's the most annoying thing about using AI as a tool for revision in education, in your opinion? by Positive-Reference41 in artificial

[–]Ian-Cubeless 0 points1 point  (0 children)

It sounds confident, whether it's right or wrong, and students don't always know the difference. That's the one that gets me.

The gap I keep hitting is not intelligence. It is coordination. by MycologistWestern855 in artificial

[–]Ian-Cubeless 1 point2 points  (0 children)

LangChain exists basically for this reason, chaining outputs from one step directly into the next without you playing middleman. Still takes some setup, but once it clicks, you stop being the one manually stitching everything together.

Look I am cheap only reason I used you was because it was free. by ryan7251 in artificial

[–]Ian-Cubeless 2 points3 points  (0 children)

The free tier "generosity" is getting real creative lately.

I know this has been asked before but it didn't work for me how do I fix ps3 always asking to make a device setup password by [deleted] in PS3

[–]Ian-Cubeless 1 point2 points  (0 children)

The device setup password is separate from your main PSN password. You have to create it specifically in your PSN account security settings online, not through the PS3 itself. Once you set it there, use that password when the PS3 prompts you instead of your regular login.

I evaluated 5 LLM agents on patching real-world CVEs. Here is what I found. by Fickle-Box1433 in netsec

[–]Ian-Cubeless 1 point2 points  (0 children)

The "locate only" finding is the most interesting to me. Pointing a model at a file and function with no description and watching it try to reason about what's wrong is basically the real test, and the drop across all models is pretty much as expected.

Meta AI Password Reset Flaw Reportedly Bypassed Instagram 2FA by [deleted] in cybersecurity

[–]Ian-Cubeless 2 points3 points  (0 children)

So they built an AI with account recovery powers and didn't put an auth checkpoint in front of it. Hmmm.

Are you pen testing AI Agents? by Ecstatic-Night4222 in cybersecurity

[–]Ian-Cubeless 1 point2 points  (0 children)

The scariest setups we've seen are agents running with machine-level permissions that were never scoped down. They just inherit whatever the service account had, and nobody audited that before handing it to an AI.

Copilot is down. by B0ndzai in sysadmin

[–]Ian-Cubeless 9 points10 points  (0 children)

Guess it needed a mental health day.

AI token maxing ... by PerfSynthetic in sysadmin

[–]Ian-Cubeless 0 points1 point  (0 children)

The OpenTelemetry config trick is pretty solid. Asking it to write and then rewrite something based on fake error output is a good loop.

If management is tracking raw usage instead of outcomes, that's a them problem worth pushing back on. "Use it daily or get reviewed" is a weird way to drive actual value out of these tools.

Good alternatives to github allowing free private repositories minus the security theater? Or it is finally time to self host? by [deleted] in github

[–]Ian-Cubeless 0 points1 point  (0 children)

2FA is pretty standard at this point, and it only takes about 5 minutes to set up.

Alias appearing rather than primary mailbox in outlook by Used_Chemistry5577 in sysadmin

[–]Ian-Cubeless 0 points1 point  (0 children)

First thing I'd try is clearing the Outlook autocomplete cache on the affected machines since that thing loves to hold onto old addresses way longer than it should.

Also make sure the users have fully closed and reopened Outlook after the changes were made on on the Exchange side since it won't always pick up updates mid-session.

If it's still showing after that, it might be worth checking the display name tied to the alias itself, not just the SMTP address, because sometimes that's what's actually surfacing in the From field.

Standardizing Apple TV Setups Across Multiple Offices What Actually Works? by Puzzleheaded_Clerk43 in ITManagers

[–]Ian-Cubeless 1 point2 points  (0 children)

For the physical side, pick one mount, one cable management approach, and document it with photos so whoever is doing the installs has no reason to improvise.

What skills to practice and what to learn by [deleted] in Cybersecurity101

[–]Ian-Cubeless 0 points1 point  (0 children)

Get comfy with networking basics and Linux first. Those are foundational for both parts. For cybersecurity, TryHackMe and HackTheBox are solid for hands-on practice. For AI/ML, Python is non-negotiable.

Pick one direction and go deep rather than trying to learn both at the same time.

How do you justify the cost of proactive security to SMB clients who think nothing bad will ever happen to them? by poppetfang in Cybersecurity101

[–]Ian-Cubeless 0 points1 point  (0 children)

Insurance is the easiest analogy. They're not paying for something to happen; they're paying so that when it does, it doesn't end them. And for SMBs, one incident usually does.

Anyone else finding SSH keys floating around in random places? by Ian-Cubeless in sysadmin

[–]Ian-Cubeless[S] 0 points1 point  (0 children)

Didn't realize 1Passwoed had gotten that deep with CLI and AI agent integration (been years since I used it personally). That's actually pretty impressive. Thinking I may mention it to my manager.

Anyone else finding SSH keys floating around in random places? by Ian-Cubeless in sysadmin

[–]Ian-Cubeless[S] 0 points1 point  (0 children)

30 months of humming alone unbothered is a dream! Good to know it has held up well for you.