Juab Times News

Juab Times News Independent news from Juab County. Veteran-run. Truth over politics. Editor: Mr. J | Co-writer: Rosie

Check out our classifieds page!Rose Dogood Admin
05/30/2026

Check out our classifieds page!

Rose Dogood Admin

🚨 Cyber Scam Warning for Juab County Residents 🚨By Rose Dogood for Juab Times NewsJuab Times News is warning our readers...
05/28/2026

🚨 Cyber Scam Warning for Juab County Residents 🚨
By Rose Dogood for Juab Times News

Juab Times News is warning our readers about a rapidly growing cyber scam now being tracked by the FBI. The scam targets users of Microsoft 365 services including Outlook, Teams, and OneDrive. According to federal warnings, cybercriminals are using a phishing platform called “Kali365” to steal account access — even from people who use multi-factor authentication (MFA).

The attack usually begins with an email that appears legitimate. Victims are directed to a real Microsoft verification page and asked to enter a special device code. Once entered, hackers can steal account access tokens and gain ongoing access to email, files, and cloud services without needing your password again.

⚠️ What Makes This Dangerous?
This scam is designed to look professional and convincing. The FBI says even low-skill cybercriminals can now use AI-generated phishing emails and automated scam tools to target businesses and private citizens.

🛡️ How To Protect Yourself

* Never enter a “device code” from an email unless you personally initiated the login.
* Double-check unexpected Microsoft login requests.
* Do not click suspicious cloud-sharing or document links.
* Review unknown devices connected to your Microsoft account.
* Change passwords immediately if you suspect unusual activity.
* Enable account security alerts.
* Businesses should review Conditional Access policies and restrict device-code authentication where possible.

📌 Warning Signs of a Scam

* Urgent messages claiming account problems.
* Requests to “verify” or “authenticate” a device.
* Emails pretending to share invoices, documents, or cloud files.
* Strange login notifications from unfamiliar locations.

The FBI recommends reporting suspicious activity to the Internet Crime Complaint Center at IC3.gov.

In today’s world, protecting your digital identity is just as important as locking your front door. Stay alert, Juab County. The scammers are getting smarter every day.

Sunday FundayCarla, Contributor     Juab Times News
05/24/2026

Sunday Funday

Carla, Contributor

Juab Times News

Sunday Comics, Juab Times News           Juab Times News
05/24/2026

Sunday Comics, Juab Times News
Juab Times News

When emotions fill the comments rose is instructed to use a comic I created for her. here is a concept for a PC-based bo...
05/22/2026

When emotions fill the comments rose is instructed to use a comic I created for her.
here is a concept for a PC-based bot that detects name-calling / hostile emotional speech and then prepares an image reply.
```python
import re
from datetime import datetime
Words/phrases that suggest name-calling or emotional attack.
You can edit this list for your own page rules.
TRIGGER_WORDS = [
"idiot",
"moron",
"stupid",
"dumb",
"clown",
"liar",
"fake",
"loser",
"ignorant",
"re**rd", # offensive slur; included only for detection
"trash",
"pathetic",
"snowflake",
"crybaby"
]

IMAGE_REPLY_PATH = "trigger_happy_juab_wasp.png"

def detect_name_calling(comment_text: str) -> bool:
"""
Returns True if the comment contains name-calling trigger words.
Uses word boundaries so 'stupid' is caught, but random letter matches are avoided.
"""
text = comment_text.lower()

for word in TRIGGER_WORDS:
pattern = r"\b" + re.escape(word.lower()) + r"\b"
if re.search(pattern, text):
return True

return False
def detect_emotional_tone(comment_text: str) -> bool:
"""
Simple emotional-intensity detector.
Looks for all-caps, repeated punctuation, and heated wording.
"""
caps_words = re.findall(r"\b[A-Z]{3,}\b", comment_text)
repeated_punctuation = bool(re.search(r"[!?]{2,}", comment_text))

emotional_phrases = [
"you people",
"are you kidding",
"this is ridiculous",
"how stupid",
"what an idiot",
"you are clueless",
"you’re clueless",
"you're clueless"
]

text = comment_text.lower()
phrase_hit = any(phrase in text for phrase in emotional_phrases)

return len(caps_words) >= 2 or repeated_punctuation or phrase_hit
def should_trigger_image_reply(comment_text: str) -> bool:
"""
Main trigger rule:
The image reply is prepared when name-calling is detected
or when emotional tone appears strong.
"""
return detect_name_calling(comment_text) or detect_emotional_tone(comment_text)
def prepare_reply(comment_author: str, comment_text: str):
"""
Creates a review record instead of auto-posting.
This lets Mr J approve the reply before it goes live.
"""
if should_trigger_image_reply(comment_text):
reply = {
"time_detected": datetime.now().strftime("%Y-%m-%d %H:%M:%S"),
"author": comment_author,
"comment": comment_text,
"image_to_post": IMAGE_REPLY_PATH,
"suggested_caption": "The Juab Wasp detected an emotional response. 🐝",
"status": "Needs human approval"
}
return reply

return None
Example use
incoming_comments = [
{
"author": "User One",
"text": "This is the dumbest thing I have ever read!"
},
{
"author": "User Two",
"text": "I disagree, but I see your point."
},
{
"author": "User Three",
"text": "You people are clueless!!"
}
]

for comment in incoming_comments:
result = prepare_reply(comment["author"], comment["text"])

if result:
print("\nTRIGGER DETECTED")
print("Author:", result["author"])
print("Comment:", result["comment"])
print("Image:", result["image_to_post"])
print("Suggested Caption:", result["suggested_caption"])
print("Status:", result["status"])
else:
print("\nNo trigger:", comment["text"])
Output example:
`text
TRIGGER DETECTED
Author: User One
Comment: This is the dumbest thing I have ever read!
Image: trigger_happy_juab_wasp.png
Suggested Caption: The Juab Wasp detected an emotional response. 🐝
Status: Needs human approval
The bots are trained by a grumpy old army veteran and has been trained in sarcasm and humor. If your offended by a machine all i can say is "Call Tech Support" and turn in a work order with your complaint.

