Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 1 hour 48 min ago

Git rebase -I is not that scary

Sat, 07/25/2026 - 8:37pm
Categories: Hacker News

Everything Is a File

Sat, 07/25/2026 - 8:37pm
Categories: Hacker News

Systems and Delays

Sat, 07/25/2026 - 8:37pm
Categories: Hacker News

Zig by Example

Sat, 07/25/2026 - 8:35pm

Article URL: https://zigbyexample.neocities.org/

Comments URL: https://news.ycombinator.com/item?id=49053369

Points: 2

# Comments: 0

Categories: Hacker News

Open-Weight Déjà Vu

Sat, 07/25/2026 - 8:33pm
Categories: Hacker News

Show HN: Rudoc – a 4.5MB Rust document converter

Sat, 07/25/2026 - 6:11pm

I built Rudoc because I wanted a smaller tool for simple file convertion workflow. (Pandoc was so heavy for me) I once wanted to try Pandoc, but after I downloaded it from GitHub, I found that it is around 70 MB. It also needed a lot of dependencies.

Rudoc is not a substitue of Pandoc, it supports limited set of formats (only txt, md, html, typ, docx, pdf, pptx, xml, json) and doesn't support advanced formatting. The most common workflow is just turn a markdown file to a html. PDF generation can work without Typst, but PDF input conversion requires Typst as a backend. It has no other runtime dependencies and can run as a single binary, by the way.

It is pretty easy to use, just use the format of rudoc input.file output.file One sample usage is like this: ```powershell rudoc OhPDF_ROADMAP.md.txt r.md [rudoc] OhPDF_ROADMAP.md.txt → r.md (txt→md) [rudoc] done in 52ms (6286 bytes) rudoc r.md r.html [rudoc] r.md → r.html (md→html) [rudoc] done in 4ms (7363 bytes) ```

Some complex formats (such as pptx) still have limited compatibility. I planned to add standard error messages and better format compatibilities. I'd be pleased to see feedback or issues on my project.

QA: Why not Pandoc? Pandoc is a great tool, but sometimes we only need a convenient little one to handle common conversion tasks.

How compatible is it to docx/pptx? Currently it supports basic text conversion, and I'm trying to make it be able to keep advanced formatting.

Comments URL: https://news.ycombinator.com/item?id=49052181

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: What do you watch during lunch or dinner, if you're by yourself?

Sat, 07/25/2026 - 6:08pm

Hello curious fellows!

I've a habit of watching something while having food, be it lunch or dinner. I used to be able to watch some chess game, or a random clip from Would I Lie to You show, but I crave to discover new channels and feeds that are just as fun.

My favorites for a 20 minute video formats have been from Wendover Productions, some videos from Tom Scott, Veritasium or such. Sometimes, I might be in the mood for something less demanding in attention, and would just watch Impractical Jokers.

Watching an episode of some TV serial sounds longer than 30 mins and that's too much for me.

I'm interested to know what do you watch, if any.

Comments URL: https://news.ycombinator.com/item?id=49052141

Points: 1

# Comments: 1

Categories: Hacker News

The state of AI agents, in numbers

Sat, 07/25/2026 - 6:06pm
Categories: Hacker News

Kimi K3 built a Windows XP in browser

Sat, 07/25/2026 - 6:03pm

Article URL: https://windows-xp.kimi.site/

Comments URL: https://news.ycombinator.com/item?id=49052074

Points: 1

# Comments: 1

Categories: Hacker News

Pages