flow
monolith
flow | monolith | |
---|---|---|
1 | 27 | |
12 | 13,172 | |
- | 4.6% | |
5.0 | 7.6 | |
about 2 months ago | 1 day ago | |
Python | Rust | |
MIT License | Creative Commons Zero v1.0 Universal |
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.
flow
-
Build a link blog like Simon Willison
I use my homebrew CMS for this called flow https://github.com/samim23/flow A lightweight static site generator with built-in CMS that creates linkblog-style content feeds.
monolith
-
Build a link blog like Simon Willison
My link blog is just an rss feed. It's immensely helpful. I can feed the articles into LLMs so they can be tagged and summarized and I always have a copy (no bitrot thanks to monolith: https://github.com/Y2Z/monolith)
https://enlace.space/~erik/rss.xml
- DIY Web Archiving Zine
-
Is stuff online worth saving?
I am using monolith to just save the whole page to disk.
https://github.com/Y2Z/monolith
-
Creating a Safari webarchive from the command line
Cool, but consider monolith for this instead (https://github.com/Y2Z/monolith)
- Outputs a single .html file, consumable with any web browser on any platform
- Rust, so, you know, +1 HN (;D)
-
🛠️Non-AI Open Source Projects that are 🔥
Monolith is a CLI tool for saving complete web pages as a single HTML file.
-
An Introduction to the WARC File
I have never used monolith to say with any certainty, but two things in your description are worth highlighting between the goals of WARC versus the umpteen bazillion "save this one page I'm looking at as a single file" type projects:
1. WARC is designed, as a goal, to archive the request-response handshake. It does not get into the business of trying to make it easy for a browser to subsequently display that content, since that's a browser's problem
2. Using your cited project specifically, observe the number of "well, save it but ..." options <https://github.com/Y2Z/monolith#options> which is in stark contrast to the archiving goals I just spoke about. It's not a good snapshot of history if the server responded with `content-type: text/html;charset=iso-8859-1` back in the 90s but "modern tools" want everything to be UTF-8 so we'll just convert it, shall we? Bah, I don't like JavaScript, so we'll just toss that out, shall we? And so on
For 100% clarity: monolith, and similar, may work fantastic for any individual's workflow, and I'm not here to yuck anyone's yum; but I do want to highlight that all things being equal it should always be possible to derive monolith files from warc files because the warc files are (or at least have the goal of) perfect fidelity of what the exchange was. I would guess only pcap files would be of higher fidelity, but also a lot more extraneous or potentially privacy violating details
- Reddit limits the use of API to 1000,Let's work together to save the content of StableDiffusion Subreddit as a team
-
nix-init: Create Nix packages with just the URL, with support for dependency inference, license detection, hash prefetching, and more
console $ nix-init default.nix -u https://github.com/Y2Z/monolith [...] (press enter to select the defaults) $ nix-build -E "(import { }).callPackage ./. { }" [...] $ result/bin/monilith --version monolith 2.7.0
-
What is the best free, least likely to discontinue, high data allowance app/service for saving articles/webpages permanently?
For example, here’s a command-line tool to save webpages as HTML files: https://github.com/Y2Z/monolith
- Offline Internet Archive
What are some alternatives?
hoarder - A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
SingleFile - Web Extension for saving a faithful copy of a complete web page in a single HTML file