RSSAmplifier

Blog

Dwi Siswanto

everyone's a fraud cuz they pick & choose what they show.

dw1.ioRSS feed ↗10 posts

Latest posts

Making fastcache faster

How shard cleanup, hash buckets, and better key hashing made fastcache materially faster.

The most practical, fast, tiny command sandboxing for AI agents

The most practical, lightweight way to lock down one risky command in your AI pipeline. No daemon, no root, no image build.

Introducing mmapfile: Unlock Fast File Access in Go with Memory-Mapped I/O

Hey everyone, if you're a Go developer who's ever gotten frustrated with slow file ops, especially when dealing with big files or lots of reads and writes. Meet **mmapfile**, my little project that's basically a drop-in replacement for the standard `*os.File` -- but way faster. It uses memory-mapped I/O to skip a bunch of the usual overhead.

Why Coffee Doesn’t Work on Me: The Arch of Hypervigilance

I used to wonder why coffee never really "worked" on me. In a world obsessed with the "don't talk to me until I've had my coffee" trope, I felt like a biological glitch.

Hacking Wordle for Solution (No-Guess Attempt!)

The premise of Wordle is simple; players have six tries to guess a 5-letter mystery word. During the guesses, tiles will change colour to help players get the word. A grey letter means it isn't in today's word, whilst a yellow letter signals it is in the word but in the wrong position. Then there's the green letter which means it's in the word and in the right place _(if any)_. If it's completely…

Empowering teler HTTP Intrusion Detection as WAF with Fail2ban

As you know, teler is free & open-source real-time HTTP intrusion detection program that written in Go. Its use has skyrocketed (based on stars chart) and also thanks to the contributors who helped carry out the mission!

How to Scan Continuously with Nuclei?

Let's say you have a persistent target list, and you want to scan with the latest templates continuously, of course you must have the latest set of templates!

Weaponizes nuclei Workflows to Pwn All the Things

Nuclei is configurable targeted scanning based on templates that allowing complete extensibility with a very simple and ez to use templating syntax.

Open-redirect Vulnerability Facebook (Bypass Linkshim)

TL;DR - My Facebook personal account is blocked for up to a month because violating Facebook community standards for over-shitposting, LMAO.

Cara Reverse Engineering APK

Semua aplikasi Android yang terinstall adalah APK (Android Package). Format file paket ini digunakan oleh sistem operasi Android untuk distribusi dan pemasangan aplikasi smartphones, dan ini berisi semua sumber daya aplikasi, aset, sertifikat, dan sebagainya, termasuk source code aplikasi.