Micho Himself's Avatar

Micho Himself

@micho-himself.bsky.social

Software engineer in love with #ElixirLang and LLMs. Currently building reynote.com - an AI Relationship coach with a twist You can hire me at https://goto-code.com Everything that rises must converge

221 Followers  |  174 Following  |  106 Posts  |  Joined: 06.02.2024
Posts Following

Posts by Micho Himself (@micho-himself.bsky.social)

Claude Code is becoming super buggy. I think it crashed 5 times within the last 12 hours for me. I'm all for vibe coding but feels like they should ease up on it for a bit

08.01.2026 13:33 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Please do and let me know! If you care for any feedback Iโ€™d add a bit of release to the synth and maybe a bit of CC automation to vary things up occasionally

04.01.2026 22:28 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Love it!

04.01.2026 18:40 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Iโ€™ve build a whole AI graphic designer in one 14 hour coding session. Color palette generation, font support, alignment, template support, ai image generation. everything Iโ€™d want to generate yr thumbnails, visuals, posters, menusโ€ฆ Claude code is insane

30.12.2025 12:29 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image 18.12.2025 09:46 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Not good for my sleep schedule tho

13.12.2025 21:26 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Voca - BYOK Voice-to-text with AI formatting. Record, transcribe, and format your voice notes instantly.

First of them is an app called Voca - byok.tech/products/voca - an AI-powered dictation app that turns your spoken ideas into structured, polished text. I've been using it to write emails, code with Claude Code, and it's been replacing a lot of my keyboard input It's available for Mac, Linux and Win

12.12.2025 13:20 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
BYOK - AI Apps without subscriptions Pay once, bring your own API key, own it forever. AI-powered desktop apps without monthly fees.

I'm starting byok.tech - a collection of AI-powered desktop apps which allow you to use your own LLMs - whether it's local, or through something like OpenRouter.

12.12.2025 13:20 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
BYOK - AI Apps without subscriptions Pay once, bring your own API key, own it forever. AI-powered desktop apps without monthly fees.

I've been noticing several popular AI-powered apps which I was considering using, but for the life of me can't figure out why they need a subscription. I've always wondered why don't apps just let me insert my own API keys, and now I've decided to do something about it.

12.12.2025 13:20 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Don't sleep on MCP Itโ€™s not just an upgrade to tool calls. Why Anthropicโ€™s Model Context Protocol is a glimpse into the future of LLM-centric software.

For a while the implications of the MCP protocol werenโ€™t obvious to me, but now Iโ€™ve come to the realization itโ€™s the plumbing for a whole new class of LLM-first applications. In case you are interested in my experience coming to grips about it I wrote an article goto-code.com/dont-sleep-o...

19.11.2025 19:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Any specific thing that made it click?

02.11.2025 21:07 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Ecto.Changeset โ€” Ecto v3.13.3

hexdocs.pm/ecto/Ecto.Ch...

23.10.2025 13:21 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Which version of `phoenix_live_view` are you running? I've been wanting to try things out for days, but neither `0.4.0-rc.1` or `0.3.0` work with `phoenix_live_view ~> 1.1.0`

22.10.2025 07:11 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

Is it just me or LiveView Native isn't installable for phoenix_liveview ~> 1.1.0? I've managed to get a local branch of {:live_view_native, "~> 0.4.0-rc.1"} at least running but then the LVN go app isn't connecting so I don't know if the issue is the rc branch or the app isn't supporting 0.4.0 ๐Ÿ˜ฎโ€๐Ÿ’จ

17.10.2025 19:55 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Model your interactions, not your messages Go beyond storing `role:content` pairs and model your whole set of interactions when building LLM powered applications

After a short sabbatical I'm back to hacking #ElixirLang and #AshFramework
Ash is slowly but surely changing how I approach writing software. For now I wanted to share how an implementation detail in AshAI changed how I think about modeling LLM chains goto-code.com/model-your-i...

17.10.2025 17:15 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

โค๏ธ

08.10.2025 07:13 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I plugged claude-sonnet-4-5 into reynote.com and it does NOT fuck around. I'm a bit blown away by how much of a difference it is, love it #claude #anthropic

