frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ratty – A terminal emulator with inline 3D graphics

https://ratty-term.org/
452•orhunp_•6h ago•157 comments

Nullsoft, 1997-2004 AOL kills off the last maverick tech company (2004)

https://slate.com/technology/2004/11/the-death-of-the-last-maverick-tech-company.html
24•downbad_•3d ago•12 comments

Training an LLM in Swift, Part 1: Taking matrix mult from Gflop/s to Tflop/s

https://www.cocoawithlove.com/blog/matrix-multiplications-swift.html
115•zdw•23h ago•7 comments

Hardware Attestation as Monopoly Enabler

https://grapheneos.social/@GrapheneOS/116550899908879585
1967•ChuckMcM•23h ago•662 comments

AMÁLIA and the future of European Portuguese LLMs

https://duarteocarmo.com/blog/amalia-and-the-future-of-european-portuguese-llms
47•johnbarron•3d ago•20 comments

Gmail registration now requires scanning a QR code and sending a text message

https://discuss.privacyguides.net/t/google-account-registration-now-requires-sending-an-sms-via-p...
293•negura•9h ago•156 comments

Local AI needs to be the norm

https://unix.foo/posts/local-ai-needs-to-be-norm/
1619•cylo•23h ago•635 comments

CUDA-oxide: Nvidia's official Rust to CUDA compiler

https://nvlabs.github.io/cuda-oxide/index.html
7•adamnemecek•1h ago•0 comments

Show HN: TikTok but for Scientific Papers

https://andreaturchet.github.io/website/index.html
7•ciwrl•57m ago•0 comments

Venom and Hot Peppers Offer a Key to Killing Resistant Bacteria

https://www.wired.com/story/mexican-science-transforms-scorpion-venom-and-habanero-chile-into-ant...
106•littlexsparkee•2d ago•25 comments

I'm going back to writing code by hand

https://blog.k10s.dev/im-going-back-to-writing-code-by-hand/
740•dropbox_miner•15h ago•412 comments

Software engineering may no longer be a lifetime career

https://www.seangoedecke.com/software-engineering-may-no-longer-be-a-lifetime-career/
88•movis•2h ago•132 comments

Building a web server in aarch64 assembly to give my life (a lack of) meaning

https://imtomt.github.io/ymawky/
40•theanonymousone•3d ago•14 comments

Running local models on an M4 with 24GB memory

https://jola.dev/posts/running-local-models-on-m4
479•shintoist•17h ago•140 comments

Scaffold a 1990s Geocities-themed static website

https://pypi.org/project/create-geocities-app/
31•whatsupdog•3h ago•14 comments

The greatest shot in television: James Burke had one chance to nail this scene (2024)

https://www.openculture.com/2024/10/the-greatest-shot-in-television.html
283•susam•14h ago•160 comments

Guitar tuner that uses phone accelerometer

https://tautme.github.io/phone-sensors/accel-tuner.html
116•adm4•3d ago•65 comments

An AI coding agent, used to write code, needs to reduce your maintenance costs

https://www.jamesshore.com/v2/blog/2026/you-need-ai-that-reduces-your-maintenance-costs
291•cratermoon•17h ago•86 comments

Obsidian plugin was abused to deploy a remote access trojan

https://cyber.netsecops.io/articles/obsidian-plugin-abused-in-campaign-to-deploy-phantom-pulse-rat/
311•cmbailey•19h ago•182 comments

Incident Report: CVE-2024-YIKES

https://nesbitt.io/2026/02/03/incident-report-cve-2024-yikes.html
657•miniBill•23h ago•156 comments

Classification of amino acids

https://www.khanacademy.org/test-prep/mcat/chemical-processes/amino-acids-peptides-proteins-5d/v/...
46•kamaraju•2d ago•1 comments

Why we lose our friends as we age

https://www.theatlantic.com/newsletters/archive/2023/02/friendship-aging/673026/
26•paulpauper•55m ago•8 comments

Mythos Finds a Curl Vulnerability

https://daniel.haxx.se/blog/2026/05/11/mythos-finds-a-curl-vulnerability/
479•TangerineDream•10h ago•207 comments

Bliss (Photograph)

https://en.wikipedia.org/wiki/Bliss_(photograph)
79•cainxinth•3d ago•39 comments

A.I. note takers are making lawyers nervous

https://www.nytimes.com/2026/05/09/business/dealbook/ai-notetakers-legal-risk.html
145•JumpCrisscross•6h ago•103 comments

The Adventure Family Tree (2024)

