Elektrine lite

← Feed

@thomzane@daedal.io

Post #2497113

2026-04-26 22:23 UTC

A common thing that often happens is that a project will get almost done and then something else will come up. Publish incomplete projects! Maybe it will help someone else who is looking to not start with a blank text page. I am trying to eat my own dog food here. I wrote this python script last week, but I got side-tracked and did not finish. It mostly works, but needs a bit more polish and testing before I would feel comfortable removing the WIP phrase. https://github.com/TechnologyClassroom/WebServerWatcher

Replies (1)

  • @thomzane@daedal.io 2026-05-15 04:57

    I got sidetracked learning Rust and left logreview-rs as WIP, but the process was generally positive for me. It got me thinking about logreview and ways to refactor. I made a significant optimization to logreview and now it is much faster and tells me the important information first. I can then copy the most frequently used IPs and look them up with my ip-to-asn-info.sh script. webservicewatcher.py now works too. Maybe I'll pickup logreview-rs again in the future. Maybe not. Trust the process.

    Open ##2625880