Dobrica Pavlinušić

@dpavlin
20 Followers
96 Following
36 Posts
...2share!2flame...
bloghttps://blog.rot13.org/
I'm wondering if this small vibe-coded tool which invokes ifstat on all switches and aggregate values using tui might be interesting enough to publish it?
As a result of #wordpress exploit, my site got google juice which is new to me. cleanup blog post will be interesting, I think....

I vibe-coded #firefox plugin for Google AI studio to use #Gemini 2.5 pro for free. It took me a week, 200k tokens, it can save files locally to disk, track them in #git and execute python and shell. Good question is are you afraid of AI which executes code on your machine?

https://github.com/dpavlin/firefox-aistudio-plugin

GitHub - dpavlin/firefox-aistudio-plugin: [vibe-coded in a week, 200k tokens, expect churn] Firefox plugin for Google AI Studio integration with local file system

[vibe-coded in a week, 200k tokens, expect churn] Firefox plugin for Google AI Studio integration with local file system - dpavlin/firefox-aistudio-plugin

GitHub
Blocking requests for dynamic pages which don't have HTTP_REFERER header seems to work well for this new age on internet where where bots don't identify them self and ignore robots.txt
Today I learned that on #mikrotik #tilera the order of /ip firewall filter rules matter for performance. Bump at end of graph was result of moving return to end of all rules, and then moving it back after last rule from this chain.
bots agregating together over time
#http #user-agent "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])" this is #dos attack on cgi application
I can't say enough good things about #duckdb this is using sql to query #zeek conn.log
CPU was not loaded before pin_cpus and is not loaded after it.
CPU pinning is very important if you want to make use of caches. In this case, zeek worker node not pinned to CPU list 60% of packets on 10g link, but this may be useful for any tight CPU workload