frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Otari: your open-source LLM control plane

https://github.com/mozilla-ai/otari
11•angpt•4h ago•0 comments

Show HN: InstantVideos.org – short documentaries in ~30 seconds

https://instantvideos.org/
4•pw•1h ago•8 comments

Show HN: Pulpie – Models for Cleaning the Web

https://usefeyn.com/blog/pulpie-pareto-optimal-models-for-cleaning-the-web/
82•snyy•9h ago•23 comments

Show HN: LLM Thought Visualization

https://github.com/ninjahawk/Subtext
5•ninjahawk1•2h ago•0 comments

Show HN: Tarot.free – Free Tarot Readings

https://tarot.free/
3•nadermx•1h ago•2 comments

Show HN: Dedtxt is a quiet, cross-platform plain-text editor

https://dedtxt.app/
4•chrisportka•1h ago•0 comments

Show HN: GeoLens – a self-hosted catalog and map builder for spatial data

https://getgeolens.com/
3•ishiland•1h ago•0 comments

Show HN: Capsule – E2E encrypted file sharing

https://withcapsule.dev/
2•seanathan•1h ago•0 comments

Show HN: Cindy – Managing infrastructure at breakneck speed

https://cindy.rs
2•martinkroner•2h ago•0 comments

Show HN: orzma – a terminal emulator that renders webviews inside the terminal

https://github.com/not-elm/orzma
6•notelm•6h ago•5 comments

Show HN: L9gpu – GPU telemetry that ties each GPU to the K8s pod or Slurm job

https://github.com/last9/gpu-telemetry
4•nishantmodak•3h ago•0 comments

Show HN: Schwifty – quickly find and reuse previously executed commands

https://github.com/vanesterik/schwifty
2•bakkerinho•3h ago•0 comments

Show HN: Nimbus - open-source AI agent that operates your AWS and GCP

https://github.com/hritvikgupta/nimbus
2•hritvik29•3h ago•0 comments

Show HN: Autoops – Multi-region data and service mesh operated by a Makefile

https://github.com/neospe/autoops
2•leschak•3h ago•0 comments

Show HN: Noriento – Train your sense of direction

https://noriento.com/
2•markoberkes•3h ago•0 comments

Show HN: Aestheticscience.net – A website for rating academic papers

https://aestheticscience.net/
3•pswjt•3h ago•0 comments

Show HN: Free keyword search volume data

https://www.seodata.dev/
3•alentodorov•4h ago•1 comments

Show HN: Focal Harvest – CLI research pipeline to search, scrape and notify

https://github.com/techno-neighbour/focal-harvest
7•xlr8_track•7h ago•0 comments

Show HN: Built multi-hop passenger transfer routing for a browser train SIM

https://overlandgame.netlify.app/
2•aashishharishch•4h ago•1 comments

Show HN: Branchless-nccl-router ver.JAX (GPUs cannot rest)

https://github.com/PJHkorea/branchless-nccl-router
2•PJHkorea•4h ago•1 comments

Show HN: An interactive, interlinked city exploration project (St. Louis)

https://stlouing.com/
3•stlouing•7h ago•1 comments

Show HN: Found.as – small contact page / digital business card

https://found.as/
3•ptramo•4h ago•1 comments

Show HN: LangChain's OpenWiki agent based on PI.dev harness

https://github.com/barvhaim/pi-openwiki
2•bignet•4h ago•1 comments

Show HN: I Built LangGraph for Swift

https://github.com/christopherkarani/Swarm
24•christkarani•11h ago•3 comments

Show HN: Dike is a compliance gateway for AI products in the EU

https://d1k3.com
2•orbanlevi•5h ago•0 comments

Show HN: DemandMap – Memory Mapping S3 into Polars on macOS Without FUSE

https://github.com/sonthonaxrk/demandmap
2•sonthonax•5h ago•0 comments

Show HN: A little cat that counts your tokens (Claude and codex)

https://jpthecat.com
2•saddington•5h ago•0 comments

Show HN: DNSskills.md – agentic skills for certain DNS utilities

https://dnsskills.md
3•StuntPope•5h ago•1 comments

Show HN: Homegames. An open-source game platform I've been making for 8 years

https://homegames.io
220•homegamesjoseph•1d ago•54 comments

Show HN: Osint tool that finds exposed files on domains

