New Linktaco Release 0.6.0

Sep 9, 2025 · Peter Sanchez · Announcement News

Happy to announce that we released a new LinkTaco version. The whopping version 0.6.0.

This release covers some issues caused by spam and AI scraper bots. We implemented new changes to help limit spammers from showing up on the Recent and Popular pages.

Also we bumped the version of gobwebs to add the usage of a new DBI instance which manages a single database transaction throughout the entire request cycle. This move was a bit bumpy as we found a few transaction leak scenarios and addressed them as they poked their ugly heads out. Again, the spammers didn’t help with this. So if you noticed the site very slow or seemingly hanging, we apologize! At this point we believe we’ve flushed all the bugs out. At least related to this new DBI move.

We also added the “tag” endpoints the Pinboard API to GraphQL bridge. This basically completes the bridge. Originally we weren’t going to add the tag calls but noticing a few tools depend on them we decided to adapt to it. Another feature is the ability to specify which organization you want to use for a Pinboard API call which is useful for those with multiple organizations. For more details see the Pinboard API Bridge documentation

Here are the relevant additions to the CHANGELOG.

Added

Fixed

Closed Tickets

You can read about the changes in the release notes.

Hope you enjoy the updates! We’re going to work on new features for the next release so stay tuned.

Articles from blogs we recommend Generated by openring

A Cryptography Engineer’s Perspective on Quantum Computing Timelines

The risk that cryptographically-relevant quantum computers materialize within the next few years is now high enough to be dispositive, unfortunately.

Summary of changes for March 2026

Hey everyone!This is the list of all the changes we've done to our projects during the month of March. Wiki, documented the replacement of Pino's backstay, and created a project page for No Bears, None. Hakum, completed page 10 of Sabotage Study…

tar: a slop-free alternative to rsync

So apparently rsync is slop now. When I heard, I wanted to drop a quick note on my blog to give an alternative: tar. It doesn’t do everything that rsync does, in particular identifying and skipping up-to-date files, but tar + ssh can definitely accomodate th…