Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rtldg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
rtldg
2mo ago
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...
2.
▲
by
rtldg
9mo ago
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)
3.
▲
by
rtldg
11mo ago
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.
4.
▲
by
rtldg
1y ago
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 Valve-ran casual serv
5.
▲
by
rtldg
2y ago
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
6.
▲
by
rtldg
3y ago
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.
7.
▲
by
rtldg
3y ago
and a similar tool https://lab.xpaw.me/alldomainsearch.html
8.
▲
by
rtldg
3y ago
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 'uns
9.
▲
by
rtldg
3y ago
Github proxies images so this shouldn't be possible https://github.blog/2014-01-28-proxying-user-images/
10.
▲
by
rtldg
4y ago
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 stopped strippin
11.
▲
by
rtldg
4y ago
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.
12.
▲
by
rtldg
4y ago
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
13.
▲
by
rtldg
4y ago
WizTree is a program that does and is pretty useful
14.
▲
by
rtldg
4y ago
For Windows, I've used API Monitor a lot to track .dll and API calls. http://www.rohitab.com/apimonitor
15.
▲
by
rtldg
5y ago
I picked up similar cd aliases alias 1='cd ..' ; alias 2='cd ../..' and etc...
16.
▲
by
rtldg
5y ago
The variable p is now declared with "_cleanup_free_" which is using some compiler cleanup/destructor attribute stuff to run free