digitalcourage.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Diese Instanz wird betrieben von Digitalcourage e.V. für die Allgemeinheit. Damit wir das nachhaltig tun können, erheben wir einen jährlichen Vorausbeitrag von 1€/Monat per SEPA-Lastschrifteinzug.

Server stats:

832
active users

#extension

3 posts3 participants0 posts today
Continued thread

#warning or #error would append lines to secondary outputs. I don't know if I have anything for #pragma to do.

Specific to GLSL #version checks if our parser supports the given version. Whilst #extension checks whether our parser supports a given extension possibly enabling or disabling it, or complaining about its support or lack thereof. Depending on what's requested.

Funny thing about discussing the C, GLSL, etc preprocessor on the fediverse. Directives get confused for hashtags!

4/4 Fin!

I've just discovered that <C-a> and <C-x> can be used with Tridactyl to increment/decrement URL in the same way as it can be used on Vim/NeoVim to increment/decrement integers (or other things with plugins, like changing boolean values, day or month names, etc).

This is quite useful to check XEPs on xmpp.org/extensions/ ! For instance if you are checking XEP-0499, <C-a> will open the XEP-0500.

xmpp.orgXMPPXMPP - The universal messaging standard

Do you download lots of files from the @internetarchive ? If so, you might find my #Firefox #extension handy. It can filter the links on collection pages and copy them to the clipboard, or even send them to an #aria2 download manager via #RPC. It pairs very nicely with #AriaNG running on a #NAS.

You can take a look at the #opensource #code and find the (self hosted) link to the installation file here: git.jordanwages.com/wagesj45/a

this is mainly for me: github.com/davidshq/forgetfulm

I've vibe coded it - expect code quality to reflect this.

It's a browser extension for tracking what one has read. Its kind of Diigo, Memex, etc. but much more limited.

I wanted something that I could shove stuff into without having it clutter what I want to save in systems like Diigo, Memex, Raindrop, etc.

GitHubGitHub - davidshq/forgetfulmeContribute to davidshq/forgetfulme development by creating an account on GitHub.

I just published an update to the Transclusion extension (feather.wiki/?page=extensions_) that makes it adjust the page content before rendering, preventing the issue with flickering that was present before!

If you are linking to the extension from the feather.wiki website, then it should update automatically. Otherwise, you will need to copy the extension file to your Feather Wiki to get the fix.

feather.wikiFeather WikiA tiny tool for simple, self-contained wikis!
Continued thread

Here's a workaround: addons.mozilla.org/en-US/firef

Explanation:

Browser renders `title` attribute on mouse hover. Mastodon v4.4.0 stopped copying `alt` attribute contents into `title` attribute, now browser no longer shows alt-text on mouse hover. You can still see it if you click on the ALT button but that is annoying and life draining and makes you hate people.

This extension always copies `alt` attribute content into `title` attribute if no `title` attribute is present, for every image, which is useful, unlike what Mastodon devs think.

So if you enable it for everything and not just your Mastodon site, your browser gets even more useful, despite sabotage attempts.