frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Anatomy of a WooCommerce Skimmer: A Technical Deep-Dive

https://scotthelme.co.uk/anatomy-of-a-woocommerce-skimmer-a-technical-deep-dive/
1•speckx•44s ago•0 comments

Magnus the wandering walrus swaps Scotland for Norway

https://www.bbc.com/news/articles/cy82j0q383no
1•speckx•1m ago•0 comments

Long Live Qt for HarmonyOS

https://lists.qt-project.org/pipermail/development/2026-May/047126.html
1•molinwow•2m ago•1 comments

Trending on Amazon: Cancer books by synthetic authors

https://danielmay.co.uk/posts/cheap-agents-alumni-shirts-and-elias-thorne/
1•danielrmay•3m ago•0 comments

U.S. DOJ demands Apple and Google unmask over 100k users of car-tinkering app

https://macdailynews.com/2026/05/15/u-s-doj-demands-apple-and-google-unmask-over-100000-users-of-...
4•tencentshill•4m ago•0 comments

Rich Guy Quote Journalism

https://stringinamaze.net/p/rich-guy-quote-journalism
1•Tomte•4m ago•0 comments

Ask HN: Has Google Deprecated Inurl:?

1•kuba-orlik•5m ago•0 comments

From PDFs to AI-ready structured data: a deep dive (2024)

https://explosion.ai/blog/pdfs-nlp-structured-data
1•Tomte•5m ago•0 comments

Subumbra – Attempting to keep API keys safe – Alpha Release

https://github.com/polysemic/Subumbra
2•polysemic•7m ago•1 comments

Feedr v0.8.0 – a TUI RSS reader, now read the full article from your terminal

https://github.com/bahdotsh/feedr
2•bahdotshxx•9m ago•0 comments

Greg Brockman Officially Takes Control of OpenAI's Products in Latest Shakeup

https://www.wired.com/story/openai-reorg-greg-brockman-product/
2•ent101•10m ago•0 comments

Show HN: Check for CVE-2026-31431 (copy.fail) without overwriting su

https://github.com/bddap/supertee
1•bddap•11m ago•0 comments

Show HN: Burn, baby, burn (those tokens)

https://github.com/dtnewman/burn-baby-burn
2•dtnewman•12m ago•0 comments

Vanguard succeeded because it is owned by customers

https://www.wsj.com/finance/vanguard-costco-acquired-podcast-hosts-bogle-96d97c7d
1•marojejian•12m ago•1 comments

Mathlib Initiative: Roadmap

https://mathlib-initiative.org/roadmap/
1•tosh•14m ago•0 comments

Jank now has its own custom IR

https://jank-lang.org/blog/2026-05-08-optimization/
1•DASD•15m ago•0 comments

I designed a nibble-oriented CPU in Verilog to build a scientific calculator

https://github.com/gdevic/FPGA-Calculator
2•gdevic•16m ago•0 comments

Show HN: Find local farms near you with raw dairy, pasture eggs, and more

https://farm-to-door.com/
3•YoungGato•17m ago•0 comments

Peter Norvig Joins $4B Effort to Build Self-Improving AI at 'Recursive'

https://www.nytimes.com/2026/05/13/technology/recursive-superintelligence-funding-ai.html
3•alhazrod•18m ago•1 comments

Aperio Lang

https://aperio-lang.github.io/aperio/introduction.html
4•mmcclure•19m ago•0 comments

Anthropic Raising $30B More as AI Labs Absorb Majority of VC Funding

https://www.wsj.com/tech/ai/anthropic-raising-30-billion-more-as-ai-labs-absorb-majority-of-vc-fu...
2•JumpCrisscross•21m ago•0 comments

Hitchhiker's Guide to Logical Verification (2023 Edition)

https://lean-forward.github.io/hitchhikers-guide/2023/
1•tosh•21m ago•0 comments

Predictions for the Next 30 Years of Cybersecurity (2018)

https://utkusen.substack.com/p/predictions-for-the-next-30-years
1•utku1337•22m ago•0 comments

Nordstjernen Web Browser

https://github.com/nordstjernen-web/nordstjernen
7•roschdal•22m ago•4 comments

Free Energy from the Vacuum? NASA Pioneer Unveils Battery-Free CPU

https://thedebrief.org/free-energy-from-the-vacuum-warp-drive-pioneer-unveils-battery-free-micros...
2•alhazrod•23m ago•2 comments

Finland: Failures to deliver public warnings (Finnish)

https://yle.fi/a/74-20226095
1•fastforwardius•24m ago•1 comments

Ten Red Flags to Investigate When Evaluating AI Pentesting Vendors

https://xbow.com/blog/ai-pentest-vendors-red-flags
1•wslh•25m ago•0 comments

Infineon Unveils Auto Industry's First RISC-V MCU: Linux Era for Semiconductors

https://en.infomaxai.com/news/articleView.html?idxno=116421
1•fork-bomber•26m ago•0 comments

Traitorous Eight

https://en.wikipedia.org/wiki/Traitorous_eight
1•o4c•27m ago•0 comments

Use Your ChatGPT Subscription in Zed

https://zed.dev/blog/chatgpt-subscription-in-zed
1•meetpateltech•27m 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.