frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Looping Casino

https://www.mahdiyusuf.com/looping-casino/
1•googletron•3m ago•0 comments

Andreas Rumpf: NIF, Nimony, Nim 3 (NimConf 2026) [video]

https://www.youtube.com/watch?v=ZYIW8YgH49w
2•roflcopter69•9m ago•0 comments

Chile Eliminates Leprosy

https://www.paho.org/en/chile-eliminates-leprosy
2•thunderbong•12m ago•0 comments

AMD Mini PCs for AI Applications: A Comprehensive 2026 Review

https://old.reddit.com/r/AIProgrammingHardware/comments/1uc0ckg/amd_mini_pcs_for_ai_applications_...
2•javaeeeee•14m ago•0 comments

Updating Stacked Pull Requests with Git rebase –onto

https://bd103.dev/blog/2026-06-18-git-rebase-onto/
2•birdculture•14m ago•0 comments

The AI Conundrum: We are living in highly subsidized, interesting times

3•pyeri•20m ago•0 comments

Japan chipmaking equipment suppliers report 10% drop in China sales

https://asiaai.fyi/japans-ai-shift-chip-woes-automation-hopes-cloud-expansion/
3•dweisinger•22m ago•1 comments

Nintendo Wii U games running from a 1980's Bernoulli disk [video]

https://www.youtube.com/watch?v=8GZDOpV2OXk
2•zdw•25m ago•0 comments

Ask for no, don't ask for yes (2022)

https://www.mooreds.com/wordpress/archives/3518
5•skogstokig•26m ago•0 comments

You're probably paying GPT prices for tasks that don't need GPT

https://ourtoken.ai/
2•AislinnYang•27m ago•0 comments

AI Is Taking Over Hospitals

https://www.theatlantic.com/health/2026/06/ai-healthcare-uber-moment/687567/
4•karakoram•30m ago•1 comments

I am dreading our LLM-written incident report future

https://surfingcomplexity.blog/2026/06/19/i-am-dreading-our-llm-written-incident-report-future/
3•_____k•31m ago•0 comments

Read More Fiction

https://pilk.website/5/read-more-fiction
2•npilk•33m ago•0 comments

The No Hallucination Guarantee

https://www.hudson-labs.com/blog/no-hallucination-guarantee
2•Anon84•35m ago•0 comments

We Taught a $3 Chip to Run CSS

https://geastack.com/blog-we-taught-a-chip-to-run-css
3•arbayi•37m ago•1 comments

Show HN: Tot – instant share links for HTML and Markdown files

https://github.com/plannotator/tot
3•ramoz•38m ago•0 comments

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

2•lkrubner•40m ago•3 comments

Ask HN: What's Your Agents.md?

4•CSMastermind•41m ago•2 comments

Gumption Traps

https://en.wikipedia.org/wiki/Zen_and_the_Art_of_Motorcycle_Maintenance
2•toomuchtodo•42m ago•1 comments

More than 12.5M barrels of oil passed through Strait of Hormuz after deal signed [video]

https://www.youtube.com/watch?v=3_EQnkYc60U
2•Bender•44m ago•0 comments

Snowboard Kids 2 is Recompiled

https://blog.chrislewis.au/snowboard-kids-2-is-recompiled/
3•knackers•45m ago•0 comments

Quality in the Age of Slop

https://sinclairtarget.com/blog/2026/06/01/quality-in-the-age-of-slop/
2•weebst•46m ago•0 comments

Show HN: DebugBrief – turn debugging sessions into reports, no AI

https://github.com/harihkk/Debug-Brief
3•itshkrishna•46m ago•0 comments

Partial Application

https://en.wikipedia.org/wiki/Partial_application
2•tosh•47m ago•0 comments

False Balance

https://en.wikipedia.org/wiki/False_balance
3•chistev•50m ago•0 comments

KiCad-captouch: Capacitive touch interface generation

https://github.com/unwndevices/kicad-captouch
2•peteforde•51m ago•0 comments

The Path of Madness

https://brandur.org/nanoglyphs/029-path-of-madness
2•jordanscales•52m ago•0 comments

The Science That Turned Lizard Venom into GLP-1s Is Under Attack

https://www.nytimes.com/2026/06/20/opinion/glp1-research-science-funding.html
6•rmason•55m ago•2 comments

SHOW HN: I built a social profile for vibecoders to share & store their projects

https://kritive.com
2•sonOfHades•1h ago•1 comments

CMS Trap (2013)

https://max.engineer/cms-trap
1•tosh•1h ago•0 comments
Open in hackernews

Show HN: MdFried, the Ultimate Markdown Viewer

https://github.com/benjajaja/mdfried
2•the_gipsy•1h ago
This is my markdown viewer for the terminal. It's most notable feature is that it displays headers Bigger™ then other text. This was my main motivation for writing this, as big headers make markdown really more readable and was the only thing making me reach outside of a terminal for reading markdown documents.

I did this by leveraging ratatui-image, which I also had written for another thing. MdFried tries to get your terminal's font, or otherwise prompts you with a font picker. The headers are then rendered as images with cosmic-text. Notably, on kitty there is a [text sizing protocol], which is implemented by MdFried as alternative.

Images are of course also displayed. Note that not every terminal can display images, or display images reliably enough for a TUI. Your best bets are popular terminals such as Kitty, Ghostty, Foot, or WezTerm. Terminals that don't have image support can of course still use MdFried as plain (and boring) markdown viewer.

[text sizing protocol]: https://sw.kovidgoyal.net/kitty/text-sizing-protocol