this post was submitted on 09 May 2024
272 points (98.2% liked)

News

22890 readers
3808 users here now

Welcome to the News community!

Rules:

1. Be civil


Attack the argument, not the person. No racism/sexism/bigotry. Good faith argumentation only. This includes accusing another user of being a bot or paid actor. Trolling is uncivil and is grounds for removal and/or a community ban.


2. All posts should contain a source (url) that is as reliable and unbiased as possible and must only contain one link.


Obvious right or left wing sources will be removed at the mods discretion. We have an actively updated blocklist, which you can see here: https://lemmy.world/post/2246130 if you feel like any website is missing, contact the mods. Supporting links can be added in comments or posted seperately but not to the post body.


3. No bots, spam or self-promotion.


Only approved bots, which follow the guidelines for bots set by the instance, are allowed.


4. Post titles should be the same as the article used as source.


Posts which titles don’t match the source won’t be removed, but the autoMod will notify you, and if your title misrepresents the original article, the post will be deleted. If the site changed their headline, the bot might still contact you, just ignore it, we won’t delete your post.


5. Only recent news is allowed.


Posts must be news from the most recent 30 days.


6. All posts must be news articles.


No opinion pieces, Listicles, editorials or celebrity gossip is allowed. All posts will be judged on a case-by-case basis.


7. No duplicate posts.


If a source you used was already posted by someone else, the autoMod will leave a message. Please remove your post if the autoMod is correct. If the post that matches your post is very old, we refer you to rule 5.


8. Misinformation is prohibited.


Misinformation / propaganda is strictly prohibited. Any comment or post containing or linking to misinformation will be removed. If you feel that your post has been removed in error, credible sources must be provided.


9. No link shorteners.


The auto mod will contact you if a link shortener is detected, please delete your post if they are right.


10. Don't copy entire article in your post body


For copyright reasons, you are not allowed to copy an entire article into your post body. This is an instance wide rule, that is strictly enforced in this community.

founded 1 year ago
MODERATORS
 

ProPublica has found the NYPD site for allowing the public to track officers’ misconduct is shockingly unreliable. Cases against officers frequently vanish from the site for days — sometimes weeks — at a time. The issue affects nearly all of the officers in the database, with discipline disappearing from the profiles of patrol officers all the way up to its most senior uniformed officer.

ProPublica examined more than 1,000 daily snapshots of the database’s contents and found that, since the fall of 2022, the number of discipline cases that appear in the database has fluctuated often and wildly. Try to pull up the record for a disciplined officer and the site sometimes spits back, “This officer does not have any applicable entries.”

Since May 2021, at least 88% of the disciplinary cases that once appeared in the data have gone missing at some point, though some were later restored. As of this week, 54% of cases that had at one point been in the system were missing.

you are viewing a single comment's thread
view the rest of the comments
[–] Good_morning@lemmynsfw.com 3 points 4 months ago (2 children)

Right, I feel like this should be fairly simple, though I'm notsure. A daily snapshot or something that pulls everything into a database and tracks changes. I'm sure on the admin side they have all of the information, but it needs to be public.

[–] foggy@lemmy.world 3 points 4 months ago (1 children)

I mean a naive approach is to just run a script that cats the whole page every 10s and compares it against the previous version, and keep all the changes in some kind of git repo.

Then have a website be the resulting merge of all those commits.

Or something.

[–] dot0@lemmy.world 2 points 4 months ago (1 children)

did none of you actually read the post you're commenting on?

what a silly question, no of course not.

there's a git repo linked right there in the post.

[–] foggy@lemmy.world -1 points 4 months ago* (last edited 4 months ago) (1 children)

Ironically, there isn't a single question in this entire comment thread before your own.

[–] dot0@lemmy.world 1 points 4 months ago

my friend, the very first sentence from YOU that started this thread ends in a question mark.

[–] jonne@infosec.pub 2 points 4 months ago

That's basically what they did in the article. Maybe ProPublica could make this info public down the line, they obviously have the capability.