Ephemeral Internet and The Unreadable Codex

I was not blogging for some time. In the meantime, both Gfycat and Koji have been acquired, and their services shut down.

These two occurrences reminded me the ephemerality of life on the internet again. A struggle against it does require being proactive. As I have learned with a harsh lesson, Internet Archive’s fights against this decay is a cornerstone of modern internet. Even though you can rely on it to save the old web to an amber, internet technologies are a mobile target. You cannot trust it to revive the mosquito within it. As we require ruffle to replay flash games, we need tools to deal with the intricacies of the modern web.

05 Feb 2024 2 mins more...

Get Fresh Pages with Messed Up Caches

While fixing Content-Security-Policy header, I have messed up the caches. I have accidentally pushed a change to keep all pages in the cache indefinitely. Situation: browsers are now serving stale pages.

13 May 2021 3 mins more...

Developer and Power User Tools List

Inspired by Hanselman Ultimate Tool List, check out for even more awesome tools.

Windows #

  • scoop — Package installer — WinGet is not ready for prime-time and Chocolatey while has a larger database, it is too slow and harder to automate. scoop install a package to install an application. updates and uninstalls are straightforward too. It has even a ‘Unix which’ alternative to find out path of an executable scoop which.
02 May 2021 4 mins more...

Last week, I setup termux on my phone to run some analytics on the go.

TODO Termux .bashrc

TODO Termux python Pip does not work for compiled modules as termux requires some modifications. https://github.com/termux-user-repository/tur https://wiki.termux.com/wiki/Python

Whenever I connect my phone to PC I want to run some data syncronization automatically. TODO also sync notes

I’ve found out respective event ID by observing Windows Event Viewer…

TODO SCREENSHOT https://techcommunity.microsoft.com/t5/ask-the-directory-services-team/advanced-xml-filtering-in-the-windows-event-viewer/ba-p/399761

<QueryList>
  <Query Id="0" Path="Microsoft-Windows-DeviceSetupManager/Admin">
    <Select Path="Microsoft-Windows-DeviceSetupManager/Admin">*[System[(EventID=112)]] and *[EventData[Data[1]='Mi 9 Lite']]</Select>
  </Query>
</QueryList>

TODO setup rclone termux connection https://rclone.org/

01 Jan 0001 1 mins more...