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:

253
active users

#changelog

0 posts0 participants0 posts today
Hazelnoot<p></p> <b>Sharkey 2025.4.3 has been released!</b> <span><br>Hi friends! Yesterday we released a minor update to Sharkey with a bunch of important bug fixes, many optimizations, and several new features. </span><b>We strongly recommend that all 2025.4.2 instances update to this version, as the prior release includes serious bugs.</b><span> Instances running older versions should also make plans to update, as this release includes (minor) security fixes.<br><br>Here's a quick summary of the changes. As usual, changes are loosely grouped by category and the "[MK]" suffix means that a particular change was inherited from Misskey.<br><br></span><b>Security fixes:</b><span><br>- Prevent remote instances from interacting with local-only posts<br>- Fix user-list WebSocket channel missing authentication<br>- Harden </span><code>getApId</code><span> against type confusion<br>- Harden </span><code>resolveLocal</code><span> against local URLs to remote content<br>- Add </span><code>X-Robots-Tag</code><span> to protect the API from being abused for SEO manipulation<br>- Fix user charts leaking follower counts<br>- Fix backend crash when processing SVG images that contain text on systems that do not have any fonts installed<br><br></span><b>Performance improvements:</b><span><br>- Optimize videos for web playback<br>- Optimize all queries by disabling TypeORM Redis cache<br>- Optimize Mastodon API note conversion by fetching less additional data<br>- Optimize instance blocks / silences by avoiding O(n^2) string comparison loops<br>- Optimize instance blocks / silences by defining custom database statistics<br>- Optimize most queries by replacing </span><code>WHERE (NOT) IN</code> with <code>WHERE (NOT) EXISTS</code><span><br>- Optimize timeline endpoints by ommitting unnecessary calls to </span><code>nextTick</code><span><br>- Optimize timeline endpoints by using </span><code>nextTick</code><span> to defer user status updates<br>- Optimize timeline endpoints by ommitting unnecessary calls to </span><code>generateVisibilityQuery</code><span><br>- Optimize timeline endpoints by ommitting unnecessary calls to </span><code>userFollowingsCache.fetch</code><span><br>- Optimize timeline endpoints by loading followings in parallel with the main fetch query<br>- Optimize timeline endpoints by adding covering indexes<br>- Optimize timeline endpoints by loading everything in parallel<br>- Optimize timeline endpoints by populating relations on fallback note fetches<br>- Optimize timeline endpoints by de-duplicating the list of notes/users to pack<br>- Optimize timeline endpoints by re-using fetched notes when recursing to reply/renote<br>- Optimize timeline endpoints by avoiding N+1 queries for visibility checks<br>- Optimize timeline endpoints by avoiding N+1 queries for polls<br>- Optimize timeline endpoints by avoiding N+1 queries for channel notes<br>- Optimize websocket connections by caching muted instance metadata<br>- Optimize reports UI by inlining the referenced users / instances into the response<br>- Optimize URL previews by caching alias URLs and bailing earlier<br>- Optimize URL previews by adding an index over </span><code>note.url</code><span><br>- Optimize most backend operations by replacing Redis caches with Quantum caches (Memory caches w/ synchronization IPC)<br>- Optimize many backend operations by replacing N+1 cache updates with single-op bulk updates<br>- Optimize many backend operations by caching user followers<br>- Optimize many backend operations by caching hibernation status separate from following / follower relations<br>- Optimize HTML routines by consolidating multiple different HTML/XML/RSS libraries to just use Cheerio<br><br></span><b>Settings / preference fixes:</b><span><br>- Fix "show soft-muted word" setting not working<br>- Fix folders not working in mute/block settings<br>- Fix missing custom search engine setting<br>- Fix missing Tossface icons setting<br>- Fix font size setting not saving to profile<br>- Fix use system font setting not saving to profile<br>- Fix corner radius setting not saving to profile<br>- Fix language setting not saving to profile<br>- Fix custom CSS setting not saving to profile<br>- Fix "never show again" buttons not working<br>- Fix several bugs in the preference migration logic<br><br></span><b>Other bug fixes:</b><span><br>- Fix migration to avoid failures when an index doesn't exist<br>- Fix errors on instance / user lists caused by chart API rate limit<br>- Fix broken icon alignment<br>- Fix some icons showing in wrong icon font<br>- Fix "would you like to reload" message showing ok/cancel instead of yes/no buttons<br>- Fix discord previews still showing CWed content in some cases<br>- Fix DeepLX translation not working<br>- Fix missing instance banner<br>- Fix timeline dropping / skipping notes<br>- Fix missing space between notes and ads<br>- Fix bubble timeline returning wrong notes under certain conditions<br>- Fix bubble timeline not returning any results<br>- Fix quotes with only a poll being counted as boosts<br>- Fix many logic errors in query helper functions<br>- Fix </span><code>withRenotes</code><span> not working in some timelines<br>- Fix mentions tab, following feed, and antenna timeline not marking the current user as active<br>- Fix inconsistent block, mute, and silence behavior between different timelines and views<br>- Fix potential error when using the local or global timeline channels when not logged in<br>- Fix broken note embeddings when a page references more notes than the rate limit of </span><code>notes/show</code><span> endpoint<br>- Fix duplicate URL previews when a URL is repeated in the note<br>- Fix missing URL previews when the note has more URLs than the </span><code>/url</code><span> rate limit<br>- Fix note actions toolbar overflowing the screen on mobile<br>- Fix URL previews trying to render links to profiles as notes<br>- Fix delayed user/setting updates and moderation actions in instances running with multiple processes<br>- Fix spacer CSS not working reliably on Firefox<br>- Fix hard-muted notes leaving an extra-wide spacer in the timeline<br>- Fix "defederate" rocket icon using the wrong color<br>- Fix S3 errors resulting in silent loss of data<br>- Fix empty HTML nodes converting to invalid MFM markup<br>- Fix stray "RN:" suffix when viewing a note in detail<br>- Fix "reply" indicator showing on its own line<br>- Fix user suspension permanently severing follow relations<br>- Fix notifications not grouping when a different notification happens in between<br>- Fix frontend occasionally rendering boosts as quotes<br><br></span><b>New features and general improvements:</b><span><br>- Allow unauthenticated (guest or logged-out) users to translate notes<br>- Increase default max upload size<br>- Add </span><code>unixtime</code><span> to the MFM cheatsheet<br>- Overhaul trending polls<br>- Implement support for Mastodon's Link Attributions<br>- Add option to prefix reply CWs with "RE:"<br>- Improve Thai localization<br>- Automatically select the first page of reactions when viewing reactions to a post, saving a click<br><br></span><b>Moderation improvements:</b><span><br>- Restructure instance admin screen to look like user admin<br>- Remove vertical height limit on collapisble sections in the reports UI<br>- Add date separation to the reports UI<br>- Display inline instance info in the reports UI<br>- Show signup reason on admin-user<br>- Widen admin user/instance screens to avoid scrolling the tab bar<br><br></span><b>Administration improvements:</b><span><br>- Show raw AP representation on user admin screen<br>- Fix abuse reports being sent to the wrong admin email<br><br></span><b>Sysadmin improvements:</b><span><br>- Log configuration file paths for debugging<br>- Show detailed errors when a configuration file can't be loaded<br>- Add </span><code>MK_HIDE_WORKER_ID</code><span> environment option to exclude worker ID from logs<br>- Increase indent in logging to improve column alignment<br>- Add </span><code>slowQueryThreshold</code><span> setting to configure the "query is slow" warning<br>- Fix TypeORM errors being hidden<br>- Cleanup logging to avoid spam and provide more useful info<br>- Add additional logging for unexpected exits and crashes<br><br></span><b>Federation fixes and improvements:</b><span><br>- Allow fragments in AP object IDs<br>- Fix errors when an incoming activity has missing or invalid actor<br>- Accept following, followers, and pinned notes collections that are inlined into the actor<br>- Implement support for fep-044f "Mastodon" quotes<br>- Implement support for fep-e232 "object tag" quotes<br>- Fix boosts federating as quotes<br><br></span><b>Removed features:</b><span><br>- Remove unsupported legacy implementation of includeMyRenotes, includeRenotedMyNotes, and includeLocalRenotes<br>- Remove uncaught exception handler that could potentially corrupt application state<br><br>Thanks for reading, and I hope you enjoy the update! Please let me know what you think, and especially tell me if you find any new bugs! Thanks for Sharking with us~<br><br></span><a href="https://enby.life/tags/Sharkey" rel="nofollow noopener" target="_blank">#Sharkey</a> <a href="https://enby.life/tags/SharkeyAdmins" rel="nofollow noopener" target="_blank">#SharkeyAdmins</a> <a href="https://enby.life/tags/FediAdmins" rel="nofollow noopener" target="_blank">#FediAdmins</a> <a href="https://enby.life/tags/Changelog" rel="nofollow noopener" target="_blank">#Changelog</a> <a href="https://enby.life/tags/Announcement" rel="nofollow noopener" target="_blank">#Announcement</a><p></p>
Inautilo<p><a href="https://mastodon.social/tags/Business" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Business</span></a> <a href="https://mastodon.social/tags/Inspirations" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Inspirations</span></a><br>Your website could use a changelog · A way to chart your creative journey and track progress <a href="https://ilo.im/1641kh" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/1641kh</span><span class="invisible"></span></a></p><p>_____<br><a href="https://mastodon.social/tags/Changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Changelog</span></a> <a href="https://mastodon.social/tags/Project" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Project</span></a> <a href="https://mastodon.social/tags/SideProject" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SideProject</span></a> <a href="https://mastodon.social/tags/Content" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Content</span></a> <a href="https://mastodon.social/tags/Website" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Website</span></a> <a href="https://mastodon.social/tags/Blog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Blog</span></a> <a href="https://mastodon.social/tags/Design" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Design</span></a> <a href="https://mastodon.social/tags/WebDesign" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDesign</span></a> <a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a></p>
Ashur Cabrera<p>📝 <a href="https://front-end.social/tags/CHANGELOG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CHANGELOG</span></a></p><p>Added a proper Subscribe page, and inducted Reeder into the single-click to subscribe crew</p><p>(P.S. I’d love to add more feed reader apps with URL schemes if they’re out there! ☺️)</p><p><a href="https://multiline.co/mment/subscribe/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">multiline.co/mment/subscribe/</span><span class="invisible"></span></a></p>
MastoDeck<p>A few updates to <span class="h-card" translate="no"><a href="https://mastodon.social/@mastodeck" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>mastodeck</span></a></span> <a href="https://mastodon.social/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a></p><p>- New: Native share button in supporting browsers<br>- New: Preview of the message before liking or reblogging<br>- Fixed: Undo liking and reblogging actions<br>- Updated: Text size increased in mobile screens<br>- Updated: Preview of the message when replying</p>
alpharee<p>universe changelog.</p><p><a href="https://mastodon.social/tags/lol" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>lol</span></a> <a href="https://mastodon.social/tags/universe" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>universe</span></a> <a href="https://mastodon.social/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/politics" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>politics</span></a> <a href="https://mastodon.social/tags/trump" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>trump</span></a> <a href="https://mastodon.social/tags/maga" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>maga</span></a> <a href="https://mastodon.social/tags/intelligence" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>intelligence</span></a> <a href="https://mastodon.social/tags/tariffs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tariffs</span></a> <a href="https://mastodon.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> <a href="https://mastodon.social/tags/github" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>github</span></a> <a href="https://mastodon.social/tags/rollback" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rollback</span></a> <a href="https://mastodon.social/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a></p>
Roni Laukkarinen<p>I've been logging everything I do in a personal CHANGELOG.md in <span class="h-card" translate="no"><a href="https://mas.to/@obsidian" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>obsidian</span></a></span> since January, and I absolutely love it.</p><p>Every day I add something to the list, and it makes me feel like I'm achieving something. This is an important part of recovering from feelings of inadequacy and workaholic tendencies.</p><p><a href="https://mementomori.social/tags/Changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Changelog</span></a> <a href="https://mementomori.social/tags/Life" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Life</span></a> <a href="https://mementomori.social/tags/Logging" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Logging</span></a> <a href="https://mementomori.social/tags/Obsidian" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Obsidian</span></a> <a href="https://mementomori.social/tags/Notes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Notes</span></a> <a href="https://mementomori.social/tags/NoteTaking" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NoteTaking</span></a> <a href="https://mementomori.social/tags/Writing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Writing</span></a></p>
Nitrux :mastodon:<p>Today is the day! — Nitrux 3.9.1 "mk" is available to download — <a href="https://nxos.org" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">nxos.org</span><span class="invisible"></span></a></p><p>We are pleased to announce the launch of Nitrux 3.9.1. This new version combines the latest software updates, bug fixes, performance improvements, and ready-to-use hardware support.</p><p>Nitrux 3.9.1 is available immediately.</p><p>Changelog: <a href="https://nxos.org/changelog/release-announcement-nitrux-3-9-1/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">nxos.org/changelog/release-ann</span><span class="invisible">ouncement-nitrux-3-9-1/</span></a></p><p><a href="https://mastodon.cloud/tags/Nitrux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Nitrux</span></a> <a href="https://mastodon.cloud/tags/Release" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Release</span></a> <a href="https://mastodon.cloud/tags/News" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>News</span></a> <a href="https://mastodon.cloud/tags/Changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Changelog</span></a> <a href="https://mastodon.cloud/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.cloud/tags/MauiKit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MauiKit</span></a> <a href="https://mastodon.cloud/tags/AppImage" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AppImage</span></a></p>
Hugo van Kemenade<p>Just released: blurb 1.3.0 🚀</p><p>blurb is the CLI we use for managing CPython's news/changelog entries.</p><p>🗞️ Add support for Python 3.13</p><p>🗞️ Drop support for Python 3.8</p><p>🗞️ Generate digital attestations for PyPI (PEP 740)</p><p>🗞️ Allow running blurb test from blurb-* directories by</p><p>🗞️ Add version subcommand</p><p>🗞️ Generate __version__ at build to avoid slow importlib.metadata</p><p><a href="https://pypi.org/project/blurb/1.3.0/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">pypi.org/project/blurb/1.3.0/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://mastodon.social/tags/CPython" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CPython</span></a> <a href="https://mastodon.social/tags/blurb" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>blurb</span></a> <a href="https://mastodon.social/tags/release" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>release</span></a> <a href="https://mastodon.social/tags/CLI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CLI</span></a> <a href="https://mastodon.social/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a> <a href="https://mastodon.social/tags/news" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>news</span></a> <a href="https://mastodon.social/tags/PEP740" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PEP740</span></a> <a href="https://mastodon.social/tags/Python313" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python313</span></a> <a href="https://mastodon.social/tags/Python38" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python38</span></a></p>
LeineLab<p>Gestern haben wir unseren Bankomat gesprengt, ähh, aufgebohrt. Es gibt jetzt neue Taster für den Gäste-Tag und "Karte kaufen" ist jetzt nicht nur auf dem Keypad. Zudem heißt der Gerät jetzt ScheineLab und es wurde spezifiziert, dass ihr nicht mit eurer Bankkarte bezahlen könnt ;)<br><a href="https://chaos.social/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a></p>
Venya (he/him/dude) 🇺🇦<p>I enjoy the <a href="https://musicians.today/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a> entries from<br><span class="h-card" translate="no"><a href="https://mastodon.world/@signalapp" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>signalapp</span></a></span> </p><p><a href="https://musicians.today/tags/signal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>signal</span></a></p>
Ash does blog<p>Changelog 2023-26 – a summer christmas</p><p><a href="https://press.ash.ms/2023/12/26/changelog-2023-26-a-summer-christmas/" rel="nofollow noopener" target="_blank">https://press.ash.ms/2023/12/26/changelog-2023-26-a-summer-christmas/</a></p>
Changelog<p>🎉 Our last podcast of the year! 🎉</p><p>Don't miss our 6th annual year-end wrap-up! </p><p>This episode features 12 (!) listener voice mails, our favorite episodes of the year &amp; some *insanely* cool Breakmaster Cylinder beats made just for the occasion 🎶</p><p>Thanks for listening, friends! 💚</p><p><a href="https://changelog.social/tags/podcast" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>podcast</span></a> <a href="https://changelog.social/tags/software" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>software</span></a> <a href="https://changelog.social/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://changelog.social/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a></p><p>🎧 <a href="https://changelog.fm/571" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">changelog.fm/571</span><span class="invisible"></span></a></p>
Venya (he/him/dude) 🇺🇦<p>challenge accepted, <a href="https://musicians.today/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a></p>
Paolo Melchiorre<p>Python Markdown 3.5 has been released last week 🎉</p><p>It adds support for Python 3.12 🐍</p><p>I also contributed for the first time to this package with a minor enhancement in the TOC extension ✨</p><p>Changelog 👇<br><a href="https://python-markdown.github.io/changelog/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">python-markdown.github.io/chan</span><span class="invisible">gelog/</span></a></p><p><a href="https://fosstodon.org/tags/python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>python</span></a> <a href="https://fosstodon.org/tags/makdown" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>makdown</span></a> <a href="https://fosstodon.org/tags/release" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>release</span></a> <a href="https://fosstodon.org/tags/toc" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>toc</span></a> <a href="https://fosstodon.org/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a></p>
0xMRTT :ablobcool:<p><a href="https://mstdn.social/tags/Gradience" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Gradience</span></a> 0.8.0-beta1 has been released with:<br>- Shell Theming <br>- Keyboard Shortcuts<br>- Ability to switch between GitHub and JsDelivr for Presets<br>- More plugins (Mailspring and Qt5ct)<br>- Improved Icons and UI</p><p>Thanks everyone who made this possible!! <span class="h-card" translate="no"><a href="https://social.linux.pizza/@GradienceTeam" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>GradienceTeam</span></a></span> <span class="h-card" translate="no"><a href="https://mstdn.social/@Daudix" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>Daudix</span></a></span>, tfuxu, all contributors and translators!!</p><p>Check the <a href="https://mstdn.social/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a> on <a href="https://github.com/GradienceTeam/Gradience/releases/tag/0.8.0-beta1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/GradienceTeam/Gradi</span><span class="invisible">ence/releases/tag/0.8.0-beta1</span></a></p>
Hobson Lane<p>A hidden gem in this week's <a href="https://mstdn.social/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a> <a href="https://mstdn.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OpenSource</span></a> podcast is that <a href="https://mstdn.social/tags/hackers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hackers</span></a> are exploiting <a href="https://mstdn.social/tags/ChatGPT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ChatGPT</span></a>'s <a href="https://mstdn.social/tags/hallucination" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hallucination</span></a> by creating malicious software packages that <a href="https://mstdn.social/tags/namesquat" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>namesquat</span></a> the garbage links that <a href="https://mstdn.social/tags/LLMs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LLMs</span></a> spit out. Beware of code and references from <a href="https://mstdn.social/tags/LLMs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LLMs</span></a>.<br>And of course this episode is chockers with <a href="https://mstdn.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://mstdn.social/tags/CommandLine" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CommandLine</span></a> tips from a brilliant educator: "Efficient Linux at the CLI"<br><a href="https://changelog.fm/547" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">changelog.fm/547</span><span class="invisible"></span></a></p>
MastoMetrics<p>Status overview improvements:<br>+ You can now order by 'Top posts' and 'Most boosted'<br>+ Replies are now excluded by default<br>+ You can adjust settings to include replies</p><p><a href="https://mas.to/tags/changelog" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>changelog</span></a></p>