Hacker News

Wolf Shadow [video]

Hacker News - Sun, 04/06/2025 - 5:06pm
Categories: Hacker News

Show HN: Chrome extension that gives Claude Pro API-free tool use capabilities

Hacker News - Sun, 04/06/2025 - 5:06pm

Hi HN community!

I've created a Chrome extension and Node.js server combo that lets Claude use external tools (calendar, Spotify, etc.) from within regular browser conversations - without any API access.

## Why

Tool use is available in Claude via API, but I haven't found a way to use tools from the web interface.

Over a weekend I've created a PoC and spent the next few weeks polishing the details before sharing.

The architecture is modular, making it easy to add new tools. I've included detailed setup instructions in the repo.

## How it works

- The extension injects a content script onto claude.ai/chat pages

- A background script captures all Claude responses via Chrome debugger API

- When Claude generates XML tool tags (e.g., ...), the server executes the corresponding action

- Results appear as system messages that you can paste into your conversation, so that Claude is aware of failures etc.

Demo video: https://www.youtube.com/watch?v=j8lgsGurY1w

GitHub: https://github.com/BartlomiejLewandowski/claude-browser-tool...

## Tools currently supported

- Google Calendar (create events)

- Spotify (play music)

Would love feedback on the approach and ideas for other useful tools to add!

Comments URL: https://news.ycombinator.com/item?id=43604959

Points: 1

# Comments: 0

Categories: Hacker News

Open-Source AI Wearable SDK

Hacker News - Sun, 04/06/2025 - 5:00pm
Categories: Hacker News

Show HN: AI-Powered Face Shape Detection for Personalized Style Recommendations

Hacker News - Sun, 04/06/2025 - 4:52pm

Hey HN, I wanted to share a project I’ve been working on: an AI tool that instantly detects your face shape and provides personalized recommendations for hairstyles, glasses, and makeup. I got the idea after noticing how tricky it can be to find styles that truly suit your unique features, and I wanted to make that process easier and more data-driven.

The tool uses computer vision to analyze facial features and classify face shapes, then matches them with style suggestions based on some geometric and aesthetic principles I researched. Building the AI model was a fun challenge—training it to accurately detect face shapes while keeping it lightweight for quick results took a lot of iteration. I also worked on making the recommendations practical and user-friendly.

I’d love to get your feedback! What do you think about using AI for this kind of personalization? Are there other features or use cases you’d find interesting? If you’ve worked on similar computer vision projects, I’d be curious to hear about your experiences too.

Looking forward to your thoughts!

Comments URL: https://news.ycombinator.com/item?id=43604866

Points: 1

# Comments: 0

Categories: Hacker News

COBOL

Hacker News - Sun, 04/06/2025 - 4:47pm

Article URL: https://en.wikipedia.org/wiki/COBOL

Comments URL: https://news.ycombinator.com/item?id=43604844

Points: 1

# Comments: 0

Categories: Hacker News

Constant-time code: the pessimist's case

Hacker News - Sun, 04/06/2025 - 4:42pm

Article URL: https://eprint.iacr.org/2025/435

Comments URL: https://news.ycombinator.com/item?id=43604805

Points: 1

# Comments: 0

Categories: Hacker News

Ask HN: What are some neat or useful equations you know?

Hacker News - Sun, 04/06/2025 - 4:06pm

Something worth saving in a programmable calculator, like Naismith's Rule [1] or calculating the day of week for any date [2].

1: https://en.wikipedia.org/wiki/Naismith%27s_rule

2: https://cs.uwaterloo.ca/~alopez-o/math-faq/node73.html

Comments URL: https://news.ycombinator.com/item?id=43604526

Points: 1

# Comments: 0

Categories: Hacker News

Vector Sets are part of Redis

Hacker News - Sun, 04/06/2025 - 4:05pm

Article URL: https://antirez.com/news/149

Comments URL: https://news.ycombinator.com/item?id=43604519

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: I built a service that filters public RSS feeds

Hacker News - Sun, 04/06/2025 - 4:00pm

I love RSS feeds - it’s how I keep up with all of my (tech) news. The big downside with RSS though? You get all the articles that are in the feed. And unless your RSS reader of choice offers built-in mute or filter functionality, you’re just stuck with those articles.

So I built RSSfilter.com, a service that filters public RSS feeds, and spits out a new RSS feed without the articles that match keywords or categories you’re not interested in.

Announcement: https://www.loopwerk.io/articles/2025/announding-rssfilter-c...

Site: https://rssfilter.com

Django code: https://github.com/loopwerk/django-rss-filter

Comments URL: https://news.ycombinator.com/item?id=43604460

Points: 1

# Comments: 0

Categories: Hacker News

Pages