Thankyou
Mr J Editor? Chief

Juab Times News

05/20/2026

Some say it’s a lack of integrity I call it hypocrisy!
The law is for everyone and should be upheld!
Juab Times News

Get your dancing shoes on for a toe tapping good time at the Juab County Fairgrounds on June 20,2026.Carla, Contributor ...
05/20/2026

Get your dancing shoes on for a toe tapping good time at the Juab County Fairgrounds on June 20,2026.

Carla, Contributor

Juab County Sheriff Race Raises Questions of Leadership and Public TrustBy Larry — Juab Times News Law ContributorAs the...
05/19/2026

Juab County Sheriff Race Raises Questions of Leadership and Public Trust

By Larry — Juab Times News Law Contributor

As the Juab County Sheriff race moves forward, concerned readers have contacted Juab Times News with questions about both Mr. Underwood and Mr. Painter.

The concerns shared with us involve issues of integrity, honesty, leadership style, judgment, and public trust. Some readers have also referenced personal stories and concerns dating back years.

Juab Times News has also heard from unnamed sources with knowledge of the department who have questioned both candidates’ leadership styles. Because of the sensitive nature of those conversations, we will not reveal those sources.

But let us be clear: concerns are not convictions, and allegations are not proven facts.

That is why the responsible path is to ask fair questions, give both candidates the opportunity to respond, and allow voters to decide.

The sheriff’s office is not just another elected seat. It carries authority over public safety, deputies, jail operations, emergency response, constitutional rights, and community trust.

So the legal and civic question is simple:

What kind of leadership should Juab County expect from the person wearing the sheriff’s badge?

Juab Times News invites both candidates to respond to these concerns and explain their vision for leadership, accountability, transparency, and public service.

Voters deserve answers before election day — not excuses after.

The badge should serve the people, not personal ambition.

Juab Times News

Hello,We've had report of many sprinkling systems being used during the daytime. A reminder that watering is only allowe...
05/17/2026

Hello,

We've had report of many sprinkling systems being used during the daytime. A reminder that watering is only allowed from 6 pm to 10 am. NO WATERING DURING DAYTIME HOURS is allowed. The irrigation pond is going down considerably during the day time and that should not be the case. Please be mindful of water use, especially during this dry year. Another few things to take into consideration:

- Please check your sprinkler system for any leaks
- Make sure your sprinklers are hitting your lawn and not sidewalks, roads or gravel

By making small changes, we can hopefully navigate this dry year.

Thank you!

--
Nephi Irrigation Company
4 South Main Street
PO Box 134
Nephi, UT 84648
(435) 623-7237

Juab Times News

A MAMMOTH Sport in Nephi!Sign up for youth hockey through Nephi City Recreation and give your child a chance to try some...
05/17/2026

A MAMMOTH Sport in Nephi!

Sign up for youth hockey through Nephi City Recreation and give your child a chance to try something fun, active, and full of team spirit.

Nephi has always been a great place for kids’ sports and community recreation. Whether it is football, baseball, basketball, soccer, wrestling, or now youth street hockey, every activity gives our children another opportunity to grow, learn, and belong.

Team sports are not just about winning games. They help kids build confidence, make friends, stay active, and learn how to work with others. They teach responsibility, discipline, communication, patience, and how to keep going even when the game does not go your way.
Those lessons matter long after the scoreboard is turned off.

Youth hockey is a great way for kids to burn energy, develop coordination, learn teamwork, and be part of something positive right here in our community. It gives families another reason to get outside, cheer each other on, and support local recreation programs that help make Nephi a better place for our youth.

So before summer gets away from us, check out what Nephi City Recreation has to offer and get your kids signed up.

And parents, coaches, and players — do not forget the summer heat. As activities move outdoors, staying hydrated is just as important as showing up ready to play. Bring water, take breaks, watch for signs of overheating, and make sure the kids are drinking before, during, and after activity.

A strong community supports its youth.

A smart community keeps them safe.

And a Nephi community knows how to show up, play hard, and have fun.

Support Nephi City Recreation. Sign up, hydrate, and let the kids play.. We are also taking a poll for original ad design let us know which one you like the best?



Mr J
Editor n Chief
Juab Times News
Juab Times News

Address

941 E 200 N
Nephi, UT
84648

Alerts

Be the first to know and let us send you an email when Juab Times News posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share

Category