Internet tools I've built to help with work and data analysis.
samplesizer.com (the best sample sizer) is a tool for finding the required sample size for experiments. Unlike all those other sites that do this, samplesizer.com has all the bells and whistles and let's you find the sample size for complex experiment designs, including peeking and multiple treatments within the same experiments.
For fun tech-stack stuff: this site is entirely written in R, using ambiorix.
Check it out at: https://samplesizer.com.
fnsh_it is a tool for tracking progress towards goals. It's perfect for long projects that require a little bit of work each day to finish. Like writing the next great page-turner. Or running a thousand miles. Or benching a million pounds. fnsh_it gives you daily goals to reach your target.
It starts off assuming that you want to more-or-less evenly-space out the work, but, over time, it uses statistics to learn what days you like to work more and adjusts the work schedule to fit yours. It accounts for how much variation you like in your day-to-day work load... and lets you procrastinate a little, if it thinks you'd like that.
For fun tech-stack stuff: this site is entirely written in R, which I think is fun. It uses Stan for estimating the model.
Check it out at: https://fnshit.com.
Memo_er is my project to create a convenient, self-service analysis tool, flexible enough to deal with all the analyses a data scientist would want to automate. Instead of generating dashboards of charts, it generates memos, the standard output of data analysis, with automatically-generated explanations of the premises of the analysis and the conclusions. Instead of SQL, Memo_er analyses are written in Python expanding the set of analyses you can automate relative to standard dashboarding tools. It is also less expensive than a dashboarding system so it can work well for small teams or companies.
No more back and forth on "did we check this variation of the analysis?" Every member of the team can try different variations of the analysis.
Check it out at: https://memoer.io.
stpwtch is a personal time-tracker sans frills and fluff that is focused on one thing: tracking time well. It has useful features to quickly edit time by moving the timer around with single button clicks. It produces handy-dandy reports (some in single button clicks, but it also allows for flexibly-defined output as needed). The reports all output to plain tables and CSV's, so they are easy to import into spreadsheets, send to other people/apps, and write little scripts to add your own processing.
I initially wrote stpwtch for myself in early 2020 with no real intention of releasing it. At the time, I needed to track time for work, but I kept up the habit afterwards because tracking my time is the one productivity strategy that I've found really works. It's like counting calories. You already know the quadruple cheeseburger and endlessly scrolling Twitter/X aren't good for you, but putting a number on just how many calories and just how many hours does wonders for helping you improve.
Anyway, at least one person has used stpwtch daily for a long time, and he finds it useful - I hope you will too!
Check it out at: https://stpwtch.com.
Happy Tracking!