frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Open-source Perplexity clone one file back end, streaming answers

https://github.com/oncellai/oncell-research
6•anupsing_ai•2m ago•0 comments

Cavalry Is Now Free

https://cavalry.studio/en/
1•Seich•2m ago•1 comments

I Made the "Next-Level" Camera and I love it

https://thelibre.news/i-made-the-next-level-camera-and-i-love-it/
1•ndr•3m ago•0 comments

Leaving Gas Town – What Happens When the AI Bubble Bursts?

https://slowlywilliam.com/2026/04/12/leaving-gas-town.html
1•quicklywilliam•6m ago•1 comments

Show HN: Constellate – Finding patterns by reasoning about groups, not pairs

https://constellate.fyi
1•harthor•6m ago•0 comments

Show HN: A native Rust TUI for Claude Code, because Ink got slow

https://www.npmjs.com/package/claude-code-rust
1•srothgan•8m ago•0 comments

Make AI agents that never see your data

https://codeastra.dev/
1•mpakaobed•12m ago•1 comments

Val Kilmer set to be be resurrected with AI for new film

https://www.theguardian.com/film/2026/mar/18/val-kilmer-resurrected-in-movie-ai
1•cdrnsf•14m ago•0 comments

Coregit – Serverless Git API for AI agents (3.6x faster than GitHub)

https://coregit.dev/blog/introducing-coregit
1•AlenzhanJ•15m ago•0 comments

List of World Naked Bike Rides

https://wiki.worldnakedbikeride.org/wiki/List_of_rides
2•rolph•19m ago•0 comments

Solana Token Market Go – on-chain pool metrics (price, liq, mcap, FDV) in Go

https://github.com/TokensHive/solana-token-market-go
1•AppsDoc•20m ago•0 comments

Fine-tuning and deploying Gemma 4 is not that easy

https://ghost.oxen.ai/writing-a-fine-tuning-and-deployment-pipeline-isnt-as-easy-as-it-looks-gemm...
2•eloyalbmartinez•21m ago•0 comments

Literate documentation: treating docs as contracts over system behavior

https://mwittie.io/posts/literate-documentation/
1•mikewittie•21m ago•1 comments

Show HN: Metamorphic – Zero-knowledge, end-to-end encrypted habit tracker

https://metamorphic.app/
2•mosspigletdev•22m ago•0 comments

Hy-World 2.0: Model for Reconstructing, Generating, and Simulating 3D Worlds

https://github.com/Tencent-Hunyuan/HY-World-2.0
2•SXX•22m ago•0 comments

FAQ about the IOC Policy on Protection of the Female Category in Olympic Sport

https://www.olympics.com/ioc/athletes/medical-research/faq-ioc-policy-protection-female-category
1•aobs•23m ago•0 comments

Beloved 7 Up series will end after 62 years with final chapter 70 Up

https://www.radiotimes.com/tv/documentaries/itv-7-up-series-finale-announced-newsupdate/
1•mellosouls•23m ago•0 comments

Open Systems Are Healthy

https://chriskurdziel.com/2026/04/08/the-open-source-advantage.html
2•speckx•23m ago•0 comments

Let AI query your live database instead of guessing

https://github.com/risingwavelabs/risingwave-mcp
1•AnneWodell•25m ago•0 comments

Vitra Workstation

https://abduzeedo.com/node/89288
1•levmiseri•29m ago•0 comments

TextPocket: Save and Paste Text Anywhere

https://chromewebstore.google.com/detail/textpocket-save-paste-tex/ieapehlaglbomepkjgffbmckpfmkmpjp
1•hassananayi•31m ago•0 comments

Qwen3.6-35B-A3B draws a better pelican than Opus 4.7

https://twitter.com/simonw/status/2044830134885306701
2•armcat•31m ago•0 comments

South African-led HIV vaccine trial offers a significant moment of promise

https://www.up.ac.za/news/expert-opinion-south-african-led-hiv-vaccine-trial-offers-significant-m...
2•andsoitis•33m ago•0 comments

We May No Longer Need Kafka Compatibility in the Age of AI Agents

https://risingwave.com/blog/we-may-no-longer-need-kafka-compatibility/
1•WavyPeng•36m ago•0 comments

Intel Arc Pro B70 Open-Source Linux Performance Against AMD Radeon AI Pro R9700

https://www.phoronix.com/review/intel-arc-pro-b70
3•zargon•36m ago•1 comments

Google, Pentagon discuss classified AI deal, the Information reports

https://www.reuters.com/technology/google-pentagon-discuss-classified-ai-deal-information-reports...
3•Palmik•37m ago•1 comments

How are you handling persistent memory across LLM agent sessions?

https://github.com/GG-QandV/mnemostroma
1•YevheniiN•37m ago•0 comments

Using Android Without a Google Account in 2026

https://theprivacydad.com/using-android-without-a-google-account-in-2026/
4•Brajeshwar•37m ago•0 comments

College Graduates Are Losing the Clone War

http://charleshughsmith.blogspot.com/2026/04/college-graduates-are-losing-clone-war.html
1•speckx•37m ago•0 comments

Germany misses climate targets as emissions barely fall in 2025

https://www.theguardian.com/world/2026/mar/14/germany-misses-climate-targets-as-emissions-barely-...
2•PaulHoule•38m ago•0 comments
Open in hackernews

Show HN: Marky – A lightweight Markdown viewer for agentic coding

https://github.com/GRVYDEV/marky
2•GRVYDEV•2h ago
Hey HN,

In this age of agentic coding I've found myself spending a lot of time reviewing markdown files. Whether it's plans or documentation that I've asked my agent to generate for me, it seems that I spend more time reading markdown than code.

I've tried a few different solutions to make it easier to read such as Obsidian however I've found their Vault system to be quite limiting for this use case and I've found TUI solutions to not quite be as friendly to read as I've wanted so I made Marky.

Marky is a lightweight desktop application that makes it incredibly easy to read and track your markdown files. It also has a helpful cli so you can just run marky FILENAME and have the app open to the md file that you pointed it at. I've been using the daily over the past week and I really enjoy it so I figured I'd share it.

I have plans to add more features such as incorporating agentic tools such as claude code and codex into the UI as well as developing a local git diff reviewer to allow me to do local code review before pushing up to git.

I'd love to hear your thoughts and any feature suggestions you may have :)