HN user

bjarocki

67 karma
Posts4
Comments22
View on HN

thanks for feedback everyone!

changes i'm gonna make: 1. allow to configure & print calendars directly from the website - here I anticipate I'll spot some cross browser hell but we'll see how that works 2. i'll add habit trackers - something very much wip is visible under https://useminimal.com/habit-trackers 3. i'll think about weekly calendars and planners

once I have more themes I'll add a paywall with one time payment to access everything with no time limit ie. every year you'd be able to generate new calendars etc. the 'simple' theme will be always free, maybe more

yeah it was hacked quickly together. Eventually I'll make it possible to just save as pdf from the browser but for now, if you don't feel like leaving the email is an option, use some temp email service. I'm from Pl, yes

Sure, https://www.dropbox.com/s/zffejt4u2l5d3x1/logs-1620070042074...

When you are extracting logs, it creates a single archive with all the items you selected. Usually, it'll be: 1. Combined logs - everything in a single file 2. Network logs 3. Console logs 4. User interactions 5. Navigation events

One user already suggested it'd be nice to include generated HTML with more human-readable logs. I thought about having a web-based log reader, but this seems to be an even better idea.

Good point about credibility. I'm going to improve the landing page with a proper about page. I'll also add a privacy policy. From the start, I wanted it to work 100% locally, so I don't have to worry about sensitive data. Now it only uses some ids needed for trials and licenses.

About pricing, I don't think that model would be better. As a solo developer, it's better to charge more and provide better support to fewer customers. I'm not saying no, but it seems to be working well for now. Thank you for the suggestions!

Valid point. I started noticing Tailwind UI everywhere, and it starts to be a bit annoying indeed. Will def work on it.

We'll see about the price. So far, it sells ok. I'd rather focus on improving the quality and adding useful features.

Regarding the icons, I've just noticed and fixed that, thank you!

Thank you! And yes, it's all JSON. It's not super easy to read when you get all the data this way, though. I'm planning to add a web-based log reader to parse the logs and display them in the same way it's done in the extension.

Also, generating Cypress/Puppeteer/Playwright tests is on my to-do list. It should be fairly easy because all the data, including selectors, is already there. I wrote more about my plans here: https://jarocki.me/blog/monito

Regarding state of the art for browser automation scripts, I think the most popular tools are Cypress and Puppeteer. I'd like to get some feedback from QA folks, though.