frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Mcploitable – The "Metasploitable" of the Model Context Protocol

https://github.com/agileAlligator/mcploitable
1•agileAlligator•1m ago•0 comments

My theme switch was running 3164 animations

https://sley-ui.dev/notes/theme-fade
1•imfemambocus•1m ago•1 comments

The unbearable slowness of being: Why do we live at 10 bits/s?

https://www.sciencedirect.com/science/article/pii/S0896627324008080
1•hamburgererror•2m ago•0 comments

Real world(ish) DeepSeek V4 Flash performance on a single MI300X

https://matthusby.github.io/agent_coding_bench/
1•mhusby•2m ago•0 comments

Building Without Predicting

https://sive.rs/fit
1•surprisetalk•3m ago•0 comments

I made a web puzzle game based on logic questions that 99% of people fail

https://www.telegraph.co.uk/puzzles/puzzle/?source=home&number=194#onepercentclub/the-1-club/the-...
1•joey_cee•5m ago•0 comments

Show HN: Free, non-profit crypto AML screening – no key, no trial

https://publicaml.org/free-crypto-aml/
2•publicaml•6m ago•0 comments

ChatGPT-Taught Experts Are Crippling Agentic AI

https://msukhareva.substack.com/p/how-chatgpt-taught-experts-are-crippling
1•Airealist•6m ago•1 comments

The Brain Is Just Specialized Agents Talking to Each Other – Dr. Jeff Beck [video]

https://www.youtube.com/watch?v=Ucqfb33GJJ4
1•binyu•7m ago•0 comments

New AirPods designed to capture paired color images

https://www.macrumors.com/2026/08/21/camera-airpods-code-reveals-hardware-details/
1•noja•7m ago•0 comments

Amid intense backlash, people are vandalizing Flock surveillance cameras

https://www.npr.org/2026/08/21/nx-s1-5939851/flock-cameras-police-block-surveillance-vandalize
1•geox•7m ago•0 comments

Do we still need GitHub?

https://debarshibasak.github.io/readables/blogs/do-we-need-github.html
1•debarshri•8m ago•0 comments

Edgerton, KS sues citizens trying to put data center ban before voters

https://www.kmbc.com/article/edgerton-kansas-data-center-ban-lawsuit-citizen-petition/73489670
1•jodacola•9m ago•0 comments

System reminders – how Claude Code steers itself

https://michaellivs.com/blog/system-reminders-steering-agents/
1•Bluestein•10m ago•0 comments

My own embedding models benchmark focused on code duplication detection

https://rkochanowski.com/article/embedding-benchmark/
1•rkochanowski•10m ago•1 comments

The Controversial Academic (Nathan Cofnas) Who Ignited the Jason Arday Furor

https://www.wsj.com/world/uk/the-controversial-academic-who-ignited-the-jason-arday-furor-1071e7fc
1•Bostonian•12m ago•1 comments

Felony charges for citizen deleting phone data at US Border

https://www.nytimes.com/2026/08/21/us/politics/samuel-tunick-deleted-phone-felony.html
5•floathub•13m ago•1 comments

We burned 11.7B tokens to find the best cyber AI model

https://www.aikido.dev/blog/ai-model-benchmarks-aug-21-2026
1•piotrgrabowski•14m ago•0 comments

If Your New People Are on X, Maybe Your New People Suck

https://coyotetracks.org/blog/new-people-on-x/
2•speckx•14m ago•0 comments

The road to ACID transactions in Cassandra 6

https://theconsensus.dev/p/2026/08/16/transactions-in-cassandra.html
2•eatonphil•15m ago•0 comments

Phantom Gains: Auditing Self-Improvement Against a Measured Null

https://arxiv.org/abs/2608.20290
1•sbulaev•16m ago•0 comments

Show HN: BanglaTools – Bengali Unicode and Bijoy text converter

https://banglatools.com/
2•btref26hn•17m ago•0 comments

1/3 web pages published since ChatGPT's launch show signs of AI authorship

https://techcrunch.com/2026/08/20/a-third-of-webpages-published-since-chatgpts-launch-show-signs-...
2•deepmem•18m ago•0 comments

A failed project could help solve the biggest energy need

https://www.washingtonpost.com/business/2026/08/21/how-ai-energy-crisis-revived-failed-nuclear-pr...
1•sorentwo•18m ago•0 comments

Vertical AI Founders, You Are Going Through 3 Existential Crises

https://medium.com/@MirArshadTalpur/vertical-ai-founders-you-are-going-through-3-existential-cris...
1•Arshad-Talpur•18m ago•0 comments

Top album releases linked to rise in fatal crashes

https://www.theguardian.com/world/2026/aug/17/top-album-releases-linked-to-rise-in-fatal-crashes-...
1•signa11•19m ago•0 comments

AI reshapes India's IT services sector contracts as clients demand more for less

https://www.reuters.com/world/india/ai-reshapes-indias-it-services-sector-contracts-clients-deman...
1•robertacion•19m ago•1 comments

First library for ads shown on ChatGPT

https://llmpulse.ai/chatgpt-ads-library
1•estevecastells•23m ago•0 comments

Show HN: Human-Readable QR Codes

https://qarttext.pages.dev/
2•dimview•23m ago•1 comments

WhatsApp raised some API rates 300% and will end free messages soon

https://wha.tools/blog/whatsapp-business-pricing-investigation-2026
4•ruccc•24m ago•0 comments
Open in hackernews

My own embedding models benchmark focused on code duplication detection

https://rkochanowski.com/article/embedding-benchmark/
1•rkochanowski•10m ago

Comments

rkochanowski•10m ago
1.5 months ago I showed here my tool for detecting code duplication with embedding models: https://news.ycombinator.com/item?id=48762038 I got valuable feedback and some questions I was not able to answer precisely. Now I have data.

The code-specialized model I recommended based on the provider's benchmark turned out to be one of the worst-performing in this use case. But their general-purpose model showed very good results.

Data confirmed that small specialized models can outperform big providers. It showed that the same model variant with a size of 3x more parameters has no practical difference. The dimension of a vector can indeed be reduced several times without any noticeable loss of quality.

All code snippets used in the benchmark are available on https://github.com/rafal-qa/embedding-benchmark