Show HN: I converted my notebook into a searchable database of IT keywords
1–10 of 28 posts
Re: Show HN: I converted my notebook into a searchable database of IT keywords
#2Re: Show HN: I converted my notebook into a searchable database of IT keywords
#3Re: Show HN: I converted my notebook into a searchable database of IT keywords
#4Re: Show HN: I converted my notebook into a searchable database of IT keywords
#5Maybe consider adding a highlight to the search term in the (filtered) text.
Re: Show HN: I converted my notebook into a searchable database of IT keywords
#6nit: you've got a casing mismatch between Devops and DevOps
Re: Show HN: I converted my notebook into a searchable database of IT keywords
#7* Failed when looking up NIH (not invented here)
Hmm. Would you mind devoting the rest of your life to making this dictionary comprehensive, and keeping it updated?
Slightly smaller request: could you make it possible to select and copy the definitions?
Re: Show HN: I converted my notebook into a searchable database of IT keywords
#8The only thing I'm missing is the automatic dark mode (respecting operating system's dark/light theme). If you want I could add that in a pull request.
Re: Show HN: I converted my notebook into a searchable database of IT keywords
#9* Successfully looked up RLHF (reinforcement learning from human feedback) * Failed when looking up NIH (not invented here) Hmm. Would you mind devoting the rest of your life to making this dictionary comprehensive, and keeping it updated? Slightly smaller request: could you make it possible to select and copy the definitions?
:root body { user-select: auto; }
Slap this in a userstyle, and it'll override lines 545–546 of the stylesheet, restoring the expected behaviour.Re: Show HN: I converted my notebook into a searchable database of IT keywords
#10Love the neo-brutalism look. What do you think about crowd-sourcing the glossary or creating a submission form for new terms?
As for crowd-sourcing the glossary, that is also planned. I just need to structure the existing entries first, and it's good to go! It will be published as part of the GitHub repository.