grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.53 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:

New user feature to search by post content (using regular expressions) or tag.

Added some (partial) support for Event object types.

Minor fixes: Allow unboosting your own posts (contributed by khm), CSS fixes for the Dillo browser (contributed by kvibber).

https://comam.es/what-is-snac

If you find #snac useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

#snacAnnounces

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to 2.53 here:

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

GitHub Actions CI passed OK!

As in the past, I don't have commit access, so it will be up to someone else to merge it.

Thank you for your continued improvements and to khm and kvibber for their contributions as well!

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

grunfink, (edited ) to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.52 of , the simple, minimalistic instance server written in C. It includes the following changes:

Posts that were liked or boosted can now be unliked and unboosted.

Outgoing message timeouts are no longer hardcoded and can be configured (see snac(8) for more information).

Fixed a bug that caused some incorrect unfollows under special conditions (with shared inboxes enabled and users from the same instance that follow each other, the internal message distributor was confused).

Mastodon API: Added support for lists.

Added a header to avoid over-zealous caching in some browsers (contributed by louis77).

Added support for running and federating inside hidden networks like Tor, I2P or Loki (contributed by iwojima).

Fixed an error processing polls coming from Pleroma instances.

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

Usage tips: Use social media as little as possible. Go for a walk. Meet with friends. Read a good book.

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to 2.52 here:

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

GitHub Actions CI are queued, but hopefully they will complete OK?

Regardless, I don't have commit access so it will be up to someone else to merge it.

Thank you for your continued improvements and to others submitting bug fixes too!

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.51 of , the simple, minimalistic instance server written in C. It includes the following changes:

Support for custom Emojis has been added; they are no longer hardcoded, but read from the emojis.json file at the server base directory. Also, they are no longer limited to string substitutions, but images as external URLs are also supported (see snac(8) for more information).

Fixed a bug that caused some notifications to be lost when coming from a user in the same instance.

Added an additional check for blocked instances (sometimes, posts from blocked sites that were ancestors of legit posts were 'leaking' into the timeline).

On OpenBSD, if the disable_email_notifications server flag is set to true, unveil() is not called for the execution of the /usr/sbin/sendmail binary and pledge() doesn't set the exec promise.

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

This release has been inspired by the album Eternal Embers by .

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to 2.51 here:

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

CI checks are queued. Hopefully they'll go smoothly?

Assuming they do, it will still be up to someone else with commit access to merge it.

Thank you for your continued improvements! On my mental ToDo list I keep on meaning to create a snac Port for OpenBSD, and it looks as if the unveil and pledge support continues to be refined, cool!

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.50 of , the simple, minimalistic instance server written in C. It includes the following changes:

Incoming posts can now be filtered out by content using regular expressions on a server level (these regexes are written in the filter_reject.txt file at the server base directory; see snac(5) and snac(8)).

Improved page position after hitting the Hide or MUTE buttons (for most cases).

Use a shorter maximum conversation thread level (also, this maximum value is now configurable at compilation level with the MAX_CONVERSATION_LEVELS define).

Fixed a bug where editing a post made the attached media or video to be lost.

The way of refreshing remote actor data has been improved.

Posting from the command-line now allows attachments.

Added defines for time to enable MacOS builds (contributed by andypiper).

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

This release has been inspired by the song The Raven by .

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to 2.50 here:

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

CI checks passed OK!

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

Thank you for your continued enhancements, bug fixes and contributions!

bagder, to apple
@bagder@mastodon.social avatar

the #Apple #curl #security incident 12604 - or why CA cert verification is unreliable with curl on apple OS

https://daniel.haxx.se/blog/2024/03/08/the-apple-curl-security-incident-12604/

schamschula,
@schamschula@mastodon.social avatar

@bagder Good to know! I generally build and install curl under #MacPorts with the gnutls variant. However, there is no variant that builds against Apple's flavor of LibreSSL. The default build may use the MacPorts version of LibreSSL, if installed in place of OpenSSL.

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.49 of , the simple, minimalistic instance server written in C. This time it includes some fixes to the Mastodon API code, which was in need of some love:

Mastodon API: Fixed a bug in how validated links are reported.

Mastodon API: Fixed a bug in search by account.

Mastodon API: Fixed missing Video type objects in timelines.

Mastodon API: Added search by hashtag.

Some cosmetic fixes to the web interface.

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to 2.49 here:

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

CI checks passed OK! It's up to someone else with commit access to merge it.

n3wjack, (edited ) to random
@n3wjack@mastodon.social avatar

This has probably been done before, but I'm still curious how the OS spread is on the fedi.

What are you running on your main* personal desktop/laptop?

Boost for reach please! 😍

  • The machine you use the most. 😉
planetf1,
@planetf1@mastodon.social avatar

