frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Why Artificial Integrity Must Overtake Artificial Intelligence

https://www.forbes.com/sites/hamiltonmann/2025/06/29/why-artificial-integrity-must-overtake-artificial-intelligence/
1•grigri907•3m ago•0 comments

Ok now this is just ridiculous

https://mastodon.social/@czeins/114739403773350112
1•Bluestein•3m ago•0 comments

Checking your ChatGPT traffic in 2 min and 5 clicks

https://ottic.ai/blog/how-to-check-your-chatgpt-traffic/
1•rafaepta•5m ago•0 comments

EPA plans to end the Energy Star program, with costs to US homeowners uncertain

https://www.cnbc.com/2025/06/29/trump-energy-star-homeowner-appliances-electric-bill-cost.html
2•rntn•5m ago•1 comments

Computer Simulations Reveal the Wheel's Unlikely Birth Nearly 6k Years Ago

https://singularityhub.com/2025/06/28/how-was-the-wheel-invented-computer-simulations-reveal-its-unlikely-birth-nearly-6000-years-ago/
1•Brajeshwar•7m ago•0 comments

Europe's First Exascale Supercomputer Powers Up

https://spectrum.ieee.org/jupiter-exascale-supercomputer-europe
2•Brajeshwar•7m ago•1 comments

Night lizards survived the asteroid that ended the dinosaurs

https://phys.org/news/2025-06-night-lizards-survived-asteroid-dinosaurs.html
1•Brajeshwar•7m ago•0 comments

OpenID Connect Single Sign-On Identity and Access Management

https://github.com/sebadob/rauthy
1•alex_hirner•7m ago•0 comments

Gene Drive: an alternative approach to malaria control?

https://www.nature.com/articles/s41434-024-00468-8
1•simonebrunozzi•7m ago•0 comments

Is chat a good UI for AI? A Socratic dialogue

https://www.geoffreylitt.com/2025/06/29/chat-ai-dialogue
1•lucis•12m ago•0 comments

I'm Done with Google [video]

https://www.youtube.com/watch?v=u_Lxkt50xOg
2•LorenDB•15m ago•0 comments

Autoship.dev – Development Database Setup with Instant Branches

https://autoship.dev/
1•aayush-kosh•15m ago•1 comments

Show HN: I created a popular word game using an AI coding assistant

https://ws.wordsdescrambler.com/wordsearch
1•gogo61•17m ago•0 comments

Show HN: EliteSaaS – Self-Contained SaaS Starter (Auth, Billing, Email, Launch)

https://www.elitesaas.dev
1•eibrahim•19m ago•0 comments

We accidentally solved robotics by watching 1M hours of YouTube

https://ksagar.bearblog.dev/vjepa/
10•alexcos•20m ago•7 comments

Beyond the Hook: A Technical Deep Dive into Modern Phishing Methodologies

https://blog.quarkslab.com/./technical-dive-into-modern-phishing.html
3•Metalnem•20m ago•1 comments

Algorithms for Modern Hardware

https://en.algorithmica.org/hpc/
1•djoldman•22m ago•1 comments

Nondestructive Testing and Evaluation

https://www.nde-ed.org/
1•jruohonen•27m ago•0 comments

Why the $25,000 car is going extinct

https://media.hubspot.com/why-the-25000-car-is-going-extinct
7•pseudolus•29m ago•1 comments

How to Leak to a Journalist

https://www.niemanlab.org/2025/04/how-to-leak-to-a-journalist/
1•ohjeez•29m ago•0 comments

Selective Availability

https://www.gps.gov/systems/gps/modernization/sa/
1•danielschreber•30m ago•0 comments

Enhancing LLM Reasoning with Reward-Guided Tree Search

https://arxiv.org/abs/2411.11694
2•Bluestein•30m ago•0 comments

LLMs Capable of Metacognitive Monitoring Control of Their Internal Activations

https://arxiv.org/abs/2505.13763
1•Bluestein•39m ago•0 comments

20 Years of Programming

https://sidhion.com/blog/20_years/
2•Bogdanp•39m ago•0 comments

Show HN: VS Code extension that adds emojis to your code (without breaking it)

