• 3 Posts
  • 32 Comments
Joined 2 years ago
cake
Cake day: July 16th, 2023

help-circle

  • get a motorized height adjustable standing desk, an egg timer and a slow treadmill, set the timer to 16 minutes and 43 seconds, every time the timer runs out, rotate between standing position, sitting position and walking position while resetting the timer.

    When you’re ready to level up, upgrade from just an office chair for the sitting positon to a mixture of office chair, saddle chair, prayer mat and stout 19th century four-legged wooden stool certified handmade in the russian far east. Rotation as follows:

    standing -> office chair -> treadmill -> saddle chair -> standing -> prayer mat -> treadmill -> flat stool -> repeat.

    When you’re ready for the endgame, upgrade from an egg timer to a stochastic bell timer powered by a brass cyclograph. This eliminates any possible linear relationship with your BRAC cycle, ensuring a well-rounded dynamic stress regimen.

















  • many words should run into the same issue, since LLMs generally use less tokens per word than there are letters in the word. So they don’t have direct access to the letters composing the word, and have to go off indirect associations between “strawberry” and the letter “R”

    duckassist seems to get most right but it claimed “ouroboros” contains 3 o’s and “phrasebook” contains one c.




  • is-number is a one-line function. (though it’s debatable if a function that complex should be compressed to one line)

    You may have heard of a similar if more extreme “microdependency” called is-even. When you use an NPM package, you also need all the dependencies of that package, and the dependencies of those dependencies recursively. Each package has some overhead, eventually leading to this moment in time.