shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

268
active users

#visualization

1 post1 participant0 posts today
Orhun Parmaksız 👾<p>A little update on my Guitar + Ratatui project 📢🎉</p><p>🎸 Now shows the realtime fretboard by connecting directly to your guitar.</p><p>⏳ Ignore the breadboard mess / PCB coming soon!</p><p>🦀 All powered by embedded Rust &amp; <span class="h-card" translate="no"><a href="https://fosstodon.org/@ratatui_rs" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>ratatui_rs</span></a></span></p><p>⭐ GitHub: <a href="https://github.com/orhun/tuitar" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/orhun/tuitar</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/rustlang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rustlang</span></a> <a href="https://fosstodon.org/tags/ratatui" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ratatui</span></a> <a href="https://fosstodon.org/tags/tui" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tui</span></a> <a href="https://fosstodon.org/tags/embedded" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>embedded</span></a> <a href="https://fosstodon.org/tags/esp32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esp32</span></a> <a href="https://fosstodon.org/tags/fretboard" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>fretboard</span></a> <a href="https://fosstodon.org/tags/guitar" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guitar</span></a> <a href="https://fosstodon.org/tags/visualization" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>visualization</span></a></p>
Karsten Schmidt<p>Added a customizable 2D vector field plot function for <a href="https://thi.ng/viz" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/viz</span><span class="invisible"></span></a>. Some example outputs attached, code examples forthcoming...</p><p><a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ThingUmbrella</span></a> <a href="https://mastodon.thi.ng/tags/DataViz" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DataViz</span></a> <a href="https://mastodon.thi.ng/tags/Visualization" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Visualization</span></a> <a href="https://mastodon.thi.ng/tags/Flowfield" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Flowfield</span></a> <a href="https://mastodon.thi.ng/tags/Vectors" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Vectors</span></a> <a href="https://mastodon.thi.ng/tags/SVG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SVG</span></a></p>

Cope and Drag — CnD — Lightweight Diagraming Language wins awards

“CnD’s design is driven by cognitive science principles that influence spatial reasoning, visualization, and diagramming. It combines this with a bottom-up analysis that distills patterns from dozens of actual custom visualizations, and finds the two come together nicely. The resulting language is small, uses minimal notation, and can be used incrementally.”

#BrownPLT #diagraming #visualization #OSS
cs.brown.edu/news/2025/07/16/b

cs.brown.edu · Brown University Programming Languages Team Receives ECOOP’s Distinguished Paper And Distinguished Artifact AwardsNew work (Cope and Drag, also known as CnD) from Brown PLT is a novel lightweight diagramming language. It’s just earned recognition at ECOOP 2025, receiving both a Distinguished Paper and a Distinguished Artifact Award.

There's a whole bunch of recent #ThingUmbrella updates which I still have to write about, but one of the things is the reworked, improved and more customizable optical flow (aka thi.ng/pixel-flow package). The visualization in this test video is showing it in action via color-coded overlaid flow field vectors (once again worst-case scenario for video compression, let's see how it comes out [or not...])

Winamp's visualization plugins transformed music listening into a psychedelic art form, with community created plugins like MilkDrop generating real time fractal animations synchronized to audio frequencies that became as important as the music itself for many users. Ryan Geiss's MilkDrop used sophisticated mathematical algorithms to convert audio spectrum data into flowing, morphing visual experiences, spawning entire communities dedicated to creating and sharing visualization presets with names like "Flexi's Mindblender" and "Unchained's Particle Storm." The plugin architecture exposed deep audio analysis capabilities, allowing developers to create everything from simple oscilloscopes to complex 3D environments that responded to bass drops, tempo changes, and harmonic content in ways that made every song feel like a unique light show. When Geiss open sourced MilkDrop in 2005, it led to ProjectM, a cross platform implementation that has kept the visualization dream alive across Linux, Android, and modern media players like VLC and Kodi. Today's streaming services prioritize convenience over customization, but projects like ProjectM prove there's still a hunger for the deeply personal audio visual experiences that made Winamp feel like a digital synesthesia machine.
#Winamp #MilkDrop #ProjectM #visualization #opensource

#programming #graphing #plotting #visualization #timeSeries #gnuplot #commonLisp #lisp #example screwlisp.small-web.org/progra
I could not even find my own previous articles and #demos of this online!

I used #uiop run-program to handle one specific case like

(gnuplot "bad title" '((1 2) (3 4)) '((5 6) (7 8)))
or equivalently,
(apply 'gnuplot "bad title" '(((1 2) (3 4)) ((5 6) (7 8))))

Do you personally have an example? I remember it being hard to dredge up gnuplot examples but this is beyond silly.