Hacker News

MicroPython on Flipper Zero

Hacker News - Sat, 09/14/2024 - 11:43am

Article URL: https://lab.flipper.net/apps/upython

Comments URL: https://news.ycombinator.com/item?id=41540542

Points: 2

# Comments: 1

Categories: Hacker News

Consider SQLite (2021)

Hacker News - Sat, 09/14/2024 - 11:37am
Categories: Hacker News

Show HN: Create an Interactive Demo in under a minute [video]

Hacker News - Sat, 09/14/2024 - 11:33am

Hello HN, I created a browser extension that records your screen and then sends keyframes over to the GPT Vision API for annotation.

The use case for my software is creating interactive product demos.

Here is my app giving a demo of itself (a milestone I am extremely proud of!):

https://www.interactivedemo.ai/d/APRNDj9hoONXXDu

In the demo, you can see how I'm extracting key frames from the screen recording and sending them over to the LLM with various annotations. I use AWS Lambda with FFMpeg layers for that.

For the keyframes, I draw a red dot on the cursor using Python Imaging Library (PIL) and I also draw sequence and timestamp information under the frames. I have a prompt I've been tuning for a while and it's not perfect but, it still saves a ton of time and has great results.

The system prompt is:

"Generate brief, action-oriented web interaction descriptions. Use varied verbs, focus on direct results, and leverage provided context. Pay close attention to both original and scaled coordinates."

but the user prompt is my secret sauce ;-)

I am launching it on Product Hunt in a few days here:

https://www.producthunt.com/posts/interactivedemo-ai

I created InteractiveDemo.ai because I like how Screen Studio feels, but it is Desktop Mac only, and it doesn't have interactive features. Also, I like the ability to create my own A.I. features on top of interactive demos and just the space in general because I've been developing and showing off software for 24 years. It's a natural fit for me.

Check it out at https://www.InteractiveDemo.ai

I appreciate your support and am happy to answer any questions HN has.

Comments URL: https://news.ycombinator.com/item?id=41540466

Points: 2

# Comments: 0

Categories: Hacker News

WikiSpeed Leaderboard

Hacker News - Sat, 09/14/2024 - 11:28am
Categories: Hacker News

Ask HN: Is there something like Infinite Mac for any '00s-era cellphones?

Hacker News - Sat, 09/14/2024 - 11:14am

I'm helping with sound for a production taking place in the aughts, and I'd love to use an actual mobile phone OS to capture the sound from the interface for what the characters are doing. Not any one specific phone (though the original Razr wouldn't be inappropriate) but standard feature phone would be great.

I'm failing to find anything searching online, but I figure there's at least one instance of this out there – if an entire desktop operating system from the end of the '90s works in the browser, something that fit on a phone must too.

Comments URL: https://news.ycombinator.com/item?id=41540317

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Diffumon – A Basic Image Generating Diffusion Model

Hacker News - Sat, 09/14/2024 - 10:57am

I wanted to start getting into paper reproduction, so I created an implementation of Ho et al 2020 - the basic diffusion model that showed diffusion is a viable technique for image generation.

I hope this implementation is a bit simpler than others, and certainly easier to install/reproduce than other implementations for educational purposes.

Comments URL: https://news.ycombinator.com/item?id=41540211

Points: 1

# Comments: 0

Categories: Hacker News

Pages