Viewing profile — rtldg
rtldg
HN member- Joined
- Sun, May 23, 2021, 5:00 PM UTC
- HN karma
- 35
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About rtldg
No profile information was provided.
Recent public activity
-
comment
Comment #48829999
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...
-
comment
Comment #46345103
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 cont…
-
comment
Comment #45659371
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.
-
comment
Comment #45020618
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 oth…
-
comment
Comment #42946334
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
-
comment
Comment #37922965
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.
-
comment
Comment #37028886
and a similar tool https://lab.xpaw.me/alldomainsearch.html
-
comment
Comment #35453895
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-s…
-
comment
Comment #35453418
Github proxies images so this shouldn't be possible https://github.blog/2014-01-28-proxying-user-images/
-
comment
Comment #35228433
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 fro…
-
comment
Comment #34496349
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.
-
comment
Comment #33016177
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
-
comment
Comment #32557670
WizTree is a program that does and is pretty useful
-
comment
Comment #31347002
For Windows, I've used API Monitor a lot to track .dll and API calls. http://www.rohitab.com/apimonitor
-
comment
Comment #27981382
I picked up similar cd aliases alias 1='cd ..' ; alias 2='cd ../..' and etc...
-
comment
Comment #27900601
The variable p is now declared with "_cleanup_free_" which is using some compiler cleanup/destructor attribute stuff to run free