TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What are some (weird) ways you're using ChatGPT?

14 点作者 pknerd4 个月前
I’m a lazy person, and I’m proud of it. As a programmer, I’m always on the lookout for creative and efficient ways to use LLMs, especially ChatGPT. Here are some weird ways (or maybe not so weird?) I’ve been using different LLMs:<p>Extracting IBANs: A while back, I needed to add someone as a beneficiary in my banking app. Instead of sending me the IBAN as text, they sent a screenshot via WhatsApp. I was already lying in bed, using my phone, and didn’t feel like typing it out. So, I uploaded the screenshot to GPT and instructed it to extract just the IBAN. Initially, it resisted, warning me about sensitive information. But after some persistence, it provided the IBAN — though it annoyingly prefixed it with, “Here is...” Eventually, after tweaking my request, it gave me the IBAN in isolation. Lazy? Yes. Efficient? Absolutely.<p>Code generation and conversion: I work in multiple programming languages and frequently use LLMs as converters and generators. For instance, while working on a contact export script in PHP, I printed the $contacts associative array to the console, copied one of the entries, and asked GPT to create a Symfony entity file. It generated it perfectly, complete with accurate data types. I often do the same to generate CREATE TABLE commands from arrays.<p>Database functions: I copy table schemas from TablePlus and ask GPT to generate functions for fetching connections, storing, and retrieving data. Saves me a ton of time.<p>Time tracking helper: I work remotely and use Toggl for logging hours. To streamline calculations, I created a custom GPT app called TimeAdder[1]. I simply copy each time entry, and it converts them into the decimal format for easy calculations.<p>Bootstrap forms: I upload a table schema to GPT and ask it to generate a Bootstrap-based form. It handles the field generation beautifully.<p>UI design inspiration: Sometimes, I upload a screenshot of a product and ask GPT to create a similar UI. It provides a good starting point for prototyping.<p>There&#x27;re probably many more but I can&#x27;t remember at the moment. What are some weird or unconventional ways you use GPT&#x2F;LLMs? Share your experiences — I’d love to hear them!<p>[1] https:&#x2F;&#x2F;chatgpt.com&#x2F;g&#x2F;g-RxQPSCC4H-timeadder

15 条评论

