Just asked Gemini and it created this mini app in 5 seconds.Something like this would have landed me a 6 figure job 5 years ago.
>>109395669ok
>>109395669You mean a shitty webapp for imagemagick? Lmao
>>109395669The skills to create that app would land you a 6 figure job.What you've demonstrated is that the market is now worthless and software no longer has value.
>>109395669Everytime AI people show a "program" they've created it's always something that automates a task that could have been done with a simple bash script. There was nothing to "program" to begin with.There is no way these people are actual programmers because if they were they wouldnt be impressed by stuff like this.
5 years ago you wouldve gotten a six figure job just for knowing what api meant. tech jobs were literally given away like candy on halloween during the covid scam era.
>>109395669
>>109395669oy vey saar do redeem gemini, good and fast apps. #2morebillions
>>109395929DELETE THIS
>>109395669Looks like there's a hot new SaaS on the scene. How are you going to monetise, with a monthly subscription or get them hooked on credits? Remember me when you make it.
>>109395929this can be done with image imagemagick in a single command
>>109396747I'm sure of it but reading 'magick' makes my blood boil and I need a reason to fire up gimp anyway
>>109395669Isn't that just one imagemagick command
>>109395910
>>109395669>Something like this would have landed me a 6 figure job 5 years ago.The skill floor has gone up. Better become good at things more indepth than "i could SEO this and shove it full of ads and maybe some people who don't know about computers could use it"
>>109395929far to much time.
>>109396812two. one for horizontal, one for vertical ^_^
>>109396747>here bro just spend 20 mins of googling and trying out different cli argument combinations to get what you want>you'll definitely memorize the exact syntax when you need it again in 6 months just trust me bro
>>1094011665 minutes writing from scratch.magick a.jpg b.jpg -resize %[fx:u[0].w] -append vertical.jpgmagick a.jpg b.jpg -resize x%[fx:u[0].h] +append horizontal.jpg
magick a.jpg b.jpg -resize %[fx:u[0].w] -append vertical.jpgmagick a.jpg b.jpg -resize x%[fx:u[0].h] +append horizontal.jpg
>>109395669cool screenshot, does it even work?
>>109395669>Something like this would have landed me a 6 figure job 5 years ago.>>109395716>>109401079Nope. This would not land you any job 5 years ago. Not 10 years ago either.Maybe it would be a helpful portfolio piece 20 years ago.I made basically this around 5 years ago.caveat is mine was for similarly sized images (because thats what the data was) but it goes both vertical and horizontal dynamically, and arranges them nicely with any number. That was some interesting use of modulus operator>>109395697canvas is faster and easier
OP hereHere's the app http://localhost:8080/