frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Semble – Code search for agents that uses 98% fewer tokens than grep

https://github.com/MinishLab/semble
243•Bibabomas•13h ago•72 comments

Show HN: Mezz, a curl-able WiFi sandbox for IoT pentesting

https://github.com/ABGEO/mezz
5•ABGEO•2d ago•0 comments

Show HN: Pdf2md – 10MB Rust PDF-to-Markdown Tool with a Free API

https://pdf2md.deepdiy.net/
3•johnson_nie•1h ago•0 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
108•tsiry•1d ago•44 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
767•HenryNdubuaku•5d ago•210 comments

Show HN: Watch a neural net learn to play Snake

https://ppo.gradexp.xyz/
199•c1b•3d ago•46 comments

Show HN: How to Kill the Dead Internet

https://chromewebstore.google.com/detail/d-slop/cnjeckkgbjgfledbphbobjabnfjnheef
4•bigger_fish•3h ago•2 comments

Show HN: Epiq – Distributed Git based issue tracker TUI

https://ljtn.github.io/epiq/
89•jolaflow•2d ago•46 comments

Show HN: Burn, baby, burn (those tokens)

https://github.com/dtnewman/burn-baby-burn
130•dtnewman•2d ago•29 comments

Show HN: I made a printable graph papaer templates website

https://printablegraphpaper.org/
7•atharvtathe•14h ago•7 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

60•namanyayg•5d ago•27 comments

Show HN: Running the second public ODoH relay

https://numa.rs/blog/posts/odoh-anonymous-dns-without-an-account.html
124•rdme•3d ago•41 comments

Show HN: Sx – an open-source package manager for AI skills, MCPs, and commands

https://github.com/sleuth-io/sx
49•detkin•2d ago•27 comments

Show HN: TikTok but for scientific papers

https://andreaturchet.github.io/website/index.html
196•ciwrl•6d ago•77 comments

Show HN: Nibble

https://github.com/glouw/nibble
101•glouwbug•4d ago•24 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
97•sai18•5d ago•50 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
126•azurewraith•5d ago•56 comments

Show HN: GridTravel – A community based travel app for users to share routes

https://www.gridtravel.app
60•knuaym9•3d ago•39 comments

Show HN: Browser based sythesizer, drum machine and squencer

https://github.com/madmonk13/modal-16
20•madmonk•2d ago•4 comments

Show HN: Hermes-agentmemory, pull-model episodic memory with real deletes

https://github.com/MukundaKatta/hermes-agentmemory
5•mukundakatta•1d ago•0 comments

Show HN: Serene Bach – a Go weblog engine that runs as CGI or HTTP

https://github.com/serendipitynz/serenebach
3•takkyun•1d ago•0 comments

Show HN: Built a verifiable, open-source SoC 2 readiness scanner

https://loxeai.com
2•arjavmehta•1d ago•0 comments

Show HN: I made a Clojure-like language in Go, boots in 7ms

https://github.com/nooga/let-go
290•marcingas•1w ago•85 comments

Show HN: TRUST – Coding Rust like it's 1989

https://github.com/wojtczyk/trust
177•wojtczyk•1w ago•87 comments

Show HN: Rust but Lisp

https://github.com/ThatXliner/rust-but-lisp
217•thatxliner•1w ago•73 comments

Show HN: A modern Music Player Daemon based on Rockbox firmware

https://github.com/tsirysndr/rockbox-zig
122•tsiry•1w ago•28 comments

Show HN: Got ghosted by tech companies so I built a tool to track ghost jobs

https://csvfirst.pythonanywhere.com/insights/hiring-data/job-listings-that-stay-open-for-years/
6•ktmartin•1d ago•3 comments

Show HN: Forecasting my backyard weather with a 22M time-series model

https://huggingface.co/spaces/bitsofchris/time-series-ai-weather-forecast
4•chrisdevs•14h ago•2 comments

Show HN: Countries where you can leave your MacBook at a random coffee shop

https://vouchatlas.com
76•canergl•1w ago•91 comments

Show HN: An index of indie web/blog indexes

https://theindex.fyi
154•rocketpastsix•1w ago•39 comments
Open in hackernews

Show HN: How to Kill the Dead Internet

https://chromewebstore.google.com/detail/d-slop/cnjeckkgbjgfledbphbobjabnfjnheef
4•bigger_fish•3h ago
Ok, so maybe "how to revive the internet" would be more accurate, but if you're reading this, I got your attention, right? Here's why I want you to read on: I built a free extension, D-slop, to disincentivize anyone from posting AI writing, and eventually images and video as well, on the internet.

For writing, it checks known vocab and punctuation tells, as well as subtler tells related to cadence, and assigns it a score subject to an adjustable threshold. If the text fails, users have the option to flag offending text, hide it, or block the page entirely (with the option to see anyway).

For media, it's admittedly fairly weak, as it relies on C2PA metadata which is stripped from all of the social media sites where it would be most helpful. (Anyone else have chronically online boomer parents continually gobbling up slop like it's real information?)

I have a D-slop+ version in the works that should be able to handle the media itself, but it's going to have to make API calls to have real teeth, which means I can't offer it for free. If this extension validates the concept, I'm happy to build it for y'all.

Yes, I vibe-coded it, but an ancillary bonus to the project accrued when it inspired me to cook dinner listening to Metallica's "Fight Fire with Fire," which in turn brought my 5 y/o running into the kitchen with every musical instrument in the house for an impromptu karaoke speed metal session.

It's MIT license open-source, full brief at https://github.com/jared-the-automator/d-slop; This forum is full of people smarter than me, so I'm open to suggestions.

Comments

HerbManic•2h ago
I like that it doesn't block the content but merely highlights it. That is a smart move.

The limit ultimately will be how well the algorithm can keep up with changes in LLM cadence over time. This is usually were project like this come undone, the concept it easy enough to build, it is the up to date data set where the real magic is.

But other than that, very cool to see and interested to see how it goes.

O1111OOO•1h ago
This is not intended as an insult or judgement. Is this gatekeeper software? That we might be seeing the development of a new type of category. It's kinda' off-putting but I understand the need for it.

As an aside... have you ever noticed that there is a common way of communicating online. A kind of "average-speak". Lots of us fall into this category. It's all of us influencing how many of us express ourselves online.

I think that the influence of AI will eventually (sooner than expected) influence what words we use, how we express ourselves too. That AI-speak may very well become "average-speak".