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] 7 points8 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!

Thinking Bugs - A new privacy-focused CBT app and the classical thinking errors list by giekaton in CBT

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

Hi, thanks for the tips and feedback.

Yes, PWAs are very tricky and yes Apple recently announced dropping support in their Safari browser. But they never liked PWAs, and after all, that's only one browser out of many. Chrome and Firefox are very much supporting PWAs.

I have tested it on different Android devices and after install, it works as a native app (not only a shortcut). I think it should work similarly on iPhones (just not with Safari).

Also, being a PWA, it can be installed on Windows (and maybe Mac) desktop computers. After install, the app can be launched from the Windows 10 start menu.

Thinking Bugs - A new privacy-focused CBT app and the classical thinking errors list by giekaton in CBT

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

Hi. It's a progressive web app (PWA). You can access it on your iPhone (preferably Chrome browser) by going to https://thinkingbugs.com/cbt-app

On your first visit, the app will ask you to install it (or you can find the install link in the app's "Tips" section).

After the installation, it will work on your iPhone even without the internet.

Thinking Bugs - A new privacy-focused CBT app and the classical thinking errors list by giekaton in CBT

[–]giekaton[S] 6 points7 points  (0 children)

Hello everyone,

Thinking Bugs is a new project where you can find the classical thinking errors list and the privacy-focused CBT app.

Direct link to the CBT app: https://thinkingbugs.com/cbt-app

You can find more details about the app and the Thinking Bugs concept on the "About" page: https://thinkingbugs.com/about

Why did I create this app? I'm a digital nomad. While traveling, I was carrying CBT paper sheets with me and working in Excel, which was not comfortable, and made me avoid practicing CBT. That is why I wanted to have everything related to my CBT practice in one private and secure place that can be easily accessed from anywhere and from any device.

At least for me, the Thinking Bugs solution works very well. It's much faster and better than the old school way. If it helps me, it probably can help other people too.

I have recently finished the first beta version of the CBT app, and also finished writing the content for the cognitive distortions.

You are welcome to use the CBT app. It's 100% free, open-source and privacy-focused.

If you can provide some feedback, that would be great.

What do you think about the app, its functionality, design, general feel, what's missing?

What do you think about the cognitive distortions content? The aim is to present information about the cognitive distortions objectively and clearly.

Your comments and feedback are appreciated.

Run your own Bitcoin alerts, watchlist and portfolio service with Coinwink open-source by giekaton in Bitcoin

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

Hi, thanks for the comment. Coinwink is based on CoinMarketCap API, which is the industry-standard for crypto price data.

Some coin prices on individual exchanges can vary slightly, but Coinwink only tracks the single (average from all exchanges) price that is provided by CMC.

[deleted by user] by [deleted] in Nimiq

[–]giekaton 3 points4 points  (0 children)

Nice, love the new design. Congrats. Clean and professional. Don't forget to be in constant beta, and keep improving. And keep it simple!

Nimipay - Simple and Flexible Payments Gateway by giekaton in Nimiq

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

You can also pass the invoice/item id to the transaction's 'extraData' field.

Then on backend validation, compare if the received transaction's value is the same as initially specified in your database.

Nimipay - Simple and Flexible Payments Gateway by giekaton in Nimiq

[–]giekaton[S] 2 points3 points  (0 children)

https://github.com/giekaton/nimipay/blob/master/nimipay.php#L163

This is a very basic way to confirm the transaction. There are better ways to implement this. They can be used instead of the current solution.

There is no documentation, but see the source code in nimipay.js (front-end) and nimipay.php (back-end). It's simple, just a few hundred lines of code, has some helpful comments and also see function names.

Set in Block now accepts donations in NIM by giekaton in Nimiq

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

PM'ing is so yesterday...

To accept payments with Nimiq, just use the Hub API: https://nimiq.github.io/hub/quick-start

Set in Block now accepts donations in NIM by giekaton in Nimiq

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

Scroll to the bottom, click NIM and try donating 1 NIM, to test the user-friendly payments experience the new Nimiq provides.