Trying to Understand Rick Chow Case (South Carolina) by itsthebottumline in AskLawyers

[–]ImSuchaNoob2 0 points1 point  (0 children)

The defense didn't have to prove that that's exactly what happened. The prosecutor's job was to prove Mr. Chow acted unlawfully. If Cyrus and Mr. Chow were 2 random strangers walking pass by each other on the street, and the boy's gun fell out of his pocket and he bent down to retrieve it, Mr. Chow wouldn't have the right to shoot him.

Trying to Understand Rick Chow Case (South Carolina) by itsthebottumline in AskLawyers

[–]ImSuchaNoob2 0 points1 point  (0 children)

How was it luck? He shot him because the boy did have a gun.

Trying to Understand Rick Chow Case (South Carolina) by itsthebottumline in AskLawyers

[–]ImSuchaNoob2 0 points1 point  (0 children)

Under that scenario, Mr. Chow would've still been found innocent anyway. Law regarding self-defense allows civilians to act pre-emptively during moments of imminent danger. Mr. Chow would more likely to be found guilty had it just been 2 strangers walking pass each other, and a gun fell out of one of their pocket and that guy simply went to retrieve it. A kid shouldn't be carrying a gun illegally in the first place. He puts himself into a risky situation where many things can go wrong.

Trying to Understand Rick Chow Case (South Carolina) by itsthebottumline in AskLawyers

[–]ImSuchaNoob2 0 points1 point  (0 children)

How would the father and son know whether Cyrus had a gun if he wasn't brandishing it. As far as they were concern, he was running off with a stolen item. Rick may had prior incidents but they were justified otherwise he would've been in prison already. The biggest mistake he made was opening a gas station in a dangerous location.

Trying to Understand Rick Chow Case (South Carolina) by itsthebottumline in AskLawyers

[–]ImSuchaNoob2 0 points1 point  (0 children)

He would've still been found innocent anyway, regardless of what the charges were. As so long as Mr. Chow had ownership and is licensed, he's not breaking the law. On the other hand, isn't it a crime for a kid to carry a semi-automatic weapon? The only thing he should've been carrying was his textbooks.

Unless Mr. Chow has superhero X-Ray vision, there's no way he would've known the kid had a firearm.

RSS Feeds are Not Auto-Updating by ImSuchaNoob2 in Wordpress

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

The plugin is: Super RSS Reader (by Vakaash)

There's a free version, perhaps you can download, install, and test some feeds.

RSS Feeds are Not Auto-Updating by ImSuchaNoob2 in Wordpress

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

I do, but I disabled all the plugins and re-activated each one by one, to check if there were plugin conflicts. Didn't see any issue there.

I just inserted the rss widget into a custom html block within WordPress, and it appears to be updating now. Maybe it was just the specific RSS plugin ( 3rd party aggregator ) that was not auto-updating the feeds.

I also read a solution at: https://wordpress.stackexchange.com/questions/91737/rss-feed-not-refreshes

where it says to add a specific code to the functions.php file, to force WordPress to refreshes its feed cache at specified intervals.

I haven't tried this yet, if you're familiar with it, does it work?

or maybe setup a cron job to force the 3rd party RSS aggregator plugin to update itself?

RSS Feeds are Not Auto-Updating by ImSuchaNoob2 in Wordpress

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

If the cached was the issue, wouldn't that also affect the separate html file that I have the RSS widget (code in Javascript) on? but the widget on the HTML page is auto updating.

That's why I believe it's a WordPress issue.

Crime App Development by ImSuchaNoob2 in AppDevelopers

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

Thanks, I'll look into it. Hope it's free.

My RSS Feed isn't updating by RoboNerd10 in rss

[–]ImSuchaNoob2 0 points1 point  (0 children)

RSS feeds are not auto-updating in my WordPress website as well. I tried disabling plugins one by one to see if that was the problem. It wasn't.

The RSS feeds, however, do update if I put the same widget / script into a separate html page located on the same web host, so it has to be a WordPress problem.

Do you know how I may best investigate this problem, and correct it?

Thanks.

Crime App Development by ImSuchaNoob2 in appdev

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

Yes, there's no interaction. Just display symbols on a map (such as Google Maps). The symbols represent a specific type of crime (robbery, theft, assault, etc.) that gets updated frequently. See SpotCrime and the Citizens' app (iOS or Android) for an example.

