HN user

rdn

250 karma
Posts7
Comments34
View on HN

They must be panicly afraid of salt and saturated fat instead then, since that was OP's argument for "health conscious". Yet still insist on a simulacrum of a burger, instead of having a chicken breast.

This product will only succeed if its reasonably cheaper than the cheapest meat (not just beef). It is and forever will be inferior to meat as a food product for the vast majority of consumers. Perhaps in some vision of the future the dominant consumer is Hindu and they may find the product acceptable, but they'll still be price conscious.

The Codex App 6 months ago

The better models can handle that prompt assuming there is an existing clean codebase and the scope of the task is not too large. The existing code can act as an implicit boundary.

Weaker models give your experience, or when using a 100% LLM codebase I think it can end up in a hall of mirrors.

Now I have an idea to try, have a 2nd LLM processing pass that normalizes the vibe-code to some personal style and standard to break it out of the Stack Overflow snippet maze it can get itself in.

That's return fraud, someone orders a new version of a product they have, put their old product in the new box and file a return immediately. Amazon probably doesnt take the time to check it or check it thoroughly. Goes back on the shelf and you receive it.

For ios/swift the results reflect the quality of the information available to the LLM.

There is a lack of training data; Apple docs arent great or really thorough, much documentation is buried in WWDC videos and requires an understanding of how the APIs evolved over time to avoid confusion when following stackoverflow posts, which confused newcomers as well as code generators. Stackoverflow is also littered with incorrect or outdated solutions to iOS/Swift coding questions.

Once I went to a new dentist in a new area to do a teeth cleaning. He told me I had 4 cavities that needed filling. I was skeptical so I went to another one the next week. He said 2 cavities. I went to two more that month to see what else they'd say: one said no cavities, the other said 6. That was 8 years ago, I still don't have any cavities.

I only know it on Android, looking at the iOS App Store it seems like they both hijacked the name from Android, yet that FitNotes 2 is marketed as a clone of the Android app. The other FitNotes in iOS looks totally different in function/UI

An app called Fitnotes, which I've used for years, is a glorified spreadsheet in my opinion.

Also contrary to another poster who insists on not tracking your lifts, I find it essential both for making progress and maintaining interest, its somewhat comparable to levelling an RPG character. At the very least its useful for remembering what you've done recently so you know what to do next.

By definition, "good form" would include pelvic floor and core activation for squats and deadlifts. However, you can get pretty far with those lifts without efficiently activating those muscles. Physical therapy or Pilates type exercises can be necessary to develop the ability to activate them properly, but these kinds of exercises aren't usually included in this kind of database, and can be much more particular about technique, or be part of a sequence or group of complementary exercises.

Simplifying Django 12 years ago

It goes both ways. While Django's structure and submodules are very good, at times this can get in the way. Flask is more of a ground-up approach; you lose some of the benefits of tight integration but gain flexibility. But, without seeing ways to organize things well in the first place, I could see a newcomer to Flask having trouble assembling the pieces they need appropriately.