michel-albert.bsky.social
@michel-albert.bsky.social
Long time software developer with the occasional gaming streak
Online now with a bit of #TypeScript/#JavaScript programming using #vuejs over at twitch.tv/exhuma
Twitch
Twitch is the world
twitch.tv
February 16, 2025 at 10:03 AM
Online now with a bit of #TypeScript/#JavaScript programming using #vuejs over at twitch.tv/exhuma
Twitch
Twitch is the world
twitch.tv
February 9, 2025 at 10:01 AM
Online now with a bit of #TypeScript/#JavaScript programming using #vuejs over at twitch.tv/exhuma
January 22, 2025 at 7:32 PM
Why you should not trust AI generated code. Looks reasonable, is completely wrong:

const startDate = new Date(`2024-01-01T00:00:00+0000`);
for (let i = 0; i < 12; i++) {
const tmp = new Date(startDate);
tmp.setMonth(i);
console.log(start.toISOString());
}

#javascript #programming #ai
December 8, 2024 at 11:19 AM