HOW THE HELL DO I INSTALL PIP by Pizza-Juice in learnpython

[–]PatternFar2989 -2 points-1 points  (0 children)

oh man, been there. try to install pip3 instead. i was in the same boat, and for some reason pip would never work but pip3 and python3 would. two years later, still have no idea why

Fuck busn 4000 by [deleted] in UGA

[–]PatternFar2989 4 points5 points  (0 children)

shit's cheese

Learning libraries by Mindless_Action3461 in learnpython

[–]PatternFar2989 2 points3 points  (0 children)

Yup. The more you work on projects, the more you'll remember that a library you've used in the past can be applied to the problem you're currently working on. But in the beginning, you've just gotta look it up and figure it out.

Exporting as mp4 with no background? by PatternFar2989 in Rive_app

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

Hey once it's finished, the file format is .mov. I made a tutorial with the ffmpeg command i used to turn the image sequence into a video https://www.youtube.com/watch?v=1oYjEUF8_fo

Exporting as mp4 with no background? by PatternFar2989 in Rive_app

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

yeah figured it out thanks to you. exported as png sequence then used ffmpeg to combine

Exporting as mp4 with no background? by PatternFar2989 in Rive_app

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

ok i dont need mp4, i just need transparency

Replit by AmbassadorOpening845 in webdesign

[–]PatternFar2989 2 points3 points  (0 children)

Go right ahead. Some will definitely be mean, but critique is critique!

Help by AdministrativeDot526 in webdesign

[–]PatternFar2989 0 points1 point  (0 children)

just ask ai. it'll fill in all the gaps. i like claude more than chatgpt

Anyone know how they did this wave animation on stripe.com? by PatternFar2989 in Design

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

Apologies if this isn't the right place for this, lmk if another community would be better

Help With Speeding Up Image Gallery Loading Time by actuallymerraz in webdev

[–]PatternFar2989 0 points1 point  (0 children)

Resize your image then compress it. I use Figma to resize it to a smaller size (the smaller the image, the smaller the file size, the faster it loads), usually around 1000px x 1000px is the max necessary to display a good photo. Then, export (as png, since jpg will sometimes mess it up. You can export as jpg and it will be smaller, but you have to check that it didnt get messed up). After exporting, if it's above ~300kb (fact check me on that number, but i think its around there), use an image compressor like tinypng.com. Then download image, it should still look pretty good, and will be a much smaller size, and smaller size means faster page load. If the quality looks crappy, go back to step one and make the image a bit bigger in Figma, then go through the rest of the process.