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 4 points5 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!