• 16 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: April 5th, 2024

help-circle
rss


  • Whilst I get the idea the implementation is currently unusable:

    So I filtered for “Battery user-replacable” and found 117 smartphones (out of ~500). This is a straight up lie because all these phones are glued together (nearly all are IP68) meaning that you need some special tools.

    It lacks a lot of phone models. I couldn’t find any Google Pixel or Fairphone.

    The “Battery endurance in cycles” (number of charge/discharge cycles a battery can withstand until its usable electrical capacity has reached 80 % of its rated capacity) attribute is completely broken: It never seems to exceed 15? I had phones for years that withstood hundreds/thousands of battery cycles and the battery still nearly behaved like it’s new and you’re telling me the maximum number is 15??? Did you guys just stop testing after 15?

    Also “with regard to energy labelling” what is this labelling about? Energy? Ok then why are there values about the phones “Repeated free fall reliability” or IP protection inside there?

    The whole thing looks way to intransparent and useless for the average phone buyer and definetly needs some improvement…

    General labelling about repairability/phone lifetime (e.g. receives updates for X years, replacement parts are avilable for X years, can install another OS, can replace battery without external tools, etc) without a overall score that merges all aspects would be a lot better and useful IMHO.


  • Summary for people who don’t like to read for 10 minutes:

    Only Google Pixels are currently affected

    from Calyx’s post:

    • Google did not publish any device-specific source code for supported, modern Pixel devices.
    • In previous years, Google released full device trees alongside new Android versions. This allowed developers to build and boot AOSP on Pixel hardware relatively easily.
    • With Android 16, only the platform/framework code has been released. The device trees are missing, at least for now.

    So let’s don’t panic and just wait a few days until more information is available…




  • You can already do that:

    Get-AppxPackage "Microsoft.XboxApp" | Remove-AppxPackage
    Get-AppxPackage "Microsoft.XboxIdentityProvider" | Remove-AppxPackage -ErrorAction SilentlyContinue
    Get-AppxPackage "Microsoft.XboxSpeechToTextOverlay" | Remove-AppxPackage
    Get-AppxPackage "Microsoft.XboxGameOverlay" | Remove-AppxPackage
    Get-AppxPackage "Microsoft.XboxGamingOverlay" | Remove-AppxPackage
    Get-AppxPackage "Microsoft.Xbox.TCUI" | Remove-AppxPackage
    Set-ItemProperty -Path "HKCU:\Software\Microsoft\GameBar" -Name "AutoGameModeEnabled" -Type DWord -Value 0
    Set-ItemProperty -Path "HKCU:\System\GameConfigStore" -Name "GameDVR_Enabled" -Type DWord -Value 0
    If (!(Test-Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR")) {
    	New-Item -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" | Out-Null
    }
    Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\GameDVR" -Name "AllowGameDVR" -Type DWord -Value 0
    

    You’re welcome








  • Not sure if you read this blog post: https://blog.jetbrains.com/pycharm/2025/04/unified-pycharm/

    Rest assured – our commitment to open-source development remains as strong as ever. The Community Edition codebase will stay public on GitHub, and we’ll continue to maintain and update it. We’ll also provide an easy way to build PyCharm from source via GitHub Actions.

    PyCharm is - like all JetBrains IDEs - based on intellij-community and the “Pro” stuff just some fancy pre-installed plugin that requires a license.

    Alternatively, you may choose to manually switch to the new PyCharm immediately and keep using everything you have now for free, plus the support for Jupyter notebooks.

    So all community functionallities will also be available in the unified edition for free.

    Also the Pro license - which you can also get 4 free in like 10 different ways - pricing is extremely fair: A license costs $100-60 for an individual, which is cheaper than most streaming subscriptions…