What works better for you: hookup apps or hookup sites?

Page 4 of 4 [ 55 posts ]  Go to page Previous  1, 2, 3, 4

GiantHockeyFan
Veteran
Veteran

User avatar

Joined: 18 Jun 2012
Age: 42
Gender: Male
Posts: 3,293

25 Sep 2019, 6:55 am

sly279 wrote:
Why would I pay eharmony $100 to be lonely and called insults.

In my experience, eHarmony was by far the best of all the sites and where I found my wife. The problem wasn't being insulted but that almost all the women on that site were single for a very good reason, usually because they were either addicted to travelling the world or married to their career. They were generally good people just terrible matches for a relationship. I also found that while they were more marriage minded on average, it was clear many women on eHarmony were only interested in hookups and ran away quickly when I said I was interested in marriage and children.



exy34
Tufted Titmouse
Tufted Titmouse

Joined: 25 Sep 2017
Age: 35
Gender: Male
Posts: 44

02 Oct 2019, 6:13 am

eHaromony is very good but exactly for that You described: dating and / or marriage, not for hookup and casual things...



MaxE
Veteran
Veteran

User avatar

Joined: 2 Sep 2013
Gender: Male
Posts: 5,906
Location: Mid-Atlantic US

10 Jul 2024, 5:31 am

About 10 years ago, a number of people on this site were using OkCupid and found partners on there, and by and large I would say they were average so far as attractiveness is concerned. Unfortunately, some of them stopped posting here, as being in a relationship meant they no longer had anything they needed to talk about with other members. I would say OKC was probably the go-to solution at the time.

I guess OkCupid must have gone downhill as I don't see much mention of it anymore. Maybe because it's a website rather than an app.


_________________
My WP story


SkinnyElephant
Veteran
Veteran

Joined: 20 Aug 2022
Gender: Male
Posts: 521

10 Jul 2024, 8:20 am

I'd say websites are better than apps.

I had a decent amount of success on Craigslist (back when they still allowed us to advertise casual sex).

I've never gotten laid from any apps I've used.



nick007
Veteran
Veteran

User avatar

Joined: 4 May 2010
Gender: Male
Posts: 27,742
Location: was Louisiana but now Vermont in capitalistic military dictatorship called USA

10 Jul 2024, 1:11 pm

MaxE wrote:
I guess OkCupid must have gone downhill as I don't see much mention of it anymore. Maybe because it's a website rather than an app.
I assumed that OKC woulda had an app by now. Lots of other various sites also have apps so I don't really get the difference between a hookup/dating site vs a hookup/dating app except for the method you chose to access the same service :scratch:


_________________
"I don't have an anger problem, I have an idiot problem!"
~King Of The Hill


"Hear all, trust nothing"
~Ferengi Rule Of Acquisition #190
https://memory-alpha.fandom.com/wiki/Ru ... cquisition


JustSara
Emu Egg
Emu Egg

Joined: 7 Feb 2025
Age: 21
Gender: Female
Posts: 1
Location: Michigan

07 Feb 2025, 9:27 am

Definitely sites



The_Face_of_Boo
Veteran
Veteran

User avatar

Joined: 16 Jun 2010
Age: 42
Gender: Non-binary
Posts: 33,117
Location: Beirut, Lebanon.

Today, 5:11 am

There’s no real difference between websites and apps.

First of all, "app" is short for "software application." It’s not exclusive to mobile apps. For instance, WrongPlanet is a web app because it runs in a browser. If Alex had the time and energy, he could create a mobile app for WrongPlanet and publish it on Google Play or the App Store. It would still display the same threads and information.

For some reason, people often refer to mobile apps specifically when they say "app," but that’s a common misconception.

What’s the difference, for example, between the Facebook app and the Facebook website? Or the LinkedIn app and the LinkedIn website?
The only difference is in how the content is displayed and how users interact with it. Both the app and the website pull data from the same source.

You could even access Facebook on a smart TV—it would still show the same data. The only difference is that you’d interact with it using a remote control instead of a mouse, keyboard, or touchscreen.

### Technical Details

Any app, whether it’s a web app or a mobile app, generally consists of three layers:
1. **The Client App (Frontend):** This is everything you see and interact with. It runs in a browser, on a desktop, or on a mobile device.
2. **The Backend App:** This runs on servers. It handles requests from the client, such as fetching data from a database or updating records based on user actions.
3. **The Database:** This is where all the data is stored, including user profiles, credentials, messages, and other content.

This basic structure applies to simple apps like a to-do list, but large digital services have much more complex infrastructures. They often include caching servers for faster data retrieval, file storage systems, multiple databases for different types of data, load balancers, and other components to handle high traffic and ensure reliability.

### Multiple Client Apps, One Backend

It’s important to note that multiple client apps can interact with the same backend. This means a service can have a website, an Android app, an iOS app, and even a desktop app—all of which connect to the same backend and database.

### A Concrete Example: OkCupid

OkCupid started as a website. Its client app was written using technologies like HTML, CSS, and JavaScript. The backend was likely built with a server-side language such as PHP, Node.js, Go, Java, or something similar.

When OkCupid decided to develop a mobile app, they didn’t have to rewrite everything from scratch. They simply created new client apps—one for iOS and one for Android (or possibly a cross-platform app using technologies like React Native or Flutter). The backend remained largely the same, and the data in the database didn’t need to change.

Both the "app" and the "website" connect to the same backend, access the same data, and provide the same core functionality. The main differences lie in how the user interface is designed and how users interact with the service on different devices.