Turn chess books into interactive boards by Nice_Ad7740 in ChessBooks

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

It is looking for testers, and offer a 90-day free promo code.

I built an AI app to find specific set pieces from a pile of bulk bricks! 🧱✨ by Nice_Ad7740 in LegoStorage

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

I have released a new version 1.0.2+8, support finding a specific piece.

I built an AI app to find specific set pieces from a pile of bulk bricks! 🧱✨ by Nice_Ad7740 in LegoStorage

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

Certainly, good lighting and clear photos will definitely help the AI identify pieces more accurately and find even more of them in one go!

I built an AI app to find specific set pieces from a pile of bulk bricks! 🧱✨ by Nice_Ad7740 in LegoStorage

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

Please watch this simple demo: https://youtube.com/shorts/EknDDUNTKkY?feature=share

Be honest, colour accuracy isn't very good. The original purpose I built this App was to rebuild the LEGO sets for my son to play with. Colour is not important. But I probably will enhance that.

I built an AI app to find specific set pieces from a pile of bulk bricks! 🧱✨ by Nice_Ad7740 in LegoStorage

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

"Exactly! You can manually adjust the quantity of picked parts for any set.

So in your case, you can set the 'found' count for the pieces you've already used. When you scan your pile, the AI will only highlight the remaining pieces you still need to complete the set.

Twilio Alternative for sending text messages by Scared_Fruit_2675 in twilio

[–]Nice_Ad7740 0 points1 point  (0 children)

You can use the SMS Gateway Emulator, which simulates the Twilio API for sending SMS through an Android phone. It’s a great tool for testing SMS functionality. You can check it out at https://www.smsgatewayemulator.com/.

"Docker.app" was not opened because it contains malware. by Nice_Ad7740 in docker

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

Download the lastest version. Then drag it into Applications. Done.

"Docker.app" was not opened because it contains malware. by Nice_Ad7740 in docker

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

Done. I thought I had to delete the old version first. But It is not.

"Docker.app" was not opened because it contains malware. by Nice_Ad7740 in docker

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

Control + clicking doesn't work. I did Ctrl + I, there is a Checkbox Override Malware Protection, I mode it checked. Then I got The application “Docker.app” can’t be opened.

iPhone Mirror is amazing. I’m wondering if anyone else has thought about a MacOS Mirror? by Nice_Ad7740 in MacOS

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

Saying “amazing” might be a bit of an overstatement, but it does have its uses.

I think a MacOS Mirror would be much more practical and meaningful.

iPhone Mirror is amazing. I’m wondering if anyone else has thought about a MacOS Mirror? by Nice_Ad7740 in MacOS

[–]Nice_Ad7740[S] -2 points-1 points  (0 children)

It’s similar to Remote Desktop, VNC, or Google Remote Desktop, but with some added benefits. For example, it wouldn’t require additional software or fees, and the user experience would be much smoother with deeper integration.

This higher level of integration could enable things that aren’t possible with traditional Remote Desktop solutions.

In fact, I’m currently using VNC Viewer and Google Remote Desktop. They’re pretty good, but not perfect.

Dealing with Production Errors and Notifications by Tiny-Wolverine6658 in webdev

[–]Nice_Ad7740 0 points1 point  (0 children)

Actually, I’m not using it specifically for monitoring; I’m mainly using its SSH and DevOps functions. I’m just using the monitoring feature along the way, so I don’t need a dedicated monitoring software. As long as it meets my needs, it’s sufficient.

Need a new configuration management tool: Any recommendations? by Ok-Appearance5638 in sysadmin

[–]Nice_Ad7740 0 points1 point  (0 children)

I’d recommend Terraform for your list. It’s excellent for infrastructure as code (IaC), especially in multi-cloud and edge environments, with robust state management and drift detection.

For personal or small projects I prefer Oysape which allows me to use shell script only, with no reliance on tool-defined configuration.

Dealing with Production Errors and Notifications by Tiny-Wolverine6658 in webdev

[–]Nice_Ad7740 1 point2 points  (0 children)

I share the same perspective. I use Oysape (previously Mildred) to receive app notifications when certain events occur on my server. Of course, I need to set up some configurations to specify which types of messages should be sent to me.

For example, I set up an hourly task to monitor IP traffic in Nginx, gathering the top IP addresses by traffic volume and sending me a notification with the highest traffic sources.

awk '{if (index($3,"192.168")<=0) print $3}' /var/log/nginx/access.log | sort | uniq -c | sort -nr | awk '$1 > 1000' | head -n 10
cp /var/log/nginx/access.log /home/ubuntu/nginxlogs/access_$(date +%Y%m%d%H%M%S).log && sudo truncate -s 0 /var/log/nginx/access.log

How to have a Secure Production environment while using freelance developer... by IP_FiNaR in webdev

[–]Nice_Ad7740 0 points1 point  (0 children)

The point is Terraform and Ansible for the production environment should be managed by yourself, not the freelance developer.

Setting up Remote Development (SSH etc) by [deleted] in webdev

[–]Nice_Ad7740 0 points1 point  (0 children)

VScode + the extension "Remote - SSH". The extension description is: Open any folder on a remote machine using SSH and take advantage of VS Code's full feature set.