frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Cambridge Analytica 2.0 – When the AI Assistant Becomes a Intelligence Graph

https://futurium.ec.europa.eu/en/apply-ai-alliance/community-content/cambridge-analytica-20-when-...
1•sangamdas•1m ago•0 comments

Levyra: Open-source music player for Android and Windows

https://github.com/LUC4N3X/Levyra-deepsound
1•LUC4N3X•1m ago•0 comments

Best TV shows of the 21st century

https://www.nytimes.com/interactive/2026/arts/television/best-tv-shows-21st-century.html
1•dewey•4m ago•0 comments

Treat Agents Like Direct Reports

https://toppingdesign.com/writing/agents-are-reports/
1•audionerd•4m ago•0 comments

Sherline Auction of Its Manufacturing Machines

https://www.bidspotter.com/en-us/auction-catalogues/american-auctioneers-group/catalogue-id-bscam...
2•mhb•5m ago•0 comments

Modern UX Visuals for your GitHub data

https://velocity.id8.one/
1•AIMLPM•5m ago•0 comments

Alan Kay: Shannon gave us a way of dealing with noisy channels [video]

https://www.youtube.com/watch?v=Cjntrqhn8pk
5•behoove•11m ago•1 comments

Antarctica is keeping the ocean alive For now

https://signoregalilei.com/2026/09/20/antarctica-is-keeping-the-ocean-alivefor-now/
1•surprisetalk•12m ago•0 comments

Connecting to production: the architecture of remote bindings (2025)

https://blog.cloudflare.com/connecting-to-production-the-architecture-of-remote-bindings/
1•macleos•13m ago•0 comments

Contrastive Language Models: A Fast, Generalizable System One Model

https://github.com/Contrastive-LM/CLM
1•yarapavan•14m ago•0 comments

Ollaya – Ollama for open-source, Jev-style decision models

https://ollaya.dev/
12•Ardakilic•15m ago•1 comments

Every U.S. Electrical Outlet Explained [video]

https://www.youtube.com/watch?v=n_1wzYQwnts
2•bookofjoe•16m ago•0 comments

The cost of free AI restaurant ads is greater than it seems

https://www.phoenixnewtimes.com/opinion/ai-restaurant-ads-are-free-but-at-what-cost-40701302/
1•tortilla•17m ago•0 comments

AI applications need better primitives than text generation

https://seldon-ai.com/blog/better-primitives-than-text-generation
2•nlpnerd•18m ago•0 comments

Astronomer watches Starlink satellites sinking to build a 'planetary barometer'

https://www.theregister.com/science/2026/09/25/astronomer-watches-starlink-satellites-sinking-to-...
2•whh•19m ago•0 comments

xAI Moves to Buy Out Southaven Residents Who Agree Not to Sue over Plant Noise

https://www.mississippifreepress.org/xai-moves-to-buy-out-southaven-residents-who-agree-not-to-su...
5•tolugenius•20m ago•0 comments

Never fall for a name that's taken

https://namernut.com
2•coreinch•22m ago•0 comments

Ordering Some Breakfast Pi

https://notalwaysright.com/ordering-some-breakfast-pi/424393/
1•dxs•22m ago•0 comments

KosmicKrisp Achieves Vulkan 1.4 Conformance on Apple Silicon

https://www.lunarg.com/kosmickrisp-achieves-vulkan-1-4-conformance-on-apple-silicon/
2•chnoblouch•25m ago•0 comments

How the Fed should measure inflation

https://economist.com/finance-and-economics/2026/09/24/how-the-fed-should-measure-inflation
2•andsoitis•26m ago•0 comments

Show HN: I couldn't deal with another Claude Code tab

https://aidash.dev/
2•grollat•26m ago•1 comments

Self-Play Pretraining with Zero Data

https://arxiv.org/abs/2609.30063
2•E-Reverance•28m ago•0 comments

A Chinese 'smart sex toys' company fed Russian war tech against Ukraine

https://euobserver.com/239459/how-a-chinese-smart-sex-toys-company-fed-russian-war-tech-against-u...
7•giuliomagnifico•29m ago•1 comments

Meta's Muse appears to use an OpenAI model labeled muse-special

https://mouse.dev/blog/muse-special/
3•Aeroi•30m ago•1 comments

Photon: Building a Retrieval and Ranking Engine from Scratch

https://www.perplexity.ai/hub/blog/photon
1•acossta•33m ago•0 comments

Free Bitcoin DCA Calculator

https://mtg-arbitrage-desk.loca.lt/dca-calculator
1•devtoolseller•36m ago•0 comments

Yes, Claude can do Nine Loops

https://www.anthropic.com/research/yes-claude-can-do-nine-loops
17•tzury•37m ago•2 comments

He who does not code, neither shall he eat

https://celphase.com/3mwe774jgrk2p
2•xena•37m ago•0 comments

How Do You Make a Incremental Compiler? (with Julien Verlaguet) [video]

https://www.youtube.com/watch?v=J31LlAUtoos
2•matt_d•37m ago•0 comments

Offensive-forensic-distros-installer-MacBook-air-M1-M2-external-disk-luks Public

https://github.com/securizart/offensive-forensic-distros-installer-macbook-air-M1-M2-external-dis...
1•ignardpent•37m ago•1 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.