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:

270
active users

#releasetuesday

0 posts0 participants0 posts today
Karsten Schmidt<p><a href="https://mastodon.thi.ng/tags/ReleaseTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ReleaseTuesday</span></a> — New version of <a href="https://thi.ng/tsne" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/tsne</span><span class="invisible"></span></a> with ~15-20% better performance[1] due to avoiding repeated internal allocations and skipping gradient updates where unnecessary...</p><p>[1] Benchmarked with multiple datasets of ~750 items, each with 192 dimensions (now ~165ms @ MBA M1, 2020)...</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/TSNE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TSNE</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/ML" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ML</span></a> <a href="https://mastodon.thi.ng/tags/Cluster" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Cluster</span></a> <a href="https://mastodon.thi.ng/tags/TypeScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.thi.ng/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a></p>
Niklas Pivic<p>Three brand–new books that I want to read:</p><p>* Dan Nadel's 'Crumb: a Cartoonist's Life' - <a href="https://bookwyrm.social/book/1979532/s/crumb" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">bookwyrm.social/book/1979532/s</span><span class="invisible">/crumb</span></a></p><p>* Meghan Daum's 'The Catastrophe Hour: Selected Essays' - <a href="https://bookwyrm.social/book/1979529/s/the-catastrophe-hour" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">bookwyrm.social/book/1979529/s</span><span class="invisible">/the-catastrophe-hour</span></a></p><p>* Gabe Henry's 'Enough is Enuf: our Failed Attempts to Make English Eezier to Spell' - <a href="https://bookwyrm.social/book/1979534/s/enough-is-enuf" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">bookwyrm.social/book/1979534/s</span><span class="invisible">/enough-is-enuf</span></a></p><p><span class="h-card" translate="no"><a href="https://a.gup.pe/u/bookstodon" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>bookstodon</span></a></span> <a href="https://kolektiva.social/tags/books" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>books</span></a> <a href="https://kolektiva.social/tags/reading" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>reading</span></a> <a href="https://kolektiva.social/tags/ReleaseTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ReleaseTuesday</span></a> <a href="https://kolektiva.social/tags/BookTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BookTuesday</span></a> <a href="https://kolektiva.social/tags/DanNadel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>DanNadel</span></a> <a href="https://kolektiva.social/tags/RobertCrumb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RobertCrumb</span></a> <a href="https://kolektiva.social/tags/GabeHenry" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>GabeHenry</span></a> <a href="https://kolektiva.social/tags/MeghanDaum" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MeghanDaum</span></a></p>
Karsten Schmidt<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/ReleaseTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ReleaseTuesday</span></a>... New package (initial alpha release):</p><p><a href="https://thi.ng/block-fs" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/block-fs</span><span class="invisible"></span></a> provides highly customizable &amp; extensible block-based storage with an optional hierarchical filesystem layer. This is useful everywhere you might need virtual filesystem, though the storage providers can also be used without the filesystem layer (e.g. for <a href="https://mastodon.thi.ng/tags/Forth" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Forth</span></a>-style block data/editors).</p><p>The default configuration provides:</p><p>- arbitrarily nested directories<br>- filenames (UTF-8) of max. 31 bytes per directory level<br>- max. 32 owner IDs<br>- file locking<br>- creation/modification timestamps (64 bit)<br>- efficient append writes</p><p>Currently included storage providers: TypedArray-based in-memory and host filesystem based file storage (one block per file). More are planned (e.g. IndexedDB, remote endpoint)... </p><p>The readme is currently still lacking various diagrams to illustrate the filesystem internals. I will add those ASAP...</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/FileSystem" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FileSystem</span></a> <a href="https://mastodon.thi.ng/tags/VirtualFS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VirtualFS</span></a> <a href="https://mastodon.thi.ng/tags/BlockStorage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>BlockStorage</span></a></p>
Karsten Schmidt<p>Several rounds of updates later over the past few days (also in part thanks to some of the feedback received — thank you!), a new version of the thi.ng browser tool is up:</p><p><a href="https://demo.thi.ng/umbrella/thing-browser/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">demo.thi.ng/umbrella/thing-bro</span><span class="invisible">wser/</span></a></p><p>New features include:</p><p>- additional per-project/example links to API docs, live demos, source code<br>- for each tag only the top 10 related tags are shown now to avoid (well, minimize) cognitive overload<br>- dozens of tags have been pruned/merged/replaced (across dozens of package.json files, an ongoing process for the near future...)<br>- glossary/reference link additions<br>- CSS updates</p><p>Since this entire tool is also entirely made with <a href="https://thi.ng/umbrella" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/umbrella</span><span class="invisible"></span></a> packages, some of these features (e.g. the related tag ranking/sorting) has been implemented &amp; simplified via new additions to the <a href="https://thi.ng/transducers" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/transducers</span><span class="invisible"></span></a> package (e.g. the new `sortedFrequencies()` reducer function, just released). Please see the main repo readme (section: "Latest updates") for more...</p><p><a href="https://mastodon.thi.ng/tags/ReleaseTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ReleaseTuesday</span></a> <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/Discoverability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Discoverability</span></a> <a href="https://mastodon.thi.ng/tags/Exploration" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Exploration</span></a> <a href="https://mastodon.thi.ng/tags/FacetedSearch" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>FacetedSearch</span></a> <a href="https://mastodon.thi.ng/tags/Tagging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Tagging</span></a> <a href="https://mastodon.thi.ng/tags/Metadata" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Metadata</span></a> <a href="https://mastodon.thi.ng/tags/Documentation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Documentation</span></a> <a href="https://mastodon.thi.ng/tags/UI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>UI</span></a> <a href="https://mastodon.thi.ng/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a></p>
Karsten Schmidt<p>Updated the multi ridge-line plot example with more interactive/reactive controls to shape the test data (simplex noise) and also to demonstrate how the cursors/labels are using interpolated data (best visible in lower resolutions)... As another small aside, the "resolution" slider is configured to use exponential behavior, i.e. value changes on the LHS are smaller/slower than on the RHS...</p><p>The latest <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> update has also just been released, so you can "try it at home/work" too now...</p><p>Demo:<br><a href="https://demo.thi.ng/umbrella/viz-ridge-lines/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">demo.thi.ng/umbrella/viz-ridge</span><span class="invisible">-lines/</span></a></p><p>Commented source code:<br><a href="https://github.com/thi-ng/umbrella/blob/develop/examples/viz-ridge-lines/src/index.ts" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/thi-ng/umbrella/blo</span><span class="invisible">b/develop/examples/viz-ridge-lines/src/index.ts</span></a></p><p>cc/ <span class="h-card" translate="no"><a href="https://post.lurk.org/@computersandblues" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>computersandblues</span></a></span> </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/ReleaseTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ReleaseTuesday</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/AreaPlot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AreaPlot</span></a> <a href="https://mastodon.thi.ng/tags/SVG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SVG</span></a> <a href="https://mastodon.thi.ng/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.thi.ng/tags/TypeScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.thi.ng/tags/JavaScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>JavaScript</span></a></p>
Karsten Schmidt<p><a href="https://mastodon.thi.ng/tags/ReleaseTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ReleaseTuesday</span></a>: New major version (v3.0.0) of <a href="https://thi.ng/ksuid" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">thi.ng/ksuid</span><span class="invisible"></span></a>, a highly configurable KSUID &amp; ULID generator/parser...</p><p>Also did some updates to the main <a href="https://mastodon.thi.ng/tags/ThingUmbrella" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ThingUmbrella</span></a> readme &amp; contributing docs, still too long (I guess), but now with TOC, links to project templates, updated info &amp; fixed links...</p><p><a href="https://github.com/thi-ng/umbrella/blob/develop/README.md" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/thi-ng/umbrella/blo</span><span class="invisible">b/develop/README.md</span></a></p>
Karsten Schmidt<p><a href="https://mastodon.thi.ng/tags/ReleaseTuesday" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ReleaseTuesday</span></a> The first release cycle of 2023 has direct updates to 15 of the 177 packages, incl. 2 new packages and new features, additions &amp; bug fixes to others. Also various package readme updates. Please see the main readme in the mono-repo and change logs for each package for further details:</p><p><a href="https://github.com/thi-ng/umbrella/blob/develop/README.md#latest-updates" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/thi-ng/umbrella/blo</span><span class="invisible">b/develop/README.md#latest-updates</span></a></p><p>Happy coding! :)</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/TypeScript" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TypeScript</span></a></p>