@n3wjack Running macOS, and one of the biggest reasons? (or ) - without all those tools/utilities (+cloud/virtualization) I'd find it very difficult as someone who starting using *nix in 1986 ! (also linux on desktop is now a lot better). HW is very nice - esp now on arm.

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.47 of , the simple, minimalistic instance server written in C. It includes the following changes:

Added pagination to the notification page.

The New Post... option now includes an optional field to set the URL of an ActivityPub post to be a reply to.

Fixed spurious notifications from the same user.

Fixed repeated mentions in the reply text field.

One-post only pages include the post content instead of the user bio in their metadata (improving post previews from other software).

Mastodon API: Added support for timelines by tag (for sites like e.g. https://fediwall.social to work).

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

This release has been inspired by the album Fire Hell and Holy Water by .

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to 2.47 here:

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

CI checks passed!

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

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.46 of , the simple, minimalistic instance server written in C. It includes the following changes:

Added support for Peertube videos.

Mastodon API: Tweaks to support the Subway Tooter app (contributed by pswilde), added support for editing posts, fixed an error related to the edit date of a post, fixed some crashes.

Added a handshake emoji next to a user name if it's a mutual relation (follower and followed), because friendship is bliss.

Tweaked some retry timeout values for better behaviour in larger instances (thanks to me@mysmallinstance.homelinux.org for their help).

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

This release has been inspired by the album Duality by .

teajaygrey,
@teajaygrey@rap.social avatar
teajaygrey, to fediverse
@teajaygrey@rap.social avatar

I submitted a PR to update @grunfink's snac to 2.45 in MacPorts here:

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

CI checks passed OK!

It's up to someone else with merge access to commit it. Much thanks to @dan for the lightning fast merge with my 2.44 PR.

This time around, the Makefile.patch required a minor tweak, to reflect a minor tweak in the upstream's Makefile as well. Hopefully everything is OK? Preliminary testing on my end went alright but it took me a little longer to find sufficient focus to make that change than I would have liked.

(My own personal life is still sigh hectic and about the same as far as challenges [mostly housing/homeless and financial/debt related] C'est la vie!)

#snac #MacPorts #ActivityPub #Mastodon #NoDatabaseNeeded #TotallyJavaScriptFree #NoCookiesEither #NotMuchBullShit

carbontwelve, to php
@carbontwelve@notacult.social avatar

My method of installing different versions with homebrew is now broken; the versions install but trying to run php results in :"Library not loaded: /usr/local/opt/libvmaf/lib/libvmaf.1.dylib"

Ugh.

danielsiepmann,

@carbontwelve I'm not using Mac myself any more. But may I ask whether you tried #MacPorts macports.org/ as an alternative to #homebrew and whether you might share your experience?

I guess MacPorts is older and still maintained. I never tried it as homebrew was "the way to go" back when I started to play around with such things on my Mac.

teajaygrey, to fediverse
@teajaygrey@rap.social avatar
Binder, to random
@Binder@petrous.vislae.town avatar

I did my first #MacPorts migration today & it went fine. Slower than I might have liked but successful in the end.

bagder, to random
@bagder@mastodon.social avatar

Today, #curl has done HTTP/2 by default for HTTPS for 8 years!

https://daniel.haxx.se/blog/2015/12/14/curl-and-http2-by-default/

schamschula,
@schamschula@mastodon.social avatar

@bagder Times fly, indeed. I just checked, and sure enough, I added the #MacPorts Portfile for #nghttp2 eight years ago!

teajaygrey, to opensource
@teajaygrey@rap.social avatar

My favorite @librewolf issue:

https://codeberg.org/librewolf/issues/issues/770

"Add support for MacPorts #770"

"Since Homebrew is supported why not Macports too?"

Me: a MacPorts maintainer, "maybe because MacPorts actually builds things from source and Homebrew thinks its OK to just be a wrapper to installing a DMG?"

e.g. https://github.com/Homebrew/homebrew-cask/blob/56d6d85d58a73a2b481cd5d58216296dd4239e63/Casks/f/flightgear.rb

Bad example?

Well here's the Homebrew cask for LibreWolf itself:
https://github.com/Homebrew/homebrew-cask/blob/56d6d85d58a73a2b481cd5d58216296dd4239e63/Casks/l/librewolf.rb

Again it's just a wrapper to installing a DMG!

That's not building jack it.sh from source. I guess it does have a little smarts insomuch as it will determine if it is Intel or Apple Silicon (meanwhile, MacPorts still supports PPC/G4/G5/etc. vintage systems. Because: it actually BUILDS THINGS FROM SOURCE, it's not a precompiled binary distribution platform.).

What a bad joke Homebrew is.

Alas, LibreWolf's build instructions are uhhh, well they don't build on macOS, they cross compile from ???

I mean there are the not so convincing notes on building from source here:
https://codeberg.org/librewolf/source

But also linked from there is this:

https://gitlab.com/librewolf-community/browser/macos

Which reads: "Archived project! Repository and other project resources are read-only"

I sincerely have no idea how people on macOS build LibreWolf from source, from the project documentation itself. Homebrew, is of zero assistance, because Homebrew: also does not build LibreWolf from source.

#MacPorts #LibreWolf #OpenSource #SourceWashing #Homebrew #ApplesnCrapples

harish, to emacs
@harish@hachyderm.io avatar

Is there an #Emacs user out there who is using a fairly modern environment (e.g. eglot, tree-sitter, company) for Python development?

Could I ask how you do this? Every time I enable python-ts-mode[1], Emacs uses up all the memory in my system and explodes. I am able to use a more conservative “just use tree-sitter for syntax highlighting” approach[2], but it feels like I am missing something awesome.

Help! Any tips appreciated.

[1] https://github.com/hnarayanan/dotemacs/blob/main/.emacs.d/init.el#L100
[2] https://github.com/hnarayanan/dotemacs/blob/fix-treesitter/.emacs.d/init.el#L122

harish,
@harish@hachyderm.io avatar

Ok, so I built #Emacs and tree-sitter from source, and python-ts-mode works flawlessly.

This is something deeper about #MacPorts and related shenanigans that I have no time or ability to debug to carefully.

teajaygrey, to fediverse
@teajaygrey@rap.social avatar

I submitted a PR to update the MacPort for @grunfink's snac to 2.43 here:

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

CI checks passed OK!

I don't have commit access, so it's up to someone else to merge it.

#snac #MacPorts #ActivityPub #Mastodon #OpenSource

curtosis, to macos
@curtosis@mastodon.social avatar

Only a few weeks left for folks to complete the “Don’t Make Your Package Manager Require root to Install On Challenge 2023”!

homebrew: generally works, but aggressively unsupported.

: won’t bootstrap.

: not possible.

: not possible.

Not all engineers/developers have admin rights. (“Then get a different job” replies get an instablock.)

TWSheppard, to random
@TWSheppard@twit.social avatar

Me: "I'm quite happy with my ancient 2012 Mac mini. It does everything I want and since I'm not doing video processing or anything resource intensive, it's fine for me."

Also me: "Gee, I see I haven't done a 'brew update' in awhile."

hours later and brew update is still running while maxing out my CPU

Me: "Riiiight … that's why I need an upgrade!"

jann,
@jann@twit.social avatar

@TWSheppard Note to Tom: Switch to #MacPorts... heh!

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.42 of , the simple, minimalistic instance server written in C. It includes the following changes:

It's now possible to add profile metadata.

Accounts can be marked as 'private', so that they are not accesible from any non-authorized web UI (i.e. only through the Fediverse).

Outgoing connections that fail with a timeout are retried with a higher timeout limit. But, if the instance keeps timing out, it's penalized by skipping one retry.

If a post comes from a group or community (i.e. it has an audience field set), the buttons Follow Group or Unfollow Group are shown.

Pinned posts are never (incorrectly) purged.

Some RSS validation fixes.

Mastodon API: some tweaks to better match Mastodon behaviour in timeline entries and boosted posts are correctly returned, and some fixes for crashes.

Don't allow creating users which user name strings only differ in case. This was creating some problems (e.g. the webfinger interface doesn't allow case sensitivity).

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

