- 46 Posts
- 14 Comments
ouch. it would be difficult to argue with such an objective, quantifiable accusation. /s
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Mini Logo Interpreter in 120 lines of pure JS
21·1 month agoFine, I changed it to 120. I didn’t count precisely, just ballpark to give the readers an idea of the complexity level.
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Pulling data from the web to Excel using Typescript and API
12·2 months agoEmployees of many corporations don’t have the luxury of choice. Apparently you do - more power to you!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Minesweeper game in 100 lines of pure JavaScript
1·3 months agothanks for the compliment!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Minesweeper game in 100 lines of pure JavaScript
8·3 months agotechnically yes, although i use the “1 instruction per line” rule and give the number so that readers have a rough idea of the complexity of the solution
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Animated particle constellations in 42 lines of JavaScript
2·4 months agoGlad to hear you enjoyed it!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Animated particle constellations in 42 lines of JavaScript
7·4 months agodone, thanks a bunch!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Animated particle constellations in 42 lines of JavaScript
9·4 months agoI think it’s drawing some lines twice, but I didn’t think it’s worth adding more lines to prevent it. Suggestions, anyone? Edit: I updated line 18 to let j = i + 1;
Good times in 256 vga colors
i’m glad you liked it!
monica_b1998@lemmy.worldOPto
Programming@programming.dev•Goldmine in 200 lines of pure JavaScript
41·9 months agoHaters gonna hate
monica_b1998@lemmy.worldOPto
Python@programming.dev•Domino effect in 10 lines of Python code (Blender 3d)
2·1 year agothat makes sense! if I find the time, I’ll update it. it needs to updated to a newer Blender version anyway…
monica_b1998@lemmy.worldOPto
Python@programming.dev•Domino effect in 10 lines of Python code (Blender 3d)
3·1 year agoGood question - it’s the latter: all the blocks are generated practically instantaneously, whereas it does take a noticeable amount of time for the first block to hit the next one.
if i==25 would only result in the last block falling down, the rest would remain standing.a

























does this count as a spoiler?