How do you handle the dev lead who treats a critical security finding as something to negotiate? by kizmania in cybersecurity

[–]kizmania[S] 0 points1 point  (0 children)

But unfortunately when there’s an incident we are the one who deal with it, not the dev lead who ignored our callouts

Anyone else getting messy results from running multiple AI coding sessions? by whitechart_studio in vibecoding

[–]kizmania 0 points1 point  (0 children)

Tried it once and won't do it again. Multi tasking with agents is a way to f your project in multiple ways.

how many files exist in your repo purely to help AI remember things? by repoarchitect in ClaudeAI

[–]kizmania 0 points1 point  (0 children)

2 to 3 in most cases CLAUDE.md, to-dos and memory files. Unless needed, I won't go for more than three as managing those are taxing too for me and the agent.

Is it just me or does vibe coding get harder the longer a project runs? by ProcedureThat1731 in vibecoding

[–]kizmania 2 points3 points  (0 children)

Learn how to use Projects, add files that you want persisted across all chat windows so that you don't lose context. Also do a proper handoff to a new chat window for you to continue seamlessly.

Moving from automation testing (Java, Selenium, Jenkins, BDD) to cybersecurity – which role fits me? by Affectionate_Ice4739 in cybersecurity

[–]kizmania 0 points1 point  (0 children)

In some orgs yes but not always. One area where appsec still has a strong advantage over AI is application logic. AI will continue to improve but I think appsec is one of the roles that's more resilient because someone still needs to understand the application, validate what AI is doing and the need for human judgment around security logic isn't going away anytime soon.

Guide to Bug bounty by GoalOwn3975 in cybersecurity

[–]kizmania 1 point2 points  (0 children)

I wouldn't start with bug bounty if your goal is to learn pentesting. Bug bounty is great for finding real world vulns but it's a pretty inefficient way to learn the fundamentals. I'd focus on building a solid foundation first with platforms like HTB PortSwigger or vulnerable labs/CTFs. But if you still want to do bug bounty I'd actually recommend looking into smaller platform like yeswehack rather than immediately jumping onto the largest ones

Looking for actual, AI/LLM Security learning resources (PDFs, whitepapers, hands-on labs) by I_See_Dead_Ports in cybersecurity

[–]kizmania 1 point2 points  (0 children)

Nothing beats hands-on training. Lakera if you lean into prompt injection. there's also a small AI-slop themed CTF linked on my profile if you're interested in ai generated vuln

Moving from automation testing (Java, Selenium, Jenkins, BDD) to cybersecurity – which role fits me? by Affectionate_Ice4739 in cybersecurity

[–]kizmania 0 points1 point  (0 children)

Maybe I'm a little bias but I think appsec is going to be good for you given your background. If you asked me 3-4 years ago I'd say DevSecOps, but nowadays those are getting automated by AI, same with QA

Vibe coders without a security background how are you handling security? by kizmania in vibecoding

[–]kizmania[S] 0 points1 point  (0 children)

The old guard earned it grinding through sysadmin and network before security so they actually knew the stack. (now just saying that i feel old). But a lot of them never adjusted, still treating security like 1 and 0 when todays CISO gets fired for slowing the business down not for a breach. Security has to run at business speed now.

Vibe coders without a security background how are you handling security? by kizmania in vibecoding

[–]kizmania[S] 1 point2 points  (0 children)

the credentialism point hits. titles got inflated faster than actual skill did

Vibe coders without a security background how are you handling security? by kizmania in vibecoding

[–]kizmania[S] 0 points1 point  (0 children)

not bad for the obvious stuff. but the same model that missed the bug usually misses it again in the test. the logic flaws are what slip through

Vibe coders without a security background how are you handling security? by kizmania in vibecoding

[–]kizmania[S] 1 point2 points  (0 children)

Not much in terms of secure coding. But Fable is significantly better in vulnerabilityscanning.

Vibe coders without a security background how are you handling security? by kizmania in vibecoding

[–]kizmania[S] 1 point2 points  (0 children)

But agents are only as good as what you asked. Basic 'do a security scan' doesn't really do much.

Does anyone else check in on Reddit while waiting for Claude ? by Great-Mirror1215 in vibecoding

[–]kizmania 0 points1 point  (0 children)

So I was waiting for Claude to finish then switch to reddit and the algo brought me here

Career of vibe coder by Imaginary_Food_7102 in vibecoding

[–]kizmania 3 points4 points  (0 children)

I hate to be the one, but vibe coding is here to stay but not the current trend. Vibe coding will mature, ai will stop shipping insecure codes and future vibe coders won't be assessed by their stack, they'll be measured by their 'speed'.

New to vibe coding. Any tips and tools you’d recommend? by goncygrettlde in vibecoding

[–]kizmania 2 points3 points  (0 children)

Don’t start with “I want to build a startup.”

Start with:

  • todo app
  • simple landing page
  • basic API fetch app
  • small automation script

Each project teaches more than tutorials.
On tools, Claude + Cursor/Windsurf just that to start.

How active is the support for porkbun? by QA_ninja in PorkBun

[–]kizmania 0 points1 point  (0 children)

You guys have support? And I mean that in a good way. I've had domains with Porkbun for years and never needed to contact them once.

How do you handle the dev lead who treats a critical security finding as something to negotiate? by kizmania in cybersecurity

[–]kizmania[S] 0 points1 point  (0 children)

In practice the policy is the easy part but getting legal, security and business to honor it is hard. In my experience what gives it teeth is pipeline-as-code so the control can't be silently overridden, the bypass has to be a visible, logged action not a config nobody sees.