this post was submitted on 01 Jul 2024
30 points (100.0% liked)

TechTakes

1438 readers
45 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 1 year ago
MODERATORS
 

Need to make a primal scream without gathering footnotes first? Have a sneer percolating in your system but not enough time/energy to make a whole post about it? Go forth and be mid: Welcome to the Stubsack, your first port of call for learning fresh facts of Awful you’ll near-instantly regret.

Any awful.systems sub may be subsneered in this subthread, techtakes or no.

If your sneer seems higher quality than you thought, feel free to cut’n’paste it into its own post — there’s no quota for posting and the bar really isn’t that high.

The post Xitter web has spawned soo many “esoteric” right wing freaks, but there’s no appropriate sneer-space for them. I’m talking redscare-ish, reality challenged “culture critics” who write about everything but understand nothing. I’m talking about reply-guys who make the same 6 tweets about the same 3 subjects. They’re inescapable at this point, yet I don’t see them mocked (as much as they should be)

Like, there was one dude a while back who insisted that women couldn’t be surgeons because they didn’t believe in the moon or in stars? I think each and every one of these guys is uniquely fucked up and if I can’t escape them, I would love to sneer at them.

you are viewing a single comment's thread
view the rest of the comments
[–] self@awful.systems 11 points 4 months ago (9 children)

the only other thing on there is also confusing as fuck:

”Mirrors” is one of our services that developers and non-developers could use on their websites or in their favorite web browsers. It can reduce server load by acting as an extra caching layer for every direct link available on your website.

All data will be cached for 86400 seconds or 1.00 day(s), and distributed globally, effectively increasing performance and reliability, which will lead to an improved user experience.

so, ah, essentially a demo web app supposedly running at CDN scale, and supposedly powered by AI (to do what? this is not answered, of course). this is almost definitely just some basic cloud shit someone spun up, but like, why? there’s money in it if all this shit is logging DNS queries and web site accesses to sell to advertisers or for other much more nefarious purposes (or they’re doing injection on high value targets), but surely people who change their DNS settings and developers aren’t stupid enough to fall for this just cause it says it’s AI… right?

Q: Is this really free?

A: If it's not, you should already see a Pricing page.

this really is the slimiest way to avoid saying “it’s free until we say it isn’t”

[–] dgerard@awful.systems 6 points 4 months ago (8 children)

wonder if it's white-label Cloudflare

[–] self@awful.systems 11 points 4 months ago (7 children)

I got curious and looked up both IPs associated with the domain name and it is in fact just CloudFlare

also, their DNS-over-HTTPS (this is new to me but I stay the fuck away from cloudflare and it looks like a standard they’ve pushed for) endpoint is just the 1.1.1.1 one with the domain name changed, but the AdGuard and Accelerator ones basically confirm they’re analyzing traffic before passing it off to cloudflare

[–] froztbyte@awful.systems 6 points 4 months ago* (last edited 4 months ago)

a quick check using a canary. test command:

curl -H 'accept: application/dns-json' 'https://0ms.dev/dns-query?name={snip}.canarytokens.com'

canary trigger:

geo_info: {'loc': '51.5085,-0.1257', 'org': 'AS13335 Cloudflare, Inc.', 'city': 'London', 'country': 'GB', 'region': 'England', 'ip': '141.101.70.74', 'timezone': 'Europe/London', 'postal': 'E1W', 'asn': {'route': '141.101.70.0/24', 'type': 'hosting', 'asn': 'AS13335', 'domain': 'cloudflare.com', 'name': 'Cloudflare, Inc.'}}

so, yeah, the actual resolve is being done by cloudflare servers too - it's not even just a cf frontproxy to a different backend service. could be done with cf workers or something, I imagine, would need to test a bit further to know/try see

load more comments (6 replies)
load more comments (6 replies)
load more comments (6 replies)