pawb.fun is one of the many independent Mastodon servers you can use to participate in the fediverse.
This instance aimed at any and all within the furry fandom, though anyone is welcome! We're friendly towards members of the LGBTQ+ community and aiming to offer a safe space for our users.

Server stats:

306
active users

#vscodium

0 posts0 participants0 posts today
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://uddannelse.social/@mosgaard" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mosgaard</span></a></span> <span class="h-card" translate="no"><a href="https://mstdn.social/@amadeus" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>amadeus</span></a></span> if you just want distraction-free editing, you may want to look at <a href="https://infosec.space/tags/VScodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VScodium</span></a> [1], <a href="https://infosec.space/tags/neovim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>neovim</span></a> [2] <a href="https://www.youtube.com/watch?v=c4OyfL5o7DU" rel="nofollow noopener noreferrer" target="_blank">or</a> even <a href="https://infosec.space/tags/NvChad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NvChad</span></a> [3] for editing depending on how you feel like and what suits you best.</p><ul><li>I recommend <a href="https://www.youtube.com/watch?v=-MXwHMHfF8k" rel="nofollow noopener noreferrer" target="_blank">using</a> <a href="https://infosec.space/tags/Markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Markdown</span></a> for Text <em>until you want to turn it into something printable (unless you know <a href="https://infosec.space/tags/LaTeX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LaTeX</span></a>)</em>, but noone's gonna judge you if you prefer <span class="h-card" translate="no"><a href="https://fosstodon.org/@libreoffice" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>libreoffice</span></a></span> to get a script written.</li></ul> <p>If you want or need to switch computers rather often, consider buying a SATA (or NVMe) - SSD with DRAM-Cache and a matching external enclosure and install your <a href="https://infosec.space/tags/distro" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>distro</span></a> of choice on that instead, as unlike <a href="https://infosec.space/tags/Windows" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Windows</span></a>, basically all <a href="https://infosec.space/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> distros allow installations on external drives.<br>-Don't forget to use <a href="https://infosec.space/tags/FullDiskEncryption" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FullDiskEncryption</span></a>!</p> <p>If you need to share your work with others or sync it across devices, consider <span class="h-card" translate="no"><a href="https://mastodon.xyz/@nextcloud" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>nextcloud</span></a></span> / <a href="https://infosec.space/tags/nextcloud" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nextcloud</span></a>. </p><ul><li>If you don't have any admin already in your organization.<em>and</em> it's permissible but you don't want to setup your own, consider <span class="h-card" translate="no"><a href="https://monocles.social/@monocles" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>monocles</span></a></span> / <a href="https://infosec.space/tags/monoclesOcean" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>monoclesOcean</span></a> and <span class="h-card" translate="no"><a href="https://mstdn.social/@Stuxhost" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Stuxhost</span></a></span> for a fully-managed Nextcloud at reasonable prices. </li></ul> <p>As for <a href="https://infosec.space/tags/audio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>audio</span></a> I'm shure you know <a href="https://infosec.space/tags/audacity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>audacity</span></a> and <a href="https://infosec.space/tags/LMMS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LMMS</span></a>... </p> <p>If you use the terminal rather often, consider setting up <a href="https://github.com/kkarhan/misc-scripts/blob/master/bash/.bash_aliases" rel="nofollow noopener noreferrer" target="_blank">some nifty aliases</a> to make things faster.</p><ul><li>For example if you want to just check if something is reachable, i.e. internet / network connection works, consider adding <code>function isup() { ping -a -b -c 1 -D "$@"; }</code> to your <code>.bash_aliases</code> file in your <code>$HOME</code> directory so if you use i.e. <code>isup duckduckgo.com</code> it'll do a single run of <code>ping</code> to reach said domain/FQDN/IP...</li></ul> <p>But the final <a href="https://infosec.space/tags/ProTip" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProTip</span></a> I can give you is to <a href="https://infosec.space/tags/backup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>backup</span></a> your <code>$HOME</code>-directory under <code>/home/yourusername</code> because in it's hidden subdirectories, espechally <code>$HOME/.config/</code> are usually all the settings for your applications stored so in case you need to setup a new machine or restore one from backups, this is where all the minor changes of yours to make your system work best for you are being stored.</p><ul><li><p>You may need to press <code>Ctrl+H</code> IN THE File Manager to see hidden files.</p></li><li><p>For backups, tools like <a href="https://infosec.space/tags/D%C3%A9j%C3%A0Dup" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DéjàDup</span></a> make it easy to setup, backup and restore your files as you want or need, including encryption and deduplication.</p></li></ul> <p>I hope that'll help you not only get started but also get the maximum efficiency out of your distro as a creative tool without fuss.</p><p>-<a href="https://vscodium.com/" rel="nofollow noopener noreferrer" target="_blank">1</a><br>-<a href="https://neovim.io/" rel="nofollow noopener noreferrer" target="_blank">2</a></p><ul><li><a href="https://nvchad.com/" rel="nofollow noopener noreferrer" target="_blank">3</a></li></ul>
Fabio Pani<p>Apparently, <a href="https://mastodon.opencloud.lu/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> 1.98.0 is introducing <a href="https://mastodon.opencloud.lu/tags/Copilot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Copilot</span></a> [CrapPilot] just like <a href="https://mastodon.opencloud.lu/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a>: WTF!<br>Downgrading to previous release, not upgrading for now.</p>
LibreCan<p>Hablemos de <a href="https://mastodon.social/tags/SoftwareLibre" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareLibre</span></a> <br>Much@s usan y/o conocen Visual Studio Code pero lo que no saben es que <a href="https://mastodon.social/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a> no es libre. Sus binarios contienen código privativo de Microsoft y además vienen con telemetría y, ahora también, con Copilot.</p><p>Queremos presentaros <a href="https://mastodon.social/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> que hace lo mismo pero mejor porque es completamente libre y sin las porquerías de <a href="https://mastodon.social/tags/Microsoft" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Microsoft</span></a> Los que uséis VSCode echadle un vistazo que seguro que no lo vais a lamentar<br><a href="https://vscodium.com/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">vscodium.com/</span><span class="invisible"></span></a> </p><p><a href="https://mastodon.social/tags/editores" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>editores</span></a> <a href="https://mastodon.social/tags/programacion" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programacion</span></a></p>
Adam<p>Fix Missing Page Numbers in Markdown PDF for VSCodium</p><p>Apply this simple solution to restoring page number and total pages in exported PDFs when using the extension Markdown PDF for VSCodium/VSCode.</p><p><a href="https://www.adamsdesk.com/posts/fix-page-number-markdown-pdf/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">adamsdesk.com/posts/fix-page-n</span><span class="invisible">umber-markdown-pdf/</span></a></p><p><a href="https://fosstodon.org/tags/blog" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>blog</span></a> <a href="https://fosstodon.org/tags/markdown" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>markdown</span></a> <a href="https://fosstodon.org/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> <a href="https://fosstodon.org/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a> <a href="https://fosstodon.org/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a></p>
argv minus one<p>Tried running <a href="https://mastodon.sdf.org/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> in <a href="https://mastodon.sdf.org/tags/Flatpak" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Flatpak</span></a>. It did not go well.</p><p>An IDE that can't access /usr/bin—wherein one finds compilers, version control tools, and so forth—is a rather useless IDE.</p><p>Technically these are still accessible at /run/host/usr/bin, but extensions will not look there, and many programs (like hg) will not run from there.</p><p>Such things can be run successfully using host-spawn, but again, extensions don't know that.</p><p>So yeah. Fail.</p><p><a href="https://mastodon.sdf.org/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
boredsquirrel<p><span class="h-card" translate="no"><a href="https://mastodon.social/@itsfoss" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>itsfoss</span></a></span> </p><p>Anyone know how to get it on <a href="https://tux.social/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a>?</p><p><a href="https://tux.social/tags/vscode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vscode</span></a> <a href="https://tux.social/tags/openai" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openai</span></a> <a href="https://tux.social/tags/chatgpt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>chatgpt</span></a> <a href="https://tux.social/tags/copilot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>copilot</span></a> <a href="https://tux.social/tags/codium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codium</span></a></p>
Jan Wildeboer 😷:krulorange:<p>Thanks, Microsoft, but no. I use <a href="https://social.wildeboer.net/tags/Forgejo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Forgejo</span></a>, <a href="https://social.wildeboer.net/tags/codeberg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codeberg</span></a> and <a href="https://social.wildeboer.net/tags/vscodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vscodium</span></a>. As your AI could have figured out, if it actually were kind of “intelligent” ;)</p>
Kevin Karhan :verified:<p><span class="h-card" translate="no"><a href="https://chaos.social/@attie" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>attie</span></a></span> <span class="h-card" translate="no"><a href="https://infosec.exchange/@ryanc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>ryanc</span></a></span> good question.</p><p>AFAICT <a href="https://platformio.org/" rel="nofollow noopener noreferrer" target="_blank">platform.io</a> is just a plugin <a href="https://vscodium.com/" rel="nofollow noopener noreferrer" target="_blank">for</a> <a href="https://infosec.space/tags/VScodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VScodium</span></a> ...</p>
Jan Wildeboer 😷:krulorange:<p><span class="h-card" translate="no"><a href="https://social.anoxinon.de/@Codeberg" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Codeberg</span></a></span> I use <a href="https://social.wildeboer.net/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> as my local IDE. It integrates nicely with Codeberg to work with my repos.</p>
Wren<p><span class="h-card" translate="no"><a href="https://chaos.social/@Natanox" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Natanox</span></a></span> This is an upstream Electron issue.<br>It seems to be fixed on the Electron end. But we have to wait until <a href="https://fosstodon.org/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a> upstream gets merged into <a href="https://fosstodon.org/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> release branch.</p><p>But for the time being I'm using this fix.<br><a href="https://github.com/VSCodium/vscodium/issues/2082#issuecomment-2453379818" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/VSCodium/vscodium/i</span><span class="invisible">ssues/2082#issuecomment-2453379818</span></a></p><p>It changes the title bar. But that's okey.</p>
Natasha Nox 🇺🇦🇵🇸<p>Oh for fricks sake, now what… VSCodium is crashing every time I click on "File" in the header bar…</p><p>Can't sleep and wanted to do cool stuff, not debug my working tools. *sigh*<br><a href="https://chaos.social/tags/coding" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>coding</span></a> <a href="https://chaos.social/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a></p>
Cadu Silva :verified:<p>Um defeito generalizado no VSCode e seus forks, incluindo o VSCodium, faz com que o programa feche repentinamente ao clicar no menu Arquivo.</p><p>Uma forma de contornar isso é apertar CTRL + [vírgula] e pesquisar por titleBarStyle. Então selecione "custom" e reinicie o app.</p><p>:github: <a href="https://github.com/VSCodium/vscodium/issues/2082#issuecomment-2453379818" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/VSCodium/vscodium/i</span><span class="invisible">ssues/2082#issuecomment-2453379818</span></a></p><p>Ainda deixa o app mais bonito. Testei e funcionou no VSCodium no Debian 13.</p><p><a href="https://bolha.one/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a> <a href="https://bolha.one/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a></p>
Foohniar Esroheulb<p>Given last weekend’s failure to debug a <a href="https://furry.engineer/tags/pipico" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pipico</span></a> through <a href="https://furry.engineer/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://furry.engineer/tags/mint" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mint</span></a> I’ve flashed a memory card for the <a href="https://furry.engineer/tags/rasperberrypi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rasperberrypi</span></a> with <a href="https://furry.engineer/tags/manjaro" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>manjaro</span></a>. It’s currently building <a href="https://furry.engineer/tags/vscodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vscodium</span></a> from th <a href="https://furry.engineer/tags/aur" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aur</span></a>. This is going nowhere fast.</p>
NeatNit<p>Is there a good <a href="https://fosstodon.org/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> code editor for Linux other than <a href="https://fosstodon.org/tags/VSCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCode</span></a> / <a href="https://fosstodon.org/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a>? (no, <a href="https://fosstodon.org/tags/vim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vim</span></a> and <a href="https://fosstodon.org/tags/emacs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>emacs</span></a> are not what I'm looking for)</p><p>Microsoft's stuff gives me the creeps, even when neutered by Codium.</p><p><a href="https://fosstodon.org/tags/code" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>code</span></a> <a href="https://fosstodon.org/tags/editor" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>editor</span></a> <a href="https://fosstodon.org/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://fosstodon.org/tags/text" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>text</span></a></p>
Dawdix :celeste_hearts_asexual:(Re)-made the "Made with <a class="hashtag" href="https://pleroma.envs.net/tag/vscodium" rel="nofollow noopener noreferrer" target="_blank">#VSCodium</a>" <a class="hashtag" href="https://pleroma.envs.net/tag/88x31" rel="nofollow noopener noreferrer" target="_blank">#88x31</a> button :neofox_3c:
moved to @wonderfox@mastodon.ml<p><span>обнаружила, что </span><a href="https://lamp.leemoon.network/tags/vscodium" rel="nofollow noopener noreferrer" target="_blank">#vscodium</a><span> сам правит некоторые синтаксические ошибки и может указать, есть ли какая-то переменая в скоупе </span><i><span>этой</span></i><span> функции. он нравится мне больше и больше</span></p>
heikkiket<p><span class="h-card" translate="no"><a href="https://urusai.social/@pixel" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>pixel</span></a></span><br>Anyone knowable of <a href="https://social.linux.pizza/tags/flatpak" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>flatpak</span></a>, <a href="https://social.linux.pizza/tags/wayland" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wayland</span></a> or <a href="https://social.linux.pizza/tags/vscodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vscodium</span></a>?</p><p>My way would probably be creating a small script that would set those flags and run the command and then call that script from the .desktop file</p>
stonehead<p><span class="h-card" translate="no"><a href="https://mastodon.social/@mcc" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mcc</span></a></span> the Dutch deadtree Linux Magazine writes on <a href="https://tech.lgbt/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> this month. Is that useful in any situation?</p><p>(TIL: VSCodium is a repack of Microsoft's Code-OSS, which is the official open source "light" version of Visual Studio Code except that VSCodium is extendable via <a href="https://open-vsx.org" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">open-vsx.org</span><span class="invisible"></span></a> to compensate for Microsoft's closed-source Visual Studio Marketplace)</p>
Jan Wildeboer 😷:krulorange:<p>The TL;DR:</p><p>- <a href="https://social.wildeboer.net/tags/vscodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>vscodium</span></a> as editor (it has markdown preview)<br>- The whole blog is a git repo <a href="https://codeberg.org/jwildeboer/jwildeboersource" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/jwildeboer/jwilde</span><span class="invisible">boersource</span></a><br>- I use <a href="https://social.wildeboer.net/tags/codeberg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codeberg</span></a> CI to run a workflow that creates the static pages after a commit<br>- The blog is hosted as <a href="https://social.wildeboer.net/tags/codeberg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codeberg</span></a> pages<br>- With a bit of Javascript I have comments via ActivityPub/Mastodon</p><p>This runs smoothly since around 2 years now.</p>
Jan Wildeboer 😷:krulorange:<p>Nice :) I can now open (and clone) repositories straight to VSCodium! It asks me where to clone the repo and done. I can edit files straight away.</p><p><a href="https://social.wildeboer.net/tags/Forgejo" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Forgejo</span></a> <a href="https://social.wildeboer.net/tags/SelfHosting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SelfHosting</span></a> <a href="https://social.wildeboer.net/tags/VSCodium" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>VSCodium</span></a> <a href="https://social.wildeboer.net/tags/SoftwareFreedom" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoftwareFreedom</span></a></p>