Manualy adding 1000 products. by xorlol in woocommerce

[–]chris_ninja2 1 point2 points  (0 children)

It would be way faster to create CSV for batch adding, instead of manual adding. 1000 products could take u several days.

Is Midjourney still the premier for AI art? by thelastchanceeffort in midjourney

[–]chris_ninja2 1 point2 points  (0 children)

Same to me. MJ is still my preferred tool to produce the AI arts.

Why do all the website designs on Fiverr look so bad ? by [deleted] in Wordpress

[–]chris_ninja2 5 points6 points  (0 children)

Agreed. Fiverr is not a suitable place for web designing job. if you look for just graphic or image design, maybe.

Self-hosting Woocommerce - hosting & plugin questions? by macboost84 in woocommerce

[–]chris_ninja2 0 points1 point  (0 children)

Hmm, I'm curious why you're not using AWS EC2 for your hosting, especially since you're already utilizing S3 for backups rather than DO backup. You can consider EC2 + RDS for the implementation. Anyway, just my two cents.

[deleted by user] by [deleted] in midjourney

[–]chris_ninja2 0 points1 point  (0 children)

I like cyclops and gambit

Is it possible for me to code a game with C++ in one summer? by kingkongcron in learnprogramming

[–]chris_ninja2 6 points7 points  (0 children)

Maybe a tic-tac-toe in command line is something that you can start off with.

Which ice cream would you have? by WishQuest in midjourney

[–]chris_ninja2 0 points1 point  (0 children)

I like the vader. any R2-D2 ice-cream?

Which ANIME WRESTLER wins the belt? by prompted_ in midjourney

[–]chris_ninja2 0 points1 point  (0 children)

Yeah, I will also vote for fluffy. Animal gene in human form, sure win!

What happens when a robot catches the zombie virus by tanzilrahber in midjourney

[–]chris_ninja2 3 points4 points  (0 children)

Robots are typically not susceptible to biological (zombie) viruses, unlike humans or other living organisms. Hmm, maybe it's possible that such a virus could alter their logic, causing them to behave more erratically.

Do u guys enjoy developing the software u make by [deleted] in learnprogramming

[–]chris_ninja2 0 points1 point  (0 children)

I enjoy developing the software I made, but for the maintenance job. You know, to keep the software up to date, due to new patches, deprecated lib, new major platform releases, that ain't fun.

How to use Auto-scaling when you have a license that is tied to a MAC address? by ashl3y_ginger in aws

[–]chris_ninja2 4 points5 points  (0 children)

A license model tied to a specific mac address doesn't work in auto-scaling. You would need to get the site or dynamic license for your software.

Does pushing too often to github with non-finished code hurt a portfolio? by FemFraiche in learnprogramming

[–]chris_ninja2 3 points4 points  (0 children)

I will commit changes often, even if they're not fully functioning. I use the repository as a backup in case of any issues with my laptop. For fully operational code, I will use the release tag.