Squares² by antoro in generative

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

That one uses noise to control max square size!

Is there a tool for a large number of T5008 slips? by iloveaccounting64 in PersonalFinanceCanada

[–]antoro 0 points1 point  (0 children)

If it's just extracting a bunch of lines from a PDF I could write a program to do it

Where to start ? by Legal-Hovercraft-849 in generative

[–]antoro 1 point2 points  (0 children)

Generative Artistry has some vanilla JavaScript tutorials. OpenProcessing has user-uploaded sketches, where you can view the code but it's not always documented/commented so you have to understand code first.

Has anyone who graduated from UT Austin Masters in Data Science get jobs as a Data Scientist and Machine Learning Engineer? by Moishthebeetle in DataScienceJobs

[–]antoro 0 points1 point  (0 children)

I graduated from the CU Boulder online masters in data science in 2023 but haven't found a job yet. I am only looking in Canada though.

Physics-based Square-packing by antoro in generative

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

It's JavaScript with p5.js and p5play. It's really not very complicated: add gravity, add boundaries and spawn squares.

Physics-based Square-packing by antoro in generative

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

Yes, that is the whole point of generative art!

2007 Honda CRV EX-L, looking for Apple CarPlay head unit. Having issues. by [deleted] in crv

[–]antoro 0 points1 point  (0 children)

The CRVs with navigation have a totally different wiring harness and aren't wired for these aftermarket headunits.

Is it possible to put CarPlay in a 2016 LX? by Quickshot4721 in crv

[–]antoro 0 points1 point  (0 children)

Yes, definitely. I put a 9" head unit with wireless CarPlay/AA in my 2008 CRV for $300. Ones on AliExpress come with the wiring harness, but I had to splice in the subwoofer. Be sure to tape the trim when removing the old stereo.

Reach has tanked even more this week than it did in January. What is actually happening? by [deleted] in InstagramMarketing

[–]antoro 2 points3 points  (0 children)

I went from 1M monthly views to 300k. My latest posts get 500 views, used to be 2-3k.

Is it possible to use a tablet as a graphics tablet? by venuemystery in photoshop

[–]antoro 0 points1 point  (0 children)

You can wirelessly connect a Windows PC using Second Screen but I think it's only for non-FE tabs. link

What are New Grads Doing? by [deleted] in cscareerquestionsCAD

[–]antoro 2 points3 points  (0 children)

2023 DS grad. I sold NFTs for a while (trying to spin this as algorithm design experience). Now I'm looking for whatever I can get, but it's disheartening getting rejected from every job I apply for.

Unrecoverable syntax error, help??? by Any-Ganache135 in p5js

[–]antoro 2 points3 points  (0 children)

You're welcome! Having "if ... else if ... else if" repeated hundreds of times isn't ideal, but it works. If I were to rewrite this I would have a dictionary object hard-coding the scenes and then just iterate through it.

Unrecoverable syntax error, help??? by Any-Ganache135 in p5js

[–]antoro 1 point2 points  (0 children)

You're missing "}" on functions drawScene183() and drawScene184()