• 0 Posts
  • 50 Comments
Joined 11 months ago
cake
Cake day: December 14th, 2023

help-circle


  • I’m hoping and assuming that apps would need to ask for permission to use this, lest this turn into every app fighting to push their own dynamic island notification to the top bar, just like how back then every app wanted to have its own persistent notification and also that time when every app provided minor status updates using global toasts that didn’t specify which app created it, so you could be doing something in a completely different app and you’d get a completely random and unattributed toast with some vague message like “connection failed” with no way outside of third party apps to figure out which app sent it. /rant





  • BakedCatboy@lemmy.mlto3DPrinting@lemmy.worldClogged nozzle?
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 month ago

    Is that petg? For some reason I usually have problems with petg and infill patterns that cross over itself so I usually switch to gyroid. I think it has something to do with the speed and flow and the properties of the filament that make it especially bad when the infill lines cross over itself. You can probably tune temps, speeds, and feeds to get it to work but I find it easier to just not use that infill pattern.


  • Either that or charging a micro transaction for loading the page. But yeah the goal is to make it cost a small amount that is insignificant to a regular user but adds up to a huge amount at the scale of a spam farm. And it’s also the same rationale behind hashing passwords with multiple rounds. It adds a tiny lag when you log in correctly but adds an insane amount of work if you’re checking every phrase in a password cracking dictionary using an offline attack because it adds up. (In the online scenario you just block them after a few attempts)



  • I’ve done a backup swap with friends a couple times. Security wasn’t much of a worry since we connected to each other’s boxes over ssh or wireguard or similar and used tools that allowed encryption. The biggest challenge for us was that in my selfhosting friend group we all prefer different protocols so we had to figure out what each of us wanted to use to connect and access filesystems and set that up. The second challenge was ensuring uptime and that the remote access we set up for each other stayed up - and that’s what killed the project as we all eventually stopped maintaining the remote access and nobody seemed to care - so if I were to do it again I would make sure all participants have alerts monitoring their shared endpoint.



  • BakedCatboy@lemmy.mltoMemes@lemmy.mlThanks dad
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    The creation tool also just lets you save the iso - but for some reason the media creation tool gives you a different iso than if you spoofed a non-windows user agent on the windows download website so that it gives you a direct link to the iso instead of getting you to install the creation tool. And for some reason only one of them worked with DISM to repair my system in order to be able to run windows update successfully.



  • BakedCatboy@lemmy.mltoMemes@lemmy.mlThanks dad
    link
    fedilink
    English
    arrow-up
    17
    ·
    3 months ago

    Also add DISM to that - if it’s corrupted it could cause you to be unable to install windows updates.

    DISM /Online /Cleanup-Image /CheckHealth

    It’s also possible that fixing it may require the original windows installation media matching your windows version build number - which means if you’ve since installed a major windows update there may not be an available installation iso that meets the requirement. Happened to me and I was lucky enough to coax an iso out of the windows installer download page that satisfied the repair tool (oddly enough downloading an iso using the Windows Media creation tool didn’t work, but spoofing Linux on the page to directly download an iso gave me a different iso that worked)

    These are the things I do to maintain my last windows machine.


  • I’m on unrooted lineage with mindthegapps / Google play services with my Google Services Framework ID registered with Google, but I still have to make 3 attempts to log in to my bank with the first 2 attempts always giving a vague error like “we’re not sure why we couldn’t connect”, similar with fidelity. Using a password manager so I’m entering the same credentials every time.

    (Edit: in the case of fidelity, instead of faking a connection issue it tells me my account is blocked and to call support to unblock it - that’s also fake because I called once and they said my account wasn’t locked and trying to log in a second time always works)

    My understanding is that it’s impossible to pass strong integrity unless you’re using the stock unmodified rom with the bootloader locked.

    I changed banks last week and the new bank (Aspiration) logs in fine the first time every time.

    It sounds like the situation is better with graphene but I find it a lot easier to switch banks than roms.



  • What kind of TV service / set top box did you have at the time? I remember a lot of talk about providers pushing set top boxes both because it lets them use newer broadcast tech with customers using old TV tuners, but crucially it allows them to have their own software running on the box that you use to switch channels, which let them use out of band communication over the cable network to report what channels you watched, when, and how long, which I don’t doubt gets sold and aggregated by ad targeting firms.

    It’s pretty common for smart TVs to do a similar thing to collect streaming app watch data when using the TVs built in apps.



  • It’s better because PPA isn’t about targeting ads at all. It doesn’t share any browsing history, topics, or any information for ad targeting to advertisers at all. What it does do is provide a way for a website to tell your browser which ads are relevant to an action you take - for example on a checkout confirmation screen the site may tell your browser “here’s a list of ad IDs for the shop you just bought from”. Your browser then checks if it’s seen any of those ads, checking completely using local data that doesn’t leave the browser, then to an aggregator it reports which ads possibly led to your purchase. The aggregator increments a counter for each ad in its database and relays the totals to the advertiser. There are no unique identifiers or any information about your habits or interests involved.

    When I initially heard about PPA I also thought it was related to FLoC / topics, but it has nothing to do with ad targeting or sharing information about habits / interests, it’s just a way to tell advertisers “Ad XYZ was effective and led to a sign up/purchase” without revealing who saw the ad or any personal information about them, just the total number of people.