TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Stop using DICT dictionary apps (such as GNOME/MATE Dictionary)

54 pointsby mritzmannalmost 3 years ago

14 comments

kgeistalmost 3 years ago
&gt;For example, it is inadvisable to look up information about abortion from within some U.S. states, war crime in Russia, or democracy and human rights in China.<p>This seems to be an exaggeration. I live in Russia and just the word itself, &quot;war crime&quot;, when taken alone out of conext, is safe and not punished for. Maybe I&#x27;m reading an article about American war crimes in Vietnam, who knows. I would never think it&#x27;s dangerous to say this word. Unless it&#x27;s a public statement, it&#x27;s pretty safe. I don&#x27;t know about China, but I doubt it&#x27;s a huge problem in the US as well.
评论 #32448907 未加载
评论 #32450366 未加载
Smithaliciousalmost 3 years ago
This seems like pointless scaremongering to me. Nobody&#x27;s getting thrown into a re-education for looking up a word in a dictionary. This kind of cartoonish exaggeration of how totalitarian regimes operate only muddies the water on the actual harm done by such governments.
评论 #32448499 未加载
评论 #32448845 未加载
评论 #32449678 未加载
评论 #32448913 未加载
评论 #32449174 未加载
评论 #32448476 未加载
评论 #32451759 未加载
评论 #32448502 未加载
评论 #32448759 未加载
评论 #32451992 未加载
评论 #32448727 未加载
ancientsofmumualmost 3 years ago
Why doesn&#x27;t the author tell people to just got to <a href="https:&#x2F;&#x2F;dict.org" rel="nofollow">https:&#x2F;&#x2F;dict.org</a> in a browser, which is the default backend for the apps? SSL, POST queries, minimal and fast web output. Only javascript on the site is an old useless widget from a decade ago that bounced you to the internet strike of 2012. Works well even in elinks &#x2F; links in a terminal if that&#x27;s your thing, could probably whip up a cURL alias in minutes.
评论 #32451529 未加载
tony-allanalmost 3 years ago
I went down a bit of a rabbit hole and noticed that wiktionary.org has an API, for example:<p><a href="https:&#x2F;&#x2F;www.mediawiki.org&#x2F;wiki&#x2F;API:Main_page" rel="nofollow">https:&#x2F;&#x2F;www.mediawiki.org&#x2F;wiki&#x2F;API:Main_page</a>
评论 #32448257 未加载
评论 #32448233 未加载
评论 #32448389 未加载
nonrandomstringalmost 3 years ago
Use Wordnet [1,2].<p>It&#x27;s an entirely local database with decent etymology and provisions for synonyms, homonyms, semantic relations and so on.<p>&gt; $ &#x2F;usr&#x2F;bin&#x2F;wn hacker -over<p><pre><code> Overview of noun hacker The noun hacker has 4 senses (first 1 from tagged texts) 1. (1) hacker -- (someone who plays golf poorly) 2. hacker, cyber-terrorist, cyberpunk -- (a programmer who breaks into computer systems </code></pre> [1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;WordNet" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;WordNet</a><p>[2] <a href="https:&#x2F;&#x2F;wordnet.princeton.edu&#x2F;download&#x2F;current-version" rel="nofollow">https:&#x2F;&#x2F;wordnet.princeton.edu&#x2F;download&#x2F;current-version</a>
评论 #32449705 未加载
评论 #32448965 未加载
azalemethalmost 3 years ago
One of the quality-of-life things I really miss about MacOS when using KDE is the dictionary quality, and in particular the ability of Apple to include random technical words (aplanatic?), recognise foreign words being used out of context (I like Dansk øllen) and silently correct things like German obscure capitalisation rules.<p>Unfortunately, aspell &#x2F; hunspell just aren&#x27;t in the same ballpark – and not just because of the lack of words. I think the dictionaries are much smaller and it&#x27;s harder to set up this kind of weird, but very useful, behaviour.
评论 #32448649 未加载
评论 #32449182 未加载
azangrualmost 3 years ago
&gt; &quot;So, why is this a problem for dictionary lookups?&quot;, you might ask. Some knowledge is forbidden knowledge, depending on your local authorities. For example, it is inadvisable to look up information about &quot;abortion&quot; from within some U.S. states, &quot;war crime&quot; in Russia, or &quot;democracy&quot; and &quot;human rights&quot; in China.<p>Ill-advisable to look up linguistic information? Has there been a single precedent that would justify such claim?
评论 #32448936 未加载
nullcalmost 3 years ago
A basic windows 10 install takes up 32GB of disk space.<p>Funny that Linux distributions aren&#x27;t just shipping a local dictionary to protect their users privacy.
评论 #32455873 未加载
pengarualmost 3 years ago
No, stop using them without installing the daemon and desired dictionaries. Your distro should provide them as first-class packages, Debian has for as long as I can remember.<p>It&#x27;s fantastic having instantaneous `dict` queries at the CLI, regardless of my connectivity status. The enhanced privacy is just a bonus over this already very real benefit.
_-david-_almost 3 years ago
&gt;For example, it is inadvisable to look up information about abortion from within some U.S. states, war crime in Russia, or democracy and human rights in China.<p>Not sure about Russia or China, but it is not illegal to look at the definition or spelling of abortion in the US.
IYashaalmost 3 years ago
It&#x27;s true, but protocol is not very relevant. Because, you know, while Goolag Translate uses SSL&#x2F;TLS, it still collects your queries. Being logged in makes things even worse. So, the only solution is to have an offline dictionary.*<p>* that does not send out &quot;usage statistics&quot;, and, if it&#x27;s paper book, make sure to not to leave fingerprints or indication of usage :)
yunohnalmost 3 years ago
Why does the DICT protocol even exist anymore? I don’t see any reason it should be used versus a normal HTTP GET or POST.
Sin2xalmost 3 years ago
If you need dictionary lookups, I suggest Goldendict with offline ones.
butzalmost 3 years ago
I wonder, how many users are still using &quot;Dict&quot; apps?