25 points fka 1 hour ago 10 comments
Topfi 23 minutes ago | parent
Man-made horrors beyond my comprehension, neat.
serious_angel 19 minutes ago | parent
Now that's a rare GitHub Username!
Though, again, a yet another project for a yet another "AI" to make someone else more dependent on it...
Related:
https://en.wikipedia.org/wiki/Jev_(AI_model)
https://typesafe.ai/fumblebee 13 minutes ago | parent
Can someone ELI5?
sklivvz1971 6 minutes ago | parent
Uses JEV to do something that's one line of code. Also, "leftpad" was a useless package from years ago that many important packages used instead of writing the code themselves. Its outage at some point broke a lot of packages.
r34ct0r14 13 minutes ago | parent
why
applfanboysbgon 12 minutes ago | parent
> Please don't use this in production. Or anything important.
5 to 10 years from now, after this has worked itself deep into the npm dependency chain, we'll be lamenting how Jev-Leftpad is causing outages in critical services.
sparrowidle 11 minutes ago | parent
On the npm doomsday thing, the scarier version is someone vendoring it and the padding silently drifting between runs.
frangonf 6 minutes ago | parent
Make sure to vendor this package if you want reliable operation.
it('trusts Jev when it chooses the wrong amount', async () => {
answer('space_2');
await expect(leftPad('jev', 8)).resolves.toBe(' jev');
});