Alternatives
Products that do what I’m writing an ebook version of the Tao of tmux does
A couple of years ago, I written an intro to tmux (https://tmux.github.io/) inside tmuxp's (https://github.com/tony/tmuxp) documentation called The Tao of tmux (https://tmuxp.readthedocs.io/en/latest/about_tmux.html). I'm in the process of turning it into a feature book. I am aiming for a December 23rd, 2016 release and am plugging away full time. I make it available to read on the web for free at https://leanpub.com/the-tao-of-tmux/read. The GitHub is at…
- 1TT
Hi, Last year I began a book for learning tmux called The Tao of tmux. It is based off a free resource originally part of the documentation [1] of tmuxp, a tmux session manager [2]. I made it available for free online at https://leanpub.com/the-tao-of-tmux/read. Since February of this year, I have incorporated suggestions and feedback from readers on quality and completeness of the book. For one, I have passed the book through a professional editor, as well as rounded out chapters with summaries and even added 3 new sections, including: - Sending keys to tmux, aka…
2017
- 2TC
Looking to get some feedback from the Hacker News community. I wrote the book with a focus on penetration testers and red teamers, but there are great examples for network admins, developers, and blue team defenders as well. You can pick up a copy for free here through May 19, 2019: https://gumroad.com/l/the_cyber_plumbers_handbook/hackernews... Please note, because it's hosted on Gumroad, it does require an email. If you don't want to give out your actual email, check out an anonymous email service. I give it away to students for free, so if you know of one that…
2019
- 3

- 4

I'm a master's engineering student and a big fan of LaTeX, which I used for my thesis and research articles. I have used Overleaf and that was fine until I wanted to git sync, which unfortunately sits behind a paywall. Since I didn't want to pay subscriptions for things that should simply just work, I built the editor I wanted in my free time, where you open a tab, write LaTeX, get your PDF and the files stay all in one folder on my disk. TeXbrain is a static site with no backend. pdfTeX is compiled to WebAssembly (SwiftLaTeX) and runs in your browser. The editor can read and write your…
12d ago · github.com
- 5FA
Hey Friends, I always considered doing a show HN about this but never took the jump but since we're in the Show HN carnival I decided to share it. I wrote a free and open source quick guide to teach Firefox OS application development. With this ebook you go from zero to a little application in the Firefox Marketplace. https://leanpub.com/quickguidefirefoxosdevelopment/ I created this to give away at hackathons and hack days because the Mozilla docs were spread all over the developer hub, mdn and the wiki so it was hard for new developers to find what they needed. The…
2014
- 6AB
Recently i stumbled on too many clickgates on the Medium blog Towards Data science. Considering that most people publish to share knowledge on Medium and are driven into putting their content behind a paywall, without actually getting paid for it, including myself. I felt like Medium is running the academic publishing scheme. Get free content and get paid for it. So I decided to create a small script to bypass the paywall on Medium, it turns out it also works on other newssites. Heres the website: https://sugoidesune.github.io/readium/ For the curious I will explain the…
2019
- 7IW
Hello! This ebook aims to teach Linux command line tools and Shell Scripting for beginner to intermediate level users. The main focus is towards managing your files and performing text processing tasks. Includes plenty of examples, exercises (200+) and solutions. To celebrate my latest ebook release, you can download PDF/EPUB versions of Computing from the Command Line for FREE till 08-Nov-2022: https://learnbyexample.gumroad.com/l/cli_computing (the web version linked as the post url is always free) All books bundle (all my 13 programming ebooks) is $10 (normal…
2022 · learnbyexample.github.io
- 8

Drive your coding agent from anywhere, zero install
Jul 2026 · handmux.com
- 9IW
Hi all, I like RethinkDB a lot. One year ago, I started to document it because I want to learn more about it. At first, I blog, at one point I started to writing it in markdown, using pandoc to convert it into PDF then I switched to Leanpub. At some point, I almost abandon it. But finally I make effort to go back and almost finish it. Here is the result of one year: http://leanpub.com/simplyrethinkdb I also open source it on here(But it helps if you make an purchase on leanpub anyway :D): http://github.com/kureikain/simplyrethink The book is still WIP…
2015
- 10IB
Hey Guys, I created GithubReader.org (open-source, non-profit, most of the code is written by ChatGPT). My motivation: I wanted an easy way to keep a list of repositories I want to learn from and access them quickly. So, I built a search page where I can find repositories by name, like Google. Also, I wanted a nicer way to read Markdown files on my laptop without the GitHub UI, like reading a book. So, I made a custom UI with a back button that takes you to the previous state without jumping pages. The markdown links are sharable, e.g.…
2024 · githubreader.org
- 11FN
Most neovim users will be familiar with flash.nvim, which amongst other things, allows you to quickly jump to a word in your visible buffer. It’s a great tool for developers who want to quickly navigate their codebase. I was looking for something similar, but for tmux. I wanted to be able to search visible words in the current tmux pane, then copy that word to the system clipboard by pressing the associated label key. I built https://github.com/Kristijan/flash-copy.tmux, with the aim to bring that functionality to tmux. Here’s a bit of a write up…
Jan 2026 · github.com
- 12JT
I've been a tmux user for years. When I started running 5-10 Claude Code sessions in parallel, I tried the tools that are out there: Conductor, cmux, the GUI orchestrators. None of them felt right. They either wanted me to leave tmux entirely for a 100MB+ Electron app with its own editor and Git workflow, or they were thin wrappers that didn't solve the actual problem: I need to parallelize my entire development environment, agents, editors, servers, logs, and keep track of all of it. So I built jmux. It turns tmux into a parallel development environment. Every session, every agent, every…
Apr 2026 · github.com
- 13UU
I'm launching a free UI/UX primer ebook for people who want to start learning about user interface design and user experience development. Thank you to many HN readers who suggested topics a couple weeks ago. Constructive feedback is welcome. https://github.com/sixarm/ui-ux-primer
2023
- 14IB
I’ve always liked fast online tools for jotting notes or organizing thoughts — but most “productivity” sites either save data to the cloud, require sign-ups, or are full of distractions. So I built an online productivity tools website, a small collection of browser-based tools. It includes an online notepad where you can write and save notes right in your browser, a cornell notes tool available in more than 20 languages, and more coming soon like a pomodoro timer and a simple blank page for focused writing. Everything works entirely in-browser using localStorage — no accounts, no cloud sync,…
Oct 2025 · onlinenotep.ad
- 15
- 16AT
I’ve built a tool that allows you to convert any web content into an ebook with just a few clicks. The idea came from my need to frequently save articles or web pages as ebooks for offline reading and sharing. However, I found existing tools either too complex or lacking flexibility, so I decided to create something simpler, faster, and that supports both EPUB and PDF formats. Key Features: - Quick Conversion: Input a list of URLs, with each URL treated as a chapter, and the tool will automatically generate an ebook in either EPUB or PDF format. - Content Optimization: It automatically…
2024 · ebookany.com
- 17IB
Hey so I am making my own book reader and wanted to share it with y'all on hackernews and I saw a submission talking about DRM free books[0] so I decided to submit this submission on Hackernews to show what I am upto :-D I prefer minimalism so I have created three different flavors of it depending upon the particular use-cases and I have linked the most minimalist one as the submission. If someone is interested in a Epub/pdf reader, I have recently made one: https://epub.mirror.forum/ After making that, I was also feeling the need of having standard book downloads and…
Jun 2026 · epub.mirror.forum
- 18RA
If someone here reads on Medium a lot, this might be useful for you: https://www.producthunt.com/posts/mediumship This is my second browser extension and it's open-source. It lets you read all Medium stories for free. Hugs and / or bugs welcome!
2019
- 19IB
I built Read Fast after realising I was saving hundreds of things to read and reading almost none of them. It automatically turns saved content into a scheduled briefing and sends it to my inbox at whatever time I choose. New version since last post actually allows you to bulk upload URLs. So you can just dump links here and Read Fast will scrape and brief for you. Great for actually reading the things I want to. Curious if that resonates with people?
Dec 2025 · read-fast.replit.app
- 20AW
Hey, I've made a pdf reader with ai assistance, you can quickly ask questions about the text and the images, and it will have context about all of your reading material so you can ask questions freely, try it now, I'm in open beta to find bug and get feedback. upcoming features: - Highlighting - Highlighting with Notes - Bibliography - Automatic Reference file opening - Improved UX and robustness currenlty alot of bugs so please let me know if you found any. feedback appreciated
2025 · pdf-hub.com
- 21CS
Hi HN! Token cost has started to become a high topic of concern to all of us. I tried a few (awesome) tools such as rtk, caveman, and the recent (hillarious but effective) ponytail. What they usually do, is in-line token reduction, e.g. try to compress requests / responses as much as possible. But then it hit me (and I’m sure others had similar ideas) - just like we have routers that pick the right model, why not have something that will also narrow down the amount of available tools, skills and mcps based on repo/context? People usually accumulate skills, agents, MCP servers,…
Jun 2026 · github.com
- 22YP
Yapit converts PDFs and web pages to audio, with a vision-LLM pipeline that handles math and complex layout instead of garbling them. I built it because I read a lot of papers and content online, but drift off after two paragraphs. Listening while following along keeps me focused and lowers the bar to actually start. Every TTS tool I tried broke on complex formatting. Papers with math, citations, figure references, page numbers in the middle of sentences. You either get garbled output or you're listening to raw LaTeX. Yapit converts everything to markdown as a common format. For web pages,…
Apr 2026 · github.com
- 23AF
Hi HN, I built a collection of 40+ PDF tools using Kimi k2.5 (with about $50 worth of credits) and a lot of “vibe coding”. The site: https://pdfuck.com (almost forgot I owned this domain ) What it does: 40+ PDF-related tools Completely free No downloads, everything runs in the browser All processing is done locally in your browser for better privacy It’s deployed on Cloudflare, so the running cost is basically close to zero. This started as a small experiment and slowly grew into a fairly complete PDF toolbox. I’d really appreciate feedback on performance, UX, and what tools you…
Feb 2026 · pdfuck.com
- 24

Ranked by how close each launch is in meaning, then by votes. Refine with a description →