Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
6510
on July 15, 2025
|
parent
|
context
|
favorite
| on:
LLM Inevitabilism
I bet there is lots of training data with for(let i=1;i<=s1.length;i++) then using s1[i-1] everywhere.
But I think it should be for(let i=0;i<s1.length;i++) then use s1[i]?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
But I think it should be for(let i=0;i<s1.length;i++) then use s1[i]?