ravroid
|
17 days ago
|
on: Stop prompting. Let the AI interview you to build specs
ravroid
|
9 months ago
|
on: Ask HN: What are you working on? (May 2025)
I was getting tired of summarizing long articles & threads on HN/Reddit with ChatGPT so I made a simple little Chrome/Firefox extension to do it for me:
https://literead.ai
ravroid
|
1 year ago
|
on: I trusted an LLM, now I'm on day 4 of an afternoon project
Didn't know about Aider - going to give that a try, thanks!
ravroid
|
1 year ago
|
on: I trusted an LLM, now I'm on day 4 of an afternoon project
One strategy I've been experimenting with is maintaining a 'spec' document, outlining all features and relevant technical notes about a project. I include the spec with all relevant source files in my prompt before asking the LLM to implement a new change or feature. This way it doesn't have to do as much guessing as to what my code is doing, and I can avoid relying on long-running conversations to maintain context. Instead, for each big change I include an up-to-date spec and all of the relevant source files. I update the spec to reflect the current state of the project as changes are made to give the LLM context about my project (this also doubles as documentation).
I use an NPM script to automate concatenating the spec + source files + prompt, which I then copy/paste to o1. So far this has been working somewhat reliably for the early stages of a project but has diminishing returns.
ravroid
|
1 year ago
|
on: Certain names make ChatGPT grind to a halt, and we know why
I imagine this would be cost prohibitive at scale since it would require two models to run for every user message?
ravroid
|
1 year ago
|
on: Trump wins presidency for second time
Important to note that it's not what all of us Americans want, it's just what a little over half of the voting population voted for.
ravroid
|
1 year ago
|
on: GPT-4o
In my experience so far, GPT-4o seems to sit somewhere between the capability of GPT-3.5 and GPT-4.
I'm working on an app that relies more on GPT-4's reasoning abilities than inference speed. For my use case, GPT-4o seems to do worse than GPT-4 Turbo on reasoning tasks. For me this seems like a step-up from GPT-3.5 but not from GPT-4 Turbo.
At half the cost and significantly faster inference speed, I'm sure this is a good tradeoff for other use cases though.
ravroid
|
1 year ago
|
on: Meta says you can't turn off its new AI tool on Facebook, Instagram
Snapchat beat them to it. Snapchat's "My AI" bot is pinned to the top of your friends list and cannot be unpinned unless you pay for Snapchat+.
ravroid
|
1 year ago
|
on: Show HN: I made a library for LLM prompt injection/exploit/jailbreak detection
You're equating this to censorship, when I think it's more like Google adding security measures so you can't break their search engine rather than removing unfavorable results.
ravroid
|
1 year ago
|
on: Launch HN: Lumona (YC W24) – Product search based on Reddit and YouTube reviews
Cool concept. Not relevant to me in its current state being limited to skin care products, but would love to use something like this for things like supplements or other products where I otherwise have to sift through Amazon reviews & reddit threads.
ravroid
|
2 years ago
|
on: Creator of everynoise.com laid off from Spotify
I too have been noticing a deterioration in recent months. Things that generally worked smoothly before have random bugs now. For example, turning off shuffle and resuming a song will sometimes just stop playing Liked Songs after the song ends, shuffle will turn off/on seemingly at random, etc. Also there seem to be odd inconsistencies in the UX between mobile and desktop such as liking songs and seeing Smart Shuffle songs in playlists.
I've been generally very happy with the Spotify app for years and it's disappointing to see the quality slipping.
ravroid
|
2 years ago
|
on: I'm sorry but I cannot fulfill this request it goes against OpenAI use policy
I've found that, at least on the mobile app, results are filtered by "Featured" which fills the results with irrelevant sponsored products. So each time I search for an item, I then have to go under Filters and select Best Rating, Highest Selling, etc. It's a bit tedious but seems to be a shortcut through all of the BS results they show you by default.
ravroid
|
3 years ago
|
on: US defence forces no match for the unstoppable fiend known as Reply-All
Does anyone have a link that isn't behind a paywall?
ravroid
|
4 years ago
|
on: Ask HN: How to Quit a Solo Developer Role?
Great advice. I think I'll go with this option. Thanks!
ravroid
|
4 years ago
|
on: Ask HN: How to Quit a Solo Developer Role?
Are you doing part-time consulting work for an old company outside of your full-time job?
ravroid
|
4 years ago
|
on: If software engineering is in demand, why is it so hard to get a job?
I think it's because software varies vastly in complexity and spans many domains. Every software engineering role may use a generalized skillset to a degree, but I feel like there can never be one all-encompassing bar that can effectively cover the requirements of every role.
ravroid
|
4 years ago
|
on: Amazon third-party sellers reportedly hound customers who leave bad reviews
I bought a cheap $60 or $70 drone on Amazon and eventually gave it a 3-star rating. I was hardly being critical of the product at all, just gave an honest review. The next day I received an email from the company offering me $100 Amazon giftcard to remove the review.
ravroid
|
5 years ago
|
on: Thinking too much can be bad for you (2012)
Thank you.
ravroid
|
5 years ago
|
on: Select a muscle and it provides the exercises to workout the selected muscle
You made a great thing. It's so simple and effective.
I've read a handful of workout plans, considered hiring personal trainers, and sifted through YouTube videos without ever being able to establish a good workout routine. This is EXACTLY what I needed.
Thanks for creating this.
ravroid
|
5 years ago
|
on: Show HN: Nothingly – The gift of nothing
This is hilarious. Paying money to passive-aggressively insult somebody, I think you may have invented a new market. Has this product generated any revenue yet?
I use another GPT to turn that spec into a development plan for Codex that I include in AGENTS.md. (https://chatgpt.com/g/g-698a6ee58aec8191ba1e3b520b13b5e7-dev...)
I'm curious what advantages this product offers vs. using a prompt?