Click here to Skip to main content
15,887,267 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralWordle 1,009 Pin
OriginalGriff23-Mar-24 20:42
mveOriginalGriff23-Mar-24 20:42 
GeneralRe: Wordle 1,009 - 4 4 me Pin
pkfox23-Mar-24 22:02
professionalpkfox23-Mar-24 22:02 
GeneralRe: Wordle 1,009 Pin
GKP199223-Mar-24 23:27
professionalGKP199223-Mar-24 23:27 
GeneralRe: Wordle 1,009 Pin
Amarnath S24-Mar-24 0:30
professionalAmarnath S24-Mar-24 0:30 
GeneralRe: Wordle 1,009 (4/6) Pin
Jeremy Falcon24-Mar-24 4:31
professionalJeremy Falcon24-Mar-24 4:31 
GeneralRe: Wordle 1,009 Pin
Cp-Coder24-Mar-24 8:21
Cp-Coder24-Mar-24 8:21 
GeneralRe: Wordle 1,009 Pin
StarNamer@work24-Mar-24 13:42
professionalStarNamer@work24-Mar-24 13:42 
Generali'm a brane jeenyus Pin
honey the codewitch23-Mar-24 16:24
mvahoney the codewitch23-Mar-24 16:24 
Update: I made a solution by extracting the deflated stream from the zip using a utility I wrote, and then working with that stream instead of the entire zip contents. The whole mess is here.[^]

I just made a stupid. I spent a lot of time and effort getting an ESP32 widget to be able to update its firmware from a .zip file only to realize - after I got it all working - that zip files aren't practical for this, because they store all the information you need first at the END of the file. So you can't stream it over a serial port without reading the whole damned thing first, which isn't practical on this device. I got as far as emailing a colleague about it, producing a github repo and beginning to write an article here before it dawned on me.

Roll eyes | :rolleyes:

Hours I can't get back. Oh well, you can still use the tech from something like an SD card.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix


modified 24-Mar-24 12:08pm.

GeneralRe: i'm a brane jeenyus Pin
PIEBALDconsult23-Mar-24 16:32
mvePIEBALDconsult23-Mar-24 16:32 
GeneralRe: i'm a brane jeenyus Pin
honey the codewitch23-Mar-24 16:32
mvahoney the codewitch23-Mar-24 16:32 
GeneralRe: i'm a brane jeenyus Pin
OriginalGriff23-Mar-24 20:27
mveOriginalGriff23-Mar-24 20:27 
GeneralRe: i'm a brane jeenyus Pin
David O'Neil23-Mar-24 20:40
professionalDavid O'Neil23-Mar-24 20:40 
GeneralRe: i'm a brane jeenyus Pin
honey the codewitch23-Mar-24 21:03
mvahoney the codewitch23-Mar-24 21:03 
GeneralRe: i'm a brane jeenyus Pin
Mircea Neacsu24-Mar-24 2:11
Mircea Neacsu24-Mar-24 2:11 
GeneralRe: i'm a brane jeenyus Pin
honey the codewitch24-Mar-24 4:09
mvahoney the codewitch24-Mar-24 4:09 
GeneralRe: i'm a brane jeenyus Pin
Graeme_Grant24-Mar-24 2:58
mvaGraeme_Grant24-Mar-24 2:58 
GeneralRe: i'm a brane jeenyus Pin
honey the codewitch24-Mar-24 4:08
mvahoney the codewitch24-Mar-24 4:08 
GeneralData base Table show list box and list box show my edit form Pin
Mahesh Disanayaka23-Mar-24 7:48
Mahesh Disanayaka23-Mar-24 7:48 
GeneralRe: Data base Table show list box and list box show my edit form Pin
PIEBALDconsult23-Mar-24 8:28
mvePIEBALDconsult23-Mar-24 8:28 
GeneralRe: Data base Table show list box and list box show my edit form Pin
OriginalGriff23-Mar-24 20:36
mveOriginalGriff23-Mar-24 20:36 
GeneralI do not understand the Netflix "recommendation algorithm". Pin
OriginalGriff23-Mar-24 7:34
mveOriginalGriff23-Mar-24 7:34 
GeneralRe: I do not understand the Netflix "recommendation algorithm". Pin
Pete O'Hanlon23-Mar-24 8:58
mvePete O'Hanlon23-Mar-24 8:58 
GeneralRe: I do not understand the Netflix "recommendation algorithm". Pin
OriginalGriff23-Mar-24 20:13
mveOriginalGriff23-Mar-24 20:13 
GeneralRe: I do not understand the Netflix "recommendation algorithm". Pin
Richard Andrew x6423-Mar-24 13:34
professionalRichard Andrew x6423-Mar-24 13:34 
GeneralRe: I do not understand the Netflix "recommendation algorithm". Pin
OriginalGriff23-Mar-24 20:20
mveOriginalGriff23-Mar-24 20:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.