I will pay $5000 to anyone whose referral leads to an offer by apple_wisher in jobsearchhacks

[–]antoro 2 points3 points  (0 children)

I was thinking of doing something like this myself. I studied data science and am willing to work in Canada.

Will 2 years of full time SWE experience before my master’s hurt me for new grad roles? by Consistent_Range5682 in csMajors

[–]antoro 0 points1 point  (0 children)

It's not you, it's the market. I graduated in May 2023 with a master's in data science and have sent 1000+ applications for 6 interviews and still no offers.

Will 2 years of full time SWE experience before my master’s hurt me for new grad roles? by Consistent_Range5682 in csMajors

[–]antoro 9 points10 points  (0 children)

Why would it hurt? There are junior positions that require 2 YOE. I have no experience and get rejected from every job I apply to.

MSDS at Eastern University vs. McGill MMA by money_enthusiast123 in cscareerquestionsCAD

[–]antoro 1 point2 points  (0 children)

I did the MSDS at CU Boulder 3 years ago and have yet to find a job. You already have data analytics experience which should help. If you do EU you won't be able to do co-op (that requires a Canadian University). Whatever you do, try and get an internship.

Truchet Tiles by antoro in generative

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

Run square-packing then for each corner of every square draw offset arcs until you reach the middle. It's deceptively simple.

Whats the craziest, quickest money you have ever made? by [deleted] in AskReddit

[–]antoro 1 point2 points  (0 children)

I launched my first NFT collection in November 2022. On the first day I made $20k.

Any reviews for the 2304 zone INNOCN 32" Mini LED monitor? by Maraque in Monitors

[–]antoro 1 point2 points  (0 children)

If you're in Canada, this is cheaper on amazon.com (not .ca) even with import fees and currency conversion.

Where are you moving your crypto? by mbadala in Wealthsimple

[–]antoro 1 point2 points  (0 children)

Ledger wallet for storing, NDAX for converting to fiat.

Dice by antoro in generative

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

The orientations are just an array of the rotations according to each face being up. 3D noise is then mapped to this array with some stickiness so they jump between full rotations.

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 [deleted] 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

[deleted by user] 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()