30.09.2025 12:59 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Why does every article about agentic use cases use booking a flight as an example? Itโ€™s one of the worst examples I canโ€™t think of, I do it a few times per year, takes 15 minutes to do and if you have kids thereโ€™s high trust required

27.09.2025 08:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
ORF-Radio Das digitale Radioangebot des ORF. Alle รถffentlich rechtlichen Radiosender ร–sterreichs auf einer Plattform. Live und 7 Tage lang im Stream on Demand.

Austrian FM4 is the best radio station in the world fm4.orf.at/player/live

24.09.2025 06:59 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

#Omarchy is so refreshing to use, super snappy even on a 7 y/o Thinkpad, CPU idling on 400 MHz, Claude code helps you configure multi-monitor setups, scratchpad workspaces, custom commands. After years of debian it's mindblowing just to be able to install nightly software versions. Heaps of fun.

23.09.2025 13:03 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Make a toy project with Ash Framework just so see how tightly integrated Oban is. When you set things up to just flow liveview -> domain model -> oban job -> pubsub publish -> liveview handler :chefskiss:

23.09.2025 07:50 โ€” ๐Ÿ‘ 6    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

When you go for some light evening reading and randomly open Beautiful you by Chuck Palahniuk. Jesusโ€ฆ

07.09.2025 17:39 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Someone give me @expert-lsp.org please I'm done having to delete .elixir_ls and rebuild everytime I touch my mix.exs #ElixirLang

30.07.2025 13:38 โ€” ๐Ÿ‘ 24    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

After 20 years of coding even in languages Iโ€™ve been using for years I still donโ€™t know without syntax highlighting is it True/true, null/nil/none/None, else if/elsif/elifโ€ฆ

26.07.2025 16:51 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Did you try using Claude 4? Iโ€™ve given up on using OpenAI models for serious discussion

24.06.2025 14:36 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Rolling the ladder up behind us Who will take over for us if we don't train the next generation to replace us? A critique of craft, AI, and the legacy of human expertise.

"I want your bad English. I want your bad art. I want to see the raw unfiltered expressions of humanity. I want to see your soul in action."

21.06.2025 06:53 โ€” ๐Ÿ‘ 8    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

The new 4o image generation is insane

26.03.2025 09:45 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
programmers are always posting like "worked on tracking down an issue with a Flurble deployment for twelve hours. the problem wasn't in Flurble at all - it was in the Gumbies install. It turns out if you install Gumbies 3.0 over Gumbies 2.7 and don't do a cache flush on all the client spiders they'll get stuck in the crystal maze." then you look up Gumbies and the site is one of those scroll scroll scroll types
with one sentence per page, like "GUMBIES is a lean, expressive sharding sandcube for testing and deploying large scale
Woodchips playgrounds. GUMBIES automates and streamlines away watersliding phases, meaning your team can
get right to the chipping. See why Microsoft, OpenAl and Bloingo have embraced GUMBIES in their Woodchips
workflows." and you get to the bottom and you're like I
want this I guess but I still don't know what

programmers are always posting like "worked on tracking down an issue with a Flurble deployment for twelve hours. the problem wasn't in Flurble at all - it was in the Gumbies install. It turns out if you install Gumbies 3.0 over Gumbies 2.7 and don't do a cache flush on all the client spiders they'll get stuck in the crystal maze." then you look up Gumbies and the site is one of those scroll scroll scroll types with one sentence per page, like "GUMBIES is a lean, expressive sharding sandcube for testing and deploying large scale Woodchips playgrounds. GUMBIES automates and streamlines away watersliding phases, meaning your team can get right to the chipping. See why Microsoft, OpenAl and Bloingo have embraced GUMBIES in their Woodchips workflows." and you get to the bottom and you're like I want this I guess but I still don't know what

This is my entire life

17.03.2025 01:53 โ€” ๐Ÿ‘ 1504    ๐Ÿ” 417    ๐Ÿ’ฌ 28    ๐Ÿ“Œ 39
Post image

3.7-sonnet is stressing me out

15.03.2025 17:47 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0