frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Does the Sumerian King List Align with Paleoclimate Events?

https://www.vectorian.be/articles/2026-06-07/sumerian-king-list-paleoclimate-alignment-explorer/
35•dev_l1x_be•1h ago•3 comments

GUIs should be fully keyboard-driven

https://ckardaris.com/blog/2026/08/28/keyboard-driven-guis.html
594•ckardaris•9h ago•294 comments

Boot a Virtual iPhone via Apple's Virtualization.framework

https://github.com/Lakr233/vphone-cli
37•hentrep•1h ago•10 comments

Htmx 4.0

https://four.htmx.org/announcements/2026-08-28-htmx-4.0.0-is-released
513•rmsaksida•11h ago•124 comments

PPWR lands another blow to an precarious tabletop industry

https://www.rascal.news/ppwr-lands-another-blow-to-an-already-precarious-tabletop-industry/
14•healsdata•1h ago•4 comments

U.S. sanctions against the A/I Collective

https://www.inventati.org/
468•exiguus•12h ago•446 comments

Just the rumour of a bug is enough to find an exploit these days

https://anil.recoil.org/notes/rumour-is-the-exploit
252•avsm•9h ago•89 comments

Inception-style curved map for turn-by-turn directions

https://www.orbify.eu/demo/
421•smoser•12h ago•141 comments

9th Circuit sides with states in Kalshi gambling fight

https://azmirror.com/2026/08/28/9th-circuit-sides-with-states-in-kalshi-gambling-fight-potentiall...
10•hungryhobbit•1h ago•2 comments

Identifying fake cosmetics using AI

https://groverlab.org/hnbfpr/2026-08-26-ai-counterfeit-cosmetics.html
23•wgrover•2h ago•10 comments

Curvature Beziers: Improving on a timeless recipe

https://acko.net/blog/curvature-beziers/
72•leephillips•4d ago•11 comments

Judge rules Trump administration’s blacklisting of Anthropic was illegal

https://www.nytimes.com/2026/08/27/technology/anthropic-government-blacklisting-ruling.html
519•jbegley•22h ago•386 comments

A Japanese shrine has recorded one lake's ice for 583 years, as a divination

https://jivx.com/omiwatari
23•momentmaker•3d ago•5 comments

The Twelve-Factor App (2025)

https://12factor.net/
219•jxmorris12•1d ago•113 comments

Processing in Memory: DRAM Is About to Do Math

https://ben3d.ca/blog/processing-in-memory
65•bhouston•2d ago•20 comments

GLM-5.3 is now open-weight

https://huggingface.co/zai-org/GLM-5.3
580•jeudesprits•9h ago•204 comments

Autonomous Mathematical Discovery in an Open-World Multi-Agent Environment

https://arxiv.org/abs/2608.23691
78•stephenchung•7h ago•19 comments

Visual Analysis of Binary Files

https://binvis.io/#/
60•vismit2000•2d ago•16 comments

Show HN: Sesame - a local-first, open-source password manager

https://usesesame.app/
36•d0mkaaa•5h ago•37 comments

Luanti removed from Google Play due to baseless AI copyright notice

https://blog.luanti.org/2026/08/27/luanti-dmca-tracer-ai/
437•miniBill•18h ago•137 comments

I accidentally turned LLM memory into program analysis

https://pwning.systems/posts/llm-memory-program-analysis/
8•matt_d•1h ago•1 comments

Attimet (YC F24) Is Hiring Members of Technical Staff – Engineering and Research

https://www.ycombinator.com/companies/attimet/jobs/6btZFDg-member-of-technical-staff-engineering
1•kbanothu•8h ago

Hilariously fast volume computation with the divergence theorem (2018)

https://alyssarosenzweig.ca/blog/hilariously-fast-volume-computation-with-the-divergence-theorem....
247•luu•15h ago•65 comments

Verschlimmbesserung: The Word Your Software Updates Need

https://geekyschmidt.com/post/2026-08-25-verschlimmbesserung/
106•speckx•10h ago•67 comments

Aspirational Clownmaxxing and Joey's cadillac todo list

https://charlesleifer.com/blog/aspirational-clownmaxxing-and-joey-s-cadillac-todo-list/
22•farlight•5h ago•9 comments

Migrating to HTTPX2

https://github.com/openai/openai-python/blob/main/httpx2.md
183•tosh•13h ago•78 comments

Sloc Cloc and Code 4.0 (scc) – Finding the files that need the most attention

https://boyter.org/posts/sloc-cloc-code-hotspots-finding-files-that-need-attention/
25•boyter•4d ago•0 comments

Global demand for sand spawned a worldwide boom in illegal mining (2015)

https://www.wired.com/2015/03/illegal-sand-mining/
56•EndXA•3d ago•24 comments

Stopping the smart TV from being used against you

https://www.s-config.com/stopping-a-smart-tv-from-being-used-against-you/
142•speckx•4h ago•113 comments

State of the Map 2026

https://2026.stateofthemap.org/
139•lode•11h ago•50 comments
Open in hackernews

Boot a Virtual iPhone via Apple's Virtualization.framework

https://github.com/Lakr233/vphone-cli
37•hentrep•1h ago

Comments

orangea•1h ago
what is "PCC"?
busymom0•1h ago
Private cloud compute I think. I learnt about it today too from this reddit post which mentions how:

> At WWDC, Apple announced that starting in the 27.x versions of iOS, macOS, etc., devs would be able to call Private Cloud Compute directly from Swift with no additional API configuration. Presently, the only way to get free cloud inference is by joining the App Store Small Business Program.

https://www.reddit.com/r/appledevelopers/comments/1vztibh/re...

boredatoms•1h ago
Is this what apple does in xcode?
vlovich123•1h ago
If you’re talking about the simulator, no. That doesn’t virtualize - it literally just runs it locally on your machine. Less RAM overhead and CPU since it uses your normal instruction set and doesn’t run a separate kernel and userspace.
valleyer•51m ago
At least historically, it actually did run its own entire userspace, including daemons (all the way to launchd, IIRC), etc. All compiled for Intel, back in the day. Shared the kernel though.

Many of the nominally shared system pieces between Mac and iPhone (like Foundation) actually had many subtle compile-time differences.

theflyestpilot•19m ago
so can this receive web push notifications?
ironqcold•1h ago
Interesting project. If it actually works it opens up a ton of possibilities for testing and reverse engineering.
TylerJaacks•49m ago
This project is really cool its a shame you have to disable or partial disable SIP which can break some things.
chews•19m ago
What a release! Congrats to the builder, lots of great work done here and in IOS profiling in general has been done here recently. Corellium went research only and I lost the ability to actually profile my applications the way I'd like. I've got a fun thing over coffee in the morning!
root9876•15m ago
> during iOS setup, don't pick Japan or the EU as your region (extra regulatory checks the VM can't satisfy)

I'm curious what are these checks