ctbellmar | 4 months ago | on: AWS multiple services outage in us-east-1
ctbellmar's comments
ctbellmar | 4 months ago | on: Augment Code's pricing is changing on October 20
ctbellmar | 4 months ago | on: Show HN: Augment your dataset with LLM distillation techniques
This looks promising! Is it for text based models only at this time (i.e. no vision/image training)?
ctbellmar | 6 months ago | on: Show HN: OWhisper – Ollama for realtime speech-to-text
https://github.com/bikemazzell/skald-go/
Just speech to text, CLI only, and it can paste into whatever app you have open.
ctbellmar | 7 months ago | on: Augment Code model comparison: GPT-5 vs. Claude Sonnet 4
ctbellmar | 7 months ago | on: GPT-5 vs. Sonnet: Complex Agentic Coding
ctbellmar | 7 months ago | on: The Claude party is almost over
Has anyone been able to set up Qwen3-Coder to run locally in agentic mode (via LM Studio or similar)? So far, I have only seen in work as Chat via Continue plugin. It gives reasonable suggestions, and it is supposed to be able to call tools, just haven't figured out how to make that happen yet.
ctbellmar | 7 months ago | on: Ask HN: What's Your Take on Perplexity AI?
Examples that failed: - opening hours for POI (restaurants, tourist attractions, etc) - mostly made up - GPS coordinates - produced results that were nearly 100% inaccurate - finding contact info (e.g. phone, email) for specific government or public bodies - nearly 100% inaccurate
The issue with above was mainly not a lack of results but rather fabricated/made up ones. As in: here are the coordinates (that don't correspond to actual locations) or here are the phone numbers of such and such departments (that don't exist), creating more work to try and discover they are nonsensical vs. just giving "no results found" message.
ctbellmar | 9 months ago | on: Ask HN: What are you working on? (May 2025)
https://github.com/bikemazzell/whatsignal
I'm working on a WhatsApp to Signal relay. I.e.: whenever someone sends a WA message to you, it appears in your Signal. You can reply and it will go back to the original sender.
Why? I'm privacy conscious and don't fancy using a Meta product. But some of my friends/associates/family still insist on WhatsApp only. Running this WhatBridge service on my micro server behind a VPN allows me to communicate without having WhatsApp on my mobile.
Behind the scenes, it connects WAHA (https://github.com/devlikeapro/waha ) and Signal CLI (https://github.com/AsamK/signal-cli). Still early stages, but getting closer to a workable state.