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
463
Joined
3 yr. ago

  • I had to learn himem.sys and loadhigh when I was about 10 years old and the family PC HDD crashed. I had a copy of DOS and a manual the size of a phone book. The only way out was to write my own boot disk.

    But yes, these days it's a bit of a useless skill.

  • I got "removed" from adsense around 2005. There had better not be ads on my vids.

  • They're doing it to cover the losses on the same AI investments that spiked RAM prices.

  • That flag. Ugh.

    There was a time when by facebook wall was plastered with AI slop articles, and all of them had flags chucked in like this.

  • If you're looking to avoid burning tokens, perhaps just learn to code.

  • 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.