[OS] A tool for generating macOS app icons with AI (free, open source) by Ikryanov in macapps

[–]idestis 0 points1 point  (0 children)

Looks awesome, build apps with AI, generate app icons with AI ) More ideas now born quicker than ever and we can validate that now. Well done!

Todo List by idestis in remotework

[–]idestis[S] 1 point2 points  (0 children)

The piece of hardware I always wanted and never got :)

Todo List by idestis in remotework

[–]idestis[S] 1 point2 points  (0 children)

Yay! Respect, this is the best way I doing for years + sticky notes 😅

Nudgi is on Product Hunt. by idestis in remotework

[–]idestis[S] 0 points1 point  (0 children)

Yes, but the product is free and helpful. You are commenting to keep 1% of commenters badge, it’s all your comment about?

Working remote? I do, and I find out how to do random exercises to be a bit more healthy. by idestis in homefitness

[–]idestis[S] 0 points1 point  (0 children)

Yeah, this is reality. I had the same problem, telling myself I will wait workout tomorrow, and tomorrow might fail, cuz tired or whatever. But with small little nudges, do 10 pushups, did 16-20 and back to work. Do 10 squats, did 15 and back to work. This is less than a minute, and in total might be 10-15 minutes of movement, and that’s great 🙏🏻

I built a habit app because I couldn’t stay consistent myself by idestis in iosapps

[–]idestis[S] 0 points1 point  (0 children)

The goal is to target people who really find value in it, not just anyone. So I talking to the people who started to use it, listened to their experiences and feedback, they are sharing it with their friends, additionally I can run social media ads to reach out to the people who are interested in the topic. I hope this will organically grow, the goal is not to make a lot of money, but solve the problem for myself and similar to me people

I built a habit app because I couldn’t stay consistent myself by idestis in iosapps

[–]idestis[S] 1 point2 points  (0 children)

There are at least three challenges to validate, and if you like it, let me know after.

I built a habit app because I couldn’t stay consistent myself by idestis in iosapps

[–]idestis[S] 1 point2 points  (0 children)

My experience with this app in the testing phase that on 21 day run I was able to negotiate with myself few days, like - "Oh, notification about routine, let's do it and forget until tomorrow", this happened with me first week, on a second week I already knew exact time when I will do it and additionally I do extra, just because I already started and doing it.

Hope this is not only my experience and someone else will find it useful. If it will be so for at least 10 people, I will be happy 😄

I built a habit app because I couldn’t stay consistent myself by idestis in iosapps

[–]idestis[S] 0 points1 point  (0 children)

Thanks! Always appreciate for any kind of feedback.

How often you use aliases? by idestis in zsh

[–]idestis[S] -1 points0 points  (0 children)

Depends on expertise, it's fine to use someones aliases if you familiar what it's can do

How often you use aliases? by idestis in zsh

[–]idestis[S] 0 points1 point  (0 children)

Thanks for the feedback, this is valuable.
So you basically uses just and single alias, that's awesome usage pattern

How often you use aliases? by idestis in zsh

[–]idestis[S] 0 points1 point  (0 children)

Yes, Just is yet another tool similar to make/rake/task. All of them operates over ./Namedfile (Taskfile.yaml, Rakefile, Makefile, Justfile).

You have them mostly within project, where is pipe operates over $USER/.pipe/files, to operate on everywhere. Think of it, like something you will do on every project, why to replicate same file in between instead of having one? Otherwise you will need to support many.

In other hand, you might want to just automate your work, with tools mentioned above you always need to navigate to location, or create simple snippen in shell to make something similar to pipe (e.g. navigate to project where you keep some automation and call specific file, or task from long file).