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.

Wacom drawing tablets track the name of every application you open (2020)

105 pointsby dvrp1 day ago

10 comments

terminalbraid1 day ago
Please note this heinous and inexcusable overreach is over five years old and was addressed shortly after being caught:<p><a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20200307082846&#x2F;https:&#x2F;&#x2F;community.wacom.com&#x2F;wacom_experience_program&#x2F;" rel="nofollow">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20200307082846&#x2F;https:&#x2F;&#x2F;community...</a><p>Wacom now has an opt-in for data collection.<p>What should be the real continuing inexcusable outrage is that Windows, even today, grants all applications full access to read the titles of all windows with <i>no way to disable it</i>.<p>If you run Windows, ask yourself what information that leaks and if you trust everything running on your machine <i>not</i> to exfiltrate that.
评论 #44016989 未加载
评论 #44016960 未加载
评论 #44021600 未加载
评论 #44019581 未加载
评论 #44017080 未加载
评论 #44016826 未加载
userbinatorabout 23 hours ago
(2020)<p>I have an old unbranded Chinese tablet that came with a CD-ROM containing the driver, configuration utility, <i>their source code</i>, and even a datasheet for the MCU it used. A huge contrast between merely selling a product, and trying to control the whole &quot;experience&quot;. IMHO we need more of the former, but corporate attitudes strongly encourage the latter.
评论 #44017269 未加载
landl0rdabout 24 hours ago
I am not surprised. We&#x27;ve known for a while old OS design can&#x27;t fix this. Not in a comprehensive way. We can patch over specific cases but the basic design is wrong. Capability-based OSes like mobile ones tend to work better here.<p>We can&#x27;t keep assuming code run on-device is trustworthy. Not just in the &quot;not malware&quot; sense. In that of &quot;does what the user wants and nothing more, nothing less.&quot;
orbital-decayabout 23 hours ago
Just like all other drawing tablet manufacturers like Huion, for that matter. Block it in your firewall unless you want it to siphon your data.<p>I feel like this post is from a couple decades old time capsule. 99% of corporate software is just data exfiltration endpoints now, especially the kind of software that hardware manufacturers tend to make for Windows, which is bloated panels with a couple toggles that are only here to collect your data. The privacy policy is simply a cover-up in most cases. It&#x27;s not like you have a choice either, because other manufacturers are the same. This stuff needs active countermeasures that treat it as hostile, but since it&#x27;s hardware it often has low-level access.
GuestFAUniverseabout 24 hours ago
&quot;We apologize for any confusion regarding data collection being done by the Wacom software driver and the unclarity about the actual information collected.&quot;<p>Again and again: any PR containing &quot;confusion&quot; seems BS to me.<p>Stop gaslighting! Take responsibility!
评论 #44016825 未加载
marcodiegoabout 23 hours ago
Not the first time something like this is shown here. And it is very important to say that such a thing is a anti-feature of the driver and that something like this would probably never be acceptable on Linux, where such devices work beautifully just after plugging.<p>The operating system where these things happen should also be blamed.
ameliusabout 22 hours ago
Doesn&#x27;t a MacBook do the same thing?
babuloseoabout 23 hours ago
oldie but goodie, also I think OSU players wrote their own drivers for this.
评论 #44017014 未加载
评论 #44017039 未加载
ChrisArchitectabout 23 hours ago
(2020)<p>Related discussion and developments then: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22247292">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22247292</a><p>And again later, <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29056847">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=29056847</a>
johneaabout 23 hours ago
In spite of the article being 5 years old, I still found it interesting and relevant.<p>The details of how the data was captured was helpful.<p>The things I found most interesting fall into 3 parts:<p>Part 1) It&#x27;s heartening to see people enjoying their kids:<p>&gt; I told my son to clear my schedule. He bashed two wooden blocks together in understanding, encouragement, and sheer admiration.<p>Go Dad! Enjoy it while you can!<p>If you have an experience like mine: as a 57yo at the time, and well aware of what was coming. When I went from daily interacting with my son, who was finally old enough to speak with as a adult, he suddenly moved away to college over a weekend and I almost never see him any more 8-(<p>I never expected the fully anticipated experience of empty-nest to affect me so strongly 8-&#x2F;<p>Part 2)<p>&gt; I care about this for two reasons.<p>&gt; The first is a principled fuck you.<p>I had to laugh 8-) This somehow reminded me of a line in one of my favorite movies: The Live Aquatic.<p>Bill Murray&#x27;s character is asked: This leopard shark is an endangered species. What would be the scientific purpose of killing it?<p>To which he replies: Revenge...<p>Part 3) The obligatory proprietary OS bashing:<p>Several times, the author states: &quot;A device that is essentially a mouse...&quot;<p>It should be pointed out, that a mouse is a USB class device. That is to say, it is a standard USB device that requires no proprietary driver (except for the purpose of exfiltrating data that the mouse maker has no functional need of, or other &quot;value added&quot; purposes)<p>Pretty much any special feature of the device can be implemented as a user space library.<p>The author is working on a Mac, the situation is even worse on windoze, where even a actual mouse will ask you to install a custom device driver.<p>This is why linux, with a broad support of standard USB class devices, is now significantly superior to windows in USB device support. For almost any typical type device, when you plug it into a linux computer, it just works. No driver install or other configuration needed.<p>Even if you need a driver to support your tablet on some version of an OS that doesn&#x27;t provide support, there is a GPL waycom driver:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;linuxwacom&#x2F;input-wacom">https:&#x2F;&#x2F;github.com&#x2F;linuxwacom&#x2F;input-wacom</a><p>tl;dr: linux good, windoze sux, mac getting worse...<p>In the current world, every computer company in any way associated with h&#x2F;w or s&#x2F;w or online activity is now also in the data borker business.<p>This is similar to the way the car dealership industry is now basically a subdivision of retail loan banking. Try buying a car with cash, versus a lease or loan. But, of course, it&#x27;s not just milking the idiot herd for all it can, its &quot;maximizing efficiency&quot;, for somebody...<p>So much for the glowing future brought to you by unbridled capitalism...<p>That&#x27;s it. Try not to use Waycom, or at least not on Mac or windoze...