HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ZARKONES

no profile record

Submissions

Browser for Agents in a form of CLI, API or library

github.com
1 points·by ZARKONES·il y a 3 mois·0 comments

I Had Too Many Issues Using OpenClaw, So I Made My Own Agent

zarkones.itch.io
1 points·by ZARKONES·il y a 4 mois·3 comments

[untitled]

1 points·by ZARKONES·l’année dernière·0 comments

[untitled]

1 points·by ZARKONES·l’année dernière·0 comments

Started a Series on How to Takedown Botnets [video]

youtube.com
1 points·by ZARKONES·l’année dernière·0 comments

Best AI Hacker in the World [video]

youtube.com
2 points·by ZARKONES·l’année dernière·0 comments

I Made an App to Use Phone as Keyboard and Mouse/Touchpad

zarkones.itch.io
2 points·by ZARKONES·il y a 2 ans·0 comments

XENA: CyberSec Automation, Red-Team Operations and Adversary Simulation

github.com
1 points·by ZARKONES·il y a 2 ans·0 comments

comments

ZARKONES
·il y a 4 mois·discuss
Of course. Please, share the details. :)
ZARKONES
·il y a 4 mois·discuss
It's hard to not notice all the buzz around the Claw. And the idea wasn't that hard to sell to me. "AI agent running 24/7 doing stuff", cmon, who doesn't like that?

However, I had 2 bugs that prevented me from using OpenClaw with my local AI setup. Being a software engineer that I am, my first instinct was to fix that thang and send a patch on GitHub. However... That thang is nearly 600,000 lines of code and only a few weeks old at the time I tried it.

It hit me immediately, this damn thing was slop-vibed into existence. Anyhow, I didn't wanna lose my mind trying to understand those 600,000 lines of code, instead I just started writing my own in Golang, including the GUI. All native, using only 120MB when idle. Web and Mobile support coming soon, Mac, Windows, and Linux for now only.

Justabot, not just a bot. It has all the good stuff you need in an agentic framework. It can use the browser, code, navigate the file system, execute shell commands. It's fully featured, secure, private and most of all simple to use agentic framework. Say goodbye to setting up databases and waging wars with Node & Python run-times. Justabot is meant to be used by all people, not just us nerds.
ZARKONES
·il y a 2 ans·discuss
I'm a maintainer of a large open-source cyber-security projects XENA. I don't use Jira nor similar software. I leave notes with TODO comments across the codebase, from to time I'd search and see if something should be done from those. I have a single notes.txt where I write anything, I tend to keep it short and prune anything I do not feel confident about anymore. My priorities about the project are ordered in a simple fashion. At first place comes any bugs. Then I work on a singular feature until it's stable then I release it and move on. The way I decide which feature goes in or not is based on the "10 year" rule. Basically I think if this feature would be used in a decade, if so then I'm keen on introducing it. That's pretty much it. if bugs.length > 0 { fixBugs() } else { feautre = new Feature() if feature == good_enough { feature.implement() } }