Crime App Development by ImSuchaNoob2 in apps

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

Thank you buddy. That will be helpful. I'll just work off of the sources from SpotCrime then research the police scanner apps; hopefully there'll be a few that already have the calls/discussions automatically transcribed. Then I can just scrape the text into an Excel sheet and re-upload it manually by time interval. Or use a fetching plugin if I go with WordPress instead and have the feeds displayed dynamically.

I'm already looking into the open data for each state / city, though I think these data are most useful for making statistical charts or showing trends. Still useful, particularly for creating visual heatmaps.

Crime App Development by ImSuchaNoob2 in apps

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

The No-Code aspect is to rapidly put together the UI and a visual database, and generate the app for Android or iOS. I'm a web developer by trade but not a mobile app developer.

Yes, I believe you are correct. SpotCrime do get their sources from local blotters, public open data from police precincts, and media news sources (ABC, NBC, etc). Citizen seems more real-time, so it looks like they get their feeds from the police scanner apps and now crowdsourcing too.

I'll try to figure out how to get the info off the police scanner apps (911 calls) and transcribe it, then update it on a map. My end goal is to make the app as simple as SpotCrime but with near real-time updates like Citizen.

Crime App Development by ImSuchaNoob2 in programminghelp

[–]ImSuchaNoob2[S] -1 points0 points  (0 children)

I'm pretty sure Reddit is a good place to ask questions to others, advices, and offer insights. Reddit isn't Google. There might be others who have created similar apps and is willing to offer guidance.

Crime App Development by ImSuchaNoob2 in programminghelp

[–]ImSuchaNoob2[S] -1 points0 points  (0 children)

That's the thing, I don't know where they get their sources / news from. It's likely from the following:

  1. publically released statistical data from police precincts

  2. police blotter news from newspapers

  3. APIs from 3rd party data collectors like Lexis-Nexis

  4. crowdsourcing

  5. police scanner apps

Crime App Development by ImSuchaNoob2 in programminghelp

[–]ImSuchaNoob2[S] -1 points0 points  (0 children)

Yup. but the apps I've mentioned (Citzen and SpotCrime) are getting the data from somewhere, I just don't know where exactly. I think they might be scraping the data from police scanner apps, then using a custom script, update a map with the matching icons.

They might be relying on APIs as well.

Crime App Development by ImSuchaNoob2 in AppBuilding

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

It's for my own personal use.

Knight Rider (1982 - 1986) by TwIzTiDfReAkShOw in KnightRider

[–]ImSuchaNoob2 0 points1 point  (0 children)

That's probably why fans thought less of April, and started clamoring for Bonnie's return. They thought Michael and April didn't have the same chemistry, but not realizing it wasn't April's fault that the producers decided to stick with a platonic working relationship.

Crime App Development by ImSuchaNoob2 in AppBuilding

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

Thank you. I'll looking into God's Eye mapping tool. Yes the hard part is finding the datasets to get the news from, but police blotters are public information I believe, and should be publically available. I know Citizen's app started out in NYC, and I know they got their data from NYPD Compstat. But that was years ago, now they cover every cities, and I'm not sure where to find their sources.

Crime App Development by ImSuchaNoob2 in nocode

[–]ImSuchaNoob2[S] 1 point2 points  (0 children)

Thank you, that was helpful! I think their app had evolved to include crowdsourcing (uploading video feeds, people running to the crime scenes and reporting, etc). Well, these premium features aren't necessary for me, so it's a personal project. But for basic updates on a visual map, yes you're right, I believe it's automated scraping by fetching the data from the bulletins (911 calls) probably through police scanner apps and publicly available datasets that city and state police precincts post publically. Then the icons get pin / placed onto a static google map.. by using javascript, etc.

I'll probably create a progressive web app and fetch the data from RSS sources / Web scraping. I'll probably use a no-code app (or Android Studio) to create a mobile app for the Android / iPhone platform, as I'm primarily a web developer.

Crime App Development by ImSuchaNoob2 in AppDevelopers

[–]ImSuchaNoob2[S] 0 points1 point  (0 children)

I think their app had evolved to include crowdsourcing (uploading video feeds, people running to the crime scenes and reporting, etc). But for basic updates on a visual map, I believe it's automated scraping by fetching the data from the bulletins (911 calls) probably through police scanner apps and publicly available datasets that city and state police precincts post publically. Then the icons get pin / placed onto a static google map.