frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jonathan Blow on why LLMs cannot program [video]

https://www.youtube.com/watch?v=DdjUDpU-as0
1•andy99•47s ago•0 comments

The Anatomy of an AI-Native Org

https://ajeygore.in/content/the-anatomy-of-an-ai-native-org
4•kiyanwang•2m ago•0 comments

"My 1992 view of the problems of computer programming in 1992"

https://blog.plover.com/prog/fortran-i.html
1•pavel_lishin•3m ago•0 comments

FDA advisors unanimously vote to approve Moderna's mRNA after agency drama

https://arstechnica.com/health/2026/06/fda-advisors-unanimously-vote-to-approve-modernas-mrna-aft...
1•worik•6m ago•0 comments

Apertus – Open Foundation Model for Sovereign AI

https://apertvs.ai/
3•T-A•7m ago•0 comments

PowerFox Browser

https://powerfox.jazzzny.me/
2•thisislife2•14m ago•0 comments

MsgMaster – an AI that turns your chaotic inbox into a prioritized workflow

https://msgmaster.ca/
2•isaaclaskine•14m ago•0 comments

Building a chill multiplayer gaming website

https://playfrooti.com/
2•hardikvora•14m ago•1 comments

Energy Security, Not Climate Goals, Is Now Driving the Clean Power Boom

https://oilprice.com/Alternative-Energy/Renewable-Energy/Energy-Security-Not-Climate-Goals-Is-Now...
3•rustoo•17m ago•0 comments

Ask HN: Is the hard part of adult friendship the second hangout?

2•thehgz•19m ago•1 comments

NSA chief says Mythos breached 'almost all' classified systems in hours

https://bankwatch.ca/2026/06/21/nsa-chief-says-mythos-breached-almost-all-classified-systems-in-h...
8•devonnull•21m ago•3 comments

Everything Is Logarithms

https://alexkritchevsky.com/2026/05/25/everything-is-logarithms.html
4•E-Reverance•26m ago•0 comments

Securing the Future of AI Agents

https://deepmind.google/blog/securing-the-future-of-ai-agents/
3•gmays•26m ago•0 comments

How Donkey Kong Smashed King Kong (Universal vs. Nintendo)

https://www.gamingalexandria.com/wp/2026/06/how-donkey-kong-smashed-king-kong-universal-v-nintendo/
2•wicket•29m ago•0 comments

Stop wasting tokens and re explaining your project between sessions

https://github.com/raiyanyahya/recall
3•mateenah•31m ago•0 comments

Forward to Hell? Misusing Transparent DNS Forwarders for Amplification Attacks

https://labs.ripe.net/author/mkoch/forward-to-hell-on-misusing-transparent-dns-forwarders-for-amp...
2•zdw•32m ago•0 comments

Compression in ClickHouse

https://clickhouse.com/docs/data-compression/compression-in-clickhouse
2•tosh•32m ago•0 comments

Ozempic Came from a Monster – and It's Not Alone

https://www.sciencealert.com/ozempic-literally-came-from-a-monster-and-its-not-alone
2•thunderbong•34m ago•0 comments

Two Roads Through Two Chinatowns

https://sundaylongread.com/2026/01/23/philadelphia-chinatown-pittsburgh-history/
1•NaOH•34m ago•0 comments

LHA

https://en.wikipedia.org/wiki/LHA_(file_format)
2•tosh•35m ago•0 comments

Show HN: Annotate.js – Turn anywebsite into Figma style reviewboard

https://reviewjs.github.io/annotate/
1•aagosh•37m ago•0 comments

Golomb Coding

https://en.wikipedia.org/wiki/Golomb_coding
2•tosh•38m ago•0 comments

There is minimal downside to switching to open models

https://www.marble.onl/posts/cancel_claude.html
2•amarble•41m ago•0 comments

RestockAlerts: The easiest way to score coveted Hermes handbags

https://restockalerts.com/
1•fqiao•42m ago•0 comments

Development Dependencies Considered Harmful

https://bergie.iki.fi/blog/dependency-hell/
1•bergie•44m ago•0 comments

QueryLoL – open-source League of Legends companion built with Tauri

https://ishtartec.github.io/query-lol-desktop/
1•ixen•45m ago•0 comments

Conduit – Self-hosted Bitcoin Lightning payments for AI agents

https://github.com/Jake1848/conduit
1•conduitbtc•49m ago•0 comments

AuraText – a Windows overlay that brings AI into any text field URL

https://auratxt.com/
1•yashra4j•49m ago•0 comments

Tool to help find a good available domain name

https://domaincomb.com/
1•gw5815•52m ago•1 comments

F* file system – file search that reads SSD directly bypassing OS kernel

https://github.com/dmtrKovalenko/ffs
1•neogoose•52m ago•2 comments
Open in hackernews

Ask HN: How should I convert Microsoft Word documents to Markdown?

4•lkrubner•1h ago
I took over a project that was built by an overseas team. They set up a data ingestion process. They have a step in the ingestion where they use Libre Office (in headless mode) to convert Microsoft Word documents to PDFs. Later we convert all PDFs to Markdown. They felt that it was best to convert everything to a PDF, and then convert all of the PDFs to Markdown.

What I notice is that LibreOffice can create very complex PDFs when the Microsoft Word document has:

1. tables

2. multiple columns

3. strikethrough text

I am thinking we should go straight from Microsoft Word to Markdown.

What is the right software for that?

Comments

ramoz•1h ago
Pandoc might be able to do this, found this:

https://gist.github.com/plembo/409a8d7b1bae66622dbcd26337bbb...

snailshare•1h ago
Pandoc can do this I think
kha1n3vol3•1h ago
Start with pandoc before reinventing the wheel.