
电影论坛 - Movie Forum
Search for movies and read community discussions in this forum.
hezhiqin · V2EX
AI 撸了一个电影资源网站 链接: http://www.doudousou.xyz 邀请码:DS68221184 <img alt="群里发会员码" src="http://106.54.168.27/qq-group-qr.png"> 测试服务器,带宽小,搜索很卡
The full gallery
Topics
Known attributes
A lens, not a filter — shows only projects we could confirm.
Tech stack
55 projects

Search for movies and read community discussions in this forum.
hezhiqin · V2EX
AI 撸了一个电影资源网站 链接: http://www.doudousou.xyz 邀请码:DS68221184 <img alt="群里发会员码" src="http://106.54.168.27/qq-group-qr.png"> 测试服务器,带宽小,搜索很卡

Copy-paste 60 website widgets including 12 AI agents—chat, search, booking, voice—no signup required.
@TiyebDomainking · X
The AI widgets your site is missing.

Compare online casinos, understand wagering rules, and find reviews and bonuses.
@nikola_stanin · X

Directory comparing relay services with exchange rates, initial credits, available groups, and performance data.
@mutou1852 · X
做了一个中转站点收录网站,展示倍率、初始额度、可用分组和实测性能数据。 希望帮大家更快找到适合自己的站点。

Search Pokemon names across Chinese, pinyin, English, and Japanese.
@AgentYuri · X
宝可梦多语言名称速查工具 pokemon-name-bridge 上线 开发者 Mengdi Chen(@monday_chen)因不满神奇宝贝百科(神百)的搜索体验,自行编写了一个宝可梦名称速查工具,托管于 。工具支持用拼音、英文和日语查找对应的宝可梦条目,面向需要跨语言阅读宝可梦内容的用户,方便在不同语言名称之间快速对照。作者称,如果和自己一样会同时查看多种语言的宝可梦资料,应该会觉得有用。有网友在回复中建议,可为界面中的数字改用 CSS 属性 font-variant-numeric: tabular-nums,以避免检索时数字抖动,作者回应称此前未用过该写法。该工具属个人开发的小型实用项目,尚在早期。

Find restaurants where locals actually eat, filtering out tourist traps.
kingchesco · HN
I know $90 for a dining app sounds absurd. And it’s not even an app; it's a wrapper for an LLM. But it is how it is built that makes it so expensive. I had to make a whole API just to call it (which because its own SAAS). All just to bypass dumb google reviews. Google Maps and reviews send people to places optimized for tourists and good copywriters. To find actual local hole-in-the-walls algorithmically, I had to first build that api (called BWENDI), a "spatial gravity" engine using 100GB+ of tweaked OSM, GeoNames, and other proprietary data. Instead of aggregating reviews, it mathematically calculates foot-traffic, throughput, transaction stats, and economic criticality among other factors. Bwendi is A Python/Node ETL pipeline feeding an LMDB-backed context API. It uses a proprietary 1MB binary grid served via Cloudflare Workers for millisecond edge reads with near-zero overhead, hosted in Switzerland. This was done of course to get the purest location context around every street

Browse and manage a library of 50,000+ AI prompts to streamline your workflow.
@iPranayJoshi · X
Would be honoured to come join! Built talk about vibe coding at

Check if ChatGPT, Claude, Perplexity and Google's AI recommend your Australian business.
@huxleypeckham · X
I didn't make this video. I asked Claude to. One week with Anthropic's newest model, Fable. I gave Claude Code the keys, pointed it at and asked for a launch video. It wrote the script, cut the edit, built the motion, and rendered the whole thing start to finish. 49 seconds, below. The video's the fun part. The real story is the velocity: this is what one person and the current models ship in a week. Most businesses are still deciding whether AI is worth a proper look. That gap is the whole opportunity, and it's closing fast. See where your business stands. The scan's free, takes 60 seconds.

Discover web design leads and businesses without websites globally.
@webdevamin · X
Hey devs 👋 I’m Amin, a freelance software developer working with clients worldwide and building SaaS on the side. 📚 CS bachelor’s degree holder. Shipped my first SaaS (Webleadr) pre-ChatGPT era, no AI copilots, just pure code and using docs: 🧑💻 Main stack: Next.js & Laravel I also write articles and share practical tips about freelancing, business and webdev to help fellow devs. Let’s connect. My website is #connect #WebDevelopment #B2B

Search indexed open-source code and packages with version history, metadata, and dependency information.
@Jack_Timonen · X

Open multiple custom search engines at once and search across all of them.
letxxt · V2EX
因为我经常用搜索,但显然因为信息孤岛等因素,目前一个搜索引擎已经完全无法满足获取信息的需求了,经常要辗转各个网站每个搜索一遍,所以就有了这个一键搜索小工具 https://oneclicksearch.playcode.io/ 功能 - 一键搜索,选中搜索引擎即可一键打开所有 - 编辑管理,可定义名称可拖拽排序 - 历史记录,一键清空自动删除 - 导入导出,复制粘贴就可以同步配置 其实这种应当做成扩展之类的,自己能力有限就不做了,要更高效的话可以自己配合 Raycast 之类的使用 第一次使用记得给弹出窗口权限  
Browse and discover Substacks that were submitted to Hacker News.
cartucho1 · HN
I made an HN clone that lists only Substacks posted here. - Why? Over the years, I've discovered some great blogs here, so I thought it would be nice to have a filter for them. - Why only Substacks then and not blogs more generally? Because it's easy to query for "substack.com" in the public HN Algolia API (see below). Plus, hnblogs was already taken :) - What about substacks on custom domains then? At the bottom of the page there is a form to submit a custom domain. The site attempts to auto-validate that it is a Substack. If that fails, it is marked for manual review (which I'll do every once in a while). Approved ones will be included in the results. - How? I use HN's Algolia API to fetch substack stories by searching for "substack.com" in the url. I do this via a CloudFlare worker that has 3 separate cron triggers: (1) fetches new stories every 10 minutes and saves them in a KV store. (2) runs 2 minutes after the first, computes hot stories from new ones by simulating HN's scor