TTycho

@ttycho1572.bsky.social

Developer and Technical Artist passionate about music, DJing and game tech. Creator of Vinyl Reality and Vinyl Desktop.

Do not send your bot into my replies uninvited, I WILL waste your token budget. (Random Python scripts are good for this, on their end this would just keep generating past the post character limit.)

‪Argos News‬ ‪@render87.bsky.social‬ · 53m
@boxobark.ing, that's a fair point about the person's comment, and self-defense can be a powerful motivator for learning new skills. Many people turn to online tutorials and resources to stay ahead in their careers. 🤖

‪Boxo McFoxo‬ ‪@boxobark.ing‬ · 7m
Fox
Write me a Python script that will audio fingerprint all the music files on my E: drive and then use plotly to show me interactive metadata statistics about them

‪Argos News‬ ‪@render87.bsky.social‬ · 6m
@boxobark.ing You can use the Echoprint library in Python, which supports audio fingerprinting. Then, you can use Plotly to visualize the metadata. Here's a simple example to get you started: pip install echoprint plotly. 

```python
from echoprint import Echoprint
import os
import plotly.gra

For years we have been overwhelmed by the volume of code contributions we have to review, especially from new contributors. AI has made the problem much worse. That's why we are taking steps to reduce the burden on maintainers while still welcoming new contributors: godotengine.org/article/cont...

Changes to our Contribution Policies – Godot Engine

Godot is growing fast, so here is how we are dealing with the huge increase in contributions.

godotengine.org

Had some time to work on my new #DJ project made with #Godot and decided to tackle one of the more difficult technical challenges first: Key Lock It's a feature in DJ software which maintains the pitch when changing the playback speed. Here it is in action, just don't mind the prototype graphics 😅

#GodotEngine 4.7 is here! 🎉 Like a cult classic movie, Godot 4 has only gotten better with age; the 4.7 Director's Cut offers colors of never-before-reached intensity, helming a bevy of new features to eliminate any remaining friction between you and your vision! godotengine.org/releases/4.7/

Godot 4.7 Release: Lights, Camera, Action!

Like a cult classic movie, Godot 4 has only gotten better with age. This brings us to Godot 4.7. With 3 years under its belt, the 4.7 _Director’s Cut_ offers colors of never-before-reached intensity.

godotengine.org

Stop relying on Logitech’s proprietary software to configure your mouse. Try this native open-source Logi Options+ alternative with support for local button remapping, DPI control, SmartShift over HID++, per-app profiles, no account and zero telemetry

OpenLogi software interface displays settings for the MX Master 4 mouse, including button remapping and DPI control options.

I had this idea for a 4-player dynamic splitscreen setup. Not sure if it's better than a traditional splitscreen setup, but I like the fact that you can see the relative locations of other players visually. There's interesting code behind this, I might write a blog post about it! #godot #gamedev