I have some software running (behind cloudflare and results tailored to Brazil on SearXNG because of the brazilian IP):

Feel free to use on Libredirect or directly!

  • 2 Posts
  • 12 Comments
Joined 3 months ago
cake
Cake day: February 9th, 2026

help-circle








  • From dmidecode, DDR4:

    Edit: Broadwell supports both DDR3 and DDR4, with some caveats

    Handle 0x0073, DMI type 17, 40 bytes
    Memory Device
            Array Handle: 0x0070
            Error Information Handle: Not Provided
            Total Width: 72 bits
            Data Width: 72 bits
            Size: 8 GiB
            Form Factor: DIMM
            Set: None
            Locator: DIMM_B1
            Bank Locator: NODE 1
            Type: DDR4
            Type Detail: Synchronous
            Speed: 2667 MT/s
            Manufacturer: Undefined
            Serial Number: A64010B5
            Asset Tag: DIMM_B1_AssetTag
            Part Number:                     
            Rank: 1
            Configured Memory Speed: 2400 MT/s
            Minimum Voltage: 1.14 V
            Maximum Voltage: 1.26 V
            Configured Voltage: 1.2 V
    
    Handle 0x0076, DMI type 17, 40 bytes
    Memory Device
            Array Handle: 0x0070
            Error Information Handle: Not Provided
            Total Width: 72 bits
            Data Width: 72 bits
            Size: 8 GiB
            Form Factor: DIMM
            Set: None
            Locator: DIMM_D1
            Bank Locator: NODE 1
            Type: DDR4
            Type Detail: Synchronous
            Speed: 2667 MT/s
            Manufacturer: Undefined
            Serial Number: A6401009
            Asset Tag: DIMM_D1_AssetTag
            Part Number:                     
            Rank: 1
            Configured Memory Speed: 2400 MT/s
            Minimum Voltage: 1.14 V
            Maximum Voltage: 1.26 V
            Configured Voltage: 1.2 V
    





  • Maybe the data brokers might delete based on the requests, but it seems this is a lot deeper than anything the GDPR could fix as the data would be reuploaded and updated, because the data comes from the “analytics” and “diagnostics” SDKs, being uploaded to data brokers and unified under the advertisement ID from google and apple devices/browsers.

    I think this could only be broken by not using the advertisement ID (that was promised to help anonimize the advertisement data) and block all the requests by DNS blocking on the whole device, like with Ublock Origin + Hosts file + pihole/nextdns/adguard, etc.

    Edit: also blocking cwsystem.com, cwtapp.com, cobwebsapp.com and subdomains, because they can host malware made from the company that owns this system.



  • On one of my phones I do this plus delete/disable everything from google, except play services and play services framework (with everything disabled in there, only cloud messaging enabled). For apps on the play store I just download from aurora store.

    The only thing I needed the play store for was to register 2FA for the government app on that phone. On the rest, it didn’t make a difference.

    On another phone I use microg and it works fine too. I think attestation (safetynet) and disabled root and dev tools will make everything work fine, I put my hosts file using adb in recovery mode and no application has noticed. No banking app, nothing noticed.

    I didn’t know that Android would block installs from “unauthorized sources” using play protect, I thought it would be hardcoded into play services or even on the android images.

    Edit: for such a “secure” implementation, etc, it seems very weak, ngl