#LSPPDay50
switched to movielite from moviepy for 4x faster video processing. checking some UI designs from claude. ig i need hands on with design tools too, penpot seems nice since i'm currently avoiding figma.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay49
continuing the work. handling apis & llm system prompts, iterating on some clean cli interfaces to track the video generation pipeline. still work on the extension side & bridging them together.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay47
started working on the video generation work of the project. working with python with moviepy, edge-tts & pexels api to auto-stitch dynamic videos, audio & captions, still much to implement and fix bugs.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay46
exploring open-source AI video generators for inspiration. analyzing how python, ffmpeg & moviepy stitch tts and visuals together automatically. will start working on phase 3 of the project starting tmrw.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay45
node http streams: `req` is Readable, `res` is Writable. served an image in tiny chunks with forced delays to visualize browser progressive rendering & buffering. also skimming through Refactoring UI.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay43
node datastreams: stdin(0), stdout(1), stderr(2), bash piping/redirection. also comparing writestream & appendfilesync to see how reducing open/close syscalls between user & kernel space boosts performance.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay40
started on MindStream project. focused on designing the browser extension workflow, state machines & local system architecture. project feels massive tbh, but we'll give our best to piece it all together :D @lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay38
mix stuffs today, implemented manual backpressure in node streams using pause, resume & drain. brushed up on sql queries. also configured DHCP, static routing & ICMP pings in cisco packet tracer.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay37
lighter day with some tasks & ofc wc. read an article on managing backpressure in streams. makes sense why piping or 'drain' events prevent memory crashes when reading is faster than writing.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay35
setting up fedora-kde for my workflow. still alot to configure to make switch from mint. for node, barely touched ReadStreams (testing mem vs buffers, 'data' & 'end' events). 'll be back :v
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog