frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

A thinking thing that is no one

https://baronca.substack.com/p/a-thinking-thing-that-is-no-one
1•Anon84•1m ago•0 comments

Telegram's t.me domain name is back

https://de.godaddy.com/whois/results.aspx?domain=t.me
1•_roj•2m ago•0 comments

Show HN: PixlPDF – e-signatures where the server only stores encrypted blobs

https://pixlpdf.com
1•pixlpdf•2m ago•0 comments

Two sizes fit most: Postgres and ClickHouse

https://clickhouse.com/blog/ai-best-of-breed-data-stack
1•saisrirampur•3m ago•0 comments

What makes a language flourish? (2021)

https://www.5jt.com/what-makes-a-language-flourish
1•tosh•3m ago•0 comments

Show HN: OpenArgentum – Self-hosted finance manager you talk to

https://openargentum.org/
1•amitpm•4m ago•1 comments

Show HN: Translate Slides and Images

https://slidelang.com/
1•seinecle•4m ago•1 comments

CometBFT runs the SecretConnection crypto handshake before authenticating peers

https://nullrabbit.ai/research/cometbft-secretconnection-preauth-handshake-cpu-burn
1•simonmorley•5m ago•0 comments

I Use Agents to Extract Hidden Feedback from GitHub

https://tomasvotruba.com/blog/how-I-use-agents-to-extract-hidden-feedback-from-github-and-improve...
2•moebrowne•6m ago•0 comments

Goldman Sachs Posts Record $3.4B Investment-Banking Quarter

https://www.disruptionbanking.com/2026/07/14/goldman-sachs-posts-record-3-4bn-investment-banking-...
2•emsidisii•6m ago•0 comments

Show HN: Kmux – Parallel terminal workspace optimized for AI coding agents

https://github.com/kkd927/kmux
1•kkd927•8m ago•0 comments

Problem Solving with Dimensional Analysis (2023)

https://gregorygundersen.com/blog/2023/02/11/dimensional-analysis/
1•tosh•9m ago•0 comments

Life is getting better when you'd pay more to keep it

https://kaverennedy.substack.com/p/life-is-getting-better-when-youd
1•surprisetalk•11m ago•1 comments

Boltzmann MapReduce: A Partition-Function Reduce for Forkable Sandboxes

https://arxiv.org/abs/2607.09689
1•zozo123-IB-IL2•11m ago•0 comments

Show HN: The MCP Census – 15,382 MCP servers, health-checked

https://mcpcensus.pages.dev/report
1•jveldsman•11m ago•0 comments

OpenAI and Apple, LeBron James

https://www.marginpoints.com/issues/2026-07-10-openai-apple-lebron-james
1•historian1066•12m ago•0 comments

Adding a USB Port to the ThinkPad X1 Nano (The Hard Way) (2024)

https://jcs.org/2024/05/29/x1usb
1•Gecko4072•12m ago•0 comments

Show HN: Jukebox – Generate themes inspired by music cover art

https://github.com/nooneknowspeter/jukebox
1•nooneknowspeter•13m ago•0 comments

Show HN: VisualEther – Wireshark PCAPs to sequence diagrams; MCP for AI analysis

https://www.eventhelix.com/visualether/case-studies/5g-nr-r16-mdt-mac-pdcp-decryption-scheduling-...
1•eventhelix•15m ago•0 comments

What Is Yuanjiwei, the Chinese Startup Promising 5nm Chips Without EUV?

https://mrkt30.com/what-is-yuanjiwei-the-chinese-startup-promising-5nm-chips-without-euv/
1•technewssss•16m ago•0 comments

Create Your Own Variants • PyChess

https://www.pychess.org/blogs/@/gbtami/create-your-own-variants/cL0m9kzc
1•baruchel•16m ago•0 comments

Show HN: Plainspace – a lightweight shared workspace for small groups

https://plainspace.org
1•johannesjo•16m ago•0 comments

Tacit J and K (2021) [pdf]

https://ngn.codeberg.page/txt/tacitjk.pdf
1•tosh•18m ago•0 comments

Show HN: Two Next.js templates with zero dependencies and one config file

https://nova-ai-saas-template.vercel.app
1•Sanmukapriya•20m ago•0 comments

Ask HN: PhDs, how have you organized your research visits?

1•thrawyact•23m ago•0 comments

Ask HN: Prompting AI for black magic incantations?

1•julienreszka•24m ago•0 comments

Anthropic commits $10M to Canadian AI research

https://www.anthropic.com/news/canadian-ai-research
3•surprisetalk•25m ago•0 comments

The Center of Our Galaxy Is More Like a Raspberry Donut Than We Realized

https://www.sciencealert.com/scientists-find-the-first-true-sugar-ever-detected-in-interstellar-s...
2•downwithdisease•26m ago•0 comments

Floating Companion: Exploring Design Space for Soft Floating Robots for Indoor

https://www.youtube.com/watch?v=6qrZC1kF7Kc
3•RebootStr•26m ago•0 comments

AI-Notify – Context-aware terminal notifications for multitasking devs

https://medium.com/engineering-in-the-age-of-ai/ai-notify-context-aware-notifications-for-multi-t...
2•heliasdev•26m ago•0 comments
Open in hackernews

Show HN: PDF to Markdown with a side-by-side check so you can see what broke

https://pdfmarkdown.app/
3•jisbuidling•1h ago

Comments

charltonraven•55m ago
This is nice and handy, especially in todays world with AI. I am constantly having AI create documentation in .md. What kind of Parsers are you using and vision model? Will this only be for accessing it through the web or will you make a downloadable executable?
jisbuidling•47m ago
Thanks! Part of the reason I built it was to feed a clean, token-efficient markdown to models. I used pdf.js as the foundation and added my own rules on top for layout, images, formulas and tables. For OCR I integrated PaddleOCR. I'm also looking at whether Chrome's built-in model could help on the vision side. For now it's purely browser-side, and a desktop version is on the list. If you'd want a desktop version, what would make it worth downloading over the site?
charltonraven•34m ago
I would like the desktop version for privacy and automation(if capable). But either way this is nice!
jisbuidling•31m ago
got it, for automation part think you need something like cli?