This release has been inspired by the album On Giacometti by .

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I've submitted a PR to update MacPorts' snac to 2.42 here:

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

CI checks passed!

I don't have commit access, so it is up to someone else to merge it.

#MacPorts #snac #ActivityPub #FediVerse #Mastodon #OpenSource

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.41 of , the simple, minimalistic instance server written in C. It includes the following changes:

Added support for Article ActivityPub objects to correctly process reviews from instances and other similar software.

Show Link objects that are image, audio or video media as if they were attachments.

Added more aggressive caching to timelines and history files.

The history at the end of the public page is listed in reverse chronological order.

Mastodon API: minor fixes.

Be more strict when serving note objects.

Additional HTTP response headers can be defined by adding an http_headers object with header/content pairs into the server.json configuration file.

If you hover the mouse pointer over a vote option in a pool, the current count (as per the last update) is shown. This may be considered cheating in some cases, so try to be honest (or not).

The nodeinfo URL now returns more accurate information.

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

This release has been inspired by the album Plains of Elysium by .

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink Thank you for your continued effort and improvements to snac!

I submitted a PR to update the MacPort here:

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

The CI checks are queued and hopefully will pass OK? (Not sure what the backlog is on GitHub until they run)

I don't have commit access, so it's up to someone else to merge it assuming that goes off without a hitch.

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.40 of , the simple, minimalistic instance server written in C. It includes the following changes:

