HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Mackser

no profile record

投稿

A Potential Client Almost Cost Me My Google Account

maxschmitt.me
2 ポイント·投稿者 Mackser·先月·0 コメント

Toasts are bad UX

maxschmitt.me
702 ポイント·投稿者 Mackser·2 年前·385 コメント

How Plausible Analytics Keeps a Tiny (< 1KB) Tracking Script

maxschmitt.me
7 ポイント·投稿者 Mackser·3 年前·1 コメント

コメント

Mackser
·3 か月前·議論
Super cool! Love that you can declare the screenshots inline in the markdown document.

For my desktop app I created a solution that generates screenshots in multiple languages, light/dark mode, removes noise and adds Windows/macOS window frames.

Wrote about it here: https://maxschmitt.me/posts/cakedesk-website-redesign#screen...

It's currently a separate script (which is a pain to maintain). I should look into making it a part of the markdown/mdx. Thanks for the inspiration!
Mackser
·4 か月前·議論
Cakedesk: Fast & simple invoicing app for small businesses (Windows & Mac).

Been working on this for about 4 years. It has some cool features, like letting you create your own PDF templates with HTML/CSS. Most users love that it's so simple and just a one-time purchase.

Currently thinking about how to implement an Obsidian-style cloud sync feature since that gets requested a lot.

https://cakedesk.app
Mackser
·5 か月前·議論
Easy Move+Resize is great for this on macOS: https://github.com/dmarcotte/easy-move-resize
Mackser
·8 か月前·議論
Are there any good videos showcasing a productive Emacs setup like this and how it's used for everyday tasks?
Mackser
·2 年前·議論
I love sites like this. I'm always looking for more apps that let me keep using them even if I stop paying for updates. Adding a $10 monthly subscription will stop me from using most products but I'll gladly pay $100+ for some quality software that I can keep
Mackser
·2 年前·議論
I've been using Dokku for many years. It's remarkably stable and easy to use. I wrote an extensive tutorial on how to deploy various apps and websites with Dokku in 2018 [1] and I'm sure that following the same steps still works 6 years later.

1: https://maxschmitt.me/posts/tutorial-deploy-apps-websites-do...
Mackser
·2 年前·議論
I haven't heard many developers/designers talk about the overused practice of using toasts for UI feedback.

The post shares a few real-world examples and illustrates some of the problems with how they use toasts.

What do you think? Are toasts overused? In which cases do you use them in your own apps?
Mackser
·2 年前·議論
This looks really well done! I was able to create a simple animation easily even though I don't know anything about animation software.

By the way, your "Features" page is really well made. I would showcase those features on the homepage. I didn't find the list of features until I clicked the link in one of your comments on HN.

You can also make your project more appealing on the homepage by including a looping demo animation (to see what's possible) and a screenshot of the tool.

Best of luck with the project!
Mackser
·3 年前·議論
This is really well made! I know from my experience building Cakedesk [1] that the requirements of invoices vary greatly from country to country and from user to user.

Some things you can add to appeal to more people that are useful to most:

* Keep track of clients and personal info so the user doesn't have to type the address / invoice IDs every time

* Allow users to keep track of which items are paid/unpaid

* Allow users to declare sales tax on the invoices

* Allow users to upload their own HTML-based invoice designs

* Allow users to add subitems to items

Good luck with the project, it looks well-made and it will be useful for many people!

[1]: https://cakedesk.app
Mackser
·3 年前·議論
I started similarly. I had built a really simple HTML template for my invoices and I generated them using some CLI scripts and Airtable as a database (to keep track of customer addresses, invoice IDs, etc.).

I didn't want to use a full-on accounting tool where everything is kept in the cloud with expensive monthly subscriptions and using Word or something along those lines also didn't work for me.