From b0083e30bdcc33518fd97fdc691e48d310e9cdaf Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Mon, 9 Oct 2023 03:33:20 +0300 Subject: [PATCH] We had to move to Codeberg --- ReadMe.md | 8 ++++++++ WindowsTelemetryViewer/__init__.py | 3 +++ 2 files changed, 11 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 49026bc..494da96 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -8,6 +8,14 @@ WindowsTelemetryViewer.py [![Libraries.io Status](https://img.shields.io/librariesio/github/KOLANICH/WindowsTelemetryViewer.py.svg)](https://libraries.io/github/KOLANICH/WindowsTelemetryViewer.py) [![Code style: antiflash](https://img.shields.io/badge/code%20style-antiflash-FFF.svg)](https://codeberg.org/KOLANICH-tools/antiflash.py) +**We have moved to https://codeberg.org/KOLANICH-tools/WindowsTelemetryViewer.py, grab new versions there.** + +Under the disguise of "better security" Micro$oft-owned GitHub has [discriminated users of 1FA passwords](https://github.blog/2023-03-09-raising-the-bar-for-software-security-github-2fa-begins-march-13/) while having commercial interest in succeeding of [FIDO 1FA specifications](https://fidoalliance.org/specifications/download/) and [Windows Hello implementation](https://support.microsoft.com/en-us/windows/passkeys-in-windows-301c8944-5ea2-452b-9886-97e4d2ef4422) which [it promotes as a replacement for passwords](https://github.blog/2023-07-12-introducing-passwordless-authentication-on-github-com/). It will result in dire consequencies and is competely inacceptable, [read why](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo). + +If you don't want to participate in harming yourself, it is recommended to follow the lead and migrate somewhere away of GitHub and Micro$oft. Here is [the list of alternatives and rationales to do it](https://github.com/orgs/community/discussions/49869). If they delete the discussion, there are certain well-known places where you can get a copy of it. [Read why you should also leave GitHub](https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo). + +--- + This is a Free Open-Source Qt 5 app allowing you to view contents of Windows Diagnostics Framework files (`.rbs`) used to store the data collected by Telemetry (see the files in `%ProgramData%\Microsoft\Diagnosis`). Uses inlined modified version of https://github.com/GrxE/PyQJsonModel , which is licensed under MIT license (see the license of that file in the file itself). diff --git a/WindowsTelemetryViewer/__init__.py b/WindowsTelemetryViewer/__init__.py index c008775..58b681c 100644 --- a/WindowsTelemetryViewer/__init__.py +++ b/WindowsTelemetryViewer/__init__.py @@ -1,6 +1,7 @@ import os import sys from pathlib import Path +from warnings import warn from PySide2.QtCore import QAbstractTableModel, QEvent, QObject, QSize, Qt from PySide2.QtGui import QIcon, QWindow @@ -10,6 +11,8 @@ from .PyQtJsonModel import QJsonTreeItem, QJsonModel from .TableWidget import TableWidget +warn("We have moved from M$ GitHub to https://codeberg.org/KOLANICH-tools/WindowsTelemetryViewer.py , read why on https://codeberg.org/KOLANICH/Fuck-GuanTEEnomo .") + try: import locale