@RoxCodes@ThePrimeagen I've used ffmpeg to extract thumbnails and generate timelapses in the past and it can be done efficiently.
Feel free to dm me if you have any questions.
@RoxCodes@ThePrimeagen If your workflow requires extracting large portions of the video that don't fit in your local storage (ie in a lambda function) then gstreamer is your best option because you can stream the output directly into s3.
https://t.co/JJg9VKv2pa
Assuming that s3 is available. 2/
@janetacarr Is there an advantage? Is it possible to implement primitives like acknowledge using these protocols?
I have the feeling that core.async is one-way fire and forget kind of approach. Is there more to it ?
@janetacarr Or just get rid of PR reviews and do it together in the 1st place. This way people do it together and learn from each other instead of someone giving opinions after the fact.
@LeviticusNelson@jamiebrough@ThePrimeagen I think would be better to do it Spark to make sure it is future proof.
You never know when you gonna encounter a 20 terabyte CSV.
The software industry got so bad that we had to create IDEs that generate code for us. Now we created AIs that write code for us.
Maybe we should reflect on how we got here and how we normalized complexity.
#clojure#js#java#ChatGPT
@nikitonsky https://t.co/biGlxMdfls There are several alternatives or "alikes" already. I'm sure that it is a lot of work.
Running on the JVM is actually a great feature, but I guess it depends on your goals
@bksgbr@borkdude@_honza Write once run everywhere? Whats the alternative? to distribute binaries for each platform? Distribute source like in go? What about JIT optimizations? Some optimizations cannot be performed at compiled time specially when dealing with code that is very dynamic.