question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Discussion: new name!

See original GitHub issue

Hey everyone! I have a big refactor in the works with some breaking changes, and I thought I’d take this opportunity to re-release BA with a better name and a 1.0 version. The new release modularizes BA into a python package, which lets people import individual parts for their own uses (e.g. parsers, link archiving, screenshotting, indexing). It fixes a lot of the bad decisions I made early on (e.g. using timestamps as unique keys instead of sha256 hashes of the URLs). It also adds a backend with a web GUI for searching and adding imports.

The new name should be easy to find and type in a python packaging context and should be related to web archiving somehow.

Requirements for a new name:

  • one word
  • no symbols or spaces (since it’s going to be imported as a python package like from webfreeze.pocket import parse_links
  • should be 1st in google results when released with a new name (i.e. no competing projects/keywords)
  • should be intuitively related to web archiving

Potential ideas:

  • WebFreeze
  • Freezekit
  • ArchiveKit
  • WebCooler

Comment with your name suggestions/ideas!

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:23 (9 by maintainers)

github_iconTop GitHub Comments

8reactions
piratecommented, Dec 7, 2018

How about ArchiveBox as suggested by @FiloSottile? I like it because “box” implies it lives locally on your computer, and it’s an intuitive CLI and package name too. Also the only competition on google is from physical cardboard boxes on Amazon used for archiving documents.

cd ~/pirates-archive
pip install archivebox
archivebox init
archivebox add https://en.wikipedia.org/wiki/Beans
archivebox crawl --depth=2 https://en.wikipedia.org/wiki/List_of_lists_of_lists
archivebox publish --html /var/www
archivebox server --bind 127.0.0.1:8083
from archivebox.crawl import rss
from archivebox.extract import media

links = crawl_rss(open('feed.rss', 'r').read())
assets = media.extract('https://youtube.com/watch?v=example')

Desktop/mobile/browser extension app name: ArchiveBox.app / ArchiveBox.exe

As much as I love aaarchive, I don’t think it’s a practical choice given an aaarchive group already exists on github and it’s a bit hard to say in a way that’s easy for people to google later.

8reactions
f0086commented, Oct 25, 2018

I like WebFreeze the most from your list. Some random ideas (did not checked on google):

  • HTTPFridge (Can be a cool (phun intended) logo with a refridgerator)
  • WebFridge
Read more comments on GitHub >

github_iconTop Results From Across the Web

60 Synonyms of DISCUSSION | Merriam-Webster Thesaurus
Synonyms for DISCUSSION: debate, consultation, consult, talk, conversation, argumentation, dialogue, meeting, deliberation, argument.
Read more >
39 Synonyms & Antonyms for DISCUSSION - Thesaurus.com
synonyms for discussion. analysis · argument · conference · consideration · consultation · controversy ...
Read more >
What is another word for discussion? - WordHippo
What is another word for discussion? ; seminar · symposium ; negotiations · palaver ; parley · review ; talks · argumentation ;...
Read more >
Best 99 synonyms for discussion - Thesaurus
Synonyms for DISCUSSION: conversation, debate, negotiations, conference, confabulation, confabulate, dialogue, dialectic, quarrel; Antonyms for DISCUSSION: ...
Read more >
Synonyms for GROUP DISCUSSION - Thesaurus.net
Synonyms for GROUP DISCUSSION: conference, group discussion, seminar, open discussion, word, discussion, workshop, give-and-take, round table, palaver, ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found