Earlier quoted context omitted.
Yeah I like the sound of the functionality but I don't like the idea of it taking up menu bar space. Console utility would be good or even a gui that can be quickly launched through spotlight
> I don't like the idea of it taking up menu bar space You know you can close it? :-)
Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
91–100 of 185 posts
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#92Earlier quoted context omitted.
It's not always the case that the cable will correctly fix it. I think (hope?) any that any which didn't would be out of spec, but they exist...
It's the cable that is supposed to reverse itself and not the device? I'm not entirely sure I buy that - seems like it would add a lot of unnecessary complexity to every cable.
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#93Props to @sleepingNomad here, who has done 16 releases in the last 7 hours, incorporating feedback from HN on the fly! * Don't like menubar apps? you you can run it as a normal app * Don't like GUIs? Now you can run it on the command line Just look at that Changelog: https://github.com/darrylmorley/whatcable/releases?page=2
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#94Props to @sleepingNomad here, who has done 16 releases in the last 7 hours, incorporating feedback from HN on the fly! * Don't like menubar apps? you you can run it as a normal app * Don't like GUIs? Now you can run it on the command line Just look at that Changelog: https://github.com/darrylmorley/whatcable/releases?page=2
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#95I would like to ask an LLM to rewrite it as Python CLI script. Is it even possible, or some Swift-only functionality is necessary? P.S. Some time ago I learnt through HN of a one-line command in macOS which revealed the power (Wattage) of the connected charger. Can't find it now, but it was very useful.
Gist of random (human-written) power-related commands to peek at random power info: https://gist.github.com/nhecker/8e850773ff229724ce361967cc22...
For your last point, you're probably looking for something like `ioreg -raw0 -c AppleSmartBattery | plutil -extract 0.PowerTelemetryData.SystemPowerIn raw -` (The source for that last command is from the above gist: https://gist.github.com/nhecker/8e850773ff229724ce361967cc22... ) Or maybe `pmset -g ac | head -n3` is helpful, too. HTH.
_nick
(edit1: formatting)
(edit2: there's also https://news.ycombinator.com/item?id=47677607 which seems pretty cool but is quite complex, and might be overkill)
(edit3: different method for printing adapter wattage)
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#96Earlier quoted context omitted.
To save me 10 mins and $2, is this posted to GitHub somewhere?
It's 1st of May here, so probably not doing it today. Looking into it a bit more when I get back from the parties. but it's basically just three files: QML for the UI, some python code to parse /proc data and a metadata file.
Is that date significant somewhere? It was an nice sunny Friday for me.
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#97Props to @sleepingNomad here, who has done 16 releases in the last 7 hours, incorporating feedback from HN on the fly! * Don't like menubar apps? you you can run it as a normal app * Don't like GUIs? Now you can run it on the command line Just look at that Changelog: https://github.com/darrylmorley/whatcable/releases?page=2
Quite impressive, indeed. OP/sleepingNomad, can I have this on MacPorts, please? Thank you.
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#98Earlier quoted context omitted.
It's 1st of May here, so probably not doing it today. Looking into it a bit more when I get back from the parties. but it's basically just three files: QML for the UI, some python code to parse /proc data and a metadata file.
> It's 1st of May here Is that date significant somewhere? It was an nice sunny Friday for me.
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#99This is pretty nice, but why do a lot of Mac apps insist on living in the menu bar?
Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables
#100I get that the connectors are identical but I find it odd that people find it so challenging. Thunderbolt is the thick and short cable. If it's not thick it's not gonna work well and if it's over a metre it's not gonna work well. cf my pile of thin long "basic" usb c cables.
How do you define "thick" or "short" to a non-engineer/tech person? Relative to what exactly?