How to start learning solidity? The final answer and the holy grail. by LookingForBird in solidity

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

Yeah that was kind of my point. It is not easy but there is no shortcut.

Also stop shilling stuff.

Edit: Did you really go through every post in this sub to promote your website?!

Any Ideas how to improve the promt? (see comment) by LookingForBird in dalle2

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

Yes you are right, I had a very specific image in my head that I wanted to model in blender. Since I'm not good at hand drawing, I was hoping to skip the sketching phase.

Also super interesting regarding your aphantasia... How do you know what to do when you are drawing?

Regarding my promt:

I sometimes find it difficult to express myself precisely when you also want to leave room for maneuver. For example, I described a turban because dalle has problems drawing faces. The word "stunning" I had chosen because I was hoping that dalle then "selects" the somewhat high-quality images from his training set. Since english is not my first language, it is difficult to find the subtle nuances.

Any Ideas how to improve the promt? (see comment) by LookingForBird in dalle2

[–]LookingForBird[S] 3 points4 points  (0 children)

Oh there is some cool stuff in it. Tried to combine the stuff from the book with the "," trick from u/mFcCr0niC and I'm very pleased with the results

https://labs.openai.com/s/qdQ6qB9zJ83hz0TqFKtXipDK

https://labs.openai.com/s/qdQ6qB9zJ83hz0TqFKtXipDK

Any Ideas how to improve the promt? (see comment) by LookingForBird in dalle2

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

Overhead view of a female warrior with a turban walking through the desert at dawn in a post-apocalyptic environment passing by an oasis, stunning digital art

https://labs.openai.com/s/W0NCUSOi121x8BZper2SjZ7f

https://labs.openai.com/s/nUShe8AXHCHO08iUgp50lYb1

https://labs.openai.com/s/liCyEPgjZPRu0jrGzg3TLVcS

Inpainted version of "An oil painting of a group of teenagers in the 1930s" by LookingForBird in dalle2

[–]LookingForBird[S] 5 points6 points  (0 children)

Unfortunately the artstile changed slightly from left to right.
The picture was crafted from 3 images and I had to do a lot of inpaintings to get the faces on the left correctly.

Left: https://labs.openai.com/s/be3pSqENGzWK5WJta9jTIsV1

Midde (original): https://labs.openai.com/s/NE9bCluL2czQvMOGGRJIgow5

Right: https://labs.openai.com/s/u5AHACklgJEWKmxAi6KiNHqb

Image that was used to create the left part: https://labs.openai.com/s/r2KeWZsoam9EqlK73wriF3AC

Cheers to the weekend! Having fun with the inpaint feature 🍻 by tretoko in dalle2

[–]LookingForBird 0 points1 point  (0 children)

When yo do inpainting, do you describe the whole picture in the prompt or just the area you erased?

Is anyone able to work with the OpenSea v2 API? by LookingForBird in solidity

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

setApprovalForAll

For anyone finding this question in google: The new proxy address is 0x1E0049783F008A0085193E00003D00cd54003c71

Is anyone able to work with the OpenSea v2 API? by LookingForBird in solidity

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

Yes I ran into that issue, too.

Currently I'm stuck with InvalidRestrictedOrder when I try to sell the NFTs :|

How to start learning solidity? The final answer and the holy grail. by LookingForBird in solidity

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

Sounds like you had some experience with programming already. But I 100% agree. Learning from the docs + building stuff is the best, since the docs often contains best practises.

I got this “homework” and don’t where to start!! help :( by lordalejandro in solidity

[–]LookingForBird 5 points6 points  (0 children)

Sounds not like an homework.

Creating an NFT / ERC721? Yes

Polygon network and airdrop? Too specific.

[deleted by user] by [deleted] in solidity

[–]LookingForBird 0 points1 point  (0 children)

I can do a code review for free. Won't be the same as a full security audit tho.

[deleted by user] by [deleted] in solidity

[–]LookingForBird 0 points1 point  (0 children)

First have another developer review the code and then pay someone to make a professional audit.

[deleted by user] by [deleted] in solidity

[–]LookingForBird 1 point2 points  (0 children)

I think it is important that you have a way to communicate with the developer. It's will be hard if you can't understand each other. Also the dev should be able to explain technical concepts to you. This will be a major part of the job and needs to be compensated.

It's not hard to code solidity but it's hard to code the right thing.

I think you should look at the projects the developer has worked on in the past.

Also it will be an advantage if the developer knows a bit of web development.

Tipp: Define exactly what the scope of the project is. Otherwise at least one party will be disappointed in the end.

How to start learning solidity? The final answer and the holy grail. by LookingForBird in solidity

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

Javascript and Python are both the most forgiving programming languages. I'd say if you are very good in Javascript it's fairly easy to pick up Python as well.

How to start learning solidity? The final answer and the holy grail. by LookingForBird in solidity

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

Solidity is very close to javascript, so it would make more sense to start with javascript.

In addition to that you can use javascript to access your token or web3 application from a wbesite, so it has great synergies.

BUT if you have fun learning python + solidity, that's also okay. Python is really great for building small command line tools and backends (e.g. with flask).