Hacker News new | ask | show | jobs
by kijin 4854 days ago
I see. I was wondering if you were filtering your bookmarks by specific tags, but excluding description-less bookmarks also sounds like a good idea.

BTW, your scroll.js has a commented-out section where you call 'pinboard.php', so I suppose you're using PHP to process your bookmarks. As the author of the PHP Pinboard API Client (github.com/kijin/pinboard-api), I'm curious whether you're using it, and if so, whether you have any suggestions for improving it.

1 comments

I'm not, but I'll definitely check it out. Since this application is so simple, it only requires one curl request and I just use the http authentication method. Working on this small project (and the comments here on HN) have definitely opened my eyes to greater possibilities though, so I'm sure I'll have need for a php client in the future.