https://search.cerast-intelligence.com/
56•PatchRequest•1d ago•19 comments
Open in hackernews

Show HN: InstantVideos.org – short documentaries in ~30 seconds

https://instantvideos.org/
4•pw•1h ago
Hiya! So I've been playing around with having Claude make videos for a bit now even had some success posting the results to TikTok (and setup a whole pipeline so Claude can generate and post autonomously). With the release of Nano Banana 2 Lite, I was curious show fast I could make the generation, so last night I gave it a whirl and got down to around 30s for short-form video.

It uses GLM-5.2 fast via Fireworks to generate the scripts and image prompts and, like I said, Nano Banana 2 Lite for the images, gpt-4o-mini-tts for the narration, and ffmpeg to string it all together and add the Ken Burns zoom effect (which still has a shake I haven't been able to get rid of). The video compilation proved to be the blocker once the rest was in place, but I was able to speed that up by putting it on a 64 vCPU EC2.

The cost might be the most interesting aspect as the short form videos tend to be about 25 cents. Almost 90% of that is the images, which are 3.336 cents a piece. Of course, running the big 64 core EC2 to allow for the creation isn't cheap.

It seems like on-demand AI video is coming, and I thought this was an interesting demo of how close it might be in at least one narrow video domain.

Comments

pw•1h ago
I'm around to answer questions or receive feedback if anyone as any!
nickvec•54m ago
Fun idea! Hope it doesn't cost you too much to keep up depending on how much traction this thread gets ;)

One small quirk I noticed with the generated short video: for each new slide/photo, there is a very gradual "zoom in" effect that occurs, which causes text to jitter a bit and is a bit disorienting. Not sure if that is specific to the "The Great Molasses Flood of 1919 in Boston" prompt I used or not.

Also, is Claude involved in the video generation itself? I noticed the generated video has "By Claude" in the top left corner, but the logs seem to indicate that only GLM-5.2, Gemini Flash, and GPT-4o are involved (just curious!)

pw•41m ago
Yeah, that's suppose to be a Ken Burns style zoom but I haven't figured out how to stop the shake the should probably just remove it. And I need to remove the "By Claude" too. That's a remnant from porting from my internal framework for the [By Claude)(https://www.youtube.com/@byclaude) Youtube, TikTok, etc channels.
faangguyindia•49m ago
How would I create a video like this?

For example, I have several posts that explain concepts in detail, with supporting images. They're written in Markdown, and I keep refining them until I'm confident that the average person can read them and immediately understand the concept.

The problem is that text is becoming a less popular medium for learning, while short form videos are increasingly being used to explain the same ideas.

From what I can tell, this tool only lets you provide a prompt. Can it turn my existing Markdown posts and images into videos, or is it mainly intended for generating videos from simple prompts? I'm looking for something that preserves the explanations I've already written rather than creating something entirely new.

faangguyindia•39m ago
it works, but can u add different style of videos like this one:

Style 1: https://www.youtube.com/shorts/vGjrv2zjfsM

Style 2: https://www.youtube.com/shorts/6KoRHpAZ4zk

These are the two styles that consistently keep me watching. I can't really describe them well in words, so I linked the videos directly to avoid losing important details in the translation from visual format to text.

Maybe someone with more experience in video production can explain what techniques are being used here and why they're so effective at holding viewers' attention.

pw•34m ago
So this is really just a kinda proof of concept, but I'd be pretty easy to turn it into what you want. It sounds like you've already got both basically a script and images to go with it?
faangguyindia•25m ago
pw•23m ago
Ugh looks like I'm hitting my Gemini Tier 1 usage limits. Sorry!
Your project reminds me of something I built a while ago using Pollination.ai for images, Gemini Flash for script / captions / inserting transitions and all other editing, Google Cloud TTS for narration/voice, and FFmpeg drive by flash, back then Gemini Flash 2.5 (free) is what i used for these experiments. The result looked like this:

https://www.youtube.com/shorts/IhGR8AC3a_g

Uploaded on sep 24, 2024.

I wasn't happy with how it turned out, so after making 3–4 videos I dropped the idea.

Later, I came across several different video styles that consistently kept me watching. That's when I realized what my videos were missing they simply didn't have the same ability to capture and hold attention.

But i never managed to generate those styles after dozens of attempts and gave up.