frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: A free, privacy preserving, archive of public Discord servers

https://searchcord.io
24•searchcord•2h ago•13 comments

Show HN: A MCP server to evaluate Python code in WASM VM using RustPython

https://github.com/tuananh/hyper-mcp/tree/main/examples/plugins/eval-py
30•tuananh•2d ago•9 comments

Show HN: Windows 98 themed website in 1 HTML file for my post punk band

https://corp.band
175•jealousgelatin•11h ago•38 comments

Show HN: A native Hacker News reader with integrated todo/done tracking

https://github.com/haojiang99/hacker_news_reader
34•coolwulf•11h ago•15 comments

Show HN: Bobber Game (Go Down to Go Up)

https://stan-stani.github.io/minigames/?game=bobber
2•EstanislaoStan•3h ago•0 comments

Show HN: Goboscript, text-based programming language, compiles to Scratch

https://github.com/aspizu/goboscript
153•aspizu•23h ago•56 comments

Show HN: Cogitator – A Python Toolkit for Chain-of-Thought Prompting

https://github.com/habedi/cogitator
49•habedi0•4d ago•8 comments

Show HN: Near-perfect English AI translation of a classic of Japanese literature

https://www.booktranslate.ai/public-translations/nzdd5fxnqbgx1rtmmky0ibsh
3•sunwood•4h ago•0 comments

Show HN: Job board aggregator for best paying remote SWE jobs in the U.S.

https://www.remoteswe.fyi
183•xitang•1d ago•118 comments

Show HN: A highly extensible framework for building OCR systems

https://github.com/robbyzhaox/myocr
13•robbyzhao•15h ago•0 comments

Show HN: Hardtime.nvim – break bad habits and master Vim motions

https://github.com/m4xshen/hardtime.nvim
201•m4xshen•1d ago•81 comments

Show HN: A platform to find tech conferences, discounts, and ticket giveaways

https://www.tech.tickets/
100•danthebaker•3d ago•35 comments

Show HN: Combine Emojis to generate a new one

https://emojis.directory/emoji-merge/
2•azeemkafridi•5h ago•0 comments

Show HN: Chat with 19 years of HN

https://app.camelai.com/log-in?next=/hn/
147•vercantez•2d ago•113 comments

Show HN: I modeled the Voynich Manuscript with SBERT to test for structure

https://github.com/brianmg/voynich-nlp-analysis
376•brig90•1d ago•129 comments

Show HN: Python Simulator of David Deutsch’s “Constructor Theory of Time”

https://github.com/gvelesandro/constructor-theory-simulator
81•SandroG•1d ago•11 comments

Show HN: Vaev – A browser engine built from scratch (It renders google.com)

https://github.com/skift-org/vaev
223•monax•1d ago•134 comments

Show HN: Buckaroo – Data table UI for Notebooks

https://github.com/paddymul/buckaroo
103•paddy_m•1d ago•9 comments

Show HN: Vibe coding from your phone

https://vibecodego.com
7•chrisnolet•10h ago•0 comments

Show HN: Visualization of job openings by US based employers

https://jobswithgpt.com/blog/jobs-density-visualization/
7•jobswithgptcom•10h ago•2 comments

Show HN: A web browser agent in your Chrome side panel

https://github.com/parsaghaffari/browserbee
146•parsabg•1d ago•61 comments

Show HN: Mirror World, create an AI clone of anyone

https://mirr.world/
20•p-sharpe•14h ago•3 comments

Show HN: Jar.tools – View, Change, Decompile Java Jar Files

https://jar.tools
9•Igor_Wiwi•17h ago•0 comments

Show HN: GrowthBook MCP Server for Feature Flagging and Experimentation

https://github.com/growthbook/growthbook-mcp
2•royalfig•7h ago•0 comments

Show HN: I enhanced Soundex to correctly handle multi-word strings

4•ogora•7h ago•0 comments

Show HN: Open-Source AlphaEvolve Clone Using GPT-4.1 and Genetic Programming

17•Sai_Praneeth•18h ago•0 comments

Show HN: Turn any workflow diagram into compilable, running and stateful code

https://workflows.diagrid.io/
106•yaronsc•5d ago•32 comments