https://mipmip.org/advfamily/advfamily.html
44•exvi•8h ago•4 comments

7 lines of code, 3 minutes: Implement a programming language (2010)

https://matt.might.net/articles/implementing-a-programming-language/
90•azhenley•12h ago•32 comments

Ask HN: What are you working on? (May 2026)

234•david927•23h ago•881 comments

First tunnel element of the Fehmarnbelt Tunnel immersed

https://www.arup.com/en-us/news/first-fehmarnbelt-tunnel-element-lowered/
145•robin_reala•4d ago•84 comments

Guy Goma's Accidental BBC Interview Lives on After 20 Years

https://www.nytimes.com/2026/05/06/business/media/bbc-guy-goma-interview.html
160•nxobject•2d ago•46 comments
Open in hackernews

Show HN: Free tool to see how much AI bots are costing your site

https://botcost.dev
16•plaintosapp•1h ago

Comments

smy_smy•1h ago
interesting!
plaintosapp•1h ago
Thanks! Curious what you're running — are you seeing AI bot traffic on your site? Would love to know if the log formats you use are covered (Nginx, Apache, Cloudflare CSV, Vercel JSON supported right now).
len_chapaty•1h ago
nice, how are you calculation the cost?
newscombinatorY•1h ago
Hopefully not by using another AI bot... ( ͡° ͜ʖ ͡°)
plaintosapp•1h ago
Nope, pure JavaScript in your browser. No AI bots were harmed or employed in the making of this tool.
plaintosapp•1h ago
Good question. The cost estimate uses two components:

1. Bandwidth: total bytes served to bots divided by 1GB, multiplied by $0.09/GB (AWS/Cloudflare blended average rate)

2. Compute: total bot requests divided by 1 million, multiplied by $0.40 (Vercel/Lambda average per million invocations)

Both rates are configurable assumptions — the real value is seeing the relative breakdown between bots and the order of magnitude of waste. Your actual cost depends on your specific hosting provider.

len_chapaty•46m ago
Got it, makes sense. Worth noting intra-region vs inter-region transfer can differ a lot too. As a blended average for an order-of-magnitude estimate, this is really useful.
plaintosapp•37m ago
Good point — intra vs inter-region transfer costs can vary significantly, especially on AWS. The $0.09 is deliberately conservative as a blended estimate. A future version could let users input their actual hosting provider rates for a more precise number. Adding that to the roadmap. Thank you.
roysting•43m ago
Was that response written and/or auto-replied by AI?
plaintosapp•39m ago
Fair question given the context. I used AI tools to help build the product, and I do use AI to help draft responses — but I read, edit, and post every reply myself. Nothing is auto-posted.
plaintosapp•1h ago
Also wrote up the background on Dev.to if anyone wants more context on how it works: [https://dev.to/plaintos_app_fd54e75a054e/i-built-a-free-tool...]
quinncom•1h ago
The article doesn't really get into the details. Does it analyze the user agent and compare it to a list of known bot user agents? What about all the bots that spoof user agent values – does it do something special to detect those?
plaintosapp•47m ago
Yes exactly — it matches against a database of 18 known AI bot user agent tokens (GPTBot, ClaudeBot, CCBot, Bytespider etc.) plus their known IP ranges where available. GPTBot for example publishes its IP ranges officially so we can match on both UA and IP.

The spoofing problem is the hard one. Bots that fully spoof Chrome headers are invisible to any UA-based tool including this one. The honest answer is that BotCost catches the "polite" bots that identify themselves — which covers the major AI companies (OpenAI, Anthropic, Google, Meta) since they all self-identify. The truly malicious scrapers that spoof identities are a harder problem requiring behavioral analysis.

So it's accurate for what it is — catching known AI training and search crawlers — but not a complete bot detection solution.

nottorp•55m ago
I ran it on my personal domain that has just some kind of landing page and nothing else on it, and it's not advertised anywhere:

0% of traffic is non-human · <$0.01/yr projected

Well, 0% of traffic is AI bots. 99% of traffic is vulnerability scanners actually.

plaintosapp•50m ago
Ha, that's a fair point — vulnerability scanners are a whole separate category I haven't tackled yet. BotCost is specifically focused on AI training and search crawlers right now (GPTBot, ClaudeBot, Bytespider etc.) rather than security scanners.

Good news: 0% AI bot traffic on an unadvertised landing page makes sense — those bots tend to follow links and sitemaps. If you run it on a site with real content and traffic you'll likely see a different picture.

Vulnerability scanners on the other hand... that's a different problem worth solving too.