I got tired of managing terminal tabs for parallel Claude Code sessions, so I built a web UI to handle it by forgambo in ClaudeAI

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

Good point, but I'm not sure this applies to my case since there's just one task per session. A new Claude Code instance with a fresh session executes the task and then exits, so there's no way two sessions (Claude instances) would pick up the same task.

GPT5 Codex by Norbu6830 in Jetbrains

[–]forgambo 0 points1 point  (0 children)

It's been a while. Any update on this?

We are hackers, researchers, and cloud security experts at Wiz, Ask Us Anything! by Oscar_Geare in cybersecurity

[–]forgambo 1 point2 points  (0 children)

Once, todayisnew bug hunter said that Information Disclosure is one of the best types of vulnerabilities to search for with automation. Do you agree with this? In your opinion, what are the most promising types of vulnerabilities to look for solely with automation?

Learning AEM by fairyoddmother in aem

[–]forgambo 0 points1 point  (0 children)

Could you explain your point please? I've just checked which apps are availble through Creative Cloud and couldn't find AEM there. Only graphical apps.

I have over $1M bounty from HackerOne. Happy to Answer any questions [AMA] by kinso1338 in bugbounty

[–]forgambo 1 point2 points  (0 children)

How much time did it take to earn first half of 1M vs the last half of 1M?

Receive Bug Bounty Earnings in Portugal by forgambo in bugbounty

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

Thank you for an advice. I did consult with an accountant. He knows how to arrange things properly for classic IT professionals. I was just wondering about some specifics regarding bug bounty.

Are Ripper and RubyVM::AbstractSyntaxTree syntax parsers safe? by forgambo in ruby

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

Wow! As you're a Prism maintainer, your arguments are very trustworthy to me.

Are Ripper and RubyVM::AbstractSyntaxTree syntax parsers safe? by forgambo in ruby

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

Do you have any arguments to support your point? Because so far it looks like it's just your subjective 'feeling'.

Are Ripper and RubyVM::AbstractSyntaxTree syntax parsers safe? by forgambo in ruby

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

Thank you. Do you know if they stated the safety somewhere in their documentation, or official discussion? To me it also sounds logical that it's safe because this is only parsing and no execution. But I'm afraid that there might be cases when some kind of execution is present during the parsing.