Welcome to today’s daily kōrero!
Anyone can make the thread, first in first served. If you are here on a day and there’s no daily thread, feel free to create it!
Anyway, it’s just a chance to talk about your day, what you have planned, what you have done, etc.
So how’s it going?
Anyone have any recommendations for some USB C Hubs/Docks ?
Was previously using an HP G5 until it decided to die, and was wondering if I should get another of the same, or if there was something better out there. (I use HP/Dell Laptops, partner uses HP/Macbooks)
I have been using a Dell one at home for ages, it seems to work well. I have used it with my Linux Mint laptop, my partners Chromebook and my Galaxy phone.
Pretty sure this is the one
Interesting. Not too sure if it’s a bug on my end, but when I click the link, it sends me back to this comment. However, when I inspect the element, it correctly shows the PBTech link?
Anyhows, I remember having one of those (or something very similar for work) but had forgotten about them. Thanks for reminding me to look into these ones too :)
Weird.
Going to the edit interface shows the correct link…must be a bug.
It’s an error in the link code. You have:
[one]() [](https://www.pbtech.co.nz/product/NBDDEL1714/Dell-D3100-USB-30-Single-4K-Docking-Station-DP-x1)
But a link format is
[text](url)
. You’ve got the text with a blank URL, then a second link with blank text with the url.It should be:
[one](https://www.pbtech.co.nz/product/NBDDEL1714/Dell-D3100-USB-30-Single-4K-Docking-Station-DP-x1)
Like this:
one
Fixed 👍