hamster-system VS computer

Compare hamster-system vs computer and see what are their differences.

computer

📁 ○ ○ ○ dotfolders and dotfiles (by chapmanjacobd)
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
hamster-system computer
7 7
317 4
- -
2.9 9.9
8 months ago 6 days ago
Shell
- -
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.

hamster-system

Posts with mentions or reviews of hamster-system. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-06.
  • Ask HN: How do you organize your data and maintain digital hygiene?
    1 project | news.ycombinator.com | 31 Aug 2023
    My "organization scheme" (as you call it) took me years to refine to match my brain/personality. Seems to be interesting to others also:

    https://github.com/slowernews/hamster-system

  • My Bad Habit of Hoarding Information
    16 projects | news.ycombinator.com | 6 Jan 2023
    I mostly read HN. Unfortunately is like drinking from a firehose.. My take to stay sane:

    - If it's interesting I upvote. If it's really interesting I bookmark on my browser. This still means ~20 links weekly..

    - Once a week I copy/paste browser bookmarks to my markdown file[0] At least every month I tree shake them. Time passes and some stuff are not so relevant/interesting anymore. Eventually they move to my notebook[1] or to my news aggregator[2].

    [0] https://github.com/slowernews/hamster-system

    [1] https://github.com/slowernews/notebook

    [2] https://github.com/slowernews/slowernews

  • Ask HN: How do you reconcile your paper and digital notes?
    1 project | news.ycombinator.com | 12 Feb 2022
    I have been using a ~/notes folder with markdown files edited with vim on my computer and markor on my phone synced with syncthing. That works well. But I am also a fan of paper notes and find that they "stick" better in my memory, and I am more conservative and intentional with what I physically write. However I end up with an out of sync feeling - some information stored digitally, some in a notebook. I've been considering strategies to address this.

    One strategy I thought of is to use a single markdown file like the Hamster system [1] and alphabetize the sections; then I print this file and take handwritten notes onto the print out; then when the diff is large enough, I update the markdown file, print it again, and repeat. The main disadvantage is needing to reprint the full file for what could be small changes. To address that I have considered putting a page return between each letter of the alphabet, so each section starts on a new page.

    Do you have any strategies to effectively synchronise paper with digital notes?

    [1] https://github.com/slowernews/hamster-system

  • Ask HN: How Do You Budget?
    2 projects | news.ycombinator.com | 24 Jan 2022
    I used to track it every month. I've loosen up to every quarter and then to semiannual

    [0] https://github.com/slowernews/hamster-system#hamster-budget-...

  • Come ordinate i vostri file/cose?
    2 projects | /r/italy | 17 Dec 2021
  • Hamster-system: Ultra-simple framework to organize your life
    1 project | news.ycombinator.com | 25 Oct 2021
  • Incremental Note-Taking
    7 projects | news.ycombinator.com | 29 Jun 2021
    Completely agree. There's a myriad of note-taking apps looking for the holy grail of note-taking. AFAIK none has found it so the answer may be within us: keep it simple and steady.

    I like to control so I dump everything in a plain text file. That's it. One long file is easier to manage than many short files. See it as a flat wiki and use built-in search for navigation.

    This file is not write-only: progressively summarize and tree-shake it each time you iterate your notes. You'll leverage your excitement instead of forcing discipline. Ideally, notes are organized by project, not by category. It can be a catalyst for action and reviews. After several years I still think (personal) notes history is irrelevant. YMMV.

    My take: https://github.com/slowernews/hamster-system

computer

Posts with mentions or reviews of computer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Ask HN: What rabbit hole(s) did you dive into recently?
    12 projects | news.ycombinator.com | 22 Apr 2024
    gs (ghostscript), mutool, ocrmypdf...

    To add/remove: mutool merge -h

    To split PDF pages: mutool poster -h

    I made a script here that I use frequently for scanned documents: https://github.com/chapmanjacobd/computer/blob/main/bin/pdf_...

    Shrink PDFs: gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/prepress -dNOPAUSE -dQUIET -dBATCH -sOutputFile=out.pdf in.pdf

    (or switch prepress to ebook to shrink more)

    or to really shrink, b&w only:

    gs -q -dNOPAUSE -dBATCH -dSAFER -sProcessColorModel=DeviceGray -sColorConversionStrategy=Gray -dDownsampleColorImages=true -dOverrideICC -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen -dColorImageDownsampleType=/Bicubic -dColorImageResolution=120 -dGrayImageDownsampleType=/Bicubic -dGrayImageResolution=120 -dMonoImageDownsampleType=/Bicubic -dMonoImageResolution=120 -sOutputFile=out.pdf in.pdf

  • Ask HN: Why does GNU Stow (et al.) exist?
    1 project | news.ycombinator.com | 20 Apr 2024
    I've been putting my whole home folder under git for almost a year [1].

    I haven't seen any other repos on GitHub with a similar layout. Why do people rely on GNU Stow and other complicated tools to essentially do what git does? I haven't noticed any performance problems with just using git.

    [1]. https://github.com/chapmanjacobd/computer/

  • A browser plugin that shows you which search results require a login to use their services before you even click on them
    1 project | /r/Lightbulb | 29 Apr 2023
    with these settings: https://github.com/chapmanjacobd/computer/blob/main/.github/firefox/ublacklist-settings.json
  • I'm new to termux, so suggest me what cool stuff to use termux for.
    7 projects | /r/termux | 20 Jan 2023
  • My Bad Habit of Hoarding Information
    16 projects | news.ycombinator.com | 6 Jan 2023
    The problem with a lot of these tools is there is no incremental escape hatch. I had 25,000 tabs last year which I saved as a line delimited text file.

    Then every day I automate opening 7 tabs and I force myself to get through them. Sometimes it takes 2 minutes, sometimes it takes an hour. Sometimes it ends with me adding 50 more links to the text file. Sometimes the tabs are garbage but often they are worthwhile.

    https://github.com/chapmanjacobd/computer/blob/main/.config/...

    https://github.com/chapmanjacobd/computer/blob/main/.config/...

    But over the past year I've gone through 2,555 tabs! So it seems like it is working. Maybe in 10 years I'll reach tab zero

  • Script suggestion post!
    21 projects | /r/mpv | 29 Dec 2022
    autocrop.lua
  • Yet another yt-dlp linux script
    3 projects | /r/youtubedl | 16 Oct 2022
    I started doing this with my phone and it made formatting my phone painless. The hardest part is getting started. I still haven't added all my config files to git; I have a daily script that will remove one line from my home directory gitignore so I can incrementally add config files. And it has already brought me a lot of peace of mind even if I'm only like 30% of the way done on the desktop.

What are some alternatives?

When comparing hamster-system and computer you can also consider the following projects:

datacurator-filetree - a standard filetree for /r/datacurator [ and r/datahoarder ]

tabist - Simple Tab Manager Extension for Chrome and Firefox.

CrossLine - CrossLine is an outliner with sophisticated cross-link capabilities in the tradition of the well-respected Ecco Pro

evafast - mpv script for hybrid fastforward and seeking

Fennel - Lua Lisp Language

lkmpg - The Linux Kernel Module Programming Guide (updated for 5.0+ kernels)

.files

mpv-scripts - Various scripts for mpv

yt-dlp - A feature-rich command-line audio/video downloader

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

mpv-youtube-quality - A userscript for MPV that allows you to change youtube video quality (ytdl-format) on the fly