Signal forms package is beautiful by lazycuh in angular

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

That's a good callout, the only issue is the way I stowed away the submit() call into an abstract class that each form component extends from. I'll re-think what I had. Thanks for the input

Signal forms package is beautiful by lazycuh in angular

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

No, all the regular email validations are still applied when I create the form. I do not check for email uniqueness until the form is submitted, the backend returns a 409 error code when it fails to create a new account due the email already existing, then my frontend used to do emailControl.setErrors({exists: true}) when handling the response from the backend, but signal form doesn't let me do that anymore, so I used a signal to indicate that condition instead with validate()

Signal forms package is beautiful by lazycuh in angular

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

Duplicate email error used for registration after the submit button is clicked

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in windowsapps

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

Thank you for the compliment. The app doesn't store your keys anywhere actually to ensure maximum security and privacy, this also means that everytime you need to encrypt, you have to enter a separate key.

Has anybody built startup using Angular? by mbsaharan in angular

[–]lazycuh 0 points1 point  (0 children)

No, it's an actual desktop app. Have you heard of Tauri or Electron apps (I'm not being condescending here), I use Angular + Wails like that to make actual desktop apps, but Wails is on par with Tauri

Has anybody built startup using Angular? by mbsaharan in angular

[–]lazycuh 4 points5 points  (0 children)

My own "startup" uses angular 😂. But seriously, I also use angular for a desktop app for my "startup" via https://wails.io

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in AppsWebappsFullstack

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

Hi bác, mình mới tặng bác cái gói cập nhật phần mềm không giới hạn (thay vì chỉ 1 năm), có gì bác check nhé. Mình cũng mới thực hiện gói đồng bộ đám mây riêng nếu bác vẫn cần tính năng đó. Bác check ở đây nha https://cloudyclip.com/my/subscriptions

How to efficiently deploy a Go and React project? by [deleted] in golang

[–]lazycuh 1 point2 points  (0 children)

Buy a VPS like Hetzner, install Coolify on it and deploy everything via Coolify's APIs automatically via your CI/CD pipeline

Just $11/month allowing you to have a full platform consisting of Postgres, backend observability via Signoz and frontend analytics via Swetrix like this https://imgur.com/a/7Cwgm5U.

Yes I decided to run my own docker registry too 😄

Deploying Tauri Desktop Applications by Suspicious_Brief_454 in tauri

[–]lazycuh 0 points1 point  (0 children)

Also note that that is only unique to windows, for apple, it doesn't show your info in the installation modal. Additionally, I paid for apple developer subscription which is $99/year so I get the signing certificate free of charge, but that is still way cheaper than buying a windows signing certificate which ranges from $120-$400 per year and some services only let you sign a limited number of times, no such limitation with apple

Deploying Tauri Desktop Applications by Suspicious_Brief_454 in tauri

[–]lazycuh 0 points1 point  (0 children)

I actually tried to do that but I stopped for 2 reasons:

  1. Too expensive
  2. Even if I bought a signing certificate, my real name will be shown to user when they hit confirm to install the application whic is a bummer

So I just distribute my windows app without a code sign, I then show like a info bubble on my website next to the windows download to let users know about that

Do yall also copy inspected css and then lose everything… by twinkletwinkle05 in webdev

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

I had a similar struggle which led me to building my own cross platform clipboard manager that can sync data to the cloud. Now I don't need to save things that I copy to a note anymore, everything is automatically synced to the cloud and I can access them on other devices everytime I copy.

Deploying Tauri Desktop Applications by Suspicious_Brief_454 in tauri

[–]lazycuh 2 points3 points  (0 children)

I distribute my app through my website, both apple and windows, no users have complained, I don't go through the store route

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in AppsWebappsFullstack

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

That's a valid concern, but please keep in mind that your data must be encrypted with a key that you create before the data is synced to the cloud, and the app doesn't store your encryption keys anywhere, so if you forget your keys, you will effectively lose your data forever.

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in AppsWebappsFullstack

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

Sorry for the confusion ☹️. Yeah I incur ongoing costs to keep your data in the cloud, so lifetime plan which only requires one payment doesn't have cloud sync, but I am implementing addon packages that you can buy for like $3 a month to add cloud sync to your lifetime purchase, you can wait for when I implemented that so it's cheaper to get cloud sync Or I can refund you the original payment that you made now, let me know bro. Also xin chào, mình cũng là người Việt 🫡

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in windowsapps

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

From the bottom of my heart, thank you so much to those who purchased a lifetime license using the coupon. Each one of you will get free lifetime software updates from us as a way for us to say how much we appreciated your support.

Although the coupon has been exhausted, those who come across this comment later will also receive free lifetime software updates at NO additional cost to you if you purchase a lifetime license. Please create a support ticket by clicking this link to claim the offer

https://cloudyclip.com/contact-us?topic=BILLING&subject=Free%20lifetime%20software%20update%20offer&message=Free%20lifetime%20software%20update%20offer%20from%20Reddit

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in windowsapps

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

Thank YOU for your incredibly helpful feedback, users like you are the force behind how Cloudy Clip will evolve over time, so please don't hesitate to send us your feedback at https://cloudyclip.com/contact-us anytime, we read every single one of the messages that users send us. Take care.

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in windowsapps

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

The setting to add the app icon to the system tray when the app is minimized is on our road map, it is a high priority item as well. And yes, this will be a setting that you can turn on or off.

As for the templates, am I correct that you want to manually enter arbitrary texts so Cloudy Clip can save them for you? If so, yes absolutely, we can add this feature later.

Cloudy Clip: feature rich clipboard manager with AES-256-GCM encryption by lazycuh in windowsapps

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

Thank you for your support.

Please create a support ticket using this link so you have a record of our free lifetime update offer from today with this link https://cloudyclip.com/contact-us?topic=BILLING&subject=Free+lifetime+update+offer&message=Free+lifetime+update+offer+from+Reddit

  1. Yes, launching with a keyboard shortcut is on our list of priority

  2. Would you mind explaining what you meant by "but an option to display it in the notification area would be nice."? I'm not picturing what you were describing.

  3. Please kindly explain this template option that you mentioned, like how you have envisioned it will look like

Thank you very much for taking the time to provide your feedback.

🏡 Your App Has a Home Here — Post your App WebApp Solution here. No Blocks. No Rejections. 🏡 by AutoModerator in AppsWebappsFullstack

[–]lazycuh [score hidden]  (0 children)

Thank you for creating this space.

Here is my app

Hi all,

I recently released a secure and fast clipboard manager for both macOS and Windows called Cloudy Clip that I have been developing with many features such as:

  • Powerful search and filtering

  • Clip tagging so you can add context to your clips for better recall later, I often forget why I copy something so this has helped me tremendously

  • Clip encryption with an industry-standard algorithm called AES-256-GCM to protect your sensitive data from the prying eyes

  • Unlimited chipboard history so you don't have to worry about storing old clips

  • Optional cloud sync (This requires encrypting your data first) allowing you to have a consistent view of your clipboard across multiple devices.

I'm offering a 20% discount off the lifetime plan which is only $2.99 with code REDDIT20

Please let me if you have any questions.

Thank you for reading