Announces (boosts) can now be disabled/reenabled on a per-people basis (to limit those boost-trigger-happy friends from flooding your timeline). This is operated from the people page.

It's now possible to show an instance timeline instead of the classic greeting static page at the base URL. This can be enabled by setting the show_instance_timeline field to true in the server configuration file. Other metadata fields can be set to add information to this page; please see snac(8) (the Administrator manual page) for details.

Users can now upload an image (preferably in landscape mode) that will be shown as a banner in their public pages.

Added hints to web UI buttons.

Mastodon API: some minor fixes to allow the semaphore.social web client to work.

Fixed miscalculation of the votersCount field in multiple-choice polls.

DNS or TLS errors in outgoing connections are considered fatal errors and not retried.

https://comam.es/what-is-snac

If you find useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

This release has been inspired by the album Seeker by

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' version of snac to 2.40 here:

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

Build bot/CI checks passed OK!

I don't have commit access, so it's up to someone else to merge it at their own pace.

Thank you for your continued contributions and improvements!

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.39 of #snac, the simple, minimalistic #ActivityPub instance server written in C. It includes the following changes:

Added support for Follow confirmation messages that only return the follow request id (this fixes following Guppe channels).

Fixed some Gotosocial ActivityPub compatibility (details: support fields like tag and attachment being single objects instead of arrays).

Fixed ActivityPub outbox (it listed 'Note' objects instead of 'Create' activities).

Show the 'audience' field (channel URL) if a post has one (like pages from lemmy channels and other forums).

Some web UI tweaks: the new post field is hidden by default (wasting less screen space), added a 'back to top' link at the bottom of the page and other minor tuning to the HTML and default CSS (contributed by yonle).

Fixed RSS (contributed by yonle).

Fixed interactive text processes (like instance or user creating) by calling fflush() after printing text prompts (it was broken on systems that use musl like Alpine Linux).

https://comam.es/what-is-snac

If you find #snac useful, please consider buying grunfink a coffee: https://ko-fi.com/grunfink

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to 2.39 here:

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

Build bot/CI checks passed!

I don't have commit access, so it's up to someone else to merge it.

Thank you for your continued contributions and improvements!

#snac #MacPorts #ActivityPub #FediVerse #Mastodon #OpenSource #NoDatabaseNeeded #TotallyJavaScriptFree #NoCookiesEither #NotMuchBullshit

thelinuxEXP, to linux
@thelinuxEXP@mastodon.social avatar

I had already taken a superficial look at macOS, a year ago, but now, I spent 30 days with it, as my main OS, on an M1 MacBook Pro.

And boy am I glad this is over, and glad to be back on #Linux!

Here are my conclusions about the hardware, the software, and the general experience of using a Mac as a Linux user:

https://youtu.be/0saKpm5g8iU

keithnator3000,

@thelinuxEXP I feel quite similar. I was thinking the other day if i had to switch away from Linux would I pick Windows or macOS. I feel somewhat 50/50 and the Apple Silicon is compelling. I think what might eek a win for Windows is that i could at least pick hardware like #framework and use WSL.

Also did you try out any of the macOS package managers like #homebrew or #macports ?

grunfink, to fediverse
@grunfink@comam.es avatar

I'm glad to announce the release of version 2.38 of #snac, the simple, minimalistic #ActivityPub instance server written in C. This release also includes some security fixes, so I recommend all users to upgrade soon:

More vulnerability fixes (contributed by yonle).

Added support for ActivityPub Group and Page objects. This allows subscribing to Lemmy channels and interacting with them.

Confirmation messages to follow requests are sent as soon as possible (i.e. bypassing the usual output queue).

Fixed crash when accessing some static or history objects.

https://comam.es/what-is-snac

teajaygrey,
@teajaygrey@rap.social avatar

@grunfink I submitted a PR to update MacPorts' snac to version 2.38 here:

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

Build bot/CI checks passsed OK! I don't have commit access, so it's up to someone else to merge it.

Thank you again for your continued contributions and improvements!

#snac #MacPorts #ActivityPub #FediVerse #Mastodon #OpenSource

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • kavyap
  • DreamBathrooms
  • osvaldo12
  • magazineikmin
  • khanakhh
  • tacticalgear
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • ethstaker
  • Durango
  • normalnudes
  • provamag3
  • ngwrru68w68
  • InstantRegret
  • cubers
  • modclub
  • everett
  • thenastyranch
  • cisconetworking
  • Leos
  • GTA5RPClips
  • tester
  • vwfavf
  • anitta
  • JUstTest
  • All magazines