mejutoco4 个月前
&gt; sending me the IBAN as text, they sent a screenshot via WhatsApp<p>The iphone has built in ocr for images, in case other people do not know. Long press on the text of an image and it will happily select it as text to copy.
评论 #42626276 未加载
评论 #42619312 未加载
muzani4 个月前
I was working on a horror game. I wanted to narrow the theme down to a specific time and location. Something like the Salem witch trials or Vlad the Impaler era is too cliche.<p>I remembered that a relative was stuck on the Flores island east of Bali recently due to volcanic activity. It seemed suitable - remote, exotic area, paranormal region. So I asked ChatGPT to search up lore on the area on cults and volcano gods and such.<p>ChatGPT brought up Batara Kala, the god of the underworld who resides in the area, banished from earth because of his habit of eating men. It also brought up several stories of shamans in the area who guard against the volcano and keep the land happy. The power of the shamans have declined and been forgotten. But it&#x27;s said that volcanic activity happens when men feel like they&#x27;re invulnerable and sow chaos in the land. It also brought up other myths like the hobbits (homo floresiensis) on the island and linked that to Batara Kala&#x27;s status as a god of time.<p>Basically it gave me several hours of very high quality research in 15 mins. I wouldn&#x27;t be able to find most of these details on a google search, much less the stories about the shamans.
unrealp4 个月前
I used it for a while to understand mindfulness (vipassana) and problems I was facing in understanding the concepts and problems I was facing during the practice. It was pretty good, brainstormed well, knew references to original writings etc. Was useful.
Tomte4 个月前
I have it explain Emojis to me.<p>People constantly message me Emojis that I cannot even describe. Paste into ChatGPT, „explain this Emoji“, done.
评论 #42609875 未加载
评论 #42609878 未加载
petargyurov4 个月前
Not that weird but I use it as a translator and to learn Spanish. It&#x27;s better than Google Translate because I can specify the region (i.e: Spain vs Latin America) and the formality. I can also experiment with more colloquial phrases and idioms that don&#x27;t have a direct translation, e.g: &quot;It&#x27;s raining cats and dogs&quot;<p>It can be useful in explaining grammar and fixing mistakes, though it can sometimes falter.<p>I tend to double check some things against other translators if it&#x27;s something important of if the output looks fishy.
评论 #42617049 未加载
Quinzel4 个月前
I don’t use AI for any of my work or study requirements.<p>Rather, I’ve been using chatGPT as a recipe book. I generally hate cooking so decided to see if having a robot cooking companion might help make it easier. For me, it actually does. Firstly, the AI recipes are so much less wordy than human written recipes but also… chatGPT will adapt the recipe if I realise half way through cooking that I have forgotten to get an ingredient. I’m sure it’s not something good cooks would need, but I find AI most useful in my kitchen of all places.
embeng40964 个月前
I have a spreadsheet in which I track various habits: time slept, rise&#x2F;bed time, yes&#x2F;no for things I want to do every day, screen time, etc. I took a screenshot and pasted it into chatgpt and asked for feedback and suggestions. It gave me (depending on prompt) suggestions for streamlining it to make it more likely I fill it out, and for writing API&#x2F;Python code to extract data and visualize it.<p>I also have a text file where I list various activities that reward points or cost points, which I&#x27;m trying to use as motivational scaffolding for being more productive&#x2F;healthy in my daily activities. I pasted that file into chatgpt and it gave me suggestions for rebalancing various point values and suggestions for other rewards&#x2F;costs, as well as a structure for bonuses with intent for boosting motivation at certain point thresholds. I found the reasoning for the suggestions to be compelling enough I did actually incorporate a lot of the feedback from chatgpt.
delaklo4 个月前
I think the most weird way of using chatgpt is to generate response for your answer-&gt;<p>People use ChatGPT in some fascinating and unconventional ways, such as co-writing stories or songs, role-playing historical figures, simulating a Dungeon Master for RPGs, or brainstorming startup ideas. It&#x27;s also used as a decision-making tool (&quot;What would a pirate do?&quot;), a dream interpreter, or even for coding quirky projects like ASCII animations. Some get creative by generating stand-up comedy routines, debating bizarre topics like &quot;Is cereal a soup?&quot; or exploring alternate realities and futuristic societies. Others use it for personal growth, whether as a reflective journal, a language tutor, or even a playful companion for venting. How about you? Found any quirky use cases?
f30e3dfed1c94 个月前
Your first example could not possibly have been more &quot;efficient&quot; than simply retyping the IBAN.
评论 #42609935 未加载
评论 #42609860 未加载
评论 #42609881 未加载
cblum4 个月前
I&#x27;m learning Chinese characters following Heisig&#x27;s method. I use to create mnemonics when those are not provided in the book, since I have a hard time coming up with my own. Turns out ChatGPT can get quite creative. I also use it to generate bizarre images that remind me of how certain characters are written (for example, 象 elephant shares its top part with 兔 rabbit and the bottom is the same as the bottom of 家 home, which actually used to mean pig, so I used ChatGPT to create an image of a rabbit-headed, pig-bodied elephant to prompt me to write 象 when it comes up in Anki).
chimo7774 个月前
I often have it understand complex Chinese subordinate clauses, in order to check the differences in comprehension ability between myself and AI.
uncomplexity_4 个月前
reverse engineering minified javascript<p>understanding cryptic logs<p>converting unstructured to unstructured<p>eli5 everything
lihaciudaniel4 个月前
I have an xml journal, basically notes in tree hierarchy<p>I edit with python platform on mobile and ask gpt to rethink the tree and notes — we are building knowledge that is for gardening<p>If anyone curious of the xml journal, reply
rsynnott4 个月前
&gt; Eventually, after tweaking my request, it gave me the IBAN in isolation. Lazy? Yes. Efficient? Absolutely.<p>... I mean, not very efficient. You could just&#x27;ve used actual OCR; if the phone was an iPhone this is built right in, would take two seconds to select the IBAN, and should be pretty reliable. I think modern Android has something similar, though couldn&#x27;t swear to it. LLM-y things _sometimes get OCR of numbers wrong_, like, a lot more than actual OCR software, which is now close to perfect on printed text.<p>Now, with it being an IBAN the practical risk here would be low; IBANs have two checksum digits, so at worst you have a 1 in 100 chance of an incorrectly-OCR&#x27;d IBAN being accepted (in practice, it&#x27;s lower than that; some checksum-passing bad IBANs will have non-existent country codes, and likely be immediately rejected, or non-existent bank codes or account codes, and will be rejected at some point, though potentially not immediately. This would be _really_ risky with, say, US ACH, where the routing numbers are not checksummed and are only eight digits.
bhu1st4 个月前
I use it to convert (translate) complex sounding English text chuncks into Nepali language and it hasn&#x27;t disappointed me.