Most active commenters
  • drcode(7)

←back to thread

1901 points l2silver | 36 comments | | HN request time: 1.02s | source | bottom

Maybe you've created your own AR program for wearables that shows the definition of a word when you highlight it IRL, or you've built a personal calendar app for your family to display on a monitor in the kitchen. Whatever it is, I'd love to hear it.
1. drcode ◴[] No.35744621[source]
I just moved to the bay area. I made an app that scrapes all bay area events from meetup, eventbrite, and a couple of other sites- This way you end up with around 100 events a day, way too much to read through.

So next I take each event, send it to chatgpt3.5 and ask it to rate this event on around 20 parameters. Next, I take the latitude/longitude of each event and measure driving distance from my house. Then I have a master formula based on my personal interests and driving preferences and an app shows me the 10 events every day most likely to be interesting to me for any day.

replies(15): >>35744780 #>>35744853 #>>35744984 #>>35746065 #>>35746371 #>>35746760 #>>35747007 #>>35752334 #>>35752860 #>>35753000 #>>35754669 #>>35756357 #>>35764290 #>>35765048 #>>35765576 #
2. bombcar ◴[] No.35744780[source]
This is brilliant and could be useful in general. Very "Jeeves" like.
3. gregw134 ◴[] No.35744853[source]
What's your prompt? I've been doing something similar but I've found it difficult to get chatgpt to output a consistent data format.
replies(3): >>35745511 #>>35747876 #>>35753981 #
4. lurker919 ◴[] No.35744984[source]
Please opensource this - or even a pastebin would work.
replies(1): >>35745186 #
5. aryamansharda ◴[] No.35745186[source]
Totally agree, would love to have a local instance running
6. msikora ◴[] No.35745511[source]
Always give good examples in the prompt, preferably a few (2-4). Still not 100% reliable though, especially with models below GPT-4.
7. runeb ◴[] No.35746065[source]
This is such a great idea. A tip if you are not already aware (and interested in music) is to check out “The List”, a Bay Area concert guide which has been maintained since the 90s: http://www.foopee.com/punk/the-list/
replies(3): >>35748164 #>>35749216 #>>35749493 #
8. alaskamiller ◴[] No.35746371[source]
Lived in the bay the whole time, did the same thing. Multiple sources, categorization, distances, etc. Chaining GPT for rating is a nifty feature add though.
9. stavros ◴[] No.35746760[source]
I built a site to scrape events from my city and show them all on one page. It was amazing for finding things to do, until Facebook shut down their events API and the site died overnight.
replies(1): >>35765580 #
10. atmosx ◴[] No.35747007[source]
Best real world example of something actually useful for ChatGPT I’ve seen yet.
replies(1): >>35747610 #
11. andrepd ◴[] No.35747610[source]
Not to be contrarian but from what I could experience with chatgpt I wouldn't want it recommending things to me.
replies(1): >>35759116 #
12. drcode ◴[] No.35747876[source]
I use the chatgpt35-turbo "system" field for instructions, then put the event info into the "user" field

--- PROMPT ---

You are given a meetup event description. For each of the following attributes, return the percent likelihood that the event involves has that attribute, in CSV format:

Attributes:

- Technology

- Pets

- Exercise

Example:

Technology,0.3

Pets,0.1

Exercise,1.0

replies(1): >>35749415 #
13. nullz3r0 ◴[] No.35748164[source]
Ahh yes the list, it is shared to whoever doesn’t know about it. It’s the opposite of gatekeeping and a pleasure to see.
14. fnordpiglet ◴[] No.35749216[source]
Amazing. I used the list 20 years ago religiously.
15. drcode ◴[] No.35749415{3}[source]
(The example values should be in percentages, can't edit anymore)
16. drcode ◴[] No.35749493[source]
Thanks, I didn't know about this yet and this is A++++

EDIT: Got me some Death Grip tickets!

replies(1): >>35760151 #
17. BiteCode_dev ◴[] No.35752334[source]
That's a startup product you got there.
18. nmiculinic ◴[] No.35752860[source]
+1; would love code for this!!!
replies(1): >>35758800 #
19. dereknelson ◴[] No.35753000[source]
hey i'm building something very similar, pls put this on github would love to hack on it!
20. taylorfinley ◴[] No.35753981[source]
Ask it to return only valid JSON and show it an example, best GPT trick I know. I use this for my cocktail recipe generator https://yourdink.is
replies(1): >>35757455 #
21. jasonwcfan ◴[] No.35754669[source]
this is brilliant, please open source it. I need AI to tell me which AI events to go to.
22. urbanporcupine ◴[] No.35756357[source]
Sorry for being a noob. But I am not sure that I understand how a chat gpt can decide this. As I thought that it just uses probability to find the next likely word for sentence completion. How does this even work? And can we trust what the ChatGPT outputs?
replies(2): >>35758531 #>>35758996 #
23. taylorfinley ◴[] No.35757455{3}[source]
Now that's an embarrassing typo. I meant https://yourdrink.is
24. unsane ◴[] No.35758531[source]
I asked ChatGPT:

Is chatgpt a stochastic parrot?

No, ChatGPT is not a stochastic parrot. ChatGPT is a large language model that uses deep learning algorithms to generate text based on the input it receives. While it can sometimes produce nonsensical or inaccurate responses, it is not simply repeating phrases or patterns without any understanding of the meaning behind them. Instead, ChatGPT is designed to analyze and learn from a vast corpus of text data, and it uses that knowledge to generate responses that are intended to be relevant and meaningful based on the input it receives.

25. xp84 ◴[] No.35758800[source]
Same
26. stolsvik ◴[] No.35758996[source]
You should try it, which it sounds like you haven’t! :-)
27. bhelkey ◴[] No.35759116{3}[source]
It's not controlling a pacemaker. If the events it chooses don't sound fun just don't go.
28. vermilingua ◴[] No.35760151{3}[source]
Jealous, have been hoping to see them for years but missed out on the last show they played in my country. Here’s hoping they add it to their tour.
replies(1): >>35765617 #
29. getcrunk ◴[] No.35764290[source]
Can you share the promo you give to gpt?
30. Alifatisk ◴[] No.35765048[source]
How did you measure the driving distance?
replies(1): >>35765526 #
31. drcode ◴[] No.35765526[source]
I asked chatgpt4, and it did some insane formula that uses lat/long and the radius of the earth to measure distances, then asked it to add a bonus 20 minutes for any destination in SF, 15 minutes for any event in Berkeley/Oakland (and it correctly put bounding rectangles on the three jurisdictions).
replies(1): >>35767265 #
32. r0rshrk ◴[] No.35765576[source]
Are you willing to share the source code? I wanna do this for London
33. drcode ◴[] No.35765580[source]
The secret is to not use any apis and just scrape with abandon (and then to only build it for yourself so that you don't get sued)
replies(1): >>35765604 #
34. stavros ◴[] No.35765604{3}[source]
I tried, but scraping ended up being too hard, so I binned it.
35. drcode ◴[] No.35765617{4}[source]
Yeah, I rarely go to shows anymore just because I've been to so many in my life that it's not that thrilling anymore.

But I think Death Grips is worth a show, given their reputation for live shows.

I'm already dreading standing in GA after they start two hours late, holding my pee to maintain my good spot LOL

36. Alifatisk ◴[] No.35767265{3}[source]
Cool, thank you for the insight.

I stumpled upon a similar quest where my app had to calculate the walking distance between two coordinates (the client and the restaurant).

OSM seem to be the only good option, I could not find any better alternative in my case (Ruby).