Comments - Ben's Builds: #2 - Ben's Bites

Source: original

SubscribeSign in

Ben's Builds: #2

my stack, instructions, tools and skills Read →

4 Comments

Top first

Jill Consor Beck

May 5

How did the Every style guide work out?

Reply

Jimmy Butler

Mar 23

Hi Ben, how are you grabbing the twitter bookmarks? How are you using them as well?

I have similar thing using Claude chrome extension that scrapes my "Coding" twitter bookmarks folder and summarizes into categories. I added an /enrich command that pulls thread replies, QT's, etc. and a /bookmarks skill is used as an "ask this knowledge base"

Trying to find a way to make this "knowledge" accessible to other code bases. Right now I have it synced with a Claude Project through GH so I can ask questions on the go

Reply (1)

Ben Tossell

Mar 24

Author

i use https://github.com/jawond/bird to get all my bookmarks but also https://keep.md does a great job of this plus the thread/extracting the urls etc too.

then i'd put in a database so you can query it

Reply (1)

Jimmy Butler

Mar 24

Very cool, I will check those out. thanks man!

Yeah time I get an actual database as this is growing from a little test project

Reply