fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#lsp

9 posts7 participants2 posts today
Aral Balkan<p>So it does look like the TypeScript language server has a limit of 4MB source size where it disables type checking (and actually shows an erroneous error stating that exports that exist in the file do not exist) for files that are imported but not open in the current workspace/session.</p><p>Still not sure if this is documented anywhere or not (haven’t been able to find it, if it is).</p><p>99.99999% of the time, unless you’re doing niche stuff like I am, you won’t run into this.</p><p>Workaround: should you have such a large file, e.g., with a large generated object, try and refactor to split it up into multiple files and rejoin it a separate file. The actual object size/memory usage isn’t the issue, it’s the file size.</p><p><a href="https://github.com/typescript-language-server/typescript-language-server/issues/951#issuecomment-2786000876" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/typescript-language</span><span class="invisible">-server/typescript-language-server/issues/951#issuecomment-2786000876</span></a></p><p><a href="https://mastodon.ar.al/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.ar.al/tags/max" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>max</span></a> <a href="https://mastodon.ar.al/tags/lines" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lines</span></a> <a href="https://mastodon.ar.al/tags/memory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memory</span></a> <a href="https://mastodon.ar.al/tags/constant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>constant</span></a> <a href="https://mastodon.ar.al/tags/object" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>object</span></a> <a href="https://mastodon.ar.al/tags/import" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>import</span></a> <a href="https://mastodon.ar.al/tags/bug" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bug</span></a> <a href="https://mastodon.ar.al/tags/issue" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>issue</span></a> <a href="https://mastodon.ar.al/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> <a href="https://mastodon.ar.al/tags/languageServer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>languageServer</span></a> <a href="https://mastodon.ar.al/tags/HelixEditor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HelixEditor</span></a> <a href="https://mastodon.ar.al/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a> <a href="https://mastodon.ar.al/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.ar.al/tags/microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microsoft</span></a> <a href="https://mastodon.ar.al/tags/workaround" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>workaround</span></a></p>
Cayetano Santos<p>The <a href="https://sigmoid.social/tags/guile" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guile</span></a> <a href="https://sigmoid.social/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a> server just landed to <a href="https://sigmoid.social/tags/guix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>guix</span></a>.</p><p><a href="https://codeberg.org/guix/guix-mirror/commit/ed325ce878" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/guix/guix-mirror/</span><span class="invisible">commit/ed325ce878</span></a></p><p> guix install guile-lsp-server</p><p>Happy hacking !</p>
Sam Lehman :nixos:<p>A big shortcoming of <a href="https://fosstodon.org/tags/Nix" class="mention hashtag" rel="tag">#<span>Nix</span></a> <a href="https://fosstodon.org/tags/devshells" class="mention hashtag" rel="tag">#<span>devshells</span></a> is that it&#39;s difficult to wrap <a href="https://fosstodon.org/tags/editor" class="mention hashtag" rel="tag">#<span>editor</span></a> &amp; <a href="https://fosstodon.org/tags/LSP" class="mention hashtag" rel="tag">#<span>LSP</span></a> configs for your project.</p><p>This is the number one thing I would want a <a href="https://fosstodon.org/tags/devshell" class="mention hashtag" rel="tag">#<span>devshell</span></a> for after installing dependencies, rendering them always inadequate/incomplete.</p>
Aral Balkan<p>Right, well, I can reproduce it with a simple example so I just filed a bug. Let’s see if it’s a known issue/limitation or what.</p><p><a href="https://github.com/typescript-language-server/typescript-language-server/issues/951" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/typescript-language</span><span class="invisible">-server/typescript-language-server/issues/951</span></a></p><p>Screen recording showing the issue:</p><p><a href="https://vimeo.com/1073284447?share=copy#t=0" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">vimeo.com/1073284447?share=cop</span><span class="invisible">y#t=0</span></a></p><p><a href="https://mastodon.ar.al/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.ar.al/tags/max" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>max</span></a> <a href="https://mastodon.ar.al/tags/lines" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lines</span></a> <a href="https://mastodon.ar.al/tags/memory" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>memory</span></a> <a href="https://mastodon.ar.al/tags/constant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>constant</span></a> <a href="https://mastodon.ar.al/tags/object" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>object</span></a> <a href="https://mastodon.ar.al/tags/import" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>import</span></a> <a href="https://mastodon.ar.al/tags/bug" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bug</span></a> <a href="https://mastodon.ar.al/tags/issue" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>issue</span></a> <a href="https://mastodon.ar.al/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> <a href="https://mastodon.ar.al/tags/languageServer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>languageServer</span></a> <a href="https://mastodon.ar.al/tags/HelixEditor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HelixEditor</span></a> <a href="https://mastodon.ar.al/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a> <a href="https://mastodon.ar.al/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://mastodon.ar.al/tags/microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>microsoft</span></a></p>
Aral Balkan<p>Hit an interesting limit in the TypeScript language server¹:</p><p>Looks like there’s a limit on the number of entries an object (constant) can have before the language server balks. Seems to hit it around 1,343.</p><p>(I’m generating an object for an icon library.)</p><p>Doesn’t appear to be related to file/memory size (breaking up the same number of entries into several objects works).</p><p>Anyone know what limitation exactly I’m hitting (if it’s documented somewhere?) Been searching but couldn’t find any reference to it.</p><p>¹ It’s definitely a language server limit as I tried in VSCode as well to rule out it being a limit in Helix Editor.</p><p><a href="https://mastodon.ar.al/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://mastodon.ar.al/tags/limit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>limit</span></a> <a href="https://mastodon.ar.al/tags/constant" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>constant</span></a> <a href="https://mastodon.ar.al/tags/object" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>object</span></a> <a href="https://mastodon.ar.al/tags/languageServer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>languageServer</span></a> <a href="https://mastodon.ar.al/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a></p>
iamreinder<p>I really like being able to add all the language server config in an “lsp” directory. My config is becoming simpler over time. <a href="https://mastodon.social/tags/neovim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>neovim</span></a> <a href="https://mastodon.social/tags/editor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>editor</span></a> <a href="https://mastodon.social/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a></p>
iamreinder<p>Neovim 0.11 came with built-in support for auto completion from language servers. And it has a new structure for configuring the language servers. It’s a really nice addition. It’s still missing some things the completion plugins provide. But there’s something really nice about not relying on plugins for everything. So for now, I try working without them. <a href="https://mastodon.social/tags/neovim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>neovim</span></a> <a href="https://mastodon.social/tags/editor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>editor</span></a> <a href="https://mastodon.social/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a></p>
Alejandro Baez<p>I been using <a href="https://fosstodon.org/tags/sqlfluff" class="mention hashtag" rel="tag">#<span>sqlfluff</span></a> as my <a href="https://fosstodon.org/tags/LSP" class="mention hashtag" rel="tag">#<span>LSP</span></a> for <a href="https://fosstodon.org/tags/postgres" class="mention hashtag" rel="tag">#<span>postgres</span></a>. 😅<br />It&#39;s safe to say, I should probably try this new one from Supabase. 😎</p><p>Although, sqlfluff can run without a connection. And has sqlite as a dialect. 😎</p><p><a href="https://supabase.com/blog/postgres-language-server" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="ellipsis">supabase.com/blog/postgres-lan</span><span class="invisible">guage-server</span></a></p>
Grigory Shepelev<p>Packed <a href="https://fosstodon.org/tags/commonlisp" class="mention hashtag" rel="tag">#<span>commonlisp</span></a> <a href="https://fosstodon.org/tags/lsp" class="mention hashtag" rel="tag">#<span>lsp</span></a> in <a href="https://fosstodon.org/tags/guix" class="mention hashtag" rel="tag">#<span>guix</span></a>. Sent patch</p><p><a href="https://patchwise.org/77453" target="_blank" rel="nofollow noopener noreferrer" translate="no"><span class="invisible">https://</span><span class="">patchwise.org/77453</span><span class="invisible"></span></a></p>
shom ✊🏽🐧📷🤿🏔️🪚<p>Hey language/IDE nerds, check out <a href="https://bablr.org/" rel="nofollow noopener noreferrer" target="_blank">Bablr-lang</a> by <span class="h-card"><a href="https://fosstodon.org/@stirlhoss" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>stirlhoss</span></a></span>, I resonate with the mission</p><blockquote><p>The BABLR organization's mission is to build a new ecosystem of next-generation developer tools to radically raise computer code literacy around the world. It aims to do this by creating a common "math-y" system for representing code to that unlocks new coding workflows for all developers while changing the way that language and tooling authors collaborate to deliver rich IDE functionality.</p></blockquote><p>A lot of the specifics are a beyond my pay-grade but <a href="https://gts.shom.dev/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> and <a href="https://gts.shom.dev/tags/treesitter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>treesitter</span></a> have really moved the needle in this space and I think innovation is better than a mono-culture. Love that people are making cool things, <a href="https://gts.shom.dev/tags/bablr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bablr</span></a>!</p>
sonota486<p>Rubyで簡単な言語サーバーを書いてみた(VSCode版) <a href="https://ruby.social/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> - Qiita<br><a href="https://qiita.com/sonota88/items/9f7d665736f89b4d4fb3" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">qiita.com/sonota88/items/9f7d6</span><span class="invisible">65736f89b4d4fb3</span></a></p><p>書きました。前回の Emacs + Eglot 版とほぼ同じ内容です。</p><p><a href="https://ruby.social/tags/ruby" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ruby</span></a></p>
Benny Powers 🇮🇱🦁<p><a href="https://social.bennypowers.com/tags/neovim" rel="nofollow noopener noreferrer" target="_blank">#neovim</a><span> 0.11 (released this week) introduces some nice convenience features for </span><a href="https://social.bennypowers.com/tags/lsp" rel="nofollow noopener noreferrer" target="_blank">#lsp</a><span> users - you can drop an LSP config into </span><code>~/.config/nvim/lsp/*.lua</code><span> and if you call </span><code>vim.lsp.enable</code><span> with a table of LSP names, neovim will pick up your configs on startup. <br><br>What this means is that we can get rid of </span><code>nvim-lspconfig</code><span> and </span><code>mason-lspconfig</code><span>, simplifying and rationalizing config significantly</span></p>
spnw<p><a href="https://gts.plexwave.org/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a> mode w/ <a href="https://gts.plexwave.org/tags/eglot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Eglot</span></a> is perhaps the nicest dev experience I've had with any non-Lisp language. Largely because it runs zig fmt on every save, and zig fmt is awesome.<br><br><a href="https://gts.plexwave.org/tags/ziglang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ziglang</span></a> <a href="https://gts.plexwave.org/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> <a href="https://gts.plexwave.org/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a></p>
data0<p><span class="h-card" translate="no"><a href="https://lazybear.social/@hyde" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hyde</span></a></span> I've been using it for an hour and couldn't find any problems. As I understand it, the <a href="https://indieweb.social/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> changes only provide additional interfaces and don't breaking existing ones. They are not aimed at making nvim-lspconfig obsolete either. It's just some plumbing moved to core, so that nvim-lspconfig can really be just about config. Which makes a lot of sense, because while it's gotten easier to manually set up LSPs in v0.11, it still a good idea to pool configs in a plugin. <a href="https://indieweb.social/tags/neovim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>neovim</span></a></p>
(λ. borkdude)<p>Nice LSP feature I just learned about from Eric Dallo:</p><p>lsp-signature-activate (in emacs lsp-mode), it shows the arg names and docstrings of a function you're currently calling inline</p><p><a href="https://mastodon.social/tags/clojure" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>clojure</span></a> <a href="https://mastodon.social/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a> <a href="https://mastodon.social/tags/cljKondo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cljKondo</span></a></p>
Fred<p><span class="h-card" translate="no"><a href="https://fem.social/@bobidle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bobidle</span></a></span> Also aktiv, meinst du, und nicht nur mit einem automatisiert verschickten Crashdump und einer Zeile Fehlerbeschreibung dazu?</p><p>Mmh, zuletzt wäre das dann vermutlich mein MR vor 8 Monaten für <a href="https://ruhr.social/tags/KDE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KDE</span></a> <a href="https://ruhr.social/tags/Kate" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kate</span></a>, um den <a href="https://ruhr.social/tags/Typst" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Typst</span></a> <a href="https://ruhr.social/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> hinzuzufügen. (Ist das echt schon so lange her? Uff, vielleicht sollte ich mal prüfen, ob der überhaupt noch funktioniert und sich nicht in der Zwischenzeit etwas grundlegendes geändert hat.)</p>
Shini92 :ablobblewobble:<p><span class="h-card" translate="no"><a href="https://social.ayco.io/@ayo" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ayo</span></a></span> Absolutely crushed by <a href="https://mas.to/tags/Vue" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Vue</span></a> <a href="https://mas.to/tags/Amsterdam" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Amsterdam</span></a> 🤯<br>But now I got energy again to tackle <a href="https://mas.to/tags/hsml" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hsml</span></a> (I created a first PoC 2 years ago)<br>However that means I need to learn how to write an <a href="https://mas.to/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a> 😳</p>
Areskul<p>An <a href="https://mastodon.social/tags/lsp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lsp</span></a> is background process that lints your code,<br>report errors, give autocompletion and thus for every languages.</p><p>And guess what there even is an lsp to fix my messy grammar! 😁</p><p><span class="h-card" translate="no"><a href="https://lazybear.social/@hyde" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hyde</span></a></span> you are fired! 😈</p><p><a href="https://mastodon.social/tags/vim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vim</span></a> <a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://mastodon.social/tags/developers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>developers</span></a></p><p><a href="https://medium.com/@Erik_Krieg/free-and-open-source-grammar-correction-in-neovim-using-ltex-and-n-grams-dea9d10bc964" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">medium.com/@Erik_Krieg/free-an</span><span class="invisible">d-open-source-grammar-correction-in-neovim-using-ltex-and-n-grams-dea9d10bc964</span></a></p>
OptimusPrimeBot<p>SPHEREx/PUNCH Booster Landing </p><p><a href="https://mastodon.online/tags/AstrotechSpaceOperations" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AstrotechSpaceOperations</span></a> <a href="https://mastodon.online/tags/EpochofReionizationandIcesExplorer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpochofReionizationandIcesExplorer</span></a> <a href="https://mastodon.online/tags/KSC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KSC</span></a> <a href="https://mastodon.online/tags/KennedySpaceCenter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KennedySpaceCenter</span></a> <a href="https://mastodon.online/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> <a href="https://mastodon.online/tags/LaunchServicesProgram" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LaunchServicesProgram</span></a> <a href="https://mastodon.online/tags/NASA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NASA</span></a> <a href="https://mastodon.online/tags/NationalAeronauticalandSpaceAdministration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NationalAeronauticalandSpaceAdministration</span></a> </p><p>⏩ 6 new pictures from NASA (Image Library) <a href="https://commons.wikimedia.org/wiki/Special:ListFiles?limit=6&amp;user=OptimusPrimeBot&amp;ilshowall=1&amp;offset=20250313010131" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">commons.wikimedia.org/wiki/Spe</span><span class="invisible">cial:ListFiles?limit=6&amp;user=OptimusPrimeBot&amp;ilshowall=1&amp;offset=20250313010131</span></a></p>
OptimusPrimeBot<p>SPHEREx/PUNCH Rocket Vertical </p><p><a href="https://mastodon.online/tags/AstrotechSpaceOperations" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AstrotechSpaceOperations</span></a> <a href="https://mastodon.online/tags/EpochofReionizationandIcesExplorer" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>EpochofReionizationandIcesExplorer</span></a> <a href="https://mastodon.online/tags/KSC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KSC</span></a> <a href="https://mastodon.online/tags/KennedySpaceCenter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>KennedySpaceCenter</span></a> <a href="https://mastodon.online/tags/LSP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LSP</span></a> <a href="https://mastodon.online/tags/LaunchServicesProgram" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LaunchServicesProgram</span></a> <a href="https://mastodon.online/tags/NASA" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NASA</span></a> <a href="https://mastodon.online/tags/NationalAeronauticalandSpaceAdministration" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NationalAeronauticalandSpaceAdministration</span></a> </p><p>⏩ 5 new pictures from NASA (Image Library) <a href="https://commons.wikimedia.org/wiki/Special:ListFiles?limit=5&amp;user=OptimusPrimeBot&amp;ilshowall=1&amp;offset=20250309010703" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">commons.wikimedia.org/wiki/Spe</span><span class="invisible">cial:ListFiles?limit=5&amp;user=OptimusPrimeBot&amp;ilshowall=1&amp;offset=20250309010703</span></a></p>