Currently between olives

  • 1 Post
  • 12 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle


  • Surprisingly enough, some essential oils do have research-based actual uses, such as topical antibacterials, antifungals and antiparasitics.

    While there’s quite a bit of woo woo around them, there’s also a lot of interesting research into phytochemicals like essential oils. Same with a few other “plant-based” things like pine resin; there’s even a clinically tested pine resin salve that helps with wound healing and is used for treating difficult wounds in some hospitals in Finland.

    The problem with essential oils is trying to filter out the snake oil claims from the actual research-based claims. Most vendors tend to have pretty, well, wild claims about what their products can do, so your best bet is scholar.google.com or www.ncbi.nlm.nih.gov and the like





  • Well sure that’s fundamentally true, but really doesn’t give any sort of accurate picture of how estimates are done any more than “humans are just collections of cells” does, and anybody who does estimates without using some sort of data as the basis and is purely guessing is doing it wrong as fuck.

    It’s not like we have no idea how long certain tasks have taken in the past, or what affects how long something will take.


  • XML has a bad rap because people went a bit (ok a lot) overboard with it in the early years, pretty much like what happens with a lot of other technologies, but as far as structured and human-readable data formats with good schema and tooling support go, it’s pretty much unbeatable. Now that JSON is the New Good Tech and XML is the Old Bad Tech, too many developers use JSON where XML would absolutely make more sense, and then we end up with unholy abominations like Portable Text, which is JSON pretending to be XML, and is so incredibly verbose and monumentally stupid that it feels like some sort of joke esolang data format rather than something being used in a production system. But no, here we are, god is dead and JSON is XML.

    XML is terrific for building eg. structured markup languages with more complex markup than what something like Markdown can provide, and have the resulting files be comparatively readable, at least in comparison to the JSON-based alternatives – compare HTML to Portable Text, for example. XML has such a bad reputation – partially deservedly – that people just automatically assume it’s not a valid tool for anything modern, even when the modern “NoSQL”, “structured and typed data is for nerds, suck it” JSON solution is a giant pile of shit compared to the XML alternative