Feed aggregator

JetBlue Is Slashing Flights and Cutting Costs. Here's What Travelers Should Know

CNET Feed - Tue, 06/17/2025 - 4:27pm
JetBlue is pulling back on routes to several US states and major metropolitan cities.
Categories: CNET

UK Watchdogs Fines 23andMe $3.1 million For Data Security Violations

CNET Feed - Tue, 06/17/2025 - 4:25pm
The fine stems from the massive and "profoundly damaging" 2023 data breach at the company.
Categories: CNET

Meta Partners With Oakley for Its Next Pair of Smart Glasses

CNET Feed - Tue, 06/17/2025 - 4:15pm
The parent company of Instagram and Facebook has previously collaborated with Ray-Ban to bring its smart glasses vision to fruition.
Categories: CNET

Today's NYT Connections Hints, Answers and Help for June 18, #738

CNET Feed - Tue, 06/17/2025 - 4:00pm
Here are some hints and the answers for the NYT Connections puzzle for June 18, #738.
Categories: CNET

Today's NYT Strands Hints, Answers and Help for June 18, #472

CNET Feed - Tue, 06/17/2025 - 4:00pm
Here are hints and answers for the springtime-themed NYT Strands puzzle No. 472 for June 18.
Categories: CNET

Today's Wordle Hints, Answer and Help for June 18, #1460

CNET Feed - Tue, 06/17/2025 - 4:00pm
Here are hints and the answer for today's extra-difficult Wordle No. 1,460 for June 18.
Categories: CNET

Best Internet Providers in Sacramento, California

CNET Feed - Tue, 06/17/2025 - 4:00pm
Sacramento residents have access to plenty of excellent broadband options that offer multi-gig speeds. Our experts have found the top choices in the area for every kind of user.
Categories: CNET

Dream Recoder

Hacker News - Tue, 06/17/2025 - 3:50pm

Article URL: https://dreamrecorder.ai/

Comments URL: https://news.ycombinator.com/item?id=44303176

Points: 1

# Comments: 0

Categories: Hacker News

WhatsApp to start targeting you with ads

Malware Bytes Security - Tue, 06/17/2025 - 3:49pm

WhatsApp has announced that it will start to show you targeted ads on the app. The ads, it says, will appear under the Updates tab.

WhatsApp launched the Updates tab a year ago, and now 1.5 billion people visit it every day. Updates has historically been a place for users to follow news and updates from their favorite companies, news organizations and celebrities. 

This is different to the Chats tab where users send and receive messages. Chats remain end-to-end encrypted and, according to Meta’s vice president for product management Nikila Srinivasan, will not display ads.

To determine your interests for ad purposes, WhatsApp says:

“We’ll use limited info like your country or city, language, the Channels you’re following, and how you interact with the ads you see. For people that have chosen to add WhatsApp to Accounts Center, we’ll also use your ad preferences and info from across your Meta accounts.”

That means that anyone who has linked their Facebook or Instagram accounts with their WhatsApp account will now have that data used for ad targeting. This cross-platform integration feels like a significant invasion of privacy, especially for users who expected WhatsApp to remain more private than Facebook or Instagram.

The European privacy group NOYB (None Of Your Business) has already voiced concerns, warning that WhatsApp may soon adopt the same “Pay or OK” model as Facebook and Instagram to obtain the user consent that’s required under EU law.

With Meta’s “Pay or OK” system, users face a choice between two options nobody asked for: either pay a monthly subscription fee to avoid targeted ads and tracking, or accept extensive data collection and personalized advertising in exchange for free access. If you don’t want your data tracked, you must pay. If you don’t pay, you must accept tracking and profiling for ads.

Meta introduced this model in response to strict privacy regulations in Europe, especially the General Data Protection Regulation (GDPR), which requires companies to get clear, “freely given” consent from users before using their data for personalized ads.

In the past, Meta has argued that it had obtained a ruling of the Court of Justice of the European Union (CJEU) that accepted the subscription model as a valid form of consent for an ads funded service.

Meta also said its pricing was in line with those of ad-free services such as YouTube Premium and Spotify Premium. However, it conveniently forgot to consider that ad-free services are not the same as those that gather data about you and sell them to the highest bidder to create personalized ads.

WhatsApp built its reputation on privacy, with end-to-end encryption and minimal data collection. And, as privacy advocates feared, bringing it into the Meta “family” moved the platform away from its privacy-first roots.

