Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)P
Posts
1
Comments
438
Joined
3 yr. ago

  • There is zero adware in Android (AOSP). Unfortunately manufacturers tend to install Gooogle Play Services, which compromises the whole device.

  • It wasn't always like this.

    I swear every version of Windows between 3.11 and XP was 100% reliable. Then it just started... slipping.

    What's weird is that it often works on the second try.

  • I would totally start a side hustle if I was set up like this. I'd be thinking of a project where immediate ROI didn't matter, and I could take as long as I want before it produces an income.

  • The Simpsons.

    I grew up at a time when it was the only good show on TV. Now I know 10 seasons of it by rote.

  • NTP, DHCP, SNMP, FTP, SSH

    • NTP just tells you time. No confidential data here.
    • DHCP and SNMP dont go over the internet. A VPN won't save you from this.
    • FTP is dead. Not even web browsers support it anymore.
    • SSH is already encrypted. In some cases, it can literally be used as a VPN.

    Wireshark is useless on WPA3. Although hotel wifi typically doesn't use it.

    SNI is encrypted with ECH.

    I disabled plaintext SMTP on my mail server years ago. Requiring TLS actually reduced spam by 99%. No reputable mail server will use plaintext.

    Almost nothing uses plain HTTP. The only thing I typically see is my phone's internet connectivity check, which simply returns an HTTP 204 (No content). It's practically a ping.

    HTTPS + DoH is enough because all of these problems are solved.

  • You're routing all your traffic through a single inspection point. They too can scrape anything that isn't HTTPS. They can list every site you visit without DoH.

    Corporations are just as unaccountable as ISPs and governments.

  • So, it's basically saying that anything less than 1/256 (0.00390625f) is 0x0.

    Anything equal to or over 0.99609375 (255/256) should be 0xff.

    Divide by the count (256), not the max index (255). I'm not sure the 0.5 offset is really needed.

  • In Oceania, "overseas" and "foreign nation" are interchangeable.

  • I ran a residential proxy once. Someone abused it and the police came.

  • I don't think anything can monitor or mess with your local web traffic once you have encrypted DNS.

    VPNs don't add any privacy over HTTPS+DoH. Installing CA certs and whatnot is insane.

    Stop getting your opsec advice from influencers on youtube. It's snake oil.

  • #FF0000 is red because 0xFF is 255. 256 is 0x100 and is not a thing.

  • 2 of my 4x 4TB spinning drives are portable. 2 in mirrored raid, and on-site backup, and an off-site backup. If you don't have it on 3 drives across two sites, you don't have it. 5400RPM is fine as long as you allocate some of that NVMe as a cache for it. Keep all high-transaction stuff like databases, thumbnail caches and indexes on the NVMe drive. Going to 7200RPM just increases power consumption and noise, and reduces reliability.

    The other specs seems fine, but I personally upgrade my desktop then take the old CPU, RAM and motherboard to use for my server.

    Immich and Nextcloud run fine on my 2015 Core i5 with 16GB RAM.

  • Something makes me think the officers intended to "find" CSAM on his phone. Like sprinkling crack, or a planter gun.

    Absolutely the right move to nuke it.

  • Playwright is a lot of maintenance.

    As a dev, I usually have a good idea of what my change may "touch". I write detailed notes for testers. I fixed a dropdown box glitch this week, and I had to mention the one other dropdown that called this particular function in a place you wouldn't expect.

    We're told to make changes that "touch" as little as possible. Obviously because this stuff is a nightmare to test for regressions.

  • The indictment alleges that Tunick knowingly deleted the phone’s digital contents

    My hot take: the officer wiped the phone. With their own hands. They're just stupid.

  • This is being pushed as a driver update. Drivers run in ring 0. LG could be snooping on you at a very low level here.

  • Your average electric Porsche consumes more than 200kW.

    It's basically rounding error when you lug 10,000 of them.

  • Programming @programming.dev

    Winamp source code is now on GitHub

    github.com /WinampDesktop/winamp