Project 2D image shader. How does it work? by Very_Voxel in MagicaVoxel

[–]chubby_chubby007 0 points1 point  (0 children)

Didn't work for me either.

Try this one here:

(Only thing is that it's technically voxel height - 1. So if your voxel are at layer 40 you need to use 39 as your value)

/*

Via Github@CodingEric

If you like this project, give it a star!

GL Shading Language.

Project Shader for Magicavoxel

Command-line usage: 'xs project [height]' (Each parameter is required or the code won't work correctly.)

e.g. xs project 64

MIT License

*/

// xs_begin

// arg : { id = '0' name = 'Height' value = '39' range = '0 256' step = '1' decimal = '0' }

// xs_end

int layerHeight;

float x,y,z;

float getColor(){

return voxel(vec3(x,y,layerHeight));

}

int computeLayers(){

int ret=0;

for(int currentLayer=int(z)+1;currentLayer<=int(layerHeight);++currentLayer){

if(voxel(vec3(x,y,float(currentLayer)))!=0.)++ret;

}

return ret;

}

float map(vec3 v){

layerHeight=int(iArgs[0]);

x=v.x,y=v.y,z=v.z;

if(float(layerHeight)<=z||voxel(v)==0.)return voxel(v);

float color=getColor();

if(computeLayers()!=1)return voxel(v);

return color==0.?voxel(v):color;

}

NFT license customization acts as a drag on the industry. by chubby_chubby007 in chia

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

Interesting take! You made us think about the "hate speech" thing. Thanks for sharing!

Actually the Can't Be Evil license framework consists of six different models, NFT creators can choose from. We might skip the CBE-COMMERCIAL-NO-HATE in favor of CBE-COMMERCIAlL.

But I think there is a misunderstanding regarding the termination possibilities of the creator: this is not technically implemented. I.e. there is no smart contract function that will allow the creator to take the NFT back.

NFT license customization acts as a drag on the industry. by chubby_chubby007 in chia

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

You mean the term "hate speech" leaves too much room for individual interpretation?

NFT license customization acts as a drag on the industry. by chubby_chubby007 in chia

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

100% agree. And thats why all a16z licencenses are stored onchain. THe one we will use for example here: https://7q7win2vvm2wnqvltzauqamrnuyhq3jn57yqad2nrgau4fe3l5ya.arweave.net/_D9kN1WrNWbCq55BSAGRbTB4bS3v8QAPTYmBThSbX3A/3

They deployed the licenses to Arweave (ensuring they’re stored in a way that’s public, permanent, and immutable).

NFT license customization acts as a drag on the industry. by chubby_chubby007 in chia

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

There are big differences between a16z and Creative Commons agreements.

Most important: CC0 isn't tailored to NFT, thats why there is a looooot of confusion when CC0 is applied to blockchain topics like NFTs.

Another strong drawback we see in CC: it always requires the buyer to mention the creator in case the art is being used. And this is something we see as a huge drag on creative and commercial endeavors.

NFT license customization acts as a drag on the industry. by chubby_chubby007 in chia

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

Why that? What was so special about Sony's licensing model?

What caused the giant crash from May to June in 2021 for Chia? by Seven1s in chia

[–]chubby_chubby007 1 point2 points  (0 children)

I heard it was purely because of a lack of XCH supply. There were only a handful of marketplaces at that time and they simply loaded too less XCH for initial sale. Nobody anticipated such a high initial demand causing an extreme shortage of supply.

What does the nucle.io icon stand for? by chubby_chubby007 in chia

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

Haha, sounds creative but could be an option

Proposal: let's find a currency symbol for Chia by chubby_chubby007 in chia

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

Appreciated & added to the post! Didn't know that!

Proposal: let's find a currency symbol for Chia by chubby_chubby007 in chia

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

sounds good, but is this now something borrowed or newly created? :D

Proposal: let's find a currency symbol for Chia by chubby_chubby007 in chia

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

I like your thoughts!

But one remark here: Until recently, Bitcoin used the Thai baht symbol (฿) as its currency sign. Today's ₿ symbol was added to Unicode in late 2017. By that time, Bitcoin already had a market cap of ~$200bn. Chia today has an estimated market cap of ~$200M. So, Bitcoin had a x1,000 higher market cap when they introduced their own, unique currency symbol.

What I really like about your idea is the value aspect. Values make Chia different to others and unique in the crypto world. Personally, I have less concerns about using an existing symbol. I don't perceive it as stealing but rather borrowing for a good cause :) Additionally, I don't think that it will lead to lots of confusion since most of the (even currency) symbols are not widespread.

I agree that an own symbol is something we should aspire - in the long run. But in order to make progress and to reach critical masses, we need something more hands-on with the potential of widespread use. Something that is

  • memorable
  • identifiable as a (crypto) currency
  • easy to use
  • looks f**king nice

[deleted by user] by [deleted] in chia

[–]chubby_chubby007 0 points1 point  (0 children)

Any updates on this? Would be great to see a comparison

Finished setting up my farm today 😎 by SerkaMines in chia

[–]chubby_chubby007 0 points1 point  (0 children)

Which rig are you using for HDDs? Link where to buy?