[root@yaniagain ~] $ yanislav projects -p 1


==> Project: phone traffic analysis
Status       : complete

Summary      : inspected traffic to explore DNS-blocking Instagram/YouTube features

Tags         : network analysis, tcpdump, wireshark, traffic inspection

Highlight    : discovered YouTube's ad & content traffic share same CDN IPs

Read more    : yaniagain.com/traffic-analysis (click)


==> Description:
Attempted a self-directed project to stop my Instagram Reels over-consumption by
selectively blocking the feed instead of deleting the app.

Using a rooted Android phone (see why here), I analysed traffic using tcpdump and
Wireshark, discovering Instagram's use of DNS over HTTPS and YouTube's shared
CDN infrastructure which prevents DNS-level ad blocking.

Despite not achieving the initial goal, I gained hands-on experience with
network traffic analysis, DNS protocols, and a real-world system.
==> Project: phone traffic analysis
Status     : complete

Summary    : network traffic inspection & manipulation

Tags       : network analysis, tcpdump, wireshark

Highlight  : discovered YouTube's ad & content traffic

             share same CDN IPs

Read more  : yaniagain.com/traffic-analysis (click)


==> Description:
Attempted a self-directed project to stop my Instagram
Reels over-consumption by selectively blocking the
feed instead of deleting the app.

Using a rooted Android phone (see why here), I
analysed traffic using tcpdump and Wireshark,
discovering Instagram's use of DNS over HTTPS and
YouTube's shared CDN infrastructure which prevents
DNS-level ad blocking.

Despite not achieving the initial goal, I gained
hands-on experience withnetwork traffic analysis,
DNS protocols, and a real-world system.


[root@yaniagain ~] $ yanislav projects -p 2
[root@yaniagain ~] $ yanislav projects -p 2


==> Project: coreutils-clone
Status       : ongoing

Summary      : recreations of core Linux commands in C

Language     : C

Tags         : Linux, systems programming

Repository   : github.com/yani-again/linux-commands (click)


==> Description:
A collection of re-implementations of common Linux commands, written in C to
to strengthen my understanding of the language while teaching me new
commands in a way that lets me remember them and their use cases better.

Each command focuses on core functionality like file reading, text
processing, and output formatting, in order to give me an insight into
what happens under the hood.

Overall, this project is my sandbox for exploring the inner workings of
the Linux system.
==> Project: coreutils-clone
Status     : ongoing

Summary    : recreations of core Linux commands in C

Language   : C

Tags       : Linux, systems programming

Repository : github.com/yani-again/linux-commands (click)


==> Description:
A collection of re-implementations of common Linux
commands, written in C to to strengthen my understanding
of the language while teaching me new commands in a way
that lets me remember them and their use cases better.

Each command focuses on core functionality like file
reading, text processing, and output formatting, in
order to give me an insight into what happens under
the hood.

Overall, this project is my sandbox for exploring
the inner workings of the Linux system.


[root@yaniagain ~] $ man yanislav | sed -n 'LINKS,$ { /projects/!p }'
[root@yaniagain ~] $ man yanislav | sed -n 'LINKS'


LINKS (click one)
About me
who's behind the keyboard
Contact
send a ping my way
Books
books I'm learning from
Home
cd ~


[root@yaniagain ~] $