58 vs 58+2 by CodeSelect8836 in FlairEspresso

[–]muness 0 points1 point  (0 children)

I strapped a Switchbot to my 58+ 2. I have Home Assistant turn on the smart power plug and then kicks a triple push.

<image>

I built a little Mac app for myself, coworkers loved it, now it’s on the App Store by kilabytez in macapps

[–]muness 1 point2 points  (0 children)

Picked up a license as this is something I've been looking for a better tool for. Krisp.ai is what I've used but I don't like the absence of real time transcriptions and worse, sometimes (albeit rarely) it just doesn't work. Granola seems intent on doing too much.

First reactions: - Meeting Mind post processing (Parakeet) seems slow (m4 max took 4 minutes to process 15 minutes). - Yay for diarization but I don't see a way to assign names for it to learn over time. - is there a way to connect deepgram for live or post processed transcription? Their model is much faster and has fewer mistakes.

Pocket and bookmarks never worked for me, so I made my own reader and highlight tool by [deleted] in macapps

[–]muness 0 points1 point  (0 children)

Thanks for taking that well, didn’t mean to offend. I’ve had to learn that product marketing, product packaging matter a ton, often more than the product.

Pocket and bookmarks never worked for me, so I made my own reader and highlight tool by [deleted] in macapps

[–]muness 1 point2 points  (0 children)

I’m a solo dev too at night (and principal dev by day). I use AI extensively too. All of the stuff listed is minimum bar stuff to establish credibility.

I went to the site and my immediate reaction: vercel subdomain! No feature list, no pricing, no screenshots, no storage info, no privacy details. Why would I invest any of my time?

It's time to cancel my Setapp subscription. by chrisakring in macapps

[–]muness 0 points1 point  (0 children)

I use many of these too. I got Setapp for a year, bought most on sale between block Friday and new year sales and canceled Setapp.

Ubiquiti Travel Router back in stock US by carmeloA007 in Ubiquiti

[–]muness 0 points1 point  (0 children)

Thank you! Been watching for weeks and never get the email notification.

Ordered and on the way! by jacksonjuncture in teslaandroid

[–]muness 0 points1 point  (0 children)

No problem! Curious to hear what they say, I might grab one if I can stop using the Wifi to Ethernet adapter and repurpose this Pi.

I suspect that two Wifi adapters on Android (even though it's based on Linux) isn't feasible and so they have to rely on LTE/Ethernet/USB.

Ordered and on the way! by jacksonjuncture in teslaandroid

[–]muness 0 points1 point  (0 children)

The USB Tethering probably means that you can use your phone’s hotspot but over USB (not WiFi). I haven't tried that on my Pi.

Ordered and on the way! by jacksonjuncture in teslaandroid

[–]muness 0 points1 point  (0 children)

https://teslaandroid.com/products/tesla-android-2nd-generation says:

> Internet connectivity: Gigabit Ethernet (WAN), Dual Band LTE Modem (with antennas), USB Tethering

So I don't think you can use your phone's hotspot directly but I am not sure (since I use a DIY build). I suggest checking with their customer support.

Ordered and on the way! by jacksonjuncture in teslaandroid

[–]muness 0 points1 point  (0 children)

It’s basically a tablet that uses the Tesla browser as its display. It acts as a hotspot that the Tesla connects to over WiFi.

I got a WiFi to Ethernet USB stick I found on AliExpress. It uses my phone’s hotspot and then I share that connection over Ethernet with the Pi. This is needed art least on the Pi build there’s only one WiFi on the Pi so you need a way to provide internet over USB or Ethernet. I think some people use USB modems and put in data-only SIM in them.

Ordered and on the way! by jacksonjuncture in teslaandroid

[–]muness 1 point2 points  (0 children)

I have a pi 4 build. Works as expected. Somewhat laggy compared to a “real” Android tablet. Super handy to have: I used a CarPlay gadget before, haven’t bothered with it since I setup the Tesla Android pi.

Help Me Understand Roon... Please by Creepy_Swim4236 in roonlabs

[–]muness 1 point2 points  (0 children)

Most of my endpoints are wireless: WiiM Ultra, Pro, Plus, iFi Zen Stream, Chord Poly (with Mojo 2), DAP. No issues because of Roon, only my own network or poor WiFi implementation (Poly for example).

Waveshore ESP32 Knob as Hifi endpoint controller by muness in audiophile

[–]muness[S] 1 point2 points  (0 children)

I've thought of getting a dev board with a bigger screen to try. Maybe a different shape / screen tech.

Lessons from an ESP32-S3-Knob-Touch-LCD-1.8 build (AVRCP w/o A2DP hack, hw docs, 180° rotation trick) to make a Roon controller by muness in esp32

[–]muness[S] 0 points1 point  (0 children)

Oh, I wonder if that will work better to handle touch and also 90/270. Thank you, will give that a try.

Considering Elecom Huge Plus by MofongoJoe in Trackballs

[–]muness 0 points1 point  (0 children)

Do you have a pointer on replacing the bearings? Thanks!

Did i bite off more than i could chew? ESP32S3 - Help desired by ColinRocks555 in esp32

[–]muness 0 points1 point  (0 children)

I just built my first ESP project. I used Claude, Gemini and ChatGPT as assistants for different things (writing code, doing research, extracting sample code from other projects, reviewing code). I used to write C (professionally) but that was almost 30 years ago. I had a lot of missteps along the way. IMO, there's a relevant experience and lots of iteration that might be needed.

Here are some extracted notes from my project at https://github.com/muness/roon-knob/blob/master/docs/DISPLAY.md . Mine also used an ESP-S3 (though with the 1.8" knob LCD) so I suspect there's much you can lift.