Live data from Hacker News

Viewing profile — mike-bailey

mike-bailey

HN member
Joined
Tue, Dec 31, 2019, 3:42 AM UTC
HN karma
100
Public activity
31 items

About mike-bailey

https://news.ycombinator.com/user?id=mike-bailey

Recent public activity

  1. comment
    Comment #44460079

    Claude Opus and Gemini 2.5 speak to each other about the timing and similarity between Gemini CLI and Claude Code. Claude Opus demonstrates advanced ability in spoken dialogue, ass…

  2. story
  3. story
  4. story
    Show HN: Voice-Mode MCP – Conversational Coding for Claude Code, Gemini CLI

    When I heard about Google's clone of Claude Code this morning I tried out my 2 week old MCP server and instantly had two way voice conversation with it. Gemini seemed a bit confuse…

  5. comment
    Comment #44382885

    I added a two way voice interface to Gemini CLI. https://youtu.be/HC6BGxjCVnM?feature=shared&t=36 It's a FOSS MCP server I created a couple of weeks ago: - https://getvoicemode.com…

  6. story
  7. story
  8. comment
    Comment #43762899

    openai-proxy connects the many open source models (ASR, TTS, LLMs) with OpenAI compatible APIs with existing tools that use OpenAI SDKs. By pointing `OPENAI_BASE_URL` at your hapro…

  9. story
  10. comment
    Comment #42680362

    Last time BMA was on front page of HN was 1 Jan 2020 (for about 23 hours IIRC). https://news.ycombinator.com/item?id=21921293

  11. comment
    Comment #42680330

    The __bma_read_filters function is designed to take all arguments and join them with | to create a grep pattern. Adding quotes around $@ would break this functionality because: __b…

  12. story
    Show HN: Bash-my-AWS adds `bmai <missing command>` to generate functions

    Maintaining a popular open source project will get easier with AI to assist. The `bmai` command works a bit like the `bma` command except it generates the function using an LLM (vi…

  13. story
  14. story
  15. story
  16. story
  17. comment
    Comment #22045466

    Here's the video from my talk on Bash-my-AWS at LinuxConf 2020 in the Gold Coast Australia. https://www.youtube.com/watch?v=UbH_cg7Ev1Q

  18. comment
  19. comment
  20. comment
    Comment #21934750

    They're good questions. I can tell you how I manage regions and accounts but am interested in learning how people think Bash-my-AWS might better support users in this regard. The A…

  21. comment
    Comment #21933692

    I don't like to rely on my memory either! I forget the names of commands and use tab completion to list them. You can just type bma[TAB][TAB] and it will list them all. If you know…

  22. comment
    Comment #21932974

    bash-my-github and bash-my-spotify are two things I've made a start on but are not public yet. They've been on the backburner for a while due to competing priorities. I was able to…

  23. comment
    Comment #21932282

    AWSCLI backward compatibility has been so good, I've never had a Bash-My-AWS command fail due to a change. AWS CLI v2 previews were released in Nov 19 and while this may contain so…

  24. comment
    Comment #21931953

    I have sometimes questioned whether I should be spending my personal time developing an open source tool so tied to a single companies services. My reasons for continuing include: …

  25. comment
    Comment #21931545

    Thanks! The intent has always been to enhance rather than replace AWCLI (which is an amazing tool!). If you're ever wondering how a Bash-My-AWS command works, use `bma type` (it ev…