Show HN: Model2vec-Rs – Fast Static Text Embeddings in Rust

https://github.com/MinishLab/model2vec-rs
59•Tananon•1d ago•14 comments

Show HN: Inkwell: book/article authoring platform exports to PDF and ePub

https://inkwell.net
2•winstonewert•8h ago•0 comments

Show HN: I Built a Prompt That Makes LLMs Think Like Heinlein's Fair Witness

https://fairwitness.bot/
11•9wzYQbTYsAIc•14h ago•6 comments
Open in hackernews

Show HN: A free, privacy preserving, archive of public Discord servers

https://searchcord.io
22•searchcord•2h ago
Hey HN!

I have been working on this project for a while, and I think this solves a problem that a lot of people here have: not being able to easily search Discord servers.

Currently, I only scrape servers that are marked as "discoverable" on Discord. However, if there's enough interest in the project, I'm open to adding specific servers by request. I'm primarily focused on informational servers rather than casual hangout spaces, such as open source projects, Minecraft mods, and support communities for tools, services, or platforms (for example, hosting providers).

I have placed restrictions on searching directly by user ID to prevent doxing. I also made the opt out process one click, for those who do not want to be archived.

This is my first large scale project, so I'd love to hear your feedback!

Comments

hofrogs•1h ago
This is really cool and actually useful for peeking behind those annoying login walls. What software do you use to store/index/search in so much data? How did you get the data in the first place? Discord isn't exactly known for letting its data be available easily. Have the administrators of the guilds asked you for this? Have you contacted them and made them aware after the fact?
searchcord•46m ago
Hey,

Thanks for your feedback.

For software, I use ScyllaDB and Elasticsearch. It's split across 6 physical nodes (8 including the CDN). Data collection is handled using standard user accounts, accessing only public, discoverable servers. I plan to write a blog post about the technical aspect of how this was done soon.

Admins of these servers weren't contacted, as the content indexed is already publicly accessible, comparable to a forum like this or public subreddit. That said, I understand the sensitivity around data visibility, and I've made it very simple for any user to opt out of indexing at any time. Private or invite-only servers are, of course, completely excluded.

hofrogs•43m ago
That's a lot of compute, how much does it cost to keep it running? I don't see how that project would generate any income on its own
searchcord•38m ago
I already own the hardware, so I only pay for colocation and transit. It's probably a lot less than you think. I hope to find some way to monetize it, but it is cheap enough that I can keep it running for quite a long time without any income.
hofrogs•33m ago
Thanks for this. Well good luck with keeping it up, it's a really useful service.
uniqueuid•10m ago
Wow, that must be quite expensive! You said the files alone are a few PB. So at least 2PB / 8 servers ~= 250TB per server, which would probably put each server at > 20k $ (unless you’re putting it together with duct tape and scraps, but even then the disks will cost a ton).
searchcord•5m ago
Hey,

Not exactly. Attachments are only fetched from Discord as the user requests them. This means that the vast majority of attachments are never stored on my server. Right now, I only have about 280TB of attachments locally on my own infrastructure. You can see more stats here: https://searchcord.io/about

Thanks for your question!

klntsky•14m ago
I suggest you to remove the opt-out functionality and let it scrape private servers that it discovers via publicly posted invite links. You don't owe anyone posting on a public forum any privacy. Moreover, the most valuable data to search for is probably somewhat obscured.
searchcord•9m ago
Hey,

Thanks for your suggestions. However, this does not work for a few reasons:

1. Joining servers is protected by increasingly difficult to solve captchas that have no commercially available solver. This is not a battle I want to fight. 2. There are a LOT of CSAM rings that spam invite links in public servers. This is also not something I want to go anywhere near.

Moreover, after the fallout of spy.pet, I think it is very important that users are able to opt out.

legionof7•40m ago
I've been looking for something like this for so long, thanks for making!

There's so much stuff locked in Discord now that forums have fallen in popularity, think this sort of thing really helps unlock that knowledge again.

searchcord•38m ago
Thanks for your feedback! <3
orph•20m ago
Can I download all the messages & attachments?
searchcord•19m ago
Sure, but there's a few petabytes of attachments and over 63 billion messages. Feel free to use the API.