• 0 Posts
  • 179 Comments
Joined 3 年前
cake
Cake day: 2023年6月19日

help-circle
  • Your presence on an illegal, sedicious, and - worst of all - unsanctioned messaging server has been noted, citizen; have a treason star. In addition, it has been noted that you failed to file form TA-616/17B (Official Notice of Intent to Engage in Sedicious Activity) with your local IntSec office before engaging in the aforementioned activity - you are fined 50 XP Points.














    • https://github.com/prometheus/node_exporter?tab=readme-ov-file#textfile-collector - which makes node exporter watch a specific directory for files that contain metrics, then re-export them back to the central Prometheus server
    • Some systems have their own metrics endpoints - instead of getting Prometheus to scrape these directly I set up a Cron job to curl these into files for node exporter - this means I don’t need extra config in Prometheus to find the endpoints, and don’t need to mess with firewall rules
    • Other systems don’t directly expose metrics in a format Prometheus can use - in this case I will write/find a script that can do the conversation, then either set it up to write the metrics file directly and run it on a Cron, or run it as a service and another Cron job to do the scrape



  • RegalPotoo@lemmy.worldto3DPrinting@lemmy.worldDust.
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 年前

    It’s not that they are particularly loud, it’s that the noise they do make tends to be quite “whiney” and high pitched and can get quite annoying after a while.

    The problem with putting it outside is that big temperature swings (+/- 10C or so) could cause warping or other problems while printing - the plastic needs to cool at a fairly consistent rate, otherwise you end up with inconsistent sizing on your z-axis.

    Filament itself also doesn’t like moisture, so if you live somewhere where you get close to the dew point overnight you could easily ruin the whole spool of filament



  • Unfortunately, the way patent suits work it could be enormously expensive to defend something like this, even when the patent is clearly bad.

    You’d be arguing that the patent is invalid to start with, but the court would probably start from the position that you are actually infringing a valid patent (it was granted after all), and grant an injunction to prevent further harm (“stop giving people the software until we can work out if there is any merit to your claim that you aren’t infringing”). You then need to put together a case to show the prior art, and you can bet that they’d contest every single point. This whole process could take years, and cost hundreds of thousands of dollars that you won’t get back even if you win - there isn’t really a provision to recover costs in patent cases because there is the assumption that every claim is made in good faith