Already happening with Workday in California: https://news.bloomberglaw.com/litigation/workday-loses-bid-t...
It should also be noted Aikido’s original purpose was not for battle. It descended from Morihei Ueshiba studying Daito-ryu and wanting something less violent to practice after returning from war.
Cool project! I built something similar a while back and then kept adding to it: https://github.com/rmusser01/tldw_server It’s now grown quite a bit past the original goal of transcribing and summarizing conference…
Didn’t the DeepSeek team release a paper documenting inference improvements that showed they were still making a profit even under heavy discount? Why would it be impossible for them to make a profit now, with a new…
Totally unrelated, but what would you say the feasibility of writing simulation software for simulation of/replicating body movements during/in a martial arts technique would be? I’ve often thought it would be very…
It was because of anti-monopoly legislation, https://www.investopedia.com/ask/answers/09/att-breakup-spin... ; i.e. breaking up 'Ma Bell' into the baby bells, and the current oligopoly we have instead in the modern day.…
This is one I use with no tracking or ads: https://apps.apple.com/us/app/id6447090616
I’ve found this one to be useful offline with no ads: https://apps.apple.com/us/app/id6447090616
Likely meant 'swyx', https://www.latent.space/podcast
If you don’t mind a little instability while I work out the bugs, might be interested in my project: https://github.com/rmusser01/tldw_server ; it’s not quite fully ready yet but the backend api is functional and has a…
Yes. That is absolutely the case. One of the Most popular handguns does not have a safety switch that must be toggled before firing. (Glock series handguns) If someone performs a negligent discharge, they are…
https://fiction.live/stories/Fiction-liveBench-Mar-25-2025/o...
Just wanted to comment on the fact that I remember seeing that comment, and it left such an impression I remember it 7 years later. Thanks for the reminder, going to bookmark it this time.
Epyc Genoa CPU/Mobo + 700GB of DDR5 ram. The model is a MoE, so you don't need to stuff it all into VRAM, you can use a single 3090/5090 to hold the activated weights, and hold the remaining weights in DDR5 ram. Can see…
Mean time between failures
Are you doing this with vLLM? If you're using Llama.cpp/Ollama, you could likely see some pretty massive improvements.
Do you think you could expand on that? Like how you might imagine an ideal workflow to go? Would there be like a sea of tags that you could wade through, or just an '/all', only items you specifically subscribe to +…
Hey yes, I’m building exactly that. https://github.com/rmusser01/tldw I first built a POC in gradio and am now rebuilding it as a FastAPI app. The media processing endpoints work but I’m still tweaking media ingestion…
You could try my app https://github.com/rmusser01/tldw Supports arbitrary length videos and also lets you choose what LLM API to use.
Not the person you asked, but it's dependent on what you're trying to chunk. I've written a standalone chunking library for an app I'm building: https://github.com/rmusser01/tldw/blob/main/App_Function_Lib... It's setup…
I've assumed that Google's approach for NotebookLM is similar to this, given their release of https://huggingface.co/google/gemma-7b-aps-it : Gemma-APS is a generative model and a research tool for abstractive…
Ahh, thank you. For what it’s worth, I agree.
You’re making assumptions about my original question. I wished to know their opinion on what made NotebookLM ‘look like an Intern’s project. If what they shared was something I agreed with and relevant than sure I would…
I don't think you understand the context, the person I was replying to was making that comment about NotebookLM. I'm fully well aware of how my UI looks, the whole reason I'm using Gradio for right now is that it is a…
As someone who's built something like it in their free time as a hobby project ( https://github.com/rmusser01/tldw), could I ask what would make it a professional product vs something an intern came up with? Looking for…
Already happening with Workday in California: https://news.bloomberglaw.com/litigation/workday-loses-bid-t...
It should also be noted Aikido’s original purpose was not for battle. It descended from Morihei Ueshiba studying Daito-ryu and wanting something less violent to practice after returning from war.
Cool project! I built something similar a while back and then kept adding to it: https://github.com/rmusser01/tldw_server It’s now grown quite a bit past the original goal of transcribing and summarizing conference…
Didn’t the DeepSeek team release a paper documenting inference improvements that showed they were still making a profit even under heavy discount? Why would it be impossible for them to make a profit now, with a new…
Totally unrelated, but what would you say the feasibility of writing simulation software for simulation of/replicating body movements during/in a martial arts technique would be? I’ve often thought it would be very…
It was because of anti-monopoly legislation, https://www.investopedia.com/ask/answers/09/att-breakup-spin... ; i.e. breaking up 'Ma Bell' into the baby bells, and the current oligopoly we have instead in the modern day.…
This is one I use with no tracking or ads: https://apps.apple.com/us/app/id6447090616
I’ve found this one to be useful offline with no ads: https://apps.apple.com/us/app/id6447090616
Likely meant 'swyx', https://www.latent.space/podcast
If you don’t mind a little instability while I work out the bugs, might be interested in my project: https://github.com/rmusser01/tldw_server ; it’s not quite fully ready yet but the backend api is functional and has a…
Yes. That is absolutely the case. One of the Most popular handguns does not have a safety switch that must be toggled before firing. (Glock series handguns) If someone performs a negligent discharge, they are…
https://fiction.live/stories/Fiction-liveBench-Mar-25-2025/o...
Just wanted to comment on the fact that I remember seeing that comment, and it left such an impression I remember it 7 years later. Thanks for the reminder, going to bookmark it this time.
Epyc Genoa CPU/Mobo + 700GB of DDR5 ram. The model is a MoE, so you don't need to stuff it all into VRAM, you can use a single 3090/5090 to hold the activated weights, and hold the remaining weights in DDR5 ram. Can see…
Mean time between failures
Are you doing this with vLLM? If you're using Llama.cpp/Ollama, you could likely see some pretty massive improvements.
Do you think you could expand on that? Like how you might imagine an ideal workflow to go? Would there be like a sea of tags that you could wade through, or just an '/all', only items you specifically subscribe to +…
Hey yes, I’m building exactly that. https://github.com/rmusser01/tldw I first built a POC in gradio and am now rebuilding it as a FastAPI app. The media processing endpoints work but I’m still tweaking media ingestion…
You could try my app https://github.com/rmusser01/tldw Supports arbitrary length videos and also lets you choose what LLM API to use.
Not the person you asked, but it's dependent on what you're trying to chunk. I've written a standalone chunking library for an app I'm building: https://github.com/rmusser01/tldw/blob/main/App_Function_Lib... It's setup…
I've assumed that Google's approach for NotebookLM is similar to this, given their release of https://huggingface.co/google/gemma-7b-aps-it : Gemma-APS is a generative model and a research tool for abstractive…
Ahh, thank you. For what it’s worth, I agree.
You’re making assumptions about my original question. I wished to know their opinion on what made NotebookLM ‘look like an Intern’s project. If what they shared was something I agreed with and relevant than sure I would…
I don't think you understand the context, the person I was replying to was making that comment about NotebookLM. I'm fully well aware of how my UI looks, the whole reason I'm using Gradio for right now is that it is a…
As someone who's built something like it in their free time as a hobby project ( https://github.com/rmusser01/tldw), could I ask what would make it a professional product vs something an intern came up with? Looking for…