loadhigh

joined 2 years ago
[–] loadhigh@bitbang.social 1 points 1 month ago

@CrossEye@mstdn.plus This is definitely TiddlyDesktop only. It was added because people were missing the spell checking that their browser normally does ()

[–] loadhigh@bitbang.social 1 points 1 month ago (2 children)

Ok then, number 5: the desktop version of #TiddlyWiki, #TiddlyDesktop.

The Chromium wrapper isn't as old as the wiki web software itself but still goes back to 2014.

Standard Chrome traffic and... a lot of calls to googleapis.com. Why? Because it calls the Google spell check API with everything you enter.

All your text is being sent to Google.

I couldn't turn it off and on top of that a dummy API key is used so the API returns an error, meaning the functionality is completely useless.

A screenshot of the page editor of TiddlyWiki in TiddlyDesktop.  The contents of the page read: "Secrets"  "So I've disabled ""network activity"", surely it won't pass my biggest secrets on to Google, right?  ...  Right?"  It also shows that the "network activity" option has been disabled   (I've also tested it with the option enabled, restarting the program, etc. Google's API was still being contacted)
Shows the contents of one of the calls to the Google spell check API.  The payload of the call contains the following JSON:  {   "text": "So I've disabled \"network activity\", surely it won't pass my biggest secrets on to Google, right?\n\n...\n\nRight?",   "language": "en",   "originCountry": "USA" }

[–] loadhigh@bitbang.social 1 points 1 month ago

Correction: it is mentioned in a privacy policy, but not the first one you get to. You have to click through to the second privacy policy.

https://anytype.io/app_privacy

[–] loadhigh@bitbang.social 1 points 2 months ago (1 children)

@Brett_E_Carlock@mastodon.online
I currently have my text notes in a directory structure but I think/hope I can find them more easily if I can browse through them by tag or other attributes, and remove the need to decide each time which directory they fit in best.

I wish there was a "personal knowledge manager" that's a real, native application like QOwnNotes but it's Electron all the way down (so far, at least.)

[–] loadhigh@bitbang.social 1 points 2 months ago (3 children)

@Brett_E_Carlock@mastodon.online Ah, no, I never got around to setting up a NextCloud.

Does Iotas or NextCloud Notes have some way or organizing notes with tags or some other attributes?

[–] loadhigh@bitbang.social 1 points 2 months ago* (last edited 1 month ago) (4 children)

You might feel I'm nitpicking about a possible edge case here, but you are promised privacy.

Without sniffing the network traffic, or going through the source code, you have no idea that your note titles are being sent to Google Analytics. Even the opt-out toggle tells you that no user data is collected.

It's another example of a company (they sell premium services) using "privacy-first" as a buzzword instead of living by it as a guiding principle.

At least there is an opt-out, I guess

3/3

[–] loadhigh@bitbang.social 1 points 2 months ago (7 children)

What data is being collected? Mostly details about your machine: OS (name, kernel version), CPU architecture, screen resolution, a unique identifier, but also what's in the title bar of the program window, which can be problematic.

You see, the title of the note you had open when you quit the program last is also in the title bar, which might contain personal information like someone's name, or the name of an illness you have that you are taking notes about.

2/n

[–] loadhigh@bitbang.social 1 points 2 months ago* (last edited 2 months ago) (8 children)

Tested the fourth PKM: #SiYuan (https://b3log.org/siyuan/), which is pretty similar to Anytype feature-wise.

It's also a product that starts off with saying that it's "privacy-first", supported by what might be the world's shortest privacy policy, which clearly states: "Does not collect user personal information and usage data."

Unfortunately, the Google Analytics and Google Tag Manager scripts that are loaded on start are nowhere mentioned. No warning, no consent question, on by default.

1/n

[–] loadhigh@bitbang.social 1 points 2 months ago

@nacly@floss.social @TiddlyWiki@fosstodon.org @FeatherWiki@floss.social You're welcome :)

I tried to build personal wikis a long time ago but the ones I tried didn't do anything with tags or metadata, so it was up to you to collect topics in categories or with explicit, hand typed links. That was a hassle.

I guess I missed TiddlyWiki because it does go all-in on the relation metadata. I'm going to try it out, thanks :)

I'm unsure about Feather Wiki because it's not working with files on disk directly, but it's very neat for 58kb.

[–] loadhigh@bitbang.social 1 points 2 months ago

@jack@social.jacklinke.com That's definitely a big plus for Obsidian (and the current version of Logseq.)

Anytype hides everything away in a database blob that can be somewhat exported, but when doing it in Markdown format the "relation" metadata (think Dataview) is lost, where with Obsidian Dataview's metadata is just there in the Markdown.

Despite the misgivings I had about Obsidian it's looking like a very good option indeed.

[–] loadhigh@bitbang.social 1 points 2 months ago (9 children)

That there is no opt-out for this nor a consent dialog or even a warning is unacceptable in my view.

For a company that likes to talk about trust they sure have no idea about how to gain it.

4/4

[–] loadhigh@bitbang.social 1 points 2 months ago* (last edited 2 months ago) (10 children)

So all your actions are being logged, fortunately (because who knows at this point) without the actual contents of what you type.

But everything else is there: did you add a page, did you click around, did you add some paragraphs of text. All neatly ordered, timestamped, and identified with a user and session ID.

There's also data about the machine you're using the app on.

Of course, being an Electron app, it also has Chrome phoning home. And there's a version check (cannot be disabled)

3/n

 

I'm checking out various "personal knowledge management" tools in a sandbox to see if it be an upgrade my ragtag collection of text file-based notes.

First candidate is #Logseq, supposedly "privacy-first".

How #privacy friendly is something based on Electron (aka Chrome)? Debatable, but then they also do this:

  1. Have "Send usage data" on by default
  2. Start with an example page that embeds a YouTube video, and accepts all cookies

tcpdump and mitmproxy go wild when starting the program.

Shows that the "Send usage data and diagnostics to Logseq" setting is enabled by default.
Shows the services being contacted by Logseq over HTTPS right after starting it for the first time.  Hosts that are being contact: www.youtube.com, googleads.g.doubleclick.net, jnn-pa-googleapis.com, play.google.com, app.posthog.com, o416451.ingest.sentry.io

view more: next ›