Hacker News
Doge reportedly planning a hackathon to build 'mega API' for IRS data
Article URL: https://techcrunch.com/2025/04/05/doge-reportedly-planning-a-hackathon-to-build-mega-api-for-irs-data/
Comments URL: https://news.ycombinator.com/item?id=43604964
Points: 1
# Comments: 0
Wolf Shadow [video]
Article URL: https://www.youtube.com/watch?v=vJhmDweoAA8
Comments URL: https://news.ycombinator.com/item?id=43604963
Points: 1
# Comments: 0
Show HN: Chrome extension that gives Claude Pro API-free tool use capabilities
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
Eagle-3 Speculative Decoding for LLM Inference (5.6x speedup)
Article URL: https://github.com/SafeAILab/EAGLE
Comments URL: https://news.ycombinator.com/item?id=43604927
Points: 1
# Comments: 0
Open-Source AI Wearable SDK
Article URL: https://docs.omi.me/docs/developer/sdk/sdk
Comments URL: https://news.ycombinator.com/item?id=43604925
Points: 1
# Comments: 0
Applying Pandas' Group_by on Videos
Article URL: https://mixpeek.com/blog/turning-frames-into-dataframes
Comments URL: https://news.ycombinator.com/item?id=43604921
Points: 1
# Comments: 0
Solriamfetol shows a 45% reduction in ADHD symptoms
Article URL: https://www.technologynetworks.com/drug-discovery/news/new-drug-reduces-adhd-symptoms-by-45-398081
Comments URL: https://news.ycombinator.com/item?id=43604904
Points: 3
# Comments: 0
Understanding Web APIs: What They Are and How They Work
Article URL: https://www.producttalk.org/2025/04/whats-an-api/
Comments URL: https://news.ycombinator.com/item?id=43604893
Points: 1
# Comments: 0
Show HN: AI-Powered Face Shape Detection for Personalized Style Recommendations
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
COBOL
Article URL: https://en.wikipedia.org/wiki/COBOL
Comments URL: https://news.ycombinator.com/item?id=43604844
Points: 1
# Comments: 0
TV Vibes – A GPT that recommends shows by tone, structure, and creative DNA
Article URL: https://chatgpt.com/g/g-67f183af3e1c8191a3a0f2832c71a833-tv-vibes
Comments URL: https://news.ycombinator.com/item?id=43604820
Points: 1
# Comments: 1
How to Build a Abundant Future [video]
Article URL: https://www.youtube.com/watch?v=VIkphkYlkaQ
Comments URL: https://news.ycombinator.com/item?id=43604811
Points: 2
# Comments: 0
Constant-time code: the pessimist's case
Article URL: https://eprint.iacr.org/2025/435
Comments URL: https://news.ycombinator.com/item?id=43604805
Points: 1
# Comments: 0
What Are the Dots on the Side of Vinyl Turntables, Is It Decoration?
Article URL: https://www.djmentors.com/p/dj-machines-in-motion
Comments URL: https://news.ycombinator.com/item?id=43604788
Points: 3
# Comments: 0
Proof or Bluff? Evaluating LLMs on 2025 USA Math Olympiad
Article URL: https://arxiv.org/abs/2503.21934
Comments URL: https://news.ycombinator.com/item?id=43604544
Points: 1
# Comments: 0
Ask HN: What are some neat or useful equations you know?
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
Vector Sets are part of Redis
Article URL: https://antirez.com/news/149
Comments URL: https://news.ycombinator.com/item?id=43604519
Points: 1
# Comments: 0
Extended User Interrupts (xUI): Fast and Flexible Notification without Polling
Article URL: https://dl.acm.org/doi/10.1145/3676641.3716028
Comments URL: https://news.ycombinator.com/item?id=43604513
Points: 1
# Comments: 0
Make C string literals const?
Article URL: https://gustedt.wordpress.com/2025/04/06/make-c-string-literals-const/
Comments URL: https://news.ycombinator.com/item?id=43604486
Points: 2
# Comments: 0
Show HN: I built a service that filters public RSS feeds
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