…just this guy, you know.

  • 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: May 7th, 2023

help-circle
  • someone genuinely interested for intellectual reasons would likely not fall for it. I would imagine that a non-trivial percentage of “antiquity enjoyers” are very light on history substance and heavy on history feelz.

    once the appropriate brain tickles have been pushed into their heads their “history substance” feed content becomes decidedly propagandized.



  • if you are able to run a public web server, then certificate issuance via certbot http challenge works pretty well. the web server can serve a really simple static page with little to nothing on it - but of course its another potential vector into your network.

    if your public domain DNS makes use of a supported dns provider or you run your own publically accessible dns server, then dns certbot challenges are great and more flexible than http.

    others may suggest neat work arounds for the http challenge issue, but if you have access to a supported dns service I would look at that option. certbot has helpers for quite a few public services as well as support for self hosted dns servers. I run my own public dns servers, so thats the option I chose and use certbot hooks, cron and bash scripts to rsync the updated carts to the propr hosts for the various services I run privately and publicly.







  • CyberPower CP1500AVRLCD (various version iterations) UPS units have been cheap, reliable go-to choices in many instances.

    they are stepped square-wave units, but are used quite a bit in home-lab setups and are pretty well supported by NUT if you are on linux.

    edit: I have used them for years to replace APC units. only issue has been cosmetic input voltage vs output voltage reporting mismatch via USB on very early v1 units.


  • at this point the codebase is in daily flux, it really comes down to RTFS. the transition from websockets to http seems to be mostly in-place, so there may be some opportunity to begin normalizing the docs.

    totally agreed on the need for more complete and accurate documentation, but without an auto-documenting sourcecode framework, I would expect API documentation to lag. in the meantime we just live life on the edge - it will improve over time.

    edit: word