Even if WhatsApp says it won’t read your messages, it can still use your usage patterns, contacts, and other metadata to build detailed profiles for advertisers. This increases the risk of data leaks, misuse, or surveillance.

What can users do?

A while back I asked whether it was a good idea to move from WhatsApp to Signal. With this new development, the question may be worth reconsidering.

If you’re on iOS 18, you can now allow WhatsApp to access only selected contacts instead of your entire address book. This reduces the amount of data WhatsApp can collect about your network.

On Android, you can technically use WhatsApp without granting access to your contacts, but you’ll need to manually start chats using wa.me links. Or, for convenience, you can use a third-party app that does the work for you.

WhatsApp frequently adds or changes privacy options, so revisit your settings periodically to maintain control.

If you can, disassociate your WhatsApp account from other Meta accounts you may have. Don’t use the same email address, handle, etc. You can remove your WhatsApp account from the Meta Accounts Center, but it is unclear whether Meta will “remember” the link if it once existed.

We don’t just report on threats – we help protect your social media

Cybersecurity risks should never spread beyond a headline. Protect your social media accounts by using Malwarebytes Identity Theft Protection.

Categories: Malware Bytes

I Built an Open Source LLM-Based Receipt Generator – Here's Why

Hacker News - Tue, 06/17/2025 - 3:47pm

If you’ve ever worked with AI models to parse real-world documents like invoices or receipts, you know one truth: good test data is painfully hard to find.

Real receipts are noisy, diverse, and often private. PDF templates are brittle and too clean. OCR outputs are inconsistent. And once you move beyond English or simple formats, it gets even messier.

That’s why I built this:

GitHub: WellApp-ai/ai-receipt-generator Example output: imgur.com/a/YtFSodj

What’s Next?

Right now it supports: - OpenAI models (via API) - Local generation via Faker - YAML-configured generation flows

Coming soon: - Support for Claude, Gemini, Mistral, etc - More built-in schema presets - Predefined prompt templates (by region, industry, language)

We’re also planning to dogfood this internally for auto-evaluations of our own parsing engine.

Comments URL: https://news.ycombinator.com/item?id=44303126

Points: 1

# Comments: 0

Categories: Hacker News

Resume Customizer with Agents

Hacker News - Tue, 06/17/2025 - 3:47pm

I built this framework where you can upload all your experience and project, then give it a job posting, it will hand-pick pick most relevant from your experience and project and tailor bullet points to form an ATS-ready resume for you (Jake resume LaTex).

I only tested it with my own data. I wonder if you guys can try it to see if it can improve on anything. Also, I'm having this trouble where generated content doesn't fit on 1 page for LaTeX, and I don't have a solution. If you have a suggestion, let me know

https://github.com/kipiiler/resume-ai/

Comments URL: https://news.ycombinator.com/item?id=44303124

Points: 1

# Comments: 0

Categories: Hacker News

More Than 40% of Employees Are Using AI at Work

CNET Feed - Tue, 06/17/2025 - 3:47pm
A new Gallup poll also finds that 15% of employees believe they are likely to be replaced by AI, automation or robots.
Categories: CNET

Show HN: WarioWare AI Generated Microgames

Hacker News - Tue, 06/17/2025 - 3:45pm

Hey HN!

VibeWare is a 100% vibe coded WarioWare style video game.

WarioWare is a popular Nintendo franchise that features a series of short 3-5 second challenges called "microgames". We figured codegen was far along enough to generate these kinds of mini-games, and we were right!

VibeWare has 2 parts: 1. Core game that that plays microgames. I don't know anything about JS game engines, so Cursor took the wheel. Total cost: ~$500 in Claude 4 Opus. 2. Micro-games generated by an AI agent writes, lints and validates the code. Total Cost: ~$5.50 to produce 10 reliable games (mostly GPT-4o tracked via AgentOps)

We submitted this as part of the "Game Changers Vibe Coding Hackathon" in SF and won!

One core learning was GPT-4o actually significantly outperformed Claude class models on code gen. Our suspicion was PhaserJS is better understood in the GPT world model.

It's fully open source, and you can even generate your own games: https://github.com/areibman/vibeware

Comments URL: https://news.ycombinator.com/item?id=44303108

Points: 1

# Comments: 0

Categories: Hacker News

What Improves Your Photos

Hacker News - Tue, 06/17/2025 - 3:45pm
Categories: Hacker News

Pages