frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AIQuotaBar – macOS menu bar app that shows Claude and ChatGPT usage limits

https://github.com/yagcioglutoprak/AIQuotaBar
1•toprak123•3m ago•0 comments

Git City – Your GitHub as a 3D City

https://www.thegitcity.com/
1•duck•4m ago•0 comments

Mumsnet campaign demands ban on social media for under-16s

https://www.theguardian.com/society/2026/feb/26/mumsnet-campaign-demands-ban-social-media-under-16s
1•pmg101•6m ago•0 comments

Shipcast – Turn your Git commits into tweets, automatically

https://shipcast.dev/
1•guoyu•6m ago•0 comments

Show HN: LucidExtractor – Extract web data in plain English, no selectors

https://lucidextractor.liceron.in
1•yukendiran_j•11m ago•0 comments

A larger cage: about the ongoing calls for "digital sovereignty"

https://www.structural-integrity.eu/a-larger-cage-about-the-ongoing-calls-for-digital-sovereignty/
1•doener•12m ago•0 comments

Earth's heat to power 10k homes in renewable energy first for UK

https://www.bbc.co.uk/news/articles/cewzg77k721o
2•RobinL•12m ago•0 comments

Show HN: Snaplake – Query past database states without restoring backups

https://snaplake.clroot.io
1•clroot•12m ago•0 comments

Show HN: Context Harness – Local first context engine for AI tools

https://github.com/parallax-labs/context-harness
1•__parallaxis•12m ago•0 comments

Perplexity Computer

https://www.perplexity.ai/hub/blog/introducing-perplexity-computer
1•kamaal•12m ago•0 comments

Show HN: I Made an AI Skill to Help Write Tlaps Proofs

https://github.com/younes-io/agent-skills/blob/main/skills/tlaps-workbench/SKILL.md
1•youio•13m ago•0 comments

Implementing a Clear Room Z80 / ZX Spectrum Emulator with Claude Code

https://antirez.com/news/160
1•boyter•14m ago•0 comments

RUS-Pat Bringing Optical Color to Ultrasound

https://www.caltech.edu/about/news/bringing-optical-color-to-ultrasound
1•Liquidity•15m ago•0 comments

Show HN: SendView – Mail merge from Airtable/GSheets, sends through your email

https://sendview.app/
2•jbrake•21m ago•0 comments

Evidence for the weak Sapir-Whorf hypothesis

https://twitter.com/colingorrie/status/2026658482959565246
2•MrBuddyCasino•22m ago•0 comments

Apple's Touch-Screen Laptop to Have Dynamic Island, New Mac Interface

https://www.bloomberg.com/news/articles/2026-02-24/apple-s-touch-screen-macbook-pro-to-have-dynam...
3•mpweiher•22m ago•0 comments

Show HN: Trust-gated developer communities with portable identity (AT Protocol)

https://github.com/JohannaWeb/ProjectFalcon
2•JohannaWeb•25m ago•0 comments

A Logic Named Joe(1946)

https://www.baen.com/chapters/W200506/0743499107___2.htm
2•largbae•25m ago•0 comments

Open-Source Discord Alternatives

https://lwn.net/SubscriberLink/1058319/7f10cd1d82956e9f/
2•mkesper•26m ago•0 comments

Burned $250 in tokens on Day 1 with OpenClaw

2•aposded•26m ago•0 comments

You are likely unable to connect to http://archive.ph

https://twitter.com/pberrini/status/2026884672584867986
2•petethomas•27m ago•0 comments

Show HN: Sleeping LLM – A language model that remembers by sleeping

https://github.com/vbario/sleeping-llm
2•vbaranov87•29m ago•0 comments

Show HN: Check Your Latency

https://3nt.lat/
2•dpweb•31m ago•0 comments

Apple's Multibillion-Dollar Push to Make Chips in the U.S. [video]

https://www.youtube.com/watch?v=ktFlaBhpMu8
1•Austin_Conlon•32m ago•0 comments

Date-fns: Modern JavaScript date utility library

https://date-fns.org/
1•nateb2022•32m ago•0 comments

OVH Is Raising Prices

1•babaganoosh89•36m ago•0 comments

ZES – sign data with post-quantum crypto without the API ever seeing it

https://pq-api.cyclecore.ai/try
1•dev_PQC-focus•38m ago•1 comments

Show HN: Nullroom.io – Experimental, stateless P2P messaging and file sharing

https://www.nullroom.io/
1•vdw•40m ago•0 comments

Trading Strategies (2018) [pdf]

https://smallake.kr/wp-content/uploads/2019/12/SSRN-id3247865.pdf
1•htfy96•43m ago•0 comments

vLLM-mlx – 65 tok/s LLM inference on Mac with tool calling and prompt caching

https://github.com/raullenchai/vllm-mlx
3•raullen•46m ago•1 comments
Open in hackernews

Show HN: Prince Cloud – Create PDFs with AI Agents

https://prince.cloud
2•mikeday•1h ago
We've been working on Prince for over twenty years and consider it the best way of getting HTML + CSS (and now Markdown!) into PDF, so it's bothered me that AI agents struggle with this, even writing Python programs to generate PDF and then getting confused when you ask for edits. So we've made an MCP server to make PDFs easier!

It exposes three tools: markdown_to_pdf, html_to_pdf, and url_to_pdf, so prompts like "Create a beautifully formatted invoice" can be handled appropriately. LLMs are great at generating Markdown and HTML and Prince is great at typesetting it to high-quality PDF, so this workflow should assist with documents that require careful formatting, multiple revisions, or PDF accessibility features.

We're still figuring out the best way to package this so it can be used ergonomically. Our first attempt simply returned the PDF file to the agent directly, but the LLM would often struggle to decode it, so now it caches the PDF on the server and returns the URL for you to download it, which keeps the response small and the agent happy. (There's a download button widget to make it look nicer in ChatGPT).

I'm curious if anyone has been making PDFs from AI agents and what they think of this approach! Of course you could also call Prince through a local/stdio MCP or run it directly from the command-line, or use the DocRaptor online service, but it's nice to have an example to play with that only requires pasting in the endpoint without installing anything or even creating an account.

Website: https://prince.cloud

Prince: https://www.princexml.com

DocRaptor: https://docraptor.com/