HN user

eummm

25 karma
Posts26
Comments22
View on HN
github.com 2mo ago

Show HN: AICW Video open-source to cut video into clips with captions, voiceover

eummm
4pts1
revdoku.com 2mo ago

Counting wires and insulators on poles using AI (using open-source Revdoku)

eummm
1pts0
github.com 2mo ago

Show HN: Revdoku – visual document review with AI (open-source)

eummm
2pts0
aicw.io 3mo ago

Show HN: AICW Summarize – widget for asking AI about current page (open-source)

eummm
2pts1
guruka.com 3mo ago

Show HN: Guruka.com – free guided mediations. No signup, private, works offline

eummm
39pts17
github.com 3mo ago

Ruby on Rails and SQLite3: fix for silent data loss on column rename or removal

eummm
4pts2
github.com 8mo ago

Show HN: Free Tool to Grade Your Website for AI Visibility

eummm
2pts1
www.amazon.com 9mo ago

Show HN: Free Today) eBook: AI Search Engine Optimization Guide

eummm
3pts1
github.com 9mo ago

Show HN: AI Chat Watch – analyze what AI say about brands

eummm
2pts2
substack.com 1y ago

Beyond Blue Links: Why AI Search Is a Game-Changer for Your Website's Visibility

eummm
2pts0
ayodesk.com 1y ago

12 Top Free or Low-Cost Cybersecurity Training Resources

eummm
1pts0
ayodesk.com 1y ago

Top Security To-Do for Your Vibe Coded App

eummm
4pts0
aisearchwatch.com 1y ago

Which alternatives to YC are suggested by top AI engines (ChatGPT, Perplexity)?

eummm
1pts0
aisearchwatch.com 1y ago

Show HN: Robots.txt generator for blocking AI crawlers

eummm
9pts1
aisearchwatch.com 1y ago

Show HN: Report – What AI Says About Y Combinator and Its Competitors

eummm
3pts2
chat.openai.com 2y ago

Show HN: Phish or No Phish Trainer

eummm
1pts1
www.mironichev.com 7y ago

Show HN: Goodbye, Office Free e-book about managing remote teams

eummm
4pts1
www.producthunt.com 7y ago

Show HN: Online Invoice Maker with sales tax auto-suggestion

eummm
6pts0
www.allsideprojects.com 8y ago

Show HN: All Side Projects – side projects and apps for sale

eummm
8pts6
www.unpaid.io 8y ago

Show HN: Late Payments Reminder Generator

eummm
1pts0
news.ycombinator.com 8y ago

Show HN: App based on idea from Y Combinator blog

eummm
2pts0
news.ycombinator.com 9y ago

Ask HN: Tutorials to teach kids programming games

eummm
1pts0
github.com 10y ago

Open source telegram bot that reads live data from Google Docs spreadsheet

eummm
1pts0
github.com 10y ago

Open-source online dating built with Ruby on Rails

eummm
2pts0
news.ycombinator.com 11y ago

Ask HN: Experience working with freelancers on startups

eummm
1pts0
news.ycombinator.com 12y ago

Show HN: search engine through new freelance and remote jobs

eummm
13pts5

Hi HN! Made this AICW Video open-source tool when had to quickly edit a number of raw video interviews.

It can: - find which separate audio file belongs to which video and replace it (use case: audio recorded on a separate phone) - auto crop a video (manual crop too) - suggests clips to create - adds dynamic captions - exports to TikTok/Insta/others - can blur a face, can overlay audio with tts

Uses local AI for audio to text, face detection. For scenes detection requires Claude or Codex but can use Ollama with Qwen. Mac only. Works standalone and as MCP via Claude/Codex.

The purpose of this widget:

- show summary of the current page (takes it from meta description tag);

- allow user to ask their favorite AI (ChatGPT, Claude and others) to summarize current page (why not? it is convenient!)

- share website via messengers / social networks similar to how AddThis worked

Website and live demo: aicw.io/summarize-widget

Source-code: github.com/aicw-io/aicw-summarize

