back
user profile
cosiiine
214karma·44submissions·January 15, 2024
recent activity (44 total)
comment
I actually go there every year for a generative art festival. It’s a surreal and awesome spot for sure.
comment
This is a wonderful deep dive into your project. I'm early days on creating pixel art style procedural art systems, and this gives me plenty to think about.
comment
That's not open source though... I would like to release this with a permissive license for humans only. From what I've read, the jury is still out on having your license copied left to the …
comment
"Anonymity on social media has brought a lot of problems and I'm not sure what the benefits are" Anonymity is a shield against public lynching for communities that are targeted by hate …
comment
I’ve always wanted to get one of these working, but they’re rare, and heavy! That makes shipping expensive.
comment
Agreed 100%. It all comes down to the artists intentions, and plotters have many limitations. My hope for this article was to expose people to other options. Great portfolio of art btw, thanks for sha…
comment
You're correct, there are some more sophisticated processes used by specialty printers such as CcMmYK ( https://en.wikipedia.org/wiki/CcMmYK_color_model ). Something like this…
comment
I am a fountain pen convert myself, and use them almost exclusively these days for my algorithmic plotter art. This website is a fantastic resource that I’ve referred to countless times. I’ve even wri…
comment
I too have gone with fountain pens as my every day pen. There's zero waste with a bottle of ink and a cartridge. I find that the variety of inks to be superior too.
comment
Zed for example will start crawling your home directory and all children if you don’t have a project open. Documents, downloads, etc all uploaded.
comment
As an artist the frustrating thing is I was never asked about whether two decades of my work could be used by for-profit companies to create tools that make my market harder.
comment
That’s not cheating according to the definitions within this article that you’ve commented on. Procreate is against gen AI on the grounded that it was unethically trained, and has become a vehicle of …
comment
The AI-Assist tools (Cursor, Windsurf, Claude Code, etc) want you to be "all-in" and that's why so many people end up fighting them. A delicate balance is hard to achieve when you'…
comment
I think the cracks that ultimately led me to quit corporate IT and pursue being an artist were first formed when leadership insisted that the entire company switch to Teams under the guise of saving $…
comment
I've been using Javascript to generate frame-by-frame animations as SVGs. I composite these into big grids, then use a pen plotter to draw them with ink. Afterwards, I cut them into individual fr…
comment
There's even the concept of "Temporal Dead Zone" in Javascript already which describes the period of time where variables aren't accessible.
comment
I’m on year two of winging it as a professional artist after close to 20 years as a software engineer. Mental health has never been better!
comment
That’s the jamstack in a nutshell. I use DecapCMS to manage some client sites using that exact strategy. It’s always nice to rollback their content issues using git, it’s saved me many hours of headac…
comment
Author here. For the last 5 years, I've grown my artistic practice as an algorithmic artist. Besides code and math, a key tool I use is a pen plotter. I've developed my own methodology for u…