▲ 2 r/Siri

Siri AI not reading messages

I got the new Siri AI like a week ago. It is working pretty well overall. However, when I ask it to find messages, it says it can't find any. Also, it said it is still indexing. While I think it is normal that it is still indexing, I've seen a lot of people being able to use the messages feature on Siri AI, so I don't think that is normal.

Has anybody ever experienced this issue. If so, how did you fix it?

reddit.com
u/Own-Store-318 — 2 days ago

I built debatestrangers.com — anonymous 3-min live debates with strangers, judged by AI or the crowd

Spent the last week building this. Pick a hot take (or submit your own), get matched with a stranger in 5 seconds, debate it via text or voice+video for 3 minutes, then either Claude/Llama judges who won with a fact-check, or spectators vote. Public, private (4-letter join codes), or 1-on-1 vs an AI opponent.

**The stack:**

- Next.js 16 + React 19 on Vercel

- Upstash Redis for live room state + matchmaking (polling-based, no WebSockets needed)

- Supabase Postgres for accounts, leaderboard, debate history

- WebRTC mesh for voice/video (peer-to-peer, no SFU)

- Groq Llama 3.3 70B for the AI judge + as your AI opponent

- Resend for the newsletter

- All deployed to Vercel, custom domain via their registrar

**Free-tier everything.** No paid infra at the moment.

**Features in case anyone wants to roast:**

- 250+ seeded topics across 16 tags (politics, tech, food, weird, etc.)

- Live leaderboard with level / win-streak / daily-streak badges

- Shareable verdict cards (PNGs) + full transcript pages with OG previews

- "Send to a friend" private rooms with one-click invite links

- Spectator voting + crowd verdicts (overrides AI if anyone watching cast a vote)

**Try it:** https://debatestrangers.com

Genuinely want roasts on:

- The UX (worth keeping the boxing-poster aesthetic or too aggressive?)

- The voice+video flow (mic permission + WebRTC is hard, edge cases I missed)

- The AI judge — Llama 3.3 vs Claude Sonnet 4.5 (free tier won me Llama; is it sharp enough?)

- Anything else

u/Own-Store-318 — 1 month ago
▲ 0 r/Maps

Built a small static site that visualizes OpenStreetMap's wifi:password tag as an interactive map (MapLibre + OpenFreeMap liberty). ~360 entries pulled from Overpass globally — cafes, hotels, libraries, museums in 30+ countries. A weekly cron re-pulls and adds only new entries. Anyone can also drop in a password they personally know; outdated entries auto-delete after 3 community 'outdated' votes. https://wifi-map-nu.vercel.app I posted this to r/openstreetmap as well; figured this sub might find the data layer interesting on its own merits. Open to suggestions for additional OSM tags / Overpass queries to fold in.

reddit.com
u/Own-Store-318 — 2 months ago

Built a small static site over a weekend: a public map where anyone can drop or look up the WiFi password at a cafe, hotel, restaurant, library, etc. No signup, no ads, no app. Pre-seeded with ~360 real entries from OpenStreetMap (the wifi:password tag actually exists and people have been quietly filling it in). A weekly cron pulls fresh OSM data so the map keeps growing. Outdated entries get auto-deleted after 3 community 'outdated' votes. https://wifi-map-nu.vercel.app Honest feedback welcome — mostly looking for things that are confusing or broken on mobile.

reddit.com
u/Own-Store-318 — 2 months ago

Hi r/openstreetmap — built a small site that visualizes the wifi:password tag from OSM as a public map of cafe/hotel/library WiFi passwords. Pulled from Overpass with `nwr["wifi:password"]; out tags center;` globally — ~360 entries in 30+ countries (densest in DE, BR, FI). Filtered out boolean-y values (yes/no/free) and entries without a digit-or-6+-char password. Map is MapLibre + OpenFreeMap (liberty style). A weekly cron re-pulls Overpass and adds only new entries. Anyone can also drop in a password they personally know — those go in a separate Redis store (not back into OSM, since the upstream tag is contentious enough already). https://wifi-map-nu.vercel.app Curious about: better Overpass queries, whether I should be normalizing the password values, and any tags besides wifi:password worth surfacing.

reddit.com
u/Own-Store-318 — 2 months ago

Built a small side-project: WiFi Spots, a free community map of WiFi passwords at cafes, restaurants, hotels, and shops. No signup, no ads, no app — just a map.

Pre-seeded with ~360 real entries from OpenStreetMap (mostly Europe + scattered globally). Submissions are anonymous and rate-limited; outdated entries auto-delete after 3 community 'outdated' votes.

Looking for testers to:

  • Try submitting an entry near you
  • Stress-test the rate limit / spam controls
  • Spot UX confusion (especially on mobile)

https://wifi-map-nu.vercel.app

All feedback welcome — happy to hear what's broken.

reddit.com
u/Own-Store-318 — 2 months ago

Built this over a few days because I was tired of squinting at faded WiFi password signs in cafes.

WiFi Spots is a community map where anyone can share or look up WiFi passwords for cafes, restaurants, hotels, and shops worldwide. No signup, no ads, no tracking.

Stack: static index.html + 2 Vercel serverless functions + Upstash Redis. Free tier all the way down.

Design choices:

  • Anonymous, IP-rate-limited submissions (10/hour)
  • Outdated votes auto-delete entries after 3 community flags (deduped per IP)
  • Pre-seeded with ~360 entries from OpenStreetMap's wifi:password tag (voluntarily published data only)
  • Weekly cron pulls fresh OSM data so the map keeps growing

https://wifi-map-nu.vercel.app

Feedback / bug reports welcome.

reddit.com
u/Own-Store-318 — 2 months ago