frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tesla Full Self-Driving customers can now access lower insurance premiums

https://www.drive.com.au/news/tesla-full-self-driving-customers-can-now-access-lower-insurance-pr...
3•teleforce•6m ago•0 comments

Continual Learning Mechanisms Compose for Long-Horizon Memorization

https://arxiv.org/abs/2609.06986
1•donk8r•7m ago•0 comments

Are you committed to your company or your team?

https://www.economist.com/business/2026/09/10/are-you-committed-to-your-company-or-your-team
2•andsoitis•7m ago•0 comments

Sam Altman says world 'right to be afraid' but 'should trust' AI firms

https://www.bbc.com/news/articles/cqx2zpj4y525o
2•geox•7m ago•1 comments

Show HN: Glu – installing Homebrew packages 2x faster on macOS

https://glu.run/
2•henrikklee•11m ago•1 comments

China would face a "hellscape" in a war over Taiwan

https://www.economist.com/asia/2026/09/15/china-would-face-a-hellscape-in-a-war-over-taiwan
2•andsoitis•12m ago•1 comments

Ex-Google DeepMind researcher adds to warnings that AI could 'kill all humans'

https://www.reuters.com/technology/ex-google-deepmind-researcher-adds-warnings-that-ai-could-kill...
1•eth0up•12m ago•0 comments

Bashka – static analyzer for bash install scripts (for safety and convenience)

https://github.com/dmtrKovalenko/bashka
1•neogoose•15m ago•1 comments

Ridiculous deals as store leaves website open for the public to edit

https://www.stuff.co.nz/nz-news/361034088/chaos-after-auckland-store-leaves-website-open-public-edit
2•timack•16m ago•1 comments

Show HN: Open-source tab and bookmark organizer for Chrome and Edge

https://github.com/ringlochid/leotabs
2•ringlochid•16m ago•1 comments

PatchWing – verified, reproducible fixes for known CVEs (bring your own model)

https://github.com/jaymunshi/patchwing
3•jaymunshi•19m ago•1 comments

Massie launches effort to impeach Hegseth

https://thehill.com/homenews/house/6090661-thomas-massie-pete-hegseth-impeachment-iran/
4•eth0up•20m ago•0 comments

Show HN: ForcePush – Commits vs. Push-Ups

https://forcepush.fit/
3•thedevtimeline•26m ago•1 comments

Datamimic – don't let your coding agent invent its own test world

https://github.com/rapiddweller/datamimic
4•ake2l•28m ago•0 comments

Ask HN: How do you put together a technical engineering team?

1•timontoadnix•32m ago•0 comments

Is pasta a type of noodle? The surprisingly serious debate over beloved carbs

https://theconversation.com/is-pasta-a-type-of-noodle-the-surprisingly-serious-debate-over-two-be...
1•rdmuser•34m ago•0 comments

Deep Seek v4.1 M5 Max at 17 tokens/s

https://github.com/argonautlabsai/argodrive
2•Argonautlabs•34m ago•0 comments

The Apple IIGS was introduced 40 years ago today

https://twitter.com/stlhood/status/2100080615924420913
4•stlhood•34m ago•0 comments

SGLang and Miles Add Day-0 Support for DeepSeek-v4.1

https://www.lmsys.org/blog/2026-09-10-deepseek-v41/
1•aray07•35m ago•0 comments

GLiClass: Open-Source JEV

https://github.com/knowledgator/gliclass
1•handfuloflight•40m ago•0 comments

The Arrival of Java 27

https://inside.java/2026/09/15/jdk-27-available/
4•ejboy•43m ago•0 comments

EU approves sending mountains of trash to Turkey despite environmental fears

https://www.politico.eu/article/eu-trash-turkey-environment-plastic-recycle/
2•leonidasrup•46m ago•0 comments

Verification of a Generational Garbage Collector

https://arxiv.org/abs/2609.13186
2•matt_d•48m ago•0 comments

Salesforce and Nvidia launch Koa, a CRM reasoning model

https://www.salesforce.com/news/press-releases/2026/09/15/koa-reasoning-model/?bc=HL
2•snikolaev•55m ago•0 comments

Antonio Gramsci: How Language Makes Power Feel Like Common Sense

https://linguistically.substack.com/p/antonio-gramsci-how-language-makes
1•akbarnama•56m ago•0 comments

Replicating Jev with Qwen-2.5

https://nitter.perennialte.ch/harshagundal/status/2100044305536889015
3•E-Reverance•58m ago•0 comments

Revisiting Soundness for Occurrence Typing, Semantically

https://arxiv.org/abs/2609.16299
1•matt_d•59m ago•0 comments

Black Holes or Black Hole Stars?

https://www.quantamagazine.org/black-holes-or-black-hole-stars-astronomers-spar-over-webb-telesco...
1•the-mitr•59m ago•0 comments

GPT-6 Astra vs. GPT-5.6 Sol: Is a 1.6x Higher Cost Worth It per Verified Bug?

https://ent-website-gamma.vercel.app/blogs/gpt-6-astra-cost-1.6x-more-per-verified-bug-than-gpt-5...
1•Entelligence25•1h ago•0 comments

Reclaim the Terminal

https://nishantjosh.dev/blogs/reclaim-the-terminal/
1•ballanitesh•1h 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.