Bridge

The Bridge is your ultimate admin panel for the hexo blog framework. Designed with power users in mind, it gives you easy access to post metadata, a built-in file manager, framework-specific settings, and tools for managing themes and plugins — all in one place.
Tech stack: Node.js for the custom admin API and React.js with TypeScript for the web app. The interface is powered by the Blueprint.js UI toolkit.

Macedonian AdBlock Filters

I’m the maintainer of the Macedonian AdBlock filters list, a carefully curated set of filters designed to make the internet a more enjoyable space for Macedonian-speaking users.
The list is proudly featured in uBlock Origin and AdGuard, two leading adblocking extensions trusted by millions of people globally.

Loops

Loops is a Python library I developed as part of my bachelor’s thesis, aimed at exploring whether adversarial examples could be generated on a student’s budget. The answer? It’s absolutely doable.
To use Loops, you simply input a toy AI model, set an attack strategy, and determine the number of loops. The library then generates adversarial examples that can be used to challenge bigger, more powerful models.
My research began with ResNet50 as the toy model and ultimately led to successful attacks on industry-leading systems like Google Cloud Vision, Microsoft Computer Vision, IBM Watson Visual Recognition, and Clarifai.