HM looks great, but looks like they collect lot of personal data.

From their privacy policy:

The personal information we collect may include:

Name User name Email address Gender Birthday (month/year) Ethnicity Relationship Status Number of Family Members/Children/Children under 13 Experience with Meditation User generated content We may collect other information that does not reveal your specific identity, such as:

IP Address or other unique device identifier Information collected through cookies, pixel tags or other technologies App usage data Geo-location information User generated content Device generated data

To grade AI visibility of your website one can use this command line:

npx @aichatwatch/aicw ai-visibility EXAMPLE.com

It checks how the server responds to AI crawler bots, analyzes the content (HTML) code, checks if the website is present in public datasets, and returns a final grade similar to this:

================================================================================ AI VISIBILITY REPORT for https://aichatwatch.com/ on Oct 26, 2025, 23:11 PM ================================================================================ SCORE: 86% (93.5/109 points) GRADE: B ================================================================================

DETAILS: [PASS] Server: check /robots.txt.................... 15/15 [WARN] Server: check /sitemap.xml................... 0/5 [PASS] Server: X-Robots-Tag HTTP Header Check....... 15/15 [PASS] Server Response Speed........................ 6.3/7 [WARN] Content: JSON-LD Structured Data Presence.... 0/5 [PASS] Content: Blocking Meta Tags Check............ 8/8 [PASS] Content: Server-Side Rendering (SSR) Check... 8/8 [PASS] Content: HTML code structure................. 4.2/5 [PASS] Content: Mobile Version Availability......... 7/7 [WARN] Dataset: /llms.txt available................. 0/1 [PASS] AI bots access: Data for Training............ 12/12 [PASS] AI bots access: Search Indexes............... 10/10 [PASS] AI bots access: User Interactions............ 8/8 [WARN] Dataset: Common Crawl Dataset................ 0/3

-------------------------------------------------------------------------------- ISSUES: -------------------------------------------------------------------------------- Server: check /sitemap.xml Impact: 5 points lost Details: No /sitemap.xml found

    Content: JSON-LD Structured Data Presence
     Impact: 5 points lost
     Details:  No JSON-LD structured data found.

    Dataset: /llms.txt available
     Impact: 1 point lost
     Details:  No /llms.txt found (not critical)

    Dataset: Common Crawl Dataset
     Impact: 3 points lost
     Details:  Not found in 3 recent crawls: CC-MAIN-2025-43, CC-MAIN-2025-38, CC-MAIN-2025-33

Hey HN! creator is here. AI Chat Watch is an open-source CLI tool that helps marketers to track and understand how AI chatbots talk about brands, products, industry.

It runs a set of questions across multiple AI models (currently ChatGPT, Claude, and Perplexity via OpenRouter) and generates reports showing: - Which entities are mentioned, how often and in which order - Trends of these mentions (comparing to previous dates) - Specific links and domains cited in responses by AIs

Originally built this as a commercial product for marketers doing competitive research, but decided to open source it so anyone can run it locally. You'll need to provide your own OpenRouter API key (~$0.30 per run for 5 questions × 3 models).

Some example use cases: - Competitive analysis (e.g., "best CRM software") - Keywords monitoring across AI responses - Exploring websites and specific pages cited by AI - SEO/visibility in AI-generated answers

Installation is straightforward via terminal. There are demo reports in the repo to see what the output looks like.

Would love feedback and suggestions on making it more valuable Thanks

Made interactive text based trainer for recognizing phishing emails, messages, documents, sms and others. Look at the message provided and answer if it is legit or not? Runs on ChatGPT platform

and the question I have is if there are any freelance and job site you want to be included?

Currently the service is fetching these sites:

Freelancer (International) oDesk (International) Elance (International) Guru (International) Stackoverflow Jobs (International) Free-lance (Russia) Freelancehunt.com (Russia) Weblancer (Russia) Dream-starts (India) 99designs (International) Freelancer-uk (UK) Freelance-switch (International) Techno-jobs (UK)