DEV Community

Mik Seljamaa đŸ‡ĒđŸ‡Ē
Mik Seljamaa đŸ‡ĒđŸ‡Ē

Posted on

First Week of Figures is In

Mental Health issues do not go away when the Mental Health Week subsides and when the related hackathons are finished.

1) Data - which I am gathering on a daily basis
2) Statistical insights
Perhaps in a year or so I might look into Machine learning to uncover some additional insights

If it is the form of assessment and self review which is something I can sustain consistently then perhaps I could find some alleviation of symptoms or an improvement in the quality of life and personal care at least.

I am getting the idea that some figures tend to form waves in trends while others seem to be constant.
I need to look at these qualitatively.

At another experiment that I could run on this data is focusing on the high figures which I would invert to positive skills which I might be able to learn, such educational practices to build my brain and develop habits and skills would grant me several advantages for recovery or improvement in quality of life.

If you would like to participate or know of someone who could be suffering from mental health issues then please let them know of this harbinger of project aiming to provide data for machine learning in order to get insights into our daily habits, thought patterns, heart status and personal PANSS assessments, etc.
please let me know!

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹ī¸