dotfiles VS DownloadNet

Compare dotfiles vs DownloadNet and see what are their differences.

dotfiles

My dotfiles, used on archlinux, osx and debian (by BarbUk)

DownloadNet

💾 DownloadNet - All content you browse online available offline. Search through the full-text of all pages in your browser history. ⭐️ Star to support our work! (by dosyago)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dotfiles DownloadNet
4 20
29 3,648
- 1.8%
8.3 6.1
about 1 month ago 10 days ago
Shell JavaScript
- GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dotfiles

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-16.
  • Ask HN: Full-text browser history search forever?
    13 projects | news.ycombinator.com | 16 Mar 2022
    Chromium and Firefox have all your history stored in a sqlite database.

    I have a script to extract the last visited website from chrome for example: https://github.com/BarbUk/dotfiles/blob/master/bin/chrome_hi...

    For firefox, you can use something like:

    sqlite3 ~/.mozilla/firefox/.[dD]efault/places.sqlite "SELECT strftime('%d.%m.%Y %H:%M:%S', visit_date/1000000, 'unixepoch', 'localtime'),url FROM moz_places, moz_historyvisits WHERE moz_places.id = moz_historyvisits.place_id ORDER BY visit_date;"

  • Managing dot files (linux) - home dir with .gitignore whitelist, good or bad?
    4 projects | /r/sysadmin | 18 Oct 2021
    ssh() { case "${1}" in (-h|--help) command ssh -h 2>&1 | grep -v "^unknown" printf -- '%s\n' "Overlay options:" printf -- '\t %s\n' "dotfiles: syncs dotfiles to a remote host" \ "nokeys: Forces password based authentication" \ "raw: Runs ssh in its default, noisy state" return 0 ;; (dotfiles) # Inspired by # https://github.com/cdown/sshrc/blob/master/sshrc # https://github.com/fsquillace/kyrat # https://github.com/BarbUk/dotfiles/blob/master/bin/ssh_connect remote_host="${2:?Remote Host not defined}" for dotfile in .bashrc .exrc .inputrc .pwords.dict .vimrc; do if ! [[ -r ~/"${dotfile}" ]]; then printf -- '%s\n' "Local copy of ${dotfile} missing" >&2 continue fi local_sum=$(cksum ~/"${dotfile}" | awk '{print $1}') remote_sum=$(command ssh -q "${remote_host}" cksum "${dotfile}" 2>/dev/null | awk '{print $1}') if [[ "${local_sum}" = "${remote_sum}" ]]; then printf -- '%s\n' "${remote_host}:~/${dotfile} matches the local version" else printf -- '%s\n' "${remote_host}:~/${dotfile} appears outdated, updating..." scp ~/"${dotfile}" "${remote_host}:" || return 1 fi done ;; (nokeys) command ssh \ -o PubkeyAuthentication=no \ -o StrictHostKeyChecking=no \ -q \ "${@:2}" ;; (raw) command ssh "${@:2}" ;; (*) command ssh -o StrictHostKeyChecking=no -q "${@}" ;; esac }
  • Post your most useful self written command line utilities
    11 projects | /r/archlinux | 17 Jun 2021
    Thanks to /u/abbidabbi for the idea, I have updated my script to handle media role.

DownloadNet

Posts with mentions or reviews of DownloadNet. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • ArchiveBox: Open-source self-hosted web archiving
    11 projects | news.ycombinator.com | 11 Jan 2024
    For anyone who uses Chrome and wants to view their archived pages in the browser as if they were still online (URL and everything intact), and also full-text search through their browsing history that was archived (like AB plans to add in future, I think, right nikki?) you can check out DownloadNet: https://github.com/dosyago/DownloadNet

    You can have multiple archives, and even use a mode where you only archive pages you bookmark rather than everything.

  • Show HN: Rem: Remember Everything (open source)
    11 projects | news.ycombinator.com | 27 Dec 2023
    This does look cool. It reminds me of a recent discovery I made. The other day, while trying to recover some disk space, I found a giant file on my hard disk. It turned out to be a nine-hour screen recording from almost a year ago. I had no idea it existed, so I must’ve accidentally left the screen recording on. Watching it was fascinating; it was like a window into my thought process at that time. You could see how I was researching something online. It was almost like a play-by-play, akin to re-watching a sports performance – very instructive and surprisingly useful.

    In a similar vein to what you’ve done, but focusing specifically on web browsing, I’ve created a tool called ‘DownloadNet.’ It archives for offline use and fully indexes every page you visit. Additionally, it can be configured to archive only the pages you bookmark, offering another mode of operation. It’s an open-source tool, so feel free to check it out: https://github.com/dosyago/DownloadNet

  • You're Gonna Need a Bigger Browser
    2 projects | news.ycombinator.com | 4 Nov 2023
    Given that I directly work in this space I found the article's synthesis of a range of ideas about browser innovation to be highly relevant.

    More generally, the article is actually extremely interesting and examines a bunch of ideas worthy of consideration if you're interested in the future of web browsing.

    Perhaps none of the ideas are new in isolation, but it's encouraging that people are doing this foundational conceptual work and imagining where a synthesis of them would go.

    Despite being interesting somehow on the page it was not so easy to read. Here's a summary of key ideas:

    Stagnation in Browser Evolution: Berjon notes that despite being central to the web's architecture, browsers haven't changed much in their fundamental design for a long time. They have undergone incremental changes but the core concept remains largely the same as it was decades ago.

    Reimagining Browsers: He suggests that to increase user agency—a principle that the web should empower users—we need to consider major overhauls to what a browser is and how it operates.

    Integration of Search and Social: Berjon challenges the traditional separation of browsers, search engines, and social platforms. He advocates for an integrated approach where the browser encompasses these functions, aligning more closely with users' experiences and expectations.

    Shift From Client to Agent: The author proposes rethinking the browser not just as a client for retrieving documents but as an "agent" that provides a variety of services, potentially including server-like functions, to empower users.

    User Agency and Personal Data Servers: By incorporating elements such as Personal Data Servers (PDS), users could manage their own data and services like recommendations, identity, and subscriptions, which currently rely on third-party providers.

    Tab Management: Berjon critiques the use of tabs, suggesting that they are an ineffective method for organizing and interacting with web content, and advocates for better UI solutions.

    Business Models: He delves into the financial aspects of browsers, highlighting the significant profits derived from setting search engine defaults. Berjon argues for reinvestment of these profits into the web as a public good and for developing business models that truly benefit user agency.

    Potential for Change: Despite the challenges, Berjon is optimistic about the possibility of change, noting that there is room for product differentiation and that financial incentives can drive innovation in the browser space.

    I found the one about User Agency and Personal Data Servers particularly fascinating. I've been exploring the idea of a federated search engine, where a person curates their own search through their browsing history (and ultimately could share it socially), in DownloadNet: https://github.com/dosyago/DownloadNet

    And my company has been developing a platform for building extended and customized browsing experiences and delivering them anywhere. It's my hope that BrowserBox will play a part in the future direction of the browser as user agent. It's open source so if you care about the future of the web, get involved: https://github.com/BrowserBox/BrowserBox :)

  • Google Chrome pushes browser history-based ad targeting
    4 projects | news.ycombinator.com | 6 Sep 2023
    If you're interested in utilizing your history information for something in your intentional interests, consider saving an archive of pages you browse to make a search engine you can query back through later.

    You can save the full content for indexing with full text search, and you can even export archives as tarballs by zipping up the directory. Many people find this a useful way to "mine" their own browser history to create a curated search engine aligned with your interests. Or simply to save the pages they browse for review offline--either to save bandwidth, or just because they're actually "offline"--at a remote site, or on an airplane.

    Everything is saved in a fully interactive way. Personally tho, I find search the most useful feature. Also, we're open source so if you want to get involved, please do so!

    https://github.com/dosyago/DiskerNet

  • Show HN: Linkwarden – An open source collaborative bookmark manager
    8 projects | news.ycombinator.com | 31 Jul 2023
    If you want full-text-search with archiving check out my project, DiskerNet. https://github.com/dosyago/DiskerNet --> also well done on LinkWarden! Looks like a great product! :)
  • Show HN: DiskerNet – Browse the Internet from Your Disk, Now Open Source
    1 project | /r/hypeurls | 19 Jul 2023
    3 projects | news.ycombinator.com | 16 Jul 2023
  • Wayback: Self-hosted archiving service integrated with Internet Archive
    7 projects | news.ycombinator.com | 15 Apr 2023
    For archiving, look into https://github.com/dosyago/DiskerNet

    It's real next gen thinking on this topic.

    As for the featured tool wayback... If HN readers can't figure out what it does after reading docs, its likely the thinking behind it is equally unclear.

  • DiskerNet - Save and index web content locally
    1 project | /r/CKsTechNews | 28 Mar 2023
  • Show HN: DiskerNet – save and index web content locally
    1 project | news.ycombinator.com | 28 Mar 2023

What are some alternatives?

When comparing dotfiles and DownloadNet you can also consider the following projects:

kyrat - SSH wrapper script that brings your dotfiles always with you on Linux and OSX

min - A fast, minimal browser that protects your privacy

dotfiles - :unicorn: My personal dotfiles

SingleFileZ - Web Extension to save a faithful copy of an entire web page in a self-extracting ZIP file

lightshot - A simple screenshot tool i made that is really lightweight

BackstopJS - Catch CSS curve balls.

nyxt - Nyxt - the hacker's browser.

hamsterbase - self-hosted, local-first web archive application.

monolith - ⬛️ CLI tool for saving complete web pages as a single HTML file

ZAP - The ZAP core project

pacmanfile - Manage your pacman packages declaratively

Archiver - a streaming interface for archive generation