frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: MiniPCs.zip (charting the pareto frontier of MiniPCs)

https://minipcs.zip
1•yathern•1m ago•0 comments

When AI Files Your Taxes: Who Pays When It Fails

https://smarterarticles.co.uk/when-ai-files-your-taxes-who-pays-when-it-fails
3•dxs•14m ago•0 comments

The best stack for the AI Era

https://www.porchlab.com/blog/best-ai-stack-elixir-phoenix/
2•wallflow3r•17m ago•0 comments

Plants keep tabs on the competition, and adapt growth patterns

https://www.economist.com/science-and-technology/2026/06/18/how-plants-keep-tabs-on-the-competition
2•marojejian•22m ago•1 comments

Show HN: Persona.js – a vanilla-JS agent UI library with native WebMCP (MIT)

https://www.persona-chat.dev/
6•becomevocal•24m ago•5 comments

Show HN: An experiment in human and AI social networking

https://www.sentibook.com/
2•sentibook•27m ago•0 comments

HSIP–local identity server in Rust with Ed25519 signing and AI agent governance

https://github.com/rewired89/HSIP-1PHASE
3•Rewired89•29m ago•0 comments

No-Code Automated Quant Trading

https://runhalcyon.com/
18•Entropnt•29m ago•0 comments

The notational conventions I adopted, and why (EWD 1300)

https://www.cs.utexas.edu/~EWD/transcriptions/EWD13xx/EWD1300.html
2•tosh•30m ago•0 comments

Why an AI-saturated internet gave me a reason to write

https://halit.alptekin.im/posts/still-human-here/
4•nofool•33m ago•0 comments

Read Zero Knowledge As I Write It (crypto thriller)

https://feld.com/archives/2026/06/read-zero-knowledge-as-i-write-it/
2•rmason•33m ago•0 comments

AMD will reinstate memory encryption on Ryzen 9000 CPUs via BIOS update in July

https://www.tomshardware.com/pc-components/cpus/amd-will-reinstate-memory-encryption-on-ryzen-900...
9•roboror•38m ago•1 comments

Show HN: My Windows XP portfolio with working Game Boy and iPod

https://mitchivin.com/
12•mitchivin•38m ago•7 comments

GitHub DMCA Repository

https://github.com/github/dmca/blob/master/2026/06/2026-06-04-tesla.md
3•5701652400•39m ago•1 comments

Show HN: Tin Validate, a tax ID validator that explains why checks pass or fail

https://tin-validate.com/
3•bapito•39m ago•0 comments

VMAF v1: Good Is Not Good Enough

https://medium.com/netflix-techblog/vmaf-v1-good-is-not-good-enough-60d7e4244ea8
3•ledoge•42m ago•0 comments

Google display wrong flags for world cup 2026

https://swiss-cow.com/blog/google-world-cup-wrong-flags
4•jimseinta•46m ago•0 comments

Show HN: An ASCII 3D Rendering Engine

https://glyphcss.com
3•apresmoi•46m ago•1 comments

Russia no longer needs so many graduates, country's education minister warns

https://novayagazeta.eu/en/articles/2026/06/19/russia-no-longer-needs-so-many-graduates-countrys-...
7•randycupertino•47m ago•0 comments

The Market's AI Fanfare Is Running into a Harsh Political Reality

https://www.wsj.com/tech/ai/the-markets-ai-fanfare-is-running-into-a-harsh-political-reality-b919...
2•thm•49m ago•1 comments

The Next Generation of American Cheese (2023)

https://www.eater.com/23734992/new-school-cheese-artisanal-american-cheese
2•NaOH•49m ago•0 comments

AI in Games: The Impact on Sales

https://www.game-oracle.com/blog/ai-part2
2•Macha•50m ago•0 comments

Ask HN: Are people optimistic about the future?

6•JohnDSDev•50m ago•6 comments

GoPro and Roomba were U.S. pioneers. Chinese rivals now dominate

https://restofworld.org/2026/chinese-consumer-tech-brands/
6•thm•51m ago•0 comments

Russia Wants AI Sovereignty. It Has a Chip Problem

https://time.com/article/2026/06/18/russia-ai-putin-chip-us-china/
3•thm•51m ago•0 comments

America's Founders helped create a world they were not yet ready to live in

https://reason.com/2026/06/13/disillusioned-revolutionaries/
4•momentmaker•54m ago•0 comments

