Jimmbo | 1 Jun 2011 22:29
Picon

Re: Removing Instapaper Bookmarks

Shrikant said:

> I must disagree about the non-obviousness. Since each Instapaper (or
> Twitter) bookmark shows a "from twitter" or "from instapaper" link below it,
> I found it pretty simple to mentally consider "from <whatever>" as a 'system
> generated tag' and go about using it accordingly.

Oh, ok, sorry. I misunderstood. I figured that if I found it non-
obvious, that meant it was non-obvious. But since you find it simple,
that means it's simple.

maciej said:

> To me it seems to underscore the need to better document  existing features.  The feature did exactly what
you needed, but you
> couldn't find it.

If I didn't have to go looking for it, then it wouldn't need to be
documented or found. I guess, once again, the core of my
misapprehension was assuming that making a distinction between system-
generated tags and other tags, and having users plunge into settings,
after checking documentation, to deal with the former, was "less
obvious" than having all tags be tags (or, at least, letting search
and other elements find and manipulate tags equally). But I guess it's
precisely as obvious. Because it is to you.

matilda | 3 Jun 2011 11:25
Picon
Favicon

feature request

hi, i think that add a "my blog" link on top beside the subscribe link
when we see other people's bookmarks would be nice. so we can know
more about the people who saved these bookmarks.

Damon | 4 Jun 2011 06:55
Picon
Gravatar

Feature Request: Show bookmark in timeline

I frequently bookmark several related pages in a row, but am not very
disciplined about tagging them usefully so that I can associate them
later. It would be very useful to me if each bookmark in the search
results had a link to show it in the timeline, so that after finding
it I could see the context in which it had been saved.

<nerd>

While I was thinking about this I did a little experiment. I pulled my
bookmarks down from the JSON export and loaded them into a database I
had handy (duplicated 1000x to ~3.5M bookmarks to provide a better
test). Then I wrote a short SQL query[*] which finds the bookmark 10
items newer than the target (chosen by timestamp under the assumption
that bookmark ids are not sequential) and extracts the epoch to
generate a /before: link. It runs in <30ms on my little MacBook Air,
which seems like a good first attempt. I don't know what the pinboard
database schema looks like, presumably something similar is possible.

[*] select extract(epoch from time) from bookmark where user_id=1 and
time > '2011-05-01 00:00:00' order by id desc limit 1 offset 9;

</nerd>

maciej | 4 Jun 2011 07:12
Picon

Re: Feature Request: Show bookmark in timeline

Hi Damon,

Thanks for the great suggestion.  As a quick workaround, I've added a
'view in context' link to the bookmark detail page, which you can
reach by clicking the bookmark date.  It will link to the appropriate
page in your bookmarks with the selected one on top.  This isn't as
convenient as what you describe, but should get you part of the way
there.

I'll implement this more nicely when time allows.

Best regards,

Maciej

On Jun 3, 9:55 pm, Damon <spofda... <at> gmail.com> wrote:
> I frequently bookmark several related pages in a row, but am not very
> disciplined about tagging them usefully so that I can associate them
> later. It would be very useful to me if each bookmark in the search
> results had a link to show it in the timeline, so that after finding
> it I could see the context in which it had been saved.
>
> <nerd>
>
> While I was thinking about this I did a little experiment. I pulled my
> bookmarks down from the JSON export and loaded them into a database I
> had handy (duplicated 1000x to ~3.5M bookmarks to provide a better
> test). Then I wrote a short SQL query[*] which finds the bookmark 10
> items newer than the target (chosen by timestamp under the assumption
> that bookmark ids are not sequential) and extracts the epoch to
(Continue reading)

maciej | 5 Jun 2011 04:38
Picon

Re: feature request

There's a "public profiles" feature in the works for people who'd like
to share this kind of information about themselves.

On Jun 3, 2:25 am, matilda <matilda... <at> hotmail.com> wrote:
> hi, i think that add a "my blog" link on top beside the subscribe link
> when we see other people's bookmarks would be nice. so we can know
> more about the people who saved these bookmarks.

--

-- 
You received this message because you are subscribed to the Google Groups "Pinboard" group.
To post to this group, send email to pinboard-dev <at> googlegroups.com.
To unsubscribe from this group, send email to pinboard-dev+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinboard-dev?hl=en.

Michael Williams | 5 Jun 2011 15:01

Tag negation

Is there any way to construct a URL that gives you posts NOT marked with a particular tag? E.g. something like

 http://pinboard.in/u:use/t:foo/nt:bar

which would return all posts with tag foo AND NOT tag bar.

-- Mike

Shrikant Narasimhan | 6 Jun 2011 18:33
Picon

Re: Tag negation

Woah, had been doing this via 'mental filtering' all this while, and never thought to ask for this as a feature.

Seconded please - this would be great!

--
Shrikant



On 5 June 2011 14:01, Michael Williams <mike <at> pentangle.net> wrote:
Is there any way to construct a URL that gives you posts NOT marked with a particular tag? E.g. something like

 http://pinboard.in/u:use/t:foo/nt:bar

which would return all posts with tag foo AND NOT tag bar.

-- Mike

--
You received this message because you are subscribed to the Google Groups "Pinboard" group.
To post to this group, send email to pinboard-dev <at> googlegroups.com.
To unsubscribe from this group, send email to pinboard-dev+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinboard-dev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Pinboard" group.
To post to this group, send email to pinboard-dev <at> googlegroups.com.
To unsubscribe from this group, send email to pinboard-dev+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinboard-dev?hl=en.
maciej | 8 Jun 2011 02:29
Picon

Re: Tag negation

There's no way to do this right now. I'm working on a syntax that will
allow on the search page.

On Jun 5, 6:01 am, Michael Williams <m... <at> pentangle.net> wrote:
> Is there any way to construct a URL that gives you posts NOT marked with a particular tag? E.g. something like
>
>  http://pinboard.in/u:use/t:foo/nt:bar
>
> which would return all posts with tag foo AND NOT tag bar.
>
> -- Mike

--

-- 
You received this message because you are subscribed to the Google Groups "Pinboard" group.
To post to this group, send email to pinboard-dev <at> googlegroups.com.
To unsubscribe from this group, send email to pinboard-dev+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinboard-dev?hl=en.

maciej | 8 Jun 2011 02:30
Picon

Bug of the month club

It's that time again to nominate bugs that you find particularly
annoying.  I'll try to squash as many as I can.

Jon Williams | 8 Jun 2011 15:59
Picon
Gravatar

Re: Bug of the month club

This is more of an enhancement (and may have been fixed since I
complained) but I'd like to see stuff from foursquare (filter based on
the twitter client name?) filtered from being imported from twitter.

On Jun 7, 8:30 pm, maciej <mceglow... <at> gmail.com> wrote:
> It's that time again to nominate bugs that you find particularly
> annoying.  I'll try to squash as many as I can.

--

-- 
You received this message because you are subscribed to the Google Groups "Pinboard" group.
To post to this group, send email to pinboard-dev <at> googlegroups.com.
To unsubscribe from this group, send email to pinboard-dev+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pinboard-dev?hl=en.


Gmane