frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Intent Containers

https://armoriq.substack.com/p/containers-isolated-processes-ai
1•ketanbj•57s ago•0 comments

PostgreSQL for Everything

https://www.raphaelbauer.com:443/posts/postgresql-everything/
2•karlmush•1m ago•0 comments

OpenADMET: Response to Pat Walters

http://fbdd-lit.blogspot.com/2026/08/openadmet-response-to-pat-walters.html
1•surprisetalk•2m ago•0 comments

Show HN: SparkleChinese – Learn Chinese while you browse

https://sparklechinese.com
1•tommy_guo•2m ago•0 comments

Martin Fowler: Fragments from August 18

https://martinfowler.com/fragments/2026-08-18.html
1•jreynar•2m ago•0 comments

Big Little Hexagon

https://www.johndcook.com/blog/2026/08/18/big-little-hexagon/
1•ibobev•3m ago•0 comments

ValleyRAT campaign targets Indian taxpayers with fake GSTR-3B overdue notice

https://blog.himanshuanand.com/2026/08/someone-is-filing-your-gst-return-and-it-is-not-your-ca/
1•unknownhad•4m ago•0 comments

What building a Reactigotchi can teach you about an applications "memory" (2025)

https://www.erinmikailstaples.com/what-building-a-reactigotchi-can-teach-you-about-an-application...
1•mooreds•4m ago•0 comments

Using Vue.js with Electron

https://xnacly.me/posts/2023/vue-electron/
1•ibobev•4m ago•0 comments

Race-free handle inheritance, maybe

https://purplesyringa.moe/blog/race-free-handle-inheritance-maybe/
1•ibobev•5m ago•0 comments

Amazon set to expand drone delivery of lightweight packages to 500 US cities

https://apnews.com/article/amazon-drone-delivery-expansion-walmart-20db399ba65e8bc36a76b547f990b118
1•geox•6m ago•0 comments

I Built a Password Manager with No Back End. It Works Better Than I Expected

https://kryptprivacy.com/articles/password-manager-no-backend.html
2•clausemint•7m ago•0 comments

Web Authentication API (WebAuthn) Level 3

https://blog.timcappalli.me/p/webauthn-3/
1•mooreds•7m ago•0 comments

AI Software Development – What Does the Data Say?

https://codemanship.wordpress.com/2026/08/12/ai-software-development-what-does-the-data-say/
3•rudenoise•8m ago•0 comments

Beraterslang

https://www.beraterslang.de/
1•nixass•8m ago•0 comments

This may be the first academic profession to see its work taken over by AI

https://www.washingtonpost.com/technology/2026/08/19/mathematicians-ask-whats-left-humans-when-ai...
2•sonabinu•9m ago•0 comments

How Claude is accelerating protein design and analytical chemistry

https://www.anthropic.com/research/Claude-accelerates-protein-design
1•momeara•10m ago•0 comments

Where do people spend their money?

https://gingerjuice.club/article/where-do-people-spend-their-money-38516e54
1•streetai•13m ago•0 comments

Why AI Output Is the New XSS

https://symfony.com/blog/symfonycon-warsaw-2026-why-ai-output-is-the-new-xss
2•velmu•14m ago•0 comments

What to Know About the Social Security "Do-Over"

https://www.schwab.com/learn/story/what-to-know-about-social-security-do-over
1•mooreds•16m ago•0 comments

Hister – Search Engine for Local Files and Visited Webpages

https://hister.org/
1•RebelPotato•16m ago•0 comments

The Specification Is Not a Document

https://aicoding.leaflet.pub/3mtgs36dnq22o
1•chadfowler•18m ago•0 comments

I treat my AI coding agents as subcontractors

https://karavox.org/devlog/agents-as-subcontractors.html
1•lukasznowak•20m ago•0 comments

What if latency were no longer the bottleneck, what would voice unlock?

1•wwx007121•21m ago•0 comments

GitHub blames 8-hour outage on autoscaling fail and VS Code retry storm

https://www.theregister.com/saas/2026/08/19/github-blames-8-hour-outage-on-autoscaling-fail-and-v...
1•stevehipwell•22m ago•0 comments

Button Stealer

https://anatolyzenkov.com/stolen-buttons/button-stealer
1•surprisetalk•22m ago•0 comments

Fuji: A minimal harness to deploy agents at scale

https://github.com/paradise-runner/fuji
2•dividedcomet•22m ago•1 comments

Proxima Fusion Raises €411M to Build Europe's Commercial Fusion Champion

https://www.proximafusion.com/press-news/proxima-fusion-raises-eu411-million-to-build-europes-com...
1•robin_reala•23m ago•0 comments

For no apparent reason Oral-B removed flossing from their app

https://blog.jgc.org/2026/08/for-no-apparent-reason-oral-b-removed.html
3•jgrahamc•24m ago•3 comments

The Pattern Cards: How the Spec Became the Source Code

https://kelright.com/blog/the-pattern-cards
2•orbOfOrthanc•25m 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.