frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: PageSieve, a web scraping browser extension

https://julius383.github.io/PageSieve/
1•kajm•2m ago•0 comments

CINC: Computing in Cardiology

https://cinc.org/
1•teleforce•5m ago•0 comments

Astronomers Discover the Existence of a Black Hole Star

https://www.wired.com/story/black-hole-stars-are-becoming-less-hypothetical/
1•beardyw•5m ago•0 comments

A look into the harmful effects of Ocean Ramsey and shark influencers

https://www.drjackacooper.com/writing/shark-whisperer-is-lying-to-you
1•mindracer•7m ago•0 comments

Words Are Disappearing in the New Trump administration (2025)

https://www.nytimes.com/interactive/2025/03/07/us/trump-federal-agencies-websites-words-dei.html
1•donohoe•9m ago•1 comments

Democracy in Music

https://democracyinmusic.com/
1•skoodge•10m ago•0 comments

Slater Gets full-text BM25 indexing and Graphiti Support

https://github.com/Hikari-Systems/graphiti-slater
1•rickkjp•10m ago•1 comments

Built a clicker game for my classroom – need honest opinions about it

https://www.buttonblam.com/
1•useful-warlock•13m ago•1 comments

RL for LLM Reasoning Is Sparse Policy Selection, Not Capability Learning

https://arxiv.org/abs/2605.06241
1•BlackGlory•14m ago•0 comments

What 50 open source projects taught us about security in the AI era

https://github.blog/open-source/maintainers/what-50-open-source-projects-taught-us-about-security...
2•yruzin•17m ago•1 comments

System design rules I always come back to

https://www.thetrueengineer.com/p/10-system-design-rules-i-always-come
2•adletbalzhanov•20m ago•0 comments

The Seven Weaknesses of AI Today

https://medium.com/tech-ai-chat/the-seven-weaknesses-of-ai-today-eee66aaa9c10
1•elye•24m ago•1 comments

Show HN: A public AI whose memory is shared across all users

https://wildstatic.com/
3•adjohu•25m ago•0 comments

Ranking the Prettiest Birds with Math

https://moultano.wordpress.com/2026/08/14/fairly-ranking-the-most-brilliant-birds/
2•moultano•26m ago•0 comments

Scientists Identify 3-Minute Exercise Better than 90M one

https://www.newsweek.com/scientists-say-this-3-minute-exercise-beats-90-minute-workouts-12322062
3•guytv•28m ago•1 comments

Clues by Sam

https://cluesbysam.com/
2•abelanger•31m ago•1 comments

Our Reality Is Shifting and It's Just the Start

https://guustaaf.substack.com/p/our-reality-is-shifting-and-its-just
3•Guustaaf•33m ago•0 comments

A recipe for drone racing with reinforcement learning

https://mrandri19.github.io/2026/07/19/drone-racing-with-reinforcement-learning.html
2•daww•34m ago•1 comments

How a Sony Veteran Is Overhauling the Company He Grew Up In

https://www.wsj.com/business/media/sony-ceo-hiroki-totoki-efc8923f
6•thm•35m ago•0 comments

The Mystery of Dark Oxygen

https://www.newyorker.com/science/elements/the-mystery-of-dark-oxygen
2•rbanffy•36m ago•0 comments

A U.S. Strategy to Prevent the Creation of Mirror Life

https://www.rand.org/pubs/research_reports/RRA4335-1.html
3•thunderbong•37m ago•0 comments

Woman claims stepfather used Grok to transform childhood photo into CSAM imagery

https://techcrunch.com/2026/08/15/woman-claims-her-stepfather-used-grok-to-transform-childhood-ph...
3•ilamont•42m ago•0 comments

Ranking Kickstarter Games I Backed but Never Finished or Ended Up Playing at All

https://blog.curiousquail.com/ranking-kickstarter-games-i-backed-but-never-finished-or-ended-up-p...
3•ajdude•43m ago•0 comments

A.I. Agents Are Taking Online Courses for Cheating Students

https://www.nytimes.com/2026/08/10/us/ai-cheating-online-degrees.html
3•bookofjoe•44m ago•1 comments

Show HN: 3D Graph of DeepSWE, via Three.js

https://icauro.com/toabundance
3•icauroboros•44m ago•2 comments

AGI will likely be silent

https://www.reddit.com/r/agi/s/sZECbecJVS
4•qikouki•44m ago•0 comments

WTF Are You Loading?

https://x-x.codes/posts/wtf-are-you-loading
2•alex_x•45m ago•0 comments

Comments in source code are inevitable

https://blog.moertel.com/posts/2026-08-14-comments-are-inevitable.html
2•chmaynard•49m ago•0 comments

Firefox for iOS now has a native adblocker

https://support.mozilla.org/en-US/kb/block-ads-firefox-ios
12•pentagrama•49m ago•7 comments

TinyGo in Zed

https://blog.oxplot.com/tinygo-in-zed/
3•oxplot•52m ago•3 comments
Open in hackernews

Open-source XDP/TC DDoS filtering for 100G+ Linux networks

https://github.com/tempesta-tech/xFW
3•krizhanovsky•1d ago

Comments

krizhanovsky•1d ago
Hi HN,

DDoS attacks are becomeing larger and cheaper to launch, so we work on a scalable open source solution to mitigate them.

Tempesta xFW's core is XDP and TC eBPF programs implementing volumetric DDoS filtering. A user-space daemon handles gRPC requests from CLI tool or WebAPI (via C library).

It supports two packet-path architectures:

* host-based protection, such as CDN edge or on-premises application delivery controller (ADC) cases, where the host is a TCP connection endpoint. This is good for protecting a local web or DNS server.

* router-based protection, such as ISP, hosting, or IaaS provider cases, where the host routes IP packets to protected servers or networks.

Router-based deployment can be always-on/pass-through or on-demand/redirection protection. In the later case, a node may not "see" normal clean traffic and may receive only traffic containing a DDoS attack. Also, the node may receive only client-to-server traffic, as in direct server return (DSR) or some traffic scrubbing scenarios. In this mode a DDoS sensor and mitigation controllers are typically needed.

Traffic performance metrics are exported in Prometheus format.

DDoS incidents are aggregated per source IP and logged to ClickHouse for analysis.

A dry-run (evaluation) - mode allows you to observe all reported incidents and metrics without blocking traffic..

Single Xeon Gold 6348 with ConnectX-6 dual 100Gbps reach 196Mpps and 176Gbps of filtering capacity.

* GitHub repository: https://github.com/tempesta-tech/xFW

* documentation: https://tempesta-tech.com/tempesta-escudo/knowledge-base/XFW...

* performance benchmarks: https://tempesta-tech.com/tempesta-escudo/knowledge-base/Per...

* Netdev 0x1a talk: https://netdevconf.info/0x1A/sessions/talk/tempesta-xfw-open...