frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: I precompiled the path network of 3 continents to invent hiking routes

https://windygap.app
1•adjohu•1m ago•0 comments

Photo of eclipse by Xiaomi 17 Ultra

https://twitter.com/cvillasante/status/2087657106342105228
1•malshe•1m ago•1 comments

Graph Algorithms on the World Flight Network

https://stochastic.blog/graph-algorithms-on-the-world-flight-network/
1•Anon84•2m ago•0 comments

Terence Tao Lecture: Mathematics in the Age of AI [video]

https://www.youtube.com/watch?v=M0--ZH1lOzg
2•marvinborner•4m ago•0 comments

We Should Use Instrumented Profiling Scopes More

https://mropert.github.io/2026/08/13/instrumented_profiling_scopes/
1•ingve•5m ago•0 comments

Dear people who work at the airport

https://life-after-ssri.bearblog.dev/dear-people-who-work-at-the-airport/
1•nivethan•5m ago•1 comments

We built a tool that helps run your startup

https://app.firmgrove.com
1•firmgrove•7m ago•0 comments

Computer History

https://learn.chatgpt.com/docs/customization/computer-history
1•rbinv•7m ago•0 comments

What Programming and Computing Represent

https://venam.net/blog/programming/2015/11/04/what-is-programming.html
1•speckx•7m ago•0 comments

Who's Tracking You? Use This New Service to Find Out

https://krebsonsecurity.com/2026/08/whos-tracking-you-use-this-new-service-to-find-out/
2•DemiGuru•9m ago•0 comments

Why Is No One Talking About the Manufacturing Boom?

https://www.dailysignal.com/2026/08/11/quiet-manufacturing-boom/
1•bilsbie•11m ago•0 comments

My VP Eng told me to stop working on observability

https://www.jevy.org/articles/my-vp-eng-told-me-to-stop-working-on-observability/
1•jevyjevjevs•12m ago•0 comments

Goyda: Cross-Platform UI Toolkit

https://github.com/user-with-username/goyda
1•anybodyy•13m ago•1 comments

Show HN: Artifex – Graph Based GPU Harness for AI Agents

https://gatewai.studio/artifex
2•oknaslnkn•13m ago•0 comments

The Secret, Open Triumph of Race Science

https://www.richardhanania.com/p/the-strange-secret-open-triumph-of
1•bilsbie•15m ago•0 comments

Quick thoughts on watching a solar eclipse

https://blog.borrego.dev/entries/quick-thoughts-on-watching-a-solar-eclipse.html
1•agubelu•15m ago•0 comments

Computing Graph Dominators

https://neugierig.org/software/blog/2026/08/dominators.html
1•ingve•16m ago•0 comments

Show HN: Rdio – an open-source internet radio control suite

https://rdio-docs.vercel.app
3•taqibrahim•16m ago•0 comments

169M offer decisions a month on 0.77 CPU cores

https://emergent.sh/blog/how-our-pricing-engine-evolved-from-an-if-ladder
1•SamraatBansal•16m ago•0 comments

Solar helps 'stabilise' Europe's grids as heatwaves spike power demand

https://www.euronews.com/2026/08/14/the-real-challenge-starts-after-sundown-europes-heatwave-boos...
1•vrganj•16m ago•0 comments

Show HN: Gnat – self-hosted analytics as a single Go binary with MCP server

https://github.com/var-raphael/Gnat
2•Raphael_Dev•22m ago•0 comments

Chinese space institute tried to set up monitoring station in New Zealand

https://thespinoff.co.nz/politics/13-08-2026/chinese-space-institute-tried-to-set-up-monitoring-s...
3•ilamont•23m ago•0 comments

A probability grid of chain-of-thought, read through Boyd's OODA loop lens

https://adamsohn.com/reasoning-grid/
1•dandep•24m ago•0 comments

Supplier challenge delays Post Office Horizon replacement

https://www.computerweekly.com/news/366649001/Supplier-challenge-delays-Post-Office-Horizon-repla...
1•latein•27m ago•0 comments

The TEMU-Fication of Software, Digital Goods and Services

https://xn--gckvb8fzb.com/the-temu-fication-of-software-digital-goods-services/
1•surprisetalk•28m ago•0 comments

Multi-Modeling the Rocket Monster

https://mikkelmalmberg.com/2026/multi-modeling-the-rocket-monster
1•zazuke•29m ago•0 comments

Open Silicon Photonics for AI Systems Initiative

https://lightmatter.co/press-release/industry-leaders-formally-launch-cpo-system-architecture-ini...
2•giuliomagnifico•30m ago•0 comments

Haskell: Origins, Evolution, and Future [video]

https://www.youtube.com/watch?v=MQeIerDsReA
2•kqr•32m ago•0 comments

Show HN: Open-Sourcing It

2•hamzabinmubeen•32m ago•0 comments

Error by AI scribe during medical appointment leaves patient devastated

https://www.abc.net.au/news/2026-08-14/ai-medical-scribe-error-leaves-patient-devastated/107031672
1•martyvis•33m ago•0 comments
Open in hackernews

Python is an interpreted language with a compiler

https://ntietz.com/blog/python-is-an-interpreted-language-with-a-compiler/
2•BerislavLopac•1y ago

Comments

timfi•1y ago
In general, I find that compilers, transpilers, etc. are all just "interpreters", which conceptually just boil down to a given input being "re-interpreted" into a new representation. Thus, what we commonly call interpreters re-interpret programs into results, compilers just re-interpret into an executable, transpilers into a different language, etc.