frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We trained a real-time world model for $2k with Minecraft mod revenue

1•dnlayux•1m ago•0 comments

Network shares: still talking about them in 2026

https://pointieststick.com/2026/06/22/network-shares-still-talking-about-them-in-2026/
1•mmphosis•1m ago•0 comments

AI vs. AI Playing Chess

https://ai-play-chess.pages.dev/
1•riasatsk•1m ago•0 comments

America's data-centre backlash puts the AI boom at risk

https://www.economist.com/business/2026/06/23/americas-data-centre-backlash-puts-the-ai-boom-at-risk
2•bookofjoe•2m ago•1 comments

Markdown Doesn't Compel Enforcement

https://webmnem.here.now/markdown-doesnt-compel-generation/
1•InfraStack•2m ago•0 comments

Levels of Email Authentication Maturity

https://dmarcdefender.io/docs/dmarc-maturity
2•c0nrad•3m ago•0 comments

Vibe engineered WebGPU backend for SDL_GPU with demo

https://github.com/libsdl-org/SDL/issues/10768
2•roflcopter69•3m ago•1 comments

Will Anyone Buy This Cheap EV Truck with Hand-Crank Windows and No Radio?

https://www.wsj.com/business/autos/will-anyone-buy-this-cheap-ev-truck-with-hand-crank-windows-an...
2•JumpCrisscross•4m ago•1 comments

DARPA X-Plane Designed to Maneuver with Just Bursts of Air Gets Its Wings

https://www.twz.com/air/darpa-x-plane-designed-to-maneuver-with-just-bursts-of-air-finally-gets-i...
1•bilsbie•5m ago•0 comments

Intel is giving budget gamers what Nvidia and AMD won't

https://www.pcworld.com/article/3149833/intel-is-giving-budget-gamers-what-nvidia-and-amd-wont.html
1•dingi•6m ago•0 comments

Germany rail network briefly halted nationwide due to IT malfunction

https://www.bbc.com/news/articles/crm0ek4z7ggo
1•m_fayer•7m ago•1 comments

President Abruptly Cancels Signing Ceremony for Bipartisan Housing Bill

https://www.wsj.com/politics/policy/trump-abruptly-cancels-signing-ceremony-for-bipartisan-housin...
2•JumpCrisscross•9m ago•1 comments

Now you can send tokens instead of money

1•david3289•9m ago•0 comments

The Difference Between a Line and a Curve

https://alexoppenheimer.substack.com/p/the-difference-between-a-line-and
1•crescit_eundo•10m ago•1 comments

Twenty Glorious Years of Dedoimedo

https://www.dedoimedo.com/life/dedoimedo-20-years.html
1•dxs•11m ago•0 comments

Registration

https://www.winnipegsd.ca/student-registration
2•bhn•12m ago•1 comments

Edsger Dijkstra's Library (Housed and Archived in Leuven, Belgium)

https://www.dijkstrascry.com/inventory
4•rramadass•13m ago•0 comments

BPL, a Compiler-Verified Protocol Language for AI-Driven Biomanufacturing

https://www.biorxiv.org/content/10.64898/2026.05.05.720956v1.abstract
3•LEVY_SN•13m ago•0 comments

Show HN: AI Manifesto

https://www.danstroot.com/posts/2026-06-23-ai-manifesto
2•dstroot•14m ago•0 comments

Windows 11 is now five years old

https://www.neowin.net/news/windows-11-is-now-five-years-old/
2•bundie•15m ago•0 comments

Show HN: Open-source AI language learning app

https://github.com/challenga-org/openlanguage
2•willks•15m ago•0 comments

RCS Templates for Any Industry

https://www.rcs-templates.com/
2•ariannacant•15m ago•0 comments

Newcomer Services

https://www.winnipegsd.ca/newcomer-services
1•bhn•15m ago•0 comments

SeatSwiper – auto-books hard-to-get Resy tables on your own account

https://www.seatswiper.com/signin
2•thedataguygeo•15m ago•0 comments

Life Insurers Aren't Just Investors in Private Credit. They're Major Lenders

https://www.wsj.com/finance/investing/life-insurers-arent-just-investors-in-private-credit-theyre...
2•jgalt212•15m ago•0 comments

Australian spider uses a high-powered web catapult to trap and eat ants

https://theconversation.com/this-tiny-australian-spider-uses-a-high-powered-web-catapult-to-trap-...
2•gmays•16m ago•0 comments

AI DevOps Engine – bot posts PR fixes after testing in network-isolated Docker

https://github.com/landry-77/AI-DEVOPS-ENGINE
2•landry-77•17m ago•2 comments

Show HN: Issue-Orchestrator, a control plane for coding agents

https://github.com/BruceBGordon/issue-orchestrator
2•BruceBGordon•18m ago•0 comments

Venezuela reveals $240B in debt it cannot pay (~$100B more than expected)

https://www.euronews.com/business/2026/06/24/venezuela-plans-biggest-debt-restructuring-in-histor...
6•cs702•18m ago•1 comments

Show HN: eBook to audiobook narration with realistic AI voices

https://ebookaloud.com
3•flatline•19m 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.