by Andrew_nenakhov on 3/26/23, 5:41 PM
Sad news. Just recently Abraham Lempel [0] died, just days after I tasked my 16 yo daughter to implement an lzw compression as a part of her programming education. I chose this particular task for her because many years ago I have implemented an lzw compression myself, years ago, learning a lot about bits, masks and gifs in the process. R.I.P.
[0]: https://en.m.wikipedia.org/wiki/Abraham_Lempel
by DeathArrow on 3/26/23, 6:35 PM
RIP. I remember when I was a young guy learning programming, reading the source code of various DOS based LZ, LZH or LZW compression utilities and implementing myself a LZH algorithm thinking it will bring me great fame and fortune. Lempel, Ziv and Eugene Roshall were my heroes.
At that time many young programmers regarded compression, compiler writing and anti-virus writing as very important. Now people just learn React. :)
by tkhattra on 3/26/23, 6:07 PM
by sn41 on 3/27/23, 12:23 AM
In an interview, Jacob Ziv said that it was the uncomputability of Kolmogorov complexity that forced him to think about a different way to define the complexity of a single finite string : this is what led to Lempel-Ziv complexity in 1976, and its famous consequences, the LZ77 and the ZL78 compressors.
https://web.archive.org/web/20181123231027/http://backup.its...
by helpfulclippy on 3/26/23, 6:11 PM
It is fitting that such a large name is expressed in so few characters. RIP.
by einpoklum on 3/26/23, 8:25 PM
Two Professors Emeritus from my alam mater, the Technion - one from EE, the other from CS (Prof. Ziv). I distinctly remember noticing them in the old group photos of the first few graduating cohorts of the B.Sc. in CS.
In Hebrew (or rather Aramaeic) we say:
חבל על דאבדין ולא משתכחין
A pity due to those who absent and not present.
by textread on 3/27/23, 6:48 AM
From wikipedia:
Jacob *Z*iv (Hebrew: 27 November 1931 – 25 March 2023)
was an Israeli electrical engineer who, along with Abraham
*L*empel, developed the *LZ* family of lossless data compression
algorithms.
by sakesun on 3/27/23, 2:11 AM
RIP
With better compression, heaven will soon have more space available.
by gotoeleven on 3/26/23, 7:10 PM
To everyone who is wondering, there is a black bar its just one pixel.
by bitofhope on 3/27/23, 7:59 AM
Paying my respects to a pioneer.
I started a project to implement a LZ77 decoder in Game Boy assembly to see if it could compress the sprites in Pokémon Red and Blue versions better than the algorithms actually used in the game. Results are inconclusive so far, but it's been an enlightening experience.
by AnnikaL on 3/26/23, 7:24 PM
May his memory be a blessing.
by phkahler on 3/26/23, 10:59 PM
I remember my first LZW implementation. It was so amusing to me the the one case where something didn't exist in the dictionary yet, you knew what it was and could add it and keep going!
by dogma1138 on 3/26/23, 7:02 PM
I’m a bit surprised that neither Lempel nor Ziv were worthy of a black bar here.
by superdisk on 3/26/23, 7:51 PM
RIP. I just got done implementing a modified version of LZSS which is crucial to fitting all the music into a game I'm writing. Respect.
by pfoof on 3/26/23, 9:13 PM
Lempel, Moore, Ziv... This year is very unlucky
by theandrewbailey on 3/26/23, 5:37 PM
RIP.
This is worthy of an HN black bar.
by k_eshav on 3/26/23, 6:32 PM
Rest in peace! <3
by CyberRabbi on 3/26/23, 6:54 PM
Oh no!