nowfound

Life & fun · August 11, 2025

IB

I built an app that uses math to find restaurants nearby the sweet spot

I recently built an iOS app called Settld: Group Restaurant Finder that helps friends decide where to meet by finding restaurants that are roughly equally far from everyone’s location, and displaying information about them. We’ve all been in chaotic group chats where no one can agree on where to eat — this app cuts through that by calculating a “sweet spot” for the group. For 2 people, it’s the midpoint. For 3 people, it’s the circumcenter. For 4–6 people, it uses a minimum enclosing circle approach (Welzl’s algorithm). It then shows the top 15 nearby options so there’s no more “where do we…

What it does

In the maker’s words, at launch

I recently built an iOS app called Settld: Group Restaurant Finder that helps friends decide where to meet by finding restaurants that are roughly equally far from everyone’s location, and displaying information about them. We’ve all been in chaotic group chats where no one can agree on where to eat — this app cuts through that by calculating a “sweet spot” for the group. For 2 people, it’s the midpoint. For 3 people, it’s the circumcenter. For 4–6 people, it uses a minimum enclosing circle approach (Welzl’s algorithm). It then shows the top 15 nearby options so there’s no more “where do we meet?” chaos — or $50 dinners after a gruelling 2-hour trip just because no one planned. If anyone’s wondering why I capped it at 15 options, it’s to cut down on decision paralysis. Would love to get your thoughts: https://settld.space/

Does the same job

all alternatives →
  • TB
    Tinder, but to decide what to eat2024 · whatdinner.com · ▲266

    Hello HN, My girlfriend and I waste too much energy to decide what to eat. Every day, we would text each other, "what do we eat tonight" messages, and go over options and many times spend too much time on deciding. I am an indie dev and created this app to solve my own problem: decide with my girlfriend what to eat for dinner. Initially, I created a simple app, in which we listed all the recipes we ever prepared, and it would propose randomly three of them. We would then choose together one of them. This app[0] turned into a tinder-like app, which would propose every day a set of recipes to…

  • Just Get Me Food2018 · ▲101

    Don't know where to eat? Problem solved.

  • 8A
    8Yet? An iOS app to find lunch buddies2015 · itunes.apple.com · ▲20
  • PI
  • Where2Eat: Swipe & MatchJul 2026 · apps.apple.com · ▲6

    Tinder for Restaurants!

  • PN
    Passive notifications of nearby deals based on your current location2011 · ▲16

    We are excited to announce the launch of DealUps (www.dealups.mobi), a free iPhone app that lets you find deals you can use right here, right now. DealUps delivers hyperlocal, geographically targeted deals for over 18,000 restaurants and daily deal sites such as Groupon based on your current location. We leverage your current location and deliver passive notifications of relevant nearby deals, regardless of what you happen to be doing on your phone at the time. Download DealUps for free here: http://bit.ly/dealups In conjunction with our launch, we're giving away $250,000 in Restaurant.com…

More life & fun this month

the category →

Launched alongside, August 2025

the whole month →
  • Trace1,556

    Workflow Automations for the Human 👾 AI Workforce

    AI · 2025 · trace.so

  • IS

    I built the world's most impractical 1000-pixel display and anyone in the world can draw on it. It draws a single pixel at a time and takes 30-60 minutes to complete a single image. Anyone can participate in the project by voting for the next image to be drawn, and submitting images. https://kilopx.com/

    Work · 2025 · benholmen.com

  • Job boards are dead. Your network is alive

    AI · 2025 · contra.com

  • KT

    Kitten TTS is an open-source series of tiny and expressive text-to-speech models for on-device applications. We are excited to launch a preview of our smallest model, which is less than 25 MB. This model has 15M parameters. This release supports English text-to-speech applications in eight voices: four male and four female. The model is quantized to int8 + fp16, and it uses onnx for runtime. The model is designed to run literally anywhere eg. raspberry pi, low-end smartphones, wearables, browsers etc. No GPU required! We're releasing this to give early users a sense of the latency and voices…

    Dev tools · 2025 · github.com

  • IW

    I was wondering how I can arrange objects along a spherical helix path, and read some articles on it. I ended up learning about parametric equations again, and make this visualization to document what I learned: https://visualrambling.space/moving-objects-in-3d/ feel free to visit and let me know what you think!

    Life & fun · 2025 · visualrambling.space

  • TC

    For HTML Day 2025 [1], I made a web service that displays the current sky at your approximate location as a CSS gradient. Colours are simulated on-demand using atmospheric absorption and scattering coefficients. Updates every minute, without the use of client-side JavaScript. Source code and additional information is available on GitHub: https://github.com/dnlzro/horizon [1] https://html.energy/html-day/2025/index.html

    Dev tools · 2025 · sky.dlazaro.ca