travisjungroth

↗ HN profile [ 73.1 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. With USA losing to Italy 8-6 in the group stage, tie breaking rules are at play. Only two of these three teams can advance. Italy and Mexico are set to play each other at 7pm ET tomorrow. Winner advances. If Mexico wins…

  2. I prefer the experience of the GPT-4 model via the API over what you get with ChatGPT. I also like being able to control both sides of the conversation. I'm looking for: Chat interface that calls out the OpenAI API.…

  3. How to Solve It (1945) (en.wikipedia.org)
  4. Some people like Object Relational Mappers. Some people do not. I'm definitely an ORM user. Writing active_users = User.objects.filter(active=True) is nice. Writing that SQL query and then turning the result into a User…

  5. Successful software companies are mostly founded by software engineers, or at least other white collar professionals. And since people mostly work on what they know (which is good) this seems to leave a lot of…