I think they mean that enum variants can contain fields, i.e. individual variants are themselves structs or tuple structs. AFAIK the closest thing to this in a C-like lang would be a tagged union type.
I think they mean that enum variants can contain fields, i.e. individual variants are themselves structs or tuple structs. AFAIK the closest thing to this in a C-like lang would be a tagged union type.
🤗 welcome!
I’d love to switch to sway from i3. However, things like lock screen and screen saver, display sleep, etc, seem hard to figure out in a diy WM. Not to say those things weren’t hard to figure out in xorg world, but I’ve already invested the effort and I’m older and significantly lazier now.
While I’m sure there are plenty of boomers with shitty opinions, it’s the same situation for millennials. Who do we think is bolstering crypto and Fintech?
Keep in mind we’re fighting a class war, not a generational war.
Could probably use a free dynamic DNS service, but then you’ll have to be ok using a subdomain.
Three body books are monumental. They reignited my will to read. Also really enjoying the murderbot diaries which I bet will appeal to all the rad commies in here.
My novice take: the waveforms on the right are sufficient to recreate analog stereo.
Digital audio signals are fundamentally represented by a series of numbers with a frequency corresponding to a fixed sample rate. For example: 16-bit unsigned integers at 44.1kHz. Each number is a sample and represents only a magnitude/intensity in time, forming a time domain waveform. Tones and pitches, and everything else one can hear are represented by these numbers in varying arrangements. Check out the waveform for a sine or triangle tone: the waveforms literally depict those shapes.
The optical analog waveform is encoding the same information as the sampled digital one described above. I’m not sure of the mechanism by which an optical system translates the analog waveform into sound, however.