#dev 2024-12-21
2024-12-21 UTC
gRegor, jimw, CRISPR and grufwub joined the channel
# [Joe_Crawford] New toy: bookmarklet to expose CSS custom properties and play with them. https://lab.artlung.com/root-color-properties-editor/
Kupietz joined the channel
jjuran and gRegor joined the channel
MyNetAz joined the channel
# capjamesg[d] I currently have to ssh into the server to get to my logs then grep / tail, etc.
# capjamesg[d] I'm using the logging library to print various pieces of debug information when downloading and parsing feeds.
# capjamesg[d] grep is technically fine but it also means that I need to work from my terminal and I would prefer a UI for this.
# capjamesg[d] Also: I haven't thought about grouping logs by user. Is there a best practice for that?
# [snarfed] (I use https://cloud.google.com/logging/docs/ for my projects)
# capjamesg[d] [snarfed] I'm hosting on Hetzner.
# capjamesg[d] My big reservation about cloud platforms is I am always worried I accidentally rack up a big bill.
# superkuh I like to look at my log files on my computers file system with a text editor and my flesh eyeballs.
# superkuh KISS.
# superkuh Yes. I rarely get over 5k hits/day. Above that it might become a bit too time consuming.
# carrvo[d] [snarfed] would Grafana (https://grafana.com/) be one too? Would it be lightweight?
# carrvo[d] [edit] [snarfed] would Grafana (https://grafana.com/) be one too? Would it be lightweight?
barnaby joined the channel
# capjamesg[d] [snarfed]++ for all of the suggestions.
# capjamesg[d] It's kinda cool to be running an app that others use!
# capjamesg[d] The app polls feeds once per day for each user.
# capjamesg[d] This leads to an interesting situation wherein demand spikes in a select few timezones.
# capjamesg[d] The Americas and Europe comprise most users presently.
# capjamesg[d] Yeah!
# capjamesg[d] I have just sped up polling by like minutes too!