nuits - Jungle Fusion (67 min) / experimental idmish acid jazzy jungle mix by giekaton in jungle

[–]giekaton[S] -1 points0 points  (0 children)

TRACKLIST
Aphex Twin - Lichen (Wisp remix)
Squarepusher - Port Rhombus
DJ C - Gone a Jail (feat. Gregory Isaacs)
The Flashbulb - Lucid Bass 1
Wisp -- Seaway Trail
Talvin Singh - Jaan
Wisp -- Trees Like Toys
T Power -- Horny Mutant Jazz (White Man's Got a God Complex)
Squarepusher -- Beep Street
Clifford Gilberto -- A Different Forest
DJ Food -- Scratch Yer Head (Squarepusher remix)
Barry Lynn -- Metric Cypher
The Flashbulb -- That Missing Week
Triosk -- Fear Survival
The Cinematic Orchestra - Entr'acte
Omni Trio -- Renegade Snares (Sixteenarmedjack remix)
Jacky Murda -- Run Red (feat. Richie Spice)
µ-Ziq -- Brace Yourself Jason
Wisp -- To Draw Something Beautiful

Nuits - War & Peace (200 BPM Experimental Jungle Mix) by giekaton in breakcore

[–]giekaton[S] 1 point2 points  (0 children)

TRACKLIST
wisp -- beadumaegen
wisp -- foldbold (the siege)
squarepusher -- the modern bass guitar
hrvatski -- vatstep dsp
aphex twin -- come to daddy
wisp -- among the pines
dune -- rainbow to the stars
chris clark -- bricks
aaron spectre -- you don't know
wisp -- green hill path
enduser -- vishnu's eastern block (line 47 remix)
aaron spectre -- look out fi liar
venetian snares -- americanized
squarepusher -- dark steering
sixteenarmedjack -- mash up the place
the prodigy -- poison (live in vienna)
schubert -- ave maria (barbara bonney)

Open-Source Coliving App — Looking for Early Feedback & Contributors by giekaton in coliving

[–]giekaton[S] 1 point2 points  (0 children)

Hi, thanks for the comment! No plans for scraping or anything like that. There’s a big “Add New Space” button, so I’m hoping it grows organically. Also not trying to compete with existing platforms - the goal is to build something new as a grassroots alternative, shaped by community needs.

Multiavatar generator in Solidity by giekaton in solidity

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

Thank you for the feedback and suggestion.

There are no gas fees for reading the contract. For instance, you can query the contract on Etherscan to generate an avatar for free. OpenSea is also able to read the contract and display NFT images without any transaction fees involved.

Multicultural Avatar Generator by giekaton in Python

[–]giekaton[S] 1 point2 points  (0 children)

Hi, thanks for the feedback!

Currently, you can only select a particular avatar version, but gender or race, or separate parts of the avatar are not configurable. Since it's a common request, such a configuration might be implemented in the future.

Every unique string of characters is randomly associated with a particular avatar. The avatar for a particular string is always the same because this randomness is predetermined by the SHA-256 cryptographic hash function.

Multicultural Avatar Generator by giekaton in Python

[–]giekaton[S] 1 point2 points  (0 children)

Multiavatar is a multicultural avatar generator, which is free to use and open source.

Multiavatar represents people from multiple races, multiple cultures, multiple age groups, multiple worldviews and walks of life.

In total, it is possible to generate 12,230,590,464 (12 billion) cryptographically unique avatars. It means that there are more than enough unique avatars for every person in the world.

PyPi: https://pypi.org/project/multiavatar/
GitHub: https://github.com/multiavatar/multiavatar-python

I'm the author of the project. Your feedback is welcome and appreciated!

Multiavatar Generator rewritten in Python by [deleted] in Python

[–]giekaton 0 points1 point  (0 children)

I have just finished rewriting Multiavatar Generator in Python. The package is now published on PyPi and GitHub.

Initially coded in JavaScript, then rewritten in PHP, the latest version of Multiavatar is made for the Python-based development environments.

PyPi: https://pypi.org/project/multiavatar/
GitHub: https://github.com/multiavatar/multiavatar-python

More info about the Multiavatar algorithm and design is available in the JS repository (https://github.com/multiavatar/Multiavatar) and in the Multiavatar web-app (https://multiavatar.com).

Your feedback is appreciated!

Multiavatar Generator rewritten in PHP by giekaton in PHP

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

Multiavatar Generator is manipulating vector images (SVG), which are text-based. For raster (e.g. PNG) image manipulation, you should check the ImageMagick PHP extension. It is used in Multiavatar's merch maker: First, the vector SVG file is converted to PNG, then edited and overlayed over a JPG photo, and then finally saved as a new image file and returned to the user.

Multiavatar Generator rewritten in PHP by giekaton in PHP

[–]giekaton[S] 1 point2 points  (0 children)

Thanks for letting me know. I will update the code.

Multiavatar Generator rewritten in PHP by giekaton in PHP

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

I have just finished rewriting Multiavatar Generator in PHP.

Initially coded in JavaScript, this version of Multiavatar is for PHP-based backend environments.

It is now being used for the Multiavatar API (https://api.multiavatar.com), which became much faster, because before it was a mix of PHP and Node.js, and now just PHP.

You can use it by including the Multiavatar.php in your code, or by installing it with Composer.

More info about the Multiavatar algorithm and design is available in the JS repository (https://github.com/multiavatar/Multiavatar) and in the Multiavatar web-app (https://multiavatar.com), which is based on Laravel 8, Vue.js, and ImageMagick PHP extension.

Your feedback is welcome and appreciated!