Took me almost 2 minutes for 4 lines (and I missed a character in one of them!). I would opt for OCR too, obviously so I'm prepared for the next bash t-shirt I'd come across...
Yes. The Earth and its formations are art. I disagree that art requires consciousness and intent, but those admittedly do improve its value [to me]. (For reference, I value AI content/art poorly and avoid it)
All IPv4 addresses, domains (maybe more so for recently-registered ones), and subdomains from Certificate Transparency Logs (for HTTPS certs) are all constantly checked and poked.
Yes. People make software to control accounts (botting) and to farm experience in CS2. They'll later sell the accounts or use them for spamming reports against real players and other such things. So they fill up a…
With 'gitk' I'm not sure I'll ever have to learn how to use 'git log'. A Good Enough preinstalled GUI is too convenient
I was browsing the source of Cookie Clicker and noticed that it blocks sounds from soundjay.com (which third-party mods used) for similar reasons.
and a similar tool https://lab.xpaw.me/alldomainsearch.html
Their CSP does seem to prevent an svg I threw in a readme from loading a png so that's good to see. And a test png in the readme was proxied too. content-security-policy: default-src 'none'; img-src data:; style-src…
Github proxies images so this shouldn't be possible https://github.blog/2014-01-28-proxying-user-images/
That's interesting. I've seen a couple of rotated PNGs before which I assumed were caused by Discord stripping the EXIF and orientation data. Found a PNG like that without EXIF from May 2022 so I wonder if Discord…
It threw an error when trying to turn it on which required me to logout of my Apple ID and then log back in to fix.
The privacy policy link being broken is definitely unfortunate. Anyway, here's the page it is supposed to link to https://www.theogapp.com/privacy
WizTree is a program that does and is pretty useful
For Windows, I've used API Monitor a lot to track .dll and API calls. http://www.rohitab.com/apimonitor
I picked up similar cd aliases alias 1='cd ..' ; alias 2='cd ../..' and etc...
The variable p is now declared with "_cleanup_free_" which is using some compiler cleanup/destructor attribute stuff to run free
Took me almost 2 minutes for 4 lines (and I missed a character in one of them!). I would opt for OCR too, obviously so I'm prepared for the next bash t-shirt I'd come across...
Yes. The Earth and its formations are art. I disagree that art requires consciousness and intent, but those admittedly do improve its value [to me]. (For reference, I value AI content/art poorly and avoid it)
All IPv4 addresses, domains (maybe more so for recently-registered ones), and subdomains from Certificate Transparency Logs (for HTTPS certs) are all constantly checked and poked.
Yes. People make software to control accounts (botting) and to farm experience in CS2. They'll later sell the accounts or use them for spamming reports against real players and other such things. So they fill up a…
With 'gitk' I'm not sure I'll ever have to learn how to use 'git log'. A Good Enough preinstalled GUI is too convenient
I was browsing the source of Cookie Clicker and noticed that it blocks sounds from soundjay.com (which third-party mods used) for similar reasons.
and a similar tool https://lab.xpaw.me/alldomainsearch.html
Their CSP does seem to prevent an svg I threw in a readme from loading a png so that's good to see. And a test png in the readme was proxied too. content-security-policy: default-src 'none'; img-src data:; style-src…
Github proxies images so this shouldn't be possible https://github.blog/2014-01-28-proxying-user-images/
That's interesting. I've seen a couple of rotated PNGs before which I assumed were caused by Discord stripping the EXIF and orientation data. Found a PNG like that without EXIF from May 2022 so I wonder if Discord…
It threw an error when trying to turn it on which required me to logout of my Apple ID and then log back in to fix.
The privacy policy link being broken is definitely unfortunate. Anyway, here's the page it is supposed to link to https://www.theogapp.com/privacy
WizTree is a program that does and is pretty useful
For Windows, I've used API Monitor a lot to track .dll and API calls. http://www.rohitab.com/apimonitor
I picked up similar cd aliases alias 1='cd ..' ; alias 2='cd ../..' and etc...
The variable p is now declared with "_cleanup_free_" which is using some compiler cleanup/destructor attribute stuff to run free