Spyke
ngdevreply
lemmy.zip

holy shit your ratio must be insane

20

Funny thing is, i specifically have the client limited to 100kb/s, it's amazing what you can get by just letting it run in the background at all times.

1

I'm looking through those and holy shit these images look like they're taken straight out of a horror game

53
taiyangreply
lemmy.world

Looks like investigative photos cast a very creepy "using a high powered flashlight to investigate a crime scene" vibe. Horror games with flashlights kinda got the vibe right, it seems.

47

Yeah, I think it's all in the lighting. For a crime scene, you probably just want to get really bright light on everything the camera sees. That ends up making the shadows seem very harsh, and every other light source weak. There's probably some primal fear that if your eyes are adjusted to the light, you're vulnerable to creatures who are hiding in the shadows with their eyes adjusted to the dark.

5

Looks like a place that would be bitch to loot in Cyberpunk. (There's no flashlight and it can be quite dark.)

2
iAmTheTotreply
sh.itjust.works

What? Those are some pretty benign photos. Even the painting is hard to judge without knowing anything about who the other person is.

18

I don't think she is referring to what the pictures are of, but rather that the ambiance of the pictures invoke horror. Like the harsh lighting and camera angles make it seem like it could be from a horror game or movie. While they are just pictures of a house, they still feel strange.

49
lemmy.blahaj.zone

Some of the redactions elsewhere seem insensible, but I feel like Masseuses might be victims too, and that just seems like a list of names?

8

One of them is basically guaranteed to be Virginia Giuffre. The fact that she does not even appear is an implicit broadcast that the DoJ is not being impartial on this, and is overtly biasing their handling at a very, very official level.

For those that had any semblance of doubt at this point, I mean, obviously.

2

That's possible. And yes, I think there's no doubt pretty much all parts of the administration are as far from impartial as they can get.

2

It's a euphemism for "underage prostitutes". (Not that it makes them any less victims.)

2
lemmy.world

I got one by losing internal organs and in the process somehow pissing off a priest who was connected to a senator and decided to take a little petty vengeance.

6
lemmy.world

right? you'd have thought i'd have learned my lesson the first time, but then i pissed off the son of a senator connected to a priest and got a second fbi guy. we should really go to lunch sometime and compare notes on each other.

2
Aeaoreply
lemmy.world

If you had a nickel for everytime… you’d have ten cents which isn’t a lot but it’s weird it happened twice

2

Yeah. I like to think I'm special that I've got two fbi guys, but let's be honest I'm probably just aware of two, we've all got at least a team (of LLMs, hereafter LLaMas because those dipshits can't name anything for beancornen

1
lemmy.ca

I'm curious; are you guys seeing this currently?

I've viewed this link half a dozen times in the last two hours and never once saw the rate limiting page, from Canada. I wonder if it's regional.

21
sh.itjust.works

Honestly, I'll commend them on good website design. Back when Obamacare first launched, government web sites were especially bad at handling high load. A website that knows it is under high load and knows how to queue requests to keep working is actually admirable, especially for the government. I guess DOGE didn't fully fuck over DOJ.

9
lemmy.world

Social security website is inaccessible after like 6pm EST. They shutdown websites overnight. Wts is that about.

6

Wait pages like this are nonsense. If the server has capacity to show you this it could just show you the content you are looking for. Its obvious artificial rate limiting.

1
discuss.tchncs.de

not really; that page is much simpler to process and upload than an entire pedophile archive

sharing anything over the internet takes resources, in this case a lot of them, and with government infrastructure they're sometimes far behind the modern day trends on purpose, for stability/reliability reasons.

73
mander.xyz

There is also usually a load balancer in front of the actual application servers, so the page is probably being served by that instead

26

Also caching is a factor here. Search results in particular can be a nightmare since variations in spelling or query string parameters having a difference of a single character makes it different than what others previously searched.

24

The other interesting thing is you only have 10 minutes when you get in to grab your stuff and go

18
grtereply
lemmy.ca

Interestingly, if someone links you to one of the files directly, there is no wait or redirect to the wait page.

16

Not nessissarially true, very likely the wait page is rendered from cached memory and does not require a ssd read to print whereas any actual files would. It is true that the web server does have to have capacity to show you this, but I'm pretty sure the limitation will be on the SSD side. (Read and write operations). Source 5 years webserver admin.

15
ayyyreply
sh.itjust.works

You clearly have never worked on tech at real scale.

12
Dasusreply
lemmy.world

"On tech"? This is bureaucracy, not technology.

1

The servers that serve the content are very often different servers from serving the web site.

10