https://marketplace.visualstudio.com/items?itemName=Alaadel.emoji-names
1•xalaa•39m ago•0 comments

Hadouta – AI Story Generator

https://hadouta.app/
1•khaledaka•41m ago•0 comments

The NeurIPS 2025 Google Code Golf Championship

https://sites.google.com/view/neurips-2025-code-golf
1•horsellama•41m ago•0 comments

They're in the Top% of Earners. They Still Don't Feel Rich

https://www.wsj.com/economy/high-earners-financial-fragility-871a4aa4
3•uptown•44m ago•1 comments

The rise of the AI-native employee

https://www.elenaverna.com/p/the-rise-of-the-ai-native-employee
1•adwmayer•47m ago•0 comments

All Good Editors Are Pirates: In Memory of Lewis H. Lapham

https://www.laphamsquarterly.org/roundtable/all-good-editors-are-pirates
3•Caiero•50m ago•0 comments
Open in hackernews

Implementing fast TCP fingerprinting with eBPF

https://halb.it/posts/ebpf-fingerprinting-1/
31•halb•5h ago

Comments

OutOfHere•2h ago
More useless and harmful anti-bot nonsense, probably with many false detections, when a simple and neutral rate-limiting 429 does the job.
halb•1h ago
I guess the blame is on me here for providing only a very brief context on the topic, which makes it sound like this is just anti-scraping solutions.

This kind of fingerprinting solutions are widely used everywhere, and they don't have the goal of directly detecting or blocking bots, especially harmless scrapers. They just provide an additional datapoint which can be used to track patterns in website traffic, and eventually block fraud or automated attacks - that kind of bots.

OutOfHere•1h ago
If it's making a legitimate request, it's not an automated attack. If it's exceeding its usage quota, that's a simple problem that doesn't require eBPF.
halb•1h ago
What kind of websites do you have in mind when I talk about fraud patterns? not everything is a static website, and I absolutely agree with you on that point: If your static website is struggling under the load of a scraper there is something deeply wrong with your architecture. We live in wonderful times, Nginx on my 2015 laptop can gracefully handle 10k Requests per second before I even activate ratelimiting.

Unfortunately there are bad people out there, and they know how to write code. Take a look at popular websites like TikTok, amazon, or facebook. They are inundated by fraud requests whose goal is to use their services in a way that is harmful to others, or straight up illegal. From spam to money laundering. On social medial, bots impersonate people in an attempt to influence public discourse and undermine democracies.

Retr0id•27m ago
This is an overly simplistic view that does not reflect reality in 2025.
konsalexee•1h ago
Sure, buts its a nice exploration to layer 4 type of detection
aorth•1h ago
Why is it useless and harmful? Many of us are struggling—without massive budgets or engineering teams—to keep services up due to incredible load from scrapers in recent years. We do use rate limiting, but scrapers circumvent it with residential proxies and brute force. I often see concurrent requests from hundreds or thousands of IPs in one data center. Who do these people think they are?
OutOfHere•1h ago
It is harmful because innocent users routinely get caught in your dragnet. And why even have a public website if the goal is not to serve it?

What is the actual problem with serving users? You mentioned incredible load. I would stop using inefficient PHP or JavaScript or Ruby for web servers. I would use Go or Rust or a comparable efficient server with native concurrency. Survival always requires adaptation.

How do you know that the alleged proxies belong to the same scrapers? I would look carefully at the values contained in the IP chain as determined by XFF to know which subnets to rate-limit as per their membership in the XFF.

Another way is to require authentication for expensive endpoints.

immibis•26m ago
Residential proxy users are paying on the order of $5 per gigabyte, so send them really big files once detected. Or "click here to load the page properly" followed by a trickle of garbage data.
jeffbee•1h ago
Guy who has never operated anything, right here ^

TCP fingerprinting is so powerful that sending SMTP temporary failure codes to Windows boxes stops most spam. You can't ignore that kind of utility.

ghotli•43m ago
I downvoted you due to the way you're communicating in this thread. Be kind, rewind. Review the guidelines here perhaps since your account is only a little over a year old.

I found this article useful and insightful. I don't have a bot problem at present I have an adjacent problem and found this context useful for an ongoing investigation.