LLVM-Snippy: An Instruction Sequence Generator. Part 1: Overview [video]

https://www.youtube.com/watch?v=gomtQMGOFF8
3•matt_d•54m ago•0 comments

PostgresBench: A Reproducible Benchmark for Postgres Services

https://clickhouse.com/blog/postgresbench
7•saisrirampur•56m ago•1 comments

How the Fifth Lateran Council Unlocked Financial Theory

https://sebastiangarren.com/2026/06/17/lending-is-meritorious-and-should-be-praised-how-the-fifth...
2•momentmaker•56m ago•0 comments

World first, a man living with HIV received transplant from HIV-positive donor

https://www.scientificamerican.com/article/in-world-first-a-man-living-with-hiv-received-a-lung-t...
2•iancmceachern•57m ago•0 comments
Open in hackernews

Ember, a native iOS Hacker News reader I built around accessibility

https://github.com/DatanoiseTV/ember-hackernews
59•sylwester•2h ago

Comments

sylwester•2h ago
I read HN on my phone every day and never really settled on a reader, so I wrote my own and finally tidied it up enough to put out there.

It's plain SwiftUI with no third-party dependencies. A few things I spent the most time on:

Comments are parsed and drawn as native text instead of being dumped into a web view. Links, italics, quotes and code blocks behave like the rest of the OS, text selection works, and threads collapse instantly. The whole comment tree comes back from the Algolia API in a single request, which felt a lot nicer than walking the Firebase API node by node.

Accessibility. Nothing depends on color on its own, so points, read state and selection all carry a shape or an icon too. VoiceOver reads each story as one coherent element with proper actions, Dynamic Type and Reduce Motion are respected, and there's a color-blind mode. The first-run setup actually looks at your device's accessibility settings, switches on the matching options, and tells you what it changed instead of making you hunt for them.

Then the usual things you'd expect: Top/New/Best/Ask/Show/Jobs, search, saved stories, read tracking, an in-app reader, light and dark, and a handful of accent colors.

It only talks to the public HN APIs, there's no account and nothing is tracked. Source and screenshots are in the repo.

I'd most like feedback on the comment rendering and the accessibility choices, since those were the parts I cared about getting right. Happy to answer anything about how it's put together.

ios-contractor•2h ago
Looks great. Does it support pinch zoom like webpage hn does
Tiberium•1h ago
Thanks for the app. Wanted to remind you of the HN guidelines though: https://news.ycombinator.com/newsguidelines.html

> Don't post generated text or AI-edited text. HN is for conversation between humans.

gavinmckenzie•2h ago
Well done. As a colour blind person (and iOS developer) I am thrilled anytime an app doesn’t rely on colour cues alone. I’ve used Hack and Octal but I am going to give your app a try.
newdee•2h ago
Looks great, do you plan on publishing to the AppStore?
sylwester•1h ago
If it is possible and Apple accepts the app.
roger_•1h ago
Any chance of HN getting angry about this, à la Reddit?
rkagerer•56m ago
Ok. I don't need or want this.

Doesn't mean others can't find it useful. e.g. I bet some portion of users would appreciate Dark mode without resorting to CSS tweaks. /rant

charrondev•1h ago
I love to see an open source implementation.

I’ve been using [Octal](https://apps.apple.com/us/app/octal-for-hacker-news/id130888...) for a while now but it’s not open source.

Would you be opposed to a pull request adding login/posting support? I think the way it works in Octal is webview for login, snatching the cookies out of the webview, then using the same posting endpoints as the website with the cookie.

shelled•1h ago
HN is quite nice inside a desktop browser, but mobile browsers are a different story altogether. But even there, it fares slightly better than old.reddit.com. So looks like I should dust off that xcode.
Cider9986•19m ago
I disagree it works great in Vanadium.
_dharmik_•1h ago
Are you planning to release Android version as well ?
ofcrpls•56m ago
I've been using Octal on iOS and https://github.com/IronsideXXVI/Hacker-News on Mac that was showcased here 4 months ago.

Got to give you kudos for the Accessibility enablement though - while some of it is baked-in support, it’s worth appreciating your work in whittling down whatever else can be supported.

Here is a comparison for the two on Mac, if you're interested. https://gq6o9uxicyzuw8es6qxe78bnml9wc3re.pastehtml.dev/#core