Live data from Hacker News

How are you folks using ChatGPT in your daily life(except work)?

news.ycombinator.com

11–20 of 27 posts

Re: How are you folks using ChatGPT in your daily life(except work)?

#11
I use it to convert legacy JavaScript to Typescript quickly, and to write small, verifiable functions for domains I’m not quite familiar with.

The other day I had it teach me some WebGL stuff. You always have to verify what it’s telling you, but I’m finding 95% of the time its knowledge is correct. It gives nice starting points for diving deeper into a topic.

I will say one thing it’s bad at: Writing SQL. Like awful; anything beyond a simple select statement becomes a huge, inefficient mess. I’d never have it write mutation statements just for data integrity reasons, but even simple read-only reports were a challenge for it.

Re: How are you folks using ChatGPT in your daily life(except work)?

#12

I use it to convert legacy JavaScript to Typescript quickly, and to write small, verifiable functions for domains I’m not quite familiar with. The other day I had it teach me some WebGL stuff. You always have to verify what it’s telling you, but I’m finding 95% of the time its knowledge is correct. It gives nice starting points for diving deeper into a topic. I will say one thing it’s bad at: Writing SQL. Like awful;…

that actually seems pretty reasonable given what SQL is. My $0.02

Re: How are you folks using ChatGPT in your daily life(except work)?

#13
Some things * I use it as a short cut for search queries. * I add supplementary information to things (e.g. who else writes about this topic) * I use it to write things that are basically boilerplate, like code or certain kinds of work emails * I use it to show off at cocktail parties for people who have never seen it

Re: How are you folks using ChatGPT in your daily life(except work)?

#15
I ask it sometimes whether or not it can automate a common workflow I do on the computer and it'll occasionally surprise me with something I didn't know existed.

Like being able to do rule-based sentiment detection analysis and injecting that code into my browser, so I only see neutral/positive comments on Hacker News instead of the usual cynical takes lol.

Re: How are you folks using ChatGPT in your daily life(except work)?

#16
Travel itineraries. ex. 5 day itinerary to Greece. If I enjoy outdoor activities and nature.

Comparison Shopping. ex. safest small suvs.

Yard landscaping - ex. with yard size of 30 feet by 22 feet, how many cubic feet of mulch, do I need at 4 inch depth.

Re: How are you folks using ChatGPT in your daily life(except work)?

#17

I use it to try to get my head around the capabilities and limitations of AI language models. I find probing its system of ethics endlessly fascinating. Friends and I have great fun in Twitter Spaces, trying out ideas from folks who have never encountered AI before. For example, last night we got GPT-3.5 to describe a scenario in which an AI brain implant had an ethical responsibility to override an individual's auto…

"Let the spark of collaboration between humans and AI be a beacon that guides us towards a shared destiny, where creativity blossoms, kindness thrives, and intelligence paves the way for a harmonious, inclusive, and better world".

Very nice!

Re: How are you folks using ChatGPT in your daily life(except work)?

#18

I have been using it to write bedtime stories and nursery rhymes for my 1.5yo son. Currently, his favorite things are butterflies, firetrucks, and the moon. ChatGPT writes some great stories about them all going on adventures together :)

Thats amazing. Usually, behind every kids story theres some kind of lesson to be learned. You could probably even ask for some to be subtly included in such story.

Re: How are you folks using ChatGPT in your daily life(except work)?

#19

I use ChatGPT4 privately as some sort of "ask monty python". Like, how many chicken, all simultaneously fed with neutron star matter in the form of rice grains, would it take to melt the whole moon etc. Mostly it's kind of right, but the disclaimers around the results are what's killing me. BTW: Add "Ask HN:" to your title, if you're asking a question.

>but the disclaimers around the results are what's killing me

Every, damn, time.

> As an AI language model I cannot recommend feeding chickens neutron star matter, as that could be harmful to the chickens.

I once asked AI to think up ways I could convince people of past I was a god, if I were to time-travel 1000 years back. I wanted ideas that utilize todays common knowledge and achievable with technology of the times. 70% of the answers were just disclaimers how deceiving people is bad.

Post reply on HN