dawitworku

↗ HN profile [ 1536 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Gityap – Ship vs. Talk Intelligence (gityapper-web.vercel.app)
  2. I built *Fifu (Fetch It For Us)*, a cross-platform *TUI* for downloading YouTube channels and playlists with zero friction. It’s built with *Textual* + *yt-dlp*, supports *async downloads*, *subtitles*, *audio…

  3. Hi HN I built DownloadStuffs, a fast, modern interface for exploring the Internet Archive. The default IA UI is powerful, but I often found it: slow on mobile hard to preview multi-file items (series, playlists)…

  4. Hi HN, I built [DownloadStuffs](https://downloadstuffss.vercel.app/), a fast and modern web app for searching, previewing, and downloading content from the Internet Archive. It’s designed to make browsing and…

  5. What is FlowKitX? FlowKitX is a Python library that makes writing async workflows more readable and structured. It provides lazy pipelines: operations (like API calls) are queued and executed only when awaited. This…

  6. I built SpeedyEDA, a Python CLI and library for fast, production-ready exploratory data analysis. The idea is simple: remove EDA boilerplate and make data inspection something you can run in one command, directly from…

  7. Hi HN, I built ProjectCLI (@dawitworku/projectcli) — a universal interactive CLI for developers who are tired of juggling multiple project generators. Problem: Setting up a new project often requires learning dozens of…

  8. https://github.com/Dawaman43/xsql

  9. xsql is an open-source Rust CLI + TUI for converting SQL schema DDL between database dialects. Instead of text-based rewrites, it parses CREATE TABLE statements into a small intermediate representation (IR), then emits…