Live data from Hacker News

Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

github.com

151–160 of 185 posts

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#151
post #40

Cool. Just want to chime in that I wanted to see how quickly GPT-5.5 can turn this into a KDE Plasma 6 Plasmoid. Took about 10 minutes and two dollars, and now I have a nice QML app showing the same information in my taskbar. Just wanted to say this because I feel it's really crazy that I can just do this today...

Yeah it's insane how quickly the platform issue get solved by LLMs for 90% of software.

I fixed lots of old tools' issues with using older broken APIs as well this way.

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#152
post #5

Good stuff, but it's telling me that my USB-C Thunderbolt cable has been plugged in upside down but the connector handled this. I was not aware that you can plug in something into USB-C upside down!

You can't. This software is leaking implementation details of USB-C and you really don't need to know this. I understand it's tempting to show everything, but the author should have exercised restraint here (this is assuming they were consciously involved at all, of course).

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#154
post #144

Earlier quoted context omitted.

I do not use KDE and wanted just command-line version of it without any Qt dependencies, so I've burned some tokens and produced just that: https://github.com/vzaliva/whatcable-linux-cli

Sorry, I'm late to the party but there's no rust port yet, so .. https://crates.io/crates/whatcable Thanks to the previous implementers/clauders.. I don't take any credits.

I have Claude working on a port to Intercal. Says it may take awhile, I'll post updates when they're available.

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#155

This is pretty nice, but why do a lot of Mac apps insist on living in the menu bar?

Is it not rather useful in this particular case? You will see the reported capabilities whenever you plug in a cable. Or do people rather want to diagnose and label their cables just once?

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#156

This is pretty nice, but why do a lot of Mac apps insist on living in the menu bar?

Is it not rather useful in this particular case? You will see the reported capabilities whenever you plug in a cable. Or do people rather want to diagnose and label their cables just once?

Sure, but do you diagnose cables so often that you need a permanent icon in the menu bar?

Following that logic, every application you use more than a handful of times should live there.

Anyway. I'm not trying to argue, I think this is a neat tool, but when the Windows tray got bloated with icons people used to complain about it.

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#157
post #144

Earlier quoted context omitted.

Sorry, I'm late to the party but there's no rust port yet, so .. https://crates.io/crates/whatcable Thanks to the previous implementers/clauders.. I don't take any credits.

I have Claude working on a port to Intercal. Says it may take awhile, I'll post updates when they're available.

> Swift --(claude)--> Plasmoid --(claude)--> CLI --(claude)--> Rust-Port --(claude)--> Intercal

Is this the human centipede of programming?

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#158
post #117

Earlier quoted context omitted.

You can put it in a secondary onclick taskbar with Ice (similarly to Windows)

There's also Bartender, Hidden Bar etc., but they all come with some downsides. I just don't get why Apple doesn't recognize this as a problem. Do the engineers working on macOS all have two of these 5:1 aspect ratio ultra wide monitors!?

Whenever I look at my partner's Macbook I'm having a flashbacks from Win9x/2000 times when tray area was filled up.

But Microsoft managed to deal with that issue - years ago. With XP they introduced collapsible tray area and later, it also become possible to rearrange icons.

Somehow for Apple the problem doesn't exist or they assume that their users will choose a 3rd party solution. Frankly, it's them who should provide the solution straight within the operating system. Especially when Apple computers revolve nowadays more around laptops which by definition have smaller display area.

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#159

Earlier quoted context omitted.

Absolutely this is worth packaging for KDE. Although I imagine if you don't have the motivation to make it in the first place, you likely don't have the motivation to package it.

I am happy to package it and port it for Gtk/GNOME today.

[dead]

Re: Show HN: WhatCable, a tiny menu bar app for inspecting USB-C cables

#160

Earlier quoted context omitted.

To save me 10 mins and $2, is this posted to GitHub somewhere?

Absolutely this is worth packaging for KDE. Although I imagine if you don't have the motivation to make it in the first place, you likely don't have the motivation to package it.

Admiral Ackbar has entered the chat.

Making something has a well-defined end. Packaging something for distribution is an easy way to walk yourself into a long-term commitment.

Post reply on HN