Live data from Hacker News

Genuary 2022: Generative Code Art Prompts for a Month

genuary.art

21–30 of 38 posts

Re: Genuary 2022: Generative Code Art Prompts for a Month

#21
post #17
post #16

Earlier quoted context omitted.

I generally am not fond of NFTs myself, but want to give a counter point - while it's no fun to see artists you like posting a lot about NFTs, it's also great they can now get paid to do art. For established artists this means high purchase prices that (in the thousands, not something crazy) that make being a full time artist viable and acts as pay off for doing it for many years without much of a financial incentive…

I somehow doubt that NFTs provide a sustainable way of increasing the amount of money spent on art. If an artist couldn't make it by selling prints or collecting donations in the past, why would people now suddenly spent more money on that artist's art just because instead of a print you get an NFT?

It may not be sustainable long term, but as it's currently a fad it's a nice way to kick start some income. NFTs also have the benefit of being browsable on sites like hitenunc, so instead of finding the artist on Instagram or Twitter you can come across them on such a site. Lastly, personally for small artists I think of it as a way to send a little money their way, like a PayPal donation or Patreon (i'm a big user of the latter) but by expressing my appreciation for particular peices of art. If they appreciate in value, that's cool too.

PS I'm not exactly rich as a grad student, so I've just spent about $100 so far. No idea if any of what I bought can be re sold, maybe I'll look sometime.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#22
post #4

How refreshing to see a mention of generative art that isn't followed by the mention of "NFTs". It's really spoiled one of my passions and I've had to mute a bunch of people i used to follow on Twitter. I'm not especially zealous against NFTs (more bored than I am repulsed) but it's just unspeakable boring for an entire field to turn into a sales pitch.

The irony is that this is the top comment, so it is in fact a mention of generative art followed by the mention of NFTs.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#23
post #17
post #16

Earlier quoted context omitted.

I generally am not fond of NFTs myself, but want to give a counter point - while it's no fun to see artists you like posting a lot about NFTs, it's also great they can now get paid to do art. For established artists this means high purchase prices that (in the thousands, not something crazy) that make being a full time artist viable and acts as pay off for doing it for many years without much of a financial incentive…

I somehow doubt that NFTs provide a sustainable way of increasing the amount of money spent on art. If an artist couldn't make it by selling prints or collecting donations in the past, why would people now suddenly spent more money on that artist's art just because instead of a print you get an NFT?

I'm sorry, but you're wrong. The thing is, when folks typically buy art it's either because they connect with the artist, the piece, or the time and place. This doesn't happen very often, even for great artists. With NFTs, there are collectors that are looking at this stuff through a different lens. They are incentivized to collect for various reasons, usually because of the tie-in with investing, etc.

I'm a great example - I've been doing art for almost 20 years and have made a few hundred bucks here and there selling prints, paintings, having art shows, etc.

In 2021, I made about 2x what I make from my tech job selling NFTs. I consider myself lucky, but at the same time, there are thousands like me.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#24
post #19
post #11

I always wanted to start with generative art and this seems like a perfect starting place. Question for people that already do generative art: what library (framework) do you recommend? I know a little bit about GLSL but I know it is limiting in some cases

p5 is great! Very easy to learn and has an amazing online editor to get you started immediately. Such a good tool for prototyping ideas quickly. https://editor.p5js.org/

I second p5js. Try Dan Shifman's "The Coding Train" videos on youtube.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#25
post #20

Does anyone know any good resources to learn generative art? Would love to learn some algorithms and try mashing them together

In my opinion the best starter book is Generative Design, hands down. If there was a generative art 101 textbook, this would be it. https://www.amazon.com/Generative-Design-Visualize-Program-J...

Did you know that Satoshi is not who he was purported to be? An answer is coming... Oh and be careful with these books. They're using barcodes to track us.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#26
post #5

Earlier quoted context omitted.

I know. It's a nightmare. Several people I used to admire in the space have succumbed to the NFT virus. All they do now is shill for their latest 'drops'. The demo scene this is not anymore. It used to be about fun, experimentation and showing off mad coding (and lately ml) skills. Now it's a pyramid scheme. I'm unsubscribing. Or maybe I'm just getting old

Note that a number of the artists providing the prompts here are doing NFTs (and great ones too).

I've got no objection to artists doing NFTs. I just want places I can engage with their work and not have a constant reminder that it's a commercial transaction. It's just off putting when every single tweet about generative art is accompanyed by a loud sales pitch. It's like turning a gallery into a street market.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#27
post #9
post #7

Earlier quoted context omitted.

Can you write geometry nodes in Python? I've found that "nodes plus an escape hatch to real code" is a nice balance.

Do you mean can you add your own nodes? You can but you have to do it in the core code which is C++. An addon that existed before geo nodes and did similar things, animation nodes, does actually let you write free-form python in the node tree since it was written as an addon. It is very slow compared to geometry nodes though, especially when dealing with lots of objects.

> Do you mean can you add your own nodes? You can but you have to do it in the core code which is C++.

Ouch. I really hope that changes.

> An addon that existed before geo nodes and did similar things, animation nodes, does actually let you write free-form python in the node tree since it was written as an addon. It is very slow compared to geometry nodes though, especially when dealing with lots of objects.

I would like a situation where I can choose to trade speed for easy customization without switching to an entirely different system. I really hope they add scriptable geometry nodes. I just know for a fact that a node system without an escape hatch will be too limiting (and writing C++ is less than ideal and not viable at all if it requires a full recompilation of the app)

Re: Genuary 2022: Generative Code Art Prompts for a Month

#28
post #23
post #17

Earlier quoted context omitted.

I somehow doubt that NFTs provide a sustainable way of increasing the amount of money spent on art. If an artist couldn't make it by selling prints or collecting donations in the past, why would people now suddenly spent more money on that artist's art just because instead of a print you get an NFT?

I'm sorry, but you're wrong. The thing is, when folks typically buy art it's either because they connect with the artist, the piece, or the time and place. This doesn't happen very often, even for great artists. With NFTs, there are collectors that are looking at this stuff through a different lens. They are incentivized to collect for various reasons, usually because of the tie-in with investing, etc. I'm a great ex…

I too occasionally like money.

Is it possible to see NFTs without the levels of self-promotion I see on Twitter? I really couldn't bring myself to do that.

Re: Genuary 2022: Generative Code Art Prompts for a Month

#29
post #2

I was not aware of Genuary, but I have been a fan of Jamuary [0] so I took to using their prompts for some generative art the past few days. Rather than sticking to one or two of the prompts, I have been mixing together 3 at a time like "sequenced melody of a major+minor connected with white noise." I really enjoy the results.[1] [0] https://www.reddit.com/r/synthesizers/comments/rssia1/jamuar... [1] https://imgur.co…

Those images are really great! Can you share some details on your process and tools?

Re: Genuary 2022: Generative Code Art Prompts for a Month

#30
post #28
post #23

Earlier quoted context omitted.

I'm sorry, but you're wrong. The thing is, when folks typically buy art it's either because they connect with the artist, the piece, or the time and place. This doesn't happen very often, even for great artists. With NFTs, there are collectors that are looking at this stuff through a different lens. They are incentivized to collect for various reasons, usually because of the tie-in with investing, etc. I'm a great ex…

I too occasionally like money. Is it possible to see NFTs without the levels of self-promotion I see on Twitter? I really couldn't bring myself to do that.

Yeah, I hear you, but I suppose it comes with the territory. You can try to curate your social media experience by not following/muting folks, but if you're into art I think you will have a hard time avoiding NFTs. I've noticed some art communities are completely defiant, cartoonists in particular.
Post reply on HN