• 0 Posts
  • 9 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle
  • Yes, that would be a digital modulation. That is decidedly not what is being done with the bird. The input data is the “PNG” of the bird, which is then not digitally modulated, but converted to an analogue signal and later redigitized. If the file has been converted to a series of pulses at different frequencies (the equivalent of your black and white squares) that would be a digital modulation. I am not arguing that this is not possible. My original comment explicitly says I would like to see a follow up with actual modulation. But just because it is possible to run dialup over an analogue phone line does not mean that calling your grandma on that same phone is a digital communication system. Some computers back in the day could modulate and record data on commercial audio cassettes. That does not mean that if I record something off the radio and play it back later that’s a digital copy of the song.




  • Yes, the near-identical sentences (only drawing a distinction between the processes where one exists) would indicate that. The “heard by the bird” and “reproduced by the bird” steps were also the same. But this is necessary context to make clear the digital data (“bit-stream”) that is being modulated into the signal.

    It is far from “exactly the same”. The similarity is only in that both go through the same analogue channel. The entire point is that the modulated signal can be reconstructed exactly, while the spectrogram cannot.

    The article title says they converted a PNG and the bird was able to “recall the file”, and yet it produced an indisputably different file. That it looks vaguely the same to the cursory human observer does not make it the same file.




  • The whole sequence is:

    • Digitally synthesized spectrogram (lossless)
    • Played through a DAC and speaker to produce an analogue signal (lossy)
    • Heard by the bird (analogue, lossy)
    • Reproduced by the bird (analogue, lossy)
    • Captured by an ADC as a digital audio signal (lossy)
    • Spectrum-analysed to observe a similar (but corrupted) reproduction of the shape in the original spectrogram

    To be transferring digital information, we would instead need to modulate and demodulate the digital signal (exactly like an old modem) so that the analogue corruption does not affect the digital signal:

    • Image file (lossless)
    • Bit stream (lossless)
    • Analogue modulation of bit stream played through DAC (lossy)
    • Heard by the bird (lossy)
    • Reproduced by the bird (lossy)
    • Demodulated to recover exact bit stream despite distortion (lossless again)
    • Decode bit stream to recover original image file, bit-for-bit perfect

    I extremely doubt that this bird is capable of 2MB/s. For reference that would make it 280+ times fast than dialup, and barely slower than ADSL. This setup is basically just using the bird instead of a telephone line.



  • gozz@lemmy.worldtoLinux@lemmy.mlWhy is gnome not so sharp like macOS?
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    10 months ago

    As others have said, it is not entirely clear what you mean by sharp. Based on the rounded corner and button example you gave previously, I think it might just be the graphic design. MacOS has had a lot of time invested into its design language including subtle things like a thin, almost glass-like specular border around windows and then a drop shadow. This very much becomes a matter of taste in many cases, but for some it helps identify boundaries more precisely. Perhaps have a look at https://github.com/vinceliuice/WhiteSur-gtk-theme, which replicates MacOS as closely as possible. You may be able to experiment with it side by side and see if you can figure out exactly what design element it is that you are looking for.