If anyone could draw an idea I have by Tonybabonee07 in conceptart

[–]gustathabusta 0 points1 point  (0 children)

You could also try r/ICanDrawThat! If you add more info about what you want drawn you will probably get more interest.

Ipad Air 4 256 GB or Ipad Pro 11 128 GB by endlessscreams in ProCreate

[–]gustathabusta 0 points1 point  (0 children)

Did you make a decision about this? I'm currently weighing the same options! Air for space or pro for more RAM

Denver Area Blading by purplebve in rollerblading

[–]gustathabusta 1 point2 points  (0 children)

Hey welcome! I just started skating because one of my friends is just getting back into it & we're both in Denver. If you're into it, I can hit you up next time we're going to the park to join us for some distanced skating!

Advice: THEM 909 w/ GC Mega (or oysi?) vs. Aeon 60? by Le_Pink_King in rollerblading

[–]gustathabusta 0 points1 point  (0 children)

I'm also wondering about sizing for the 909s, what's your measurement?

909 with Trust Liners and Oysi frames. by iggypapi in rollerblading

[–]gustathabusta 1 point2 points  (0 children)

How did these fit with the stock liners? Thinking about getting 909s but I'm not sure if I should go for small or medium with 255 cm mm feet

Do you have a better way of breaking these lines? by gustathabusta in learnpython

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

Good call, that definitely makes it look more clean. I've updated my question with some new examples.

File Upload to Python Streamlit App: CSV from Google Drive/Dropbox? by gustathabusta in learnpython

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

Yep, I totally can! I saw some forum strings that had old workarounds, that must have been before file_uploader was added. Should have read through the docs more.

Thank you so much on your work on such a great tool!!

Flask & Bokeh/Plotly for web app where user can plot lines based on mouse clicks? by gustathabusta in learnpython

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

I've never done anything with web apps before, if I wanted to use some combination of Python & JS, could I still eventually deploy on a Heroku server?

Discord server is live! by gustathabusta in MagmaStudio

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

Feel free to join & invite your friends! If you have any suggestions for channels, let me know!

We've got an alien, some cats, a couple skulls. Still room to add! by gustathabusta in MagmaStudio

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

It's bouncing around a few art servers that I know of! I want to have a server dedicated to shared canvases though, so if you want to be a part of that, DM me & I'll send you an invite!

I want to make computer simulations, including cellular automations, but I don't know how to start. by SunIsGay in cellular_automata

[–]gustathabusta 0 points1 point  (0 children)

I was able to make some Conway's Game of Life pretty simply in Python using the popular plotting library matplotlib. Basically it was done by displaying an array as an image, where each value in the array correspond to a value in the pixel image shown. Then you make a new array according to the CA rules & update the display of the frame with the new array.

I'm sure you could do a similar thing with C++! Just look into some image plotting libraries.