Viewing profile — alainx277
alainx277
HN member- Joined
- Wed, Mar 16, 2022, 9:43 AM UTC
- HN karma
- 10
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About alainx277
No profile information was provided.
Recent public activity
-
comment
Comment #48711189
Yes, as someone else pointed out the snapshot cameras are just results from Shodan. The "live" aspect is also questionable, as I can see broad daylight on a camera where in reality…
- comment
- story
-
comment
Comment #47028695
It could be interesting to have a search engine that only shows results that have human attestation via digital passports. Of course I'd prefer that to work without necessarily rev…
-
comment
Comment #47014661
If you have an AI that's the equivalent of a senior software developer you essentially have AGI. In that case the entire world will fundamentally change. I don't understand why peo…
-
comment
Comment #46822838
It's an interesting concept, a superintelligence discovering something that makes it decide to shut down immediately. Although I fear in such a scenario it would first make sure th…
-
comment
Comment #46272956
As pointed out partially by other comments, this project does not work and is simply a one-shot skeleton made by AI. The description is a complete lie. No communication or Meshtast…
-
comment
Comment #44226015
I've heard this often recently, we jokingly call it the "dead classroom theory": the students use LLMs to solve the assignment and the teacher uses an LLM to grade it.
-
comment
Comment #44154525
Where are you getting these numbers from? I'm finding data between 0.3Wh and 3Wh for a 4o query, while a typical phone battery has 10Wh. The energy consumption per prompt will decr…
-
comment
Comment #43285796
The "motivation" behind growth and reproduction is that lifeforms that reproduce more will dominate, while lifeforms that do not die out. This is called natural selection. Mutation…
-
comment
Comment #42146128
o1-preview managed to complete this in one attempt: https://chatgpt.com/share/67373737-04a8-800d-bc57-de74a415e2... I think the parent comment's challenge is more appropriate.
-
comment
Comment #38887358
The OP mentions that the reimport is the problem (in response to your tooling suggestion). If you comment out code while testing the imports are auto-removed. When you uncomment yo…
-
comment
Comment #30696926
I think the code you linked shows exactly why generics are needed for these kinds of methods. By introducing a single generic, you could reduce it from 500 lines to 20, and make it…