Fractal Tree in JavaScript

<canvas id="my_canvas" width="1000" height="800"></canvas>
  <script>
  var myCanvas = document.getElementById("my_canvas");
  var ctx = myCanvas.getContext("2d");
  function draw(startX, startY, len, angle) {
      ctx.beginPath();
      ctx.save();

      ctx.translate(startX, startY);
      ctx.rotate(angle * Math.PI/180);
      ctx.moveTo(0, 0);
      ctx.lineTo(0, -len);
      ctx.stroke();

      if(len < 10) {
          ctx.restore();
          return;
      }

      draw(0, -len, 

The “Psilocybin-Telomere Hypothesis”: An empirically falsifiable prediction concerning the beneficial neuropsychopharmacological effects of psilocybin on genetic aging










Immortality – A dialogue between Thrasymachos and Philalethes (Arthur Schopenhauer – Studies in Pessimism)










Dŗg-Dŗśya-Viveka – A systematic introspective psychophysical inquiry into the ultimate non-dual nature of the seers and the seen