Joe Muller's Avatar

Joe Muller

@codeontherocks

Control your context, control your life The clipboard is the app layer πŸ“‹ https://clibbits.com/ https://joemuller.com/

5,383
Followers
53,659
Following
809
Posts
24.04.2023
Joined
Posts Following

Latest posts by Joe Muller @codeontherocks

I wish I had a way to count my thoughts every day the same way I can count my steps

28.02.2026 00:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Upgrading my clipboard with Qwen 3 - Clibbits Dev Log 1
Upgrading my clipboard with Qwen 3 - Clibbits Dev Log 1 YouTube video by Sapid Labs

Upgrading my clipboard with Qwen 3 πŸ“‹πŸ”₯

I'm running Qwen3-ASR-1.7B and Qwen3-4B-Instruct-2507 on a single RTX 5090 with vLLM. STT and LLM calls run locally

Voice -> LLM -> Updated clipboard

Clibbits is easily my favorite project to date

youtu.be/YQdRbs9EHTg

27.02.2026 20:02 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
SuppConnect Smart supplement scanner & pill tracker with AI-powered nutrition analysis

Here's my final submission for the RevenueCat Shipaton!

SuppConnect is an application to help you track and optimize your supplement stack. You can check out the demo video on Devpost πŸ’™

devpost.com/software/sup...

09.10.2025 17:22 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I can't remember

26.08.2025 15:08 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

anyone have a Digg invite to spare?

26.08.2025 14:51 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Lion's Mane 🀝 Biochem

21.08.2025 00:28 πŸ‘ 7 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Anyone want to track some supps?

19.08.2025 21:19 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Pro Flutter Tip πŸ’™

You can change the application ID and label of your Android app during development using the "debug" build type

This lets you have the production and development versions installed at the same time

12.08.2025 17:04 πŸ‘ 10 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0

Ex.
- I want to change the YouTube music UI so it looks like Spotify
- I want every app to have a bottom nav bar
- I want to hide all images on every social feed I look at

In short: less "generative AI" and more "make my app look like this"

12.08.2025 13:38 πŸ‘ 4 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I don’t believe generative AI will be a thing, at least not how it's talked about now

I do think there will be a trend towards a personal UI across all apps and AI will make it possible

Developers provide the schema -> Users create the design

12.08.2025 13:38 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Today's the day I add Shorebird to my Fastlane files

These app store times are giving me ulcers

11.08.2025 15:46 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

TIL you can override the equality operator in Flutter/Dart πŸ’™

This is especially important when using the Signals library.

If the change you make to a signal doesn't change the equality check, the signal won't trigger any changes

10.08.2025 15:07 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
SuppConnect Smart supplement scanner & pill tracker with AI-powered nutrition analysis

I made an app for tracking your supplements, checking inactive ingredients, and finding new products!

The first version was just published - if you're down to try it out and send me feedback, it's called SuppConnect!

Use code DONTDIE for the early bird trial 🐦

bento.me/suppconnect

09.08.2025 23:34 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Good morning β˜•οΈ

07.08.2025 11:08 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

#Flutter Tip πŸ’™

Turn on the "checked" flag in the JsonSerializable annotation to see exactly which fields cause errors during deserialization

This has saved me literal hours

31.07.2025 15:25 πŸ‘ 6 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Flutter Tip πŸ’™

You can use the .icon (and .tonalIcon) button constructors to auto-add an icon before the button label

Does anyone know how to make .tonalIcon do anything? πŸ˜…

29.07.2025 18:48 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

This Flutter package is pretty cool πŸ‘€

Turn any widget into a loading skeleton that mimics the widgets layout

28.07.2025 18:41 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 1
Post image

Flutter Tip πŸ’™

You can convert any widget to an image (ex. PNG)

1. Find RenderRepaintBoundary using GlobalKey
2. Convert RenderRepaintboundary to Image
3. Convert Image to ByteData

πŸ“Έ

27.07.2025 16:47 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Flutter reminder πŸ’™πŸ”₯

You shouldn't show an error message on every sign in "error"

Google Sign In and Firebase Auth can both throw errors that simply mean the user canceled the sign in flow-->

26.07.2025 18:18 πŸ‘ 6 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

More Flutter goodness πŸ’™

TIL I learned you can use the Feedback class from the material library to provide "platform-specific feedback for a tap"

It doesn't do anything on iOS but on Android it plays the click system sound

25.07.2025 22:01 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Post image

posthuman.blog/this-reddit-...

26.04.2025 15:07 πŸ‘ 8 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

The people spoke and Claude listened

26.04.2025 14:15 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

How vibe coding becomes the new standard:

πŸ“• Auto denerated docs for design decisions
🟒 Auto generated diagrams for features
πŸ”© Auto extraction of reusable components + utilities

I could care less about technical details as long as the AI can get me up to speed in <5 mins

26.04.2025 14:13 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Hexadecimal is basically shorthand for binary

25.04.2025 20:51 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
ExcalidrawZ - Keep your excalidraws locally and safely. Excalidraw app for mac. Powered by pure SwiftUI.

Excalidraw! Specifically this Mac app:

excalidrawz.chocoford.com

25.04.2025 14:07 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

DOM (Document Object Model) and Virtual DOM

25.04.2025 13:58 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Yo, you need to relax guy

25.04.2025 12:19 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Claude plays pokemon

24.04.2025 18:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Ask them to press the allow button?

24.04.2025 17:19 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

We need this, more than AGI

24.04.2025 17:16 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0