HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tkainrad

no profile record

Submissions

Harnessing the Power of LangChain: A Deep Dive into Five Innovative Projects

commandbar.com
1 points·by tkainrad·قبل 3 سنوات·0 comments

Does Your Product Need Dark Mode?

commandbar.com
4 points·by tkainrad·قبل 4 سنوات·0 comments

Designing a coherent set of keyboard shortcuts

commandbar.com
59 points·by tkainrad·قبل 4 سنوات·28 comments

Data-derived advice for designing a set of keyboard shortcuts

commandbar.com
2 points·by tkainrad·قبل 4 سنوات·0 comments

Bringing User-Customizable Shortcuts to Web Apps

commandbar.com
1 points·by tkainrad·قبل 4 سنوات·0 comments

CommandBar lets your app’s users customize their keyboard shortcuts

commandbar.com
1 points·by tkainrad·قبل 4 سنوات·0 comments

An interactive course to remember Markdown, HTML, and Regex essentials

keycombiner.com
2 points·by tkainrad·قبل 4 سنوات·0 comments

An interactive course to learn the terminal's keyboard shortcuts

keycombiner.com
6 points·by tkainrad·قبل 5 سنوات·0 comments

comments

tkainrad
·قبل 3 سنوات·discuss
HelpHub has a way to add a large CTA for that as a fallback. E.g. our own HelpHub implementation has a _Message Us_ button in the bottom to trigger a chat with a human support agent.
tkainrad
·قبل 3 سنوات·discuss
That's a very valid concern.

However, we do love to use our products! Once logged in, you will see that we replaced the Intercom chat widget with HelpHub there. We still offer Intercom chat as a fallback if you need to talk to a human.
tkainrad
·قبل 3 سنوات·discuss
Without knowing that product well, I think the main difference is that HelpHub is not just a ChatBot. It's also a full in-app help center with semantic search etc. The ChatBot integrates with the rest of the features and among other things links you to the sources it used to generate the answers.
tkainrad
·قبل 3 سنوات·discuss
What I like most about this is that it's not just a chatbot but rather a full in-app help center with a chatbot built-in.
tkainrad
·قبل 4 سنوات·discuss
You may not like it but the regular Django admin is what peak UI design looks like.
tkainrad
·قبل 5 سنوات·discuss
Going with the VSCode set is a good approach as it has the same bindings as the Chromium DevTools which cannot be changed.
tkainrad
·قبل 5 سنوات·discuss
I do so too, with quite similar arguments. I have a blog post about learning all VSCode Shortcuts[1] (did the same for PyCharm) and how it evolved my developing habits. Without learning the shortcuts, many IDE features are not usable. So, if you don't learn the shortcuts, you will not start to use these new features. Consequently, learning shortcuts on the go often does not work.

I fully agree also on creating your own cheat sheets. That's why I have developed an entire app around this idea: KeyCombiner[2]!

It let's you create your own collections, practice them via an interactive trainer and spaced repetition, look them up without context switch through the desktop app's instant look, visualize them on a virtual keyboard, etc.

[1] https://tkainrad.dev/posts/learning-all-vscode-shortcuts-evo...

[2] https://keycombiner.com/
tkainrad
·قبل 5 سنوات·discuss
I deployed two minor (unrelated) bug fixes shortly after posting on HN. I thought this works without downtime etc., but maybe you somehow downloaded an incomplete version of the JS code. Not sure how that could happen.

Anyway, glad it works now!