how does it work with long papers? will it ever work with small books?
yes it should work.
i can’t upload the document
Could you please drop an email to rahul at magnetron dot ai with the document. I will set things up for you
HN user
how does it work with long papers? will it ever work with small books?
yes it should work.
i can’t upload the document
Could you please drop an email to rahul at magnetron dot ai with the document. I will set things up for you
Thanks for the feedback. Will work on making the narration and the animations sync better.
I am working on Magnetron (https://magnetron.ai)
It is a tool that lets you create whiteboard explainers.
You can prompt it with an idea or upload a document and it will create a video with illustrations and voiceover. All the design and animations are done by using AI apis, you dont need any design skills.
Here is a video explainer of the popular "Attention is all you need" paper.
https://www.youtube.com/watch?v=7x_jIK3kqfA
Would love to hear some feedback
Thanks for the feedback. Working on the making the video and narration sync better.
Where can I follow the progress or get notified ?
I send out product updates once a week or so. Will keep you posted.
Shameless plug: I have been working on a tool that lets you create whiteboard explainers.
It also works with research papers.
Here is an explainer of the famous Attention is all you need paper https://www.youtube.com/watch?v=7x_jIK3kqfA
(You can try it here https://magnetron.ai)
Magnetron.ai – Instantly Create Lead Magnets
I have been working on this tool to create lead magnets. Magnetron researches the web for your topic and creates a well crafted ebook as your lead magnet.
You can try it here (https://magnetron.ai)
(This is still WIP)
Text files are amazing, and for when you need to structure data you can use sqlite.
I am using it for https://loadjitsu.io/ Still looking for a good solution to seamlessly sync local sqlite to cloud for backup when the user wants
I am working on Loadjitsu (https://loadjitsu.io) It is a modern alternative to JMeter.
Have spent the last few months working on the current release.
It uses rust and Tauri under the hood.
I am working on app that I wrote initialy in electron, but now have moved away from it.I have perspectives on both good and bad sides of electron
The good parts
Low barrier to entry - if you know javascript you are good to good. No need to learn C++ or Java for building a desktop app.
Truly cross platform - any platforms that chromium supports, electron supports
A very active ecosystem - The community around electron is amazing. I am a big fan of electron.build, things like code signing / auto updates etc are provided out of the box
The not so good parts
IPC hell
Electron has a main process and renderer process and they communicate via events. I found myself swimming in the event soup very often.
Easy to make mistakes
This is more for a note for me or any beginner, but it is easy to write compute heavy code in the renderer and make the ui unresponsive or sluggish. There are many other things like this where it is easy to do things the wrong way.
Security
Electron still has a capable browser which can open any webpage. Mix that with native access and you have a remote code execution vulnerability on your hands.
Bloated binaries
Even the simplest of the electron binaries are large, thats just the nature of electron.
Shameless plug
The app that I am working on is https://loadjitsu.com, I rewrote it using golang, couldnt be happier.
The most important reason i think is that the web has progressively become good enough for majority of the usecases. However there are still a few areas where good desktop apps are needed.
Shameless plug
I am working on loadjitsu, a desktop app for load testing. https://loadjitsu.com
Hey thanks for reporting this. It is a single go binary Please do the following after you have downloaded 1. chmod +x loadjitsu-mac-.0.0.2 2. ./loadjitsu-mac-0.0.2 server This should start the load testing server
Hey it is single binary You should be able to run it with `./loadjitsu-mac-0.02` might have to do a chmod +x
Tried to fix this. Can you please try again. Thanks for reporting this.
I am working on a scripting framework for Loadjitsu. You should be able to run custom tests with domain specific inputs
I agree JMeter is a great tool, it has tons of features. Will be gradualy adding more to Loadjitsu, one day I hope it can compete with JMeter
I am working on a scripting interface for Loadjitsu as well. You will be able to run tests using a small DSL very soon.