frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Structured Data Extraction Using Local Models (NuExtract3)

https://gmcirco.github.io/blog/posts/mini-model-ocr-vision/workflow.html
1•apwheele•20s ago•0 comments

Seventy Years of Parsing: Theoretical and Practical Consequences [pdf]

https://langsec.org/spw26/papers/lucas-70-years-of-parsing.pdf
2•g0xA52A2A•1m ago•0 comments

Show HN: Code Review Enviornment for the Modern Era

https://plannotator.ai/code-review/
2•ramoz•2m ago•0 comments

The Most Useless ASIC

https://essenceia.github.io/projects/until_heat_death_do_us_part/
1•random__duck•5m ago•0 comments

Setting up Webmentions on my Static Site

https://www.alexhyett.com/newsletter/setting-up-webmentions-on-my-static-site/
1•speckx•6m ago•0 comments

Ovaries Appear to Develop a Second Role After Menopause

https://www.sciencealert.com/ovaries-appear-to-develop-an-incredible-second-role-after-menopause
1•croes•7m ago•0 comments

What's slowing down the AI buildout

https://www.worksinprogress.news/p/ai-is-bottlenecked-by-the-grid
1•gmays•7m ago•0 comments

Broadcom secures role as key Apple supplier with chip deal through 2031

https://www.reuters.com/technology/broadcom-apple-extend-chip-partnership-through-2031-2026-07-06/
1•mgh2•8m ago•0 comments

Serving a 1T open model at 511 tok.s single-stream, lossless, on four B200s

https://brainsless.com/the-decoding-step.html
3•alsufiman•9m ago•0 comments

Anthropic: A global workspace in language models

https://twitter.com/AnthropicAI/status/2074185348142280912
2•tosh•9m ago•0 comments

I built a safety shield for AI agents that intercepts dangerous commands

https://github.com/Thomaszhou22/danger-guard-skill
1•Thomas_Zhou•14m ago•0 comments

Revieve – AI Product Engineer

https://www.revieve.com/job-board
1•seharetimad•15m ago•1 comments

A 2-bit balanced ternary ALU simulation with built-in thermal shutdown (PoC)

https://github.com/st6719/TernaryBreath
1•st6719•16m ago•0 comments

CoMaps – FOSS Offline Maps

https://www.comaps.app/
2•basilikum•19m ago•0 comments

Economies Thrive with Older, Smaller Population, New Study Finds

https://www.bloomberg.com/news/articles/2026-07-06/economies-thrive-with-older-smaller-population...
3•garbawarb•20m ago•1 comments

GitHub Under Siege

https://jerodsanto.net/2026/06/github-under-siege/
2•mooreds•20m ago•0 comments

The first agentic reverse engineer

https://github.com/amruth-sn/kong
1•ishqdehlvi•21m ago•0 comments

Show HN: Dynpipe – Easy Web and CLI P2P transfer tool using simple word codes

https://dynpipe.com
1•eric_pro•21m ago•0 comments

Do We Have Fable? Claude Fable 5 Subscription Status

https://dowehavefable.com/
2•routelastresort•21m ago•1 comments

Is OAuth for Authentication or Authorization?

https://fusionauth.io/articles/oauth/why-no-authentication-in-oauth
2•mooreds•22m ago•0 comments

How-To Detach a Forked Repo (2025)

https://chrisdemars.net/blog/how-to-detach-a-forked-repo/
1•mooreds•22m ago•0 comments

Babies should not use screens at all in the first two years, major review finds

https://www.euronews.com/health/2026/07/02/babies-should-not-use-screens-at-all-in-the-first-two-...
5•Markoff•24m ago•0 comments

Show HN: Arda Translate, free private on-device (iOS) translation

https://apps.apple.com/us/app/arda-translate/id6778970560
1•cjjuice•25m ago•1 comments

Ask HN: What is the best version of full Linux in the browser?

1•smalltorch•25m ago•1 comments

Show HN: An interactive, interlinked city exploration project (St. Louis)

https://stlouing.com/
2•stlouing•27m ago•0 comments

Deploying Python serverless functions to Scaleway

https://codeberg.org/soup-dev/scaleway-serverless-python
2•MirceaOprea•28m ago•1 comments

Januscape: Guest-to-Host Escape in KVM/x86 (CVE-2026-53359)

https://openwall.com/lists/oss-security/2026/07/06/7
1•aberoham•30m ago•0 comments

Why 3D TVs failed and the trouble with 3D in Hollywood

https://www.engadget.com/2206391/why-3d-tvs-failed/
4•bookofjoe•34m ago•1 comments

Cirrus Introduces the TRAC10: A Purpose-Built Aircraft for Flight Training

https://cirrusaircraft.com/story/cirrus-trac10/
3•lisper•34m ago•0 comments

How to call Linux code from a Wine process

https://arcanenibble.com/how-to-call-linux-code-from-a-wine-process.html
1•TazeTSchnitzel•35m ago•0 comments
Open in hackernews

Ask HN: Are you running production workloads in Pytorch eager mode?

2•stdcall83•1y ago
I have an idea for optimizations using a dedicated backend for pytorch. It only applies to eager mode execution. From my understanding, eager mode is used for development and debugging. Are there real production workloads that work in that way ? I assume people optimize by compiling graphs using JIT but then again, people are lazy...