Awesome! Thank you!

Thanks to oxzi, matoken, Louis Merlin, dandelions, Bruno Cesar Rocha and any other contributors I may have missed as well!

I submitted a Pull Request to update MacPorts' snac to 2.91 here:

https://github.com/macports/macports-ports/pull/31777

GitHub Continuous Integration checks are running, hopefully they will complete without issues?

Regardless, it's up to someone else with commit access to merge it!

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit #snacAnnounces

I started to use the #nojavascript feat of ublock, I idn't know it provided such thing.

But I can't count how many time I get fooled by a page having issue to load (without feedback) and thinking it's my network.

I must resist.

Thank you!

Also, thanks to: byte, dandelions, oxzi, davidrv00, ag-eitilt, pmjv, zen, daltux and anyone else I may have missed for contributing to this release!

I submitted a Pull Request to update MacPorts' snac to 2.90 here:

https://github.com/macports/macports-ports/pull/31230

1 of 3 GitHub Continuous Integration checks completed successfully.

Fingers crossed the other two go off without a hitch. If so, it's up to someone else with commit access to merge it.

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit #snacAnnounces
snac: update to 2.90 by artkiver · Pull Request #31230 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.3 25D125 arm64 Command Line Tools 26.2.0.0.1.1764812424 Verification Have you followed our Commit Message Guideline...

GitHub
Thank you for the continued improvements and thanks to byte for the contributions to this release as well!

I've submitted a Pull Request to update MacPorts' snac to 2.89 here:

https://github.com/macports/macports-ports/pull/30876

Two of three GitHub Continuous Integration checks are running with a third queued.

Hopefully they'll complete without issues?

If so, it's up to someone else with commit access to merge it!

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit #snacAnnounces
snac: update to 2.89 by artkiver · Pull Request #30876 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.2 25C56 arm64 Command Line Tools 26.2.0.0.1.1764812424 Verification Have you followed our Commit Message Guidelines...

GitHub
I submitted a Pull Request to update MacPorts' snac to 2.88 here:

https://github.com/macports/macports-ports/pull/30745

GitHub Continuous Integration checks passed!

It's up to someone else with commit access to merge it.

Thank you and aov, byte, violette and of course @[email protected] for all the contributions and improvements to this version!

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit #snacAnnounces #FrugalFediverse
snac: update to 2.88 by artkiver · Pull Request #30745 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.2 25C56 arm64 Command Line Tools 26.2.0.0.1.1764812424 Verification Have you followed our Commit Message Guidelines...

GitHub
Groovy!

I submitted a Pull Request to update MacPorts' snac to 2.87 here:

https://github.com/macports/macports-ports/pull/30679

It's churning through GitHub Continuous Integration checks (1 of 3 passed so far which is a good sign the other two will complete successfully).

It's up to someone else with commit access to merge it.

p.s. the other day I read your napcop proposal and I dig the acronym. ;)

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit #snacAnnounces #FrugalFediverse
snac: update to 2.87 by artkiver · Pull Request #30679 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.2 25C56 arm64 Command Line Tools 26.2.0.0.1.1764812424 Verification Have you followed our Commit Message Guidelines...

GitHub
Thank you!

Also, thanks to lxo, violette, fruye and to anyone else who may have helped contributed to this release!

I've submitted a Pull Request to update MacPorts' snac to 2.86 here:

https://github.com/macports/macports-ports/pull/30669

Currently one of three Continuous Integration checks passed (which is a good sign the other two will probably pass soon too).

It's up to someone else with commit access to merge it.

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit #snacAnnounces #FrugalFediverse
snac: update to 2.86 by artkiver · Pull Request #30669 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.2 25C56 arm64 Command Line Tools 26.2.0.0.1.1764812424 Verification Have you followed our Commit Message Guidelines...

GitHub
Thank you!

And thanks to byte, @[email protected], andypiper, pmjv, daltux, r-ricci and any others I may have missed for their contributions to this release as well!

I submitted a Pull Request to update MacPorts' snac to 2.84 here:

https://github.com/macports/macports-ports/pull/29810

1 out of 3 of GitHub's Continuous Integration checks passed, which is a good sign the other two will pass as well.

It's up to someone else with commit access to merge it.

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit

snac: update to 2.84 by artkiver · Pull Request #29810 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.0.1 25A362 arm64 Command Line Tools 26.0.0.0.1.1757719676 Verification Have you followed our Commit Message Guideli...

GitHub

So I've been trying to code-golf a JS-free menu bar from my website. The <details> HTML tag proves very useful to have a JS-free foldable menu in mobile mode, however I still need to duplicate the whole menu for desktop mode as I couldn't lock <details> to the open state in desktop mode even with media queries.

The ::details-contents pseudo-element sounds promising though, let's see if it works! It's not widespread yet but just landed in Firefox 143: https://developer.mozilla.org/fr/docs/Web/CSS/::details-content

My bar for stability is at least some time in Firefox ESR, so it won't make it to my website for a year or two. #HTML #CSS #CodeGolf #NoJavaScript

::details-content - CSS | MDN

Le pseudo-élément CSS ::details-content représente le contenu extensible/collapsible d'un élément <details>.

MDN Web Docs
Thank you, daltux, dharmik, xvello and anyone else whom I may have inadvertently overlooked for the continued improvements!

I submitted a Pull Request to update MacPorts' snac to version 2.83 here:

https://github.com/macports/macports-ports/pull/29410

GitHub's Continuous Integration checks passed OK.

It's up to someone else with commit access to merge it.

#snac #MacPorts #OpenSource #ActivityPub #Mastodon #NoDatabaseNeeded
#NoJavaScript #NoCookiesEither #NotMuchBullShit
snac: update to 2.83 by artkiver · Pull Request #29410 · macports/macports-ports

Description Type(s) bugfix enhancement security fix Tested on macOS 26.0 25A354 arm64 Command Line Tools 26.0.0.0.1.1757719676 Verification Have you followed our Commit Message Guideline...

GitHub