this post was submitted on 15 Mar 2024
23 points (100.0% liked)

Programming

16760 readers
215 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 5 months ago (1 children)

Wow, and you only started programming in October?! Nice work!

Interesting format. Wonder what applications make use of it.

[–] [email protected] 3 points 5 months ago (2 children)

I used it in a few microcontroller projects, let me get away with the cheaper 8 bit microcontroller with 64K of flash. The streaming decoding is real nice, because it can be read from flash and sent of to a display, without ever keeping it in ram. (4K!)

[–] [email protected] 1 points 5 months ago (1 children)

Huh wow. Super interesting. Probably a dumb question: could you use it for video, like motion jpeg (or MJPEG or however it's named)?

[–] [email protected] 1 points 5 months ago

I don't think you could fit video on that microcontroller, even with the best compression. But some low memory and compute video compression for embedded devices would be nice.

[–] [email protected] 1 points 5 months ago (1 children)
[–] [email protected] 1 points 5 months ago (2 children)

I don't know if writing a custom image compresson program and streaming graphics rendering code with worth saving a few bucks on parts.

[–] [email protected] 1 points 5 months ago

Well, that's for you to decide.

[–] [email protected] 1 points 5 months ago

It depends on volume. When you build 100 parts not really. But when you build millions it becomes worth it.

In automotive they fight over every cent.