frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Can Apple Reference Image Make You Trust Photos Again

https://spectrum.ieee.org/apple-reference-image
2•rbanffy•2m ago•0 comments

Mac Studio M5 Ultra: Local Model Citizen Outpaces DGX Spark and Threadripper

https://www.tomshardware.com/desktops/mini-pcs/apple-mac-studio-m5-ultra-review
1•rbanffy•3m ago•0 comments

Tesla's record month: 4 fatal Autopilot and Full Self-Driving crashes

https://electrek.co/2026/09/15/tesla-four-fatal-driver-assist-crashes-july-2026/
1•Markoff•4m ago•0 comments

Did OpenAI solve the wrong Navier-Stokes problem?

https://www.scientificamerican.com/article/did-openai-solve-the-wrong-navier-stokes-problem/
1•algoth1•5m ago•0 comments

Making Games with Open Code

https://www.elliotclyde.nz/blog/making-games-with-opencode/
1•elliotclyde•6m ago•0 comments

C3 0.8.4: The Last Keyword Renaming Before the Syntax Freeze

https://c3-lang.org/blog/c3_0_8_4_last_renaming/
1•lerno•13m ago•0 comments

yt-audio: a yt-dlp wrapper for getting music into macOS Music

https://github.com/rib3ye/yt-audio
1•rib3ye•15m ago•0 comments

How software gets permission today

https://deask.com/notes/how-software-gets-permission
2•infomiho•18m ago•0 comments

Brownfield Agentic Engineering

https://addyo.substack.com/p/brownfield-agentic-engineering
1•northbridgedev•19m ago•0 comments

Clearing Kiro sessions and logs on macOS

https://patches.joao.town/clearing-kiro-sessions-logs/
1•joaopalmeiro•20m ago•0 comments

Code Reveal Shapes Programmers' Visual Attention

https://arxiv.org/abs/2609.24616
1•moatmoat•20m ago•0 comments

Saudi Arabia wants a car industry, launches Ceer with two EVs

https://arstechnica.com/cars/2026/09/saudi-arabia-wants-a-car-industry-launches-ceer-with-two-evs/
2•rbanffy•24m ago•0 comments

Six ways to integrate Jev into your application

https://vercel.com/i/jev-integrations
1•flashbrew•25m ago•0 comments

TypeSafe AI Jev vs. GPT-6 Astra

https://vercel.com/i/jev-vs-gpt-6-astra
1•flashbrew•26m ago•0 comments

Mudita Kompakt

https://www.mudita.com/products/phones/mudita-kompakt/
1•FinnLobsien•27m ago•0 comments

Two JITs, Opposite Signs

https://intertwingly.net/blog/2026/09/19/Two-JITs-Opposite-Signs.html#reading-the-columns
1•ksec•27m ago•0 comments

Is Claude 20x actually 20x?

2•ko3us•30m ago•0 comments

Show HN: DiagramHub – A central hub for draw.io diagrams with SSO

https://diagramhub.app
1•mwiede•32m ago•0 comments

Detecting and Tracking Flying Objects

https://intellycode.dev/case-studies/drone-detection
1•zeniosd•32m ago•0 comments

Nvidia boss says there is '0% chance' AI destroys the world by 2030

https://www.theguardian.com/technology/2026/sep/21/nvidia-boss-jensen-huang-dismisses-warnings-ai...
4•edward•42m ago•0 comments

Verda (Finland) raises $189M in Series B

https://verda.com/blog/what-189m-in-funding-unlocks-for-verda-customers
2•cmrdporcupine•43m ago•0 comments

Pygmalion's Passion

https://paulkingsnorth.substack.com/p/pygmalions-passion
1•holdit•43m ago•0 comments

What Shopify Theme Automation Can Safely Handle and What Still Needs Engineers

https://shugert.com.mx/blog/shopify-theme-automation-safety-boundary
1•shugert•47m ago•0 comments

Prose as Code: Applying Formal Verification to Product Specs

https://alexanderabramovich.medium.com/prose-as-code-applying-formal-verification-to-product-spec...
3•happyalexander•48m ago•0 comments

An AI bot appeared on the StarCraft ladder. Can you tell who's playing?

https://marianogappa.github.io/software/2026/09/22/player-fingerprinting-in-the-age-of-ai-bots/
1•maloga•49m ago•0 comments

Ask HN: What's with the forced lower-casing texts?

1•meysamazad•52m ago•1 comments

Deploying IPv6-First EKS on AWS: What Still Doesn't Work, and What It Saves

https://labs.ripe.net/author/spidee/deploying-ipv6-first-eks-on-aws-what-still-doesnt-work-and-wh...
2•spidee-spiro•54m ago•1 comments

Orcrist: A desktop coding agent whose harness is written fresh for every task

https://github.com/simone20a/Orcrist
2•simone20a•55m ago•0 comments

Same prompt, same endpoint, different score

https://codecut.ai/prompt-tweak-score-gain/
1•khuyentran1401•55m ago•0 comments

Deriving the Landauer Principle from the Quantum Shannon Entropy

https://pubs.acs.org/jpclcd/article-abstract/16/5/1397/3742503/Deriving-the-Landauer-Principle-Fr...
1•binyu•56m ago•0 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•1y ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.