HN user

tconfrey

352 karma

Long time software architect/dev-manager going all-in coding https://BrainTool.org

Posts21
Comments125
View on HN
news.ycombinator.com 9mo ago

Ask HN: ~25KLOC Indie project. Best practices for AI facilitated refactor?

tconfrey
3pts0
braintool.org 4y ago

Show HN: BrainTool 0.9.9a – still seeking feedback from this group

tconfrey
5pts7
braintool.org 4y ago

Tools for Thought need a standard for data interop. It should be Org-Mode

tconfrey
16pts3
braintool.org 4y ago

Five types of tools you could be using for browser productivity

tconfrey
3pts0
braintool.org 4y ago

Five Types of Tools to Improve your Browser Productivity

tconfrey
1pts0
news.ycombinator.com 4y ago

Ask HN: Who Has the Most Bookmarks?

tconfrey
4pts7
braintool.org 4y ago

Browser-based Productivity and PKM with Emacs, org-mode, LogSeq and BrainTool

tconfrey
9pts4
www.cnn.com 4y ago

Breyer to Retire

tconfrey
2pts1
9to5google.com 4y ago

Google Wordle Easter Egg

tconfrey
2pts0
karl-voit.at 4y ago

Orgdown – Using orgmode markup outside Emacs

tconfrey
23pts11
www.nytimes.com 4y ago

Is Carbon Capture Here?

tconfrey
3pts1
www.livescience.com 4y ago

Hole discovered in the Arctic's oldest, thickest ice

tconfrey
1pts1
arstechnica.com 4y ago

Over half the deer tested in Michigan have been exposed to SARS-CoV-2

tconfrey
6pts3
scitechdaily.com 4y ago

Radio astronomy revolutionizing our understanding of non-solar system planets?

tconfrey
2pts1
news.ycombinator.com 4y ago

Ask HN: Come this HN post has clickable links

tconfrey
5pts4
news.ycombinator.com 4y ago

Show HN: BrainTool – Beyond Bookmarks, a Topic Manager for your online life

tconfrey
10pts12
medium.com 4y ago

Does time always flow in the direction of increasing entropy?

tconfrey
1pts0
www.iro.umontreal.ca 4y ago

The TAO of Topic Maps (2003) [pdf]

tconfrey
3pts1
www.poemflow.com 16y ago

Valentines Day...

tconfrey
3pts0
www.textflows.com 17y ago

Obama Inauguration speech as a TextFlow

tconfrey
3pts2
news.ycombinator.com 17y ago

Ask HN: sendmail vs mailto: links for viral content sharing?

tconfrey
4pts2

Hi @cyrialize , Hopefully this is an acceptable level of self-promotion. It sounds like my browser extension, BrainTool might be useful in your workflow. It's kindof a bookmark/tab management tool. It syncs to a .org file and allows you to do things like mark tabs as a TODO, which you can then track in org-agenda etc. There's some brief descriptions and videos here: https://braintool.org/2025/09/16/Browser-Workflows-with-Brai...

I've been on this bandwagon for a long time! I proposed org as an interchange format for Productivity and PKM tools several years ago [0]. Org allows me to unify my bookmark manager with the rest of my PKM as well as to-do management in a way that I don't think is possible with markdown.

That said I think that AI is changing things as it becomes best practice to document and define everything in plain text for LLM consumption. Since the default text format is markdown (due to github and PKM tool support) more and more people are exposed to it as the one true markup language. So maybe the boat has sailed and org becomes another example of the better format that doesn't win out. OTOH LLMs slurp up org content just as easily as they do markdown, maybe more so given the richer syntax. So maybe there's still room for both?

Either way I think the losers are going to be Sharepoint, Confluence, Jira etc, maybe even wikis, ie all the non standard ways people have been documenting their work to date.

Like us org folks have been saying all along, just stick with plain text!

[0] https://braintool.org/2022/04/29/Tools4Thought-should-use-Or...

org is timeless for sure! Personally I've been using emacs since the 80's. But as the developer of a personal knowledge management application I was hoping that an ecosystem of specialized, easy to use, tools based on org would emerge.

BrainTool is a browser extension for managing tabs and bookmarks. It saves your data in an org file. One feature is to allow an item to be marked as a TODO. For me personally I then integrate my BrainTool.org file into my overall org workflow and see that TODO in my org-agenda. But ideally a naive BrainTool user would be able to see that task in a tool like Todoist or whatever.

For a while there it seemed like there was some momentum!

"Growing support is easing collaboration via org files."

The same month this article was written (4/22) I tried to make the case for org as an interchange format for productivity tools [1] and pointed to most of the same tools supporting org. (Disclosure, my browser extension, BrainTool[2] is listed in the article). I still love the idea of a local-first, plain text model for sharing personal data across productivity apps, but three years on its not clear to me that the momentum has been maintained. Are folks still building new things on top of org?

