theGnuMe

↗ HN profile [ 91.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. We are so concerned with ChatGPT making things up but have folks not read HN or reddit comments? People believe made up stuff all the time or make stuff up even without negative intentions. A lot of web content is…

  2. I was able to get ChatGPT to reason about a simple program. I find that quite interesting. Has anyone else found anything similar or as interesting? def main(): i=0 while i>0: i = i + 1 The given code defines a function…