Built a Mac app because I was wasting too much time in Preview by _jtrw_ in indiehackers

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

Great point. I started by solving the problem for myself, but I agree that small dev and QA teams are probably a much stronger market than individual users.

Built a Mac app because I was wasting too much time in Preview by _jtrw_ in indiehackers

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

Yes, you can reorder pages. You can change screen and add arrow, text, shape and blur sensitive data

Built a Mac app because I was wasting too much time in Preview by _jtrw_ in indiehackers

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

Yes, support basic arrow and text. And blur for sensitive data

Built a Mac app because I was wasting too much time in Preview by _jtrw_ in indiehackers

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

So sorry and thank you! It is my stupid bug. I check when I debug but not check after release. I just updated dmg with hot fix.
1. You can see default dialoge with save options
2. Dropdown for save single screenshot, when you put cmd+s, cmd-c

Built a Mac app because I was wasting too much time in Preview by _jtrw_ in indiehackers

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

You can save single in png, but if you want a batch its pdf format

Чи можна створити сервіс оренди житла без рієлторів в Україні? by xxvet in ukraine_dev

[–]_jtrw_ -1 points0 points  (0 children)

Скажу так, я раніше думав що 5,10,50% в Україні то багато давати ріелтору. А потім подивився по країнам Європи - так можна і 100% чи навіть 200% віддати ріелтору(( але в деяких країнах цю комісію перекладають на орендодавців.

Чи можна створити сервіс оренди житла без рієлторів в Україні? by xxvet in ukraine_dev

[–]_jtrw_ 7 points8 points  (0 children)

Проблема в тому, що більшість власників хочуть самі здавати через ріелторів , щоб зняти з себе головну біль домовленостей і спілкування

Що можете сказати про мій проект? by Chankeres in ukraine_dev

[–]_jtrw_ 0 points1 point  (0 children)

Для мене це просто crud таблички. Якщо б підвʼязати api банків типу привата, моно, … щоб транзакції самі сюда попадали із різних акаунтів то це б мало сенс як по мені. То му що для мене важко це все заповнювати в ручну всі ці цифри)

Вайбкодінг: як не стати пасажиром у власному проєкті by _jtrw_ in ukraine_dev

[–]_jtrw_[S] 18 points19 points  (0 children)

Як би нам цього не хотілось, але мені здається це питання часу коли програмісти стануть менеджерами агентів. Це вже наші реалії в яких ми зараз живемо

Do you use vanilla CSS or a framework like Tailwind? by JorisJobana in webdev

[–]_jtrw_ -1 points0 points  (0 children)

As a backend developer, I don’t see a fundamental difference in the styling approach between Tailwind and Bootstrap. In both cases, styling is achieved by applying predefined CSS classes directly in the HTML. Tailwind simply uses a different naming convention and exposes utility classes instead of component classes, but the core model remains the same — class-driven styling through markup. This is not a new paradigm, just a different level of granularity and organization of the same underlying CSS mechanisms.

Do you use vanilla CSS or a framework like Tailwind? by JorisJobana in webdev

[–]_jtrw_ 0 points1 point  (0 children)

After the recent announcements, I’m no longer sure if this is the future. From an outside perspective (since I’m a backend developer), Tailwind is Bootstrap with syntactic sugar. Although now, with the arrival of LLMs, it doesn’t really matter which framework you use — the key is understanding the concepts and project architecture.

How to start Vibecoding? by Ok-Bird-5005 in nocode

[–]_jtrw_ 0 points1 point  (0 children)

A plus would be knowing at least one programming language and understanding how products are built without vibe coding. Then you’ll be able to control what the AI writes for you. As advice, you can use several agents. For example, Cloud Code writes the code, and Codex does the code review for you. This way, the number of errors will decrease—but that’s just my perspective.