[1] https://braintool.org/2022/04/29/Tools4Thought-should-use-Or...

[2] https://chromewebstore.google.com/detail/braintool-go-beyond...

While there aren't visibility-boosting features, don't downplay SEO on the app stores. That is, if your's is the kind of extension that people will be searching for when looking the solve their problem. The Chrome store also shows a bunch of 'related' extensions at the bottom of every listing. It can't hurt to show up there.

Also, since you don't mention it, list on the Edge Add-ons store. My user count over there is ~40% of the Chrome store number.

I've heard good things about ExtensionPay[1]. It didn't have what I needed at the time so I hand rolled my own on Firebase using a Stripe integration component[2]. As you probably know the issue with extensions is that the whole codebase is exposed so you need some kind of back end if you're handling payments and associated secret stores.

[1] https://extensionpay.com/ [2] https://extensions.dev/extensions/invertase/firestore-stripe...

^This!^

With my app, BrainTool ( https://braintool.org ), I emphasize a visual hierarchy, but also allow notes and full text incremental searching across all saved content. Along with comprehensive keyboard commands, this enables a workflow where you can start typing what you are looking for, iterate through matches and then hit enter when you find it to open in a new tab, tabgroup or window.

Give BrainTool a look. Its designed to address tab hoarding by making it easy to file and close out tabs and tab groups and then re-find them with search and hierarchy and notes. Associated keyboard commands make it easy to open/close and navigate tabs as a group (eg open a tabgroup with all tabs for a given topic). Everything can be synced to a plan text file. (Disclaimer, I'm the developer, but also a user!)

[0] https://braintool.org

I think the general message here is that complex and complete architectures tend to fail in favor of simpler solutions that people can understand and use to get things done in the here and now.

Its interesting to me that the recent uptick in the personal knowledge management space (aka tools for thought)[0] is all around the bi-directional graph which is basically a 2-tuple simplified version of the RDF 3-tuple. You lose the semantics of a labelled edge, but its easier for people to understand.

[0] See Roam Research, Obsidian, LogSeq, Dendron et al.

I think there's going to be an increasing push for people to own their own data, from whatever application it is they are using. Tim Bernes-Lee's Solid [1] is aiming at that idea and a lot of the new personal knowledge management tools like LogSeq [2] and Obsidian [3] can work from a local file. My own browser bookmarking plug-in BrainTool [4] reads and writes plain text (in org-mode format) from a local file. BTW I'm advocating for org-mode as the universal exchange format for productivity apps [5].

[1] https://solidproject.org/

[2] https://logseq.com

[3] https://help.obsidian.md/Obsidian/Obsidian#How+we're+differe...

[4] https://BrainTool.org

[5] https://braintool.org/2022/04/29/Tools4Thought-should-use-Or...

Thanks for this great feedback. You are correct that currently BrainTool is more focused on active curation than passive recording. My personal #1 use case is being able to quickly open and close the, say, 5 tabs associated with a project, with #2 being to capture and file away useful resources. However it is on my roadmap to add a representation of the browsers open windows and tabs as you describe, i've had similar feedback from other TO users.

BTW I believe TabsOutliner is completely abandoned at this point. I've reached out to the developer several times, most recently here: https://groups.google.com/g/tabs-outliner-support-group/c/-1... asking about collaboration or open sourcing - crickets. As I noted in that message the extension will completely stop working in Jan '23 based on Googles forced migration to Manifest V3.

Keep tabs (haha) on BrainTool and see if it evolves in the right direction for you.

I've 'shown' this a few times before but with minimal response, so I'm still looking for good feedback from the HN community. And since I seem to be asymptotically approaching the monetized 1.0 version I thought I'd try again.

BrainTool is a private- and local-first Chromium (no FF RN) extension that makes it easy to save tabs into a nested 'topic' hierarchy along with a note, and then use those topics to control the browser, opening and closing tabs as a group.

Plain text file (org mode) data storage, full keyboard support with search, TODO's and more. I just added local file syncing and some UX upgrades.

Thoughts?

Chrome Web store link: https://chrome.google.com/webstore/detail/braintool-beyond-b...

Hey this is great to hear @ews (BrainTool dev here). FWIW WRT this conversation, my long term hope for BrainTool is to generate a thriving ecosystem of shared curated topic trees, each one a little summary of a corner of the internet.

Ownership and traceability of digital assets via storage on a blockchain opens up some interesting new opportunities for creators of those assets to be compensated.

Check out https://tea.xyz where Max Howell (creator of brew) is applying the model to open source software.