frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Litterbox: XCancel for iOS and Mac

https://andadinosaur.com/launch-litterbox
1•JumpCrisscross•1m ago•0 comments

Component Hashes in SBOMs

https://worklifenotes.com/2026/09/14/component-hashes-in-sboms/
1•taleodor•3m ago•0 comments

Claude Code Over 6k issues labeled with has repro have been auto-closed

https://github.com/anthropics/claude-code/issues/87647
4•antropic13224ad•5m ago•0 comments

Sportacus

https://en.wikipedia.org/wiki/Sportacus
2•softwaredoug•5m ago•0 comments

A list of 1,325 AI assisted repositories, mined from GitHub

https://github.com/ActuallyTaylor/strata/blob/main/paper/data/large/datasets/ai-assisted-reposito...
2•ActuallyTaylor•6m ago•0 comments

Can a regex match valid credit card numbers?

https://abstractnonsense.xyz/blog/2025-08-31-can-a-regex-match-valid-card-numbers/
1•fanf2•6m ago•0 comments

'Project Lily': The Humans Reading Your ChatGPT Chats

https://www.404media.co/inside-project-lily-the-humans-reading-your-chatgpt-chats/
2•2sf5•7m ago•0 comments

RubyGems Open Source Supply Chain Security and OpenAI

https://rietta.com/blog/rubygems-supply-chain-openai/
3•rietta•9m ago•0 comments

Show HN: What an agent does when anyone can read and rewrite its context

https://ljedrz.github.io/nachalnik/
2•ljedrz•10m ago•0 comments

Qwen 3.8 Flash via DwarfStar

https://twitter.com/antirez/status/2099487927793299936
2•hmokiguess•10m ago•0 comments

Jabber/XMPP: How Do We Gain Traction?

https://gultsch.de/posts/how-do-we-gain-traction/
5•inputmice•10m ago•0 comments

1,000+ shoes reviewed and cut in half

https://runrepeat.com
2•bushwart•11m ago•0 comments

More Money Than They Ever Imagined–and No Clue How to Spend It

https://www.wsj.com/tech/ai/ai-tech-anthropic-openai-ipo-0a9da59e
1•Jimmc414•12m ago•1 comments

Cheap high brand (armani,Nike,Jordan etc.)

https://cheapmarketprices.com/
1•ilaysyou•12m ago•0 comments

Buy Intel, It's Cheap

3•roschdal•12m ago•0 comments

Show HN: Voice Rater – in-browser voice analysis (jitter, CPPS, formants)

https://voice-rater.com/
2•hacksu•12m ago•0 comments

Borrow Checking, RC, GC, and the Eleven Other Memory Safety Approaches (2024)

https://verdagon.dev/grimoire/grimoire
2•Tomte•13m ago•0 comments

With dead oysters and debt, PEI farmers fear they'll lose everything

https://www.cbc.ca/radio/thecurrent/oyster-farmers-msx-dermo-9.7337251
2•JumpCrisscross•13m ago•0 comments

Ars Magna (Cardano Book)

https://en.wikipedia.org/wiki/Ars_Magna_(Cardano_book)
1•vismit2000•14m ago•0 comments

Oslo bans smart glasses in schools

https://www.thelocal.no/20260910/oslo-bans-smart-glasses-in-schools
3•bushwart•14m ago•0 comments

Removing algorithmic feed slop from my life

https://bell.bz/removing-algorithmic-feed-slop-from-my-life/
2•speckx•14m ago•0 comments

Dynamicz

https://opentofu.org/blog/opentofu-1-12-0/
1•starlightsmovem•15m ago•0 comments

A rough guide for going back to the Moon

https://research.ibm.com/blog/nasa-ibm-lunar-foundation-model
2•gmays•15m ago•0 comments

The Only Crypto Story You Need, by Matt Levine (2022)

https://www.bloomberg.com/features/2022-the-crypto-story/
1•Tomte•18m ago•0 comments

Two Wrong Answers, One Exact Solution: The Arithmetic Method Schools Forgot

https://valeman.medium.com/two-wrong-answers-one-exact-solution-the-arithmetic-method-schools-for...
2•ibobev•18m ago•0 comments

Show HN: PHP-fts 2.0 – Pure-PHP full-text search, now in 26 writing systems

https://github.com/olivier-ls/php-fts/releases/tag/v2.0.0
1•asmodios•18m ago•0 comments

Most people prefer traditional architecture

https://www.worksinprogress.news/p/do-people-prefer-traditional-architecture
2•alihm•18m ago•0 comments

Airbnb Sets Up $250M Fund to Invest in Housing Construction

https://www.wsj.com/real-estate/airbnb-sets-up-250-million-fund-to-invest-in-housing-construction...
3•lode•18m ago•1 comments

It's All About the Permissions Recovery

https://blog.master.dev/its-all-about-the-permissions-recovery/
2•ibobev•19m ago•0 comments

What the Hugging Face Incident Means for Security Leaders

https://www.netskope.com/blog/when-the-attacker-is-your-own-model-what-the-hugging-face-incident-...
3•danielmorozoff•19m ago•0 comments
Open in hackernews

XLS: Accelerated HW Synthesis

https://google.github.io/xls/
2•Bluestein•34m ago

Comments

Bluestein•32m ago
To wit:

  What is XLS?
  XLS implements a High Level Synthesis toolchain that produces synthesizable designs (Verilog and SystemVerilog) from flexible, high-level descriptions of functionality. It is Apache 2 licensed.

  XLS (Accelerated HW Synthesis) aims to be the Software Development Kit (SDK) for the End of Moore's Law (EoML) era. In this "age of specialization", software and hardware engineers must do more co-design across their domain boundaries -- collaborate on shared artifacts, understand each other's cost models, and share tooling/methodology. XLS attempts to leverage automation, software engineers, and machine cycles to accelerate this overall process.

  XLS enables the rapid development of hardware IP that also runs as efficient host software via "software style" methodology. An XLS design runs at native speeds for use in host software or a simulator, but that design can also generate hardware block output -- the XLS tools' correctness ensures (and provides tools to help formally verify) that they are functionally identical.