For a critique/history of this insanity, see also: Section "Colleges of the University of Oxford".
These are the most evil examinations society has.
They mean that until you are 18, you have to study a bunch of generic crap you hate just to get into university. Rather than studying whatever it is that you truly love to become a God at it as fast as possible and have any chance of advancing the field.
And then, if you decide that you want to change, which is not unlikely since you haven't really try to study what you signed up for before then, it can be very hard and time consuming, leading to a bunch of adults with useless degress they will never use at work.
With the invention of the Internet, all teaching material can be free and open source. Only laboratory space has any cost (besides the opportunity cost of participation in actual projects in a research team).
- 2024 www.uktech.news/foodtech/alternative-meat-research-centre-20240829A research centre examining the implementation of alternatives to meat, backed by £38m, will be launched by the University of Leeds.The virtual research centre will look into lab-grown meat as well as plant and fungus-based meat alternatives to determine the health, sustainability and feasibility of moving away from traditional meat.
- 2024 techcrunch.com/2024/08/04/even-after-1-6b-in-vc-money-the-lab-grown-meat-industry-is-facing-massive-issues/ "Even after $1.6B in VC money, the lab-grown meat industry is facing 'massive' issues"
- www.reuters.com/markets/commodities/hoxton-farms-raises-22-million-cultivated-animal-fat-2022-10-20/ Hoxton Farms, cultured animal fat
chemistry.stackexchange.com/questions/7696/how-do-i-distinguish-between-internal-energy-and-enthalpy/7700#7700 has a good insight:
To summarize, internal energy and enthalpy are used to estimate the thermodynamic potential of the system. There are other such estimates, like the Gibbs free energy G. Which one you choose is determined by the conditions and how easy it is to determine pressure and volume changes.
For scales from absolute 0 like Kelvin, is proportional to the total kinetic energy of the material.
The Boltzmann constant tells us how much energy that is, i.e. gives the slope.
The Hedgehog and the Fox by Isaiah Berlin (1953) by Ciro Santilli 35 Updated 2025-01-03 +Created 1970-01-01
XML file format (but with 99% of the action of interest in a domain-specific language on the
CsInstruments
and CsScore
elements) that can be played and the reference implementation. Offers complex effects out-of-box apparently.Allows you to easily define instruments with seemingly arbitrary mathematical functions, and then use them to play notes at given time intervals.
The instrument functions can be parametrized, and each note played can have different parameters.
The instrument definition actually defines a block diagram graph, much like a hardware synthesizer would.
Csound is so not-bloated that it contains an UI system. And it includes an interactive virtual MIDI keyboard that interacts with parameter knobs: www.csounds.com/manual/html/MidiTop.html
But hey, it's fun. And like any other good domain-specific language, debugging it is barbaric of course.
If only it had been written in Python... the array manipulation boilerplate would be likely perfect for NumPy, and this would have been exactly what Ciro Santilli wanted!
CSound states that one of its design goals is backward compatibility, and it shows. Some of the stuff is utterly arcane, e.g. you have to remember what
GEN10
, GEN11
, etc. mean instead of having named enums.It just worked on Ubuntu 20.04 no questions asked:which runs this file: github.com/csound/csound/blob/92409ecce053d707360a5794f5f4f6bf5ebf5d24/examples/xanadu.csd and this plays a relly cool sound demo:
sudo apt install csound
git clone https://github.com/csound/csound
cd csound
git checkout 92409ecce053d707360a5794f5f4f6bf5ebf5d24
csound examples/xanadu.csd
Save to file instead of playing:or direct ogg output:or pipe to stdout to FFmpeg TODO: stackoverflow.com/questions/64970503/how-to-pipe-csound-output-to-ffmpeg-for-conversion-without-an-intermediate-file
csound -o xanadu.wav xanadu.csd
csound --ogg -o xanadu.ogg xanadu.csd
TODO find the most amazing set of songs made with it on GitHub? Some examples:
- www.csounds.com/toots/index.html has a good 101 on instrument design
- Csound FLOSS manual
- iainmccurdy.org/csound.html about 100 CC BY-SA examples. Each is a minimal study showing a specific technique, not a full composition, some seem advanced. Dude's a beast.
- github.com/csound/csound/tree/f2e70825fb543a6b15011c6984371f61ab2a00dd/tests/soak in-tree minimal examples
- github.com/csound/manual/tree/4049b286493d972ff7248b5596e47e7ae97a0cf9/examples contains the examples for the manual which is rendered at: It's insane, but it's fun! Ah those newbs who separate manuals from main tree.
- linuxsynths.com/CsoundPatchesDemos/csound.html on LinuxSynths
- github.com/csound/examples/tree/ae578159328178142c1055c7f78e28b42eb29774/csd as a few dozen examples
- freaknet.org/martin/audio/csound/ 10 pieces with source
Documentation-wise, it's a bit lacking. The only dude who can explain it really well, Dr Richard Boulanger, made the "The Csound Book" closed source, so, congrats, this will forever hurt the popularity of Csound.
Examples:
- csound/sine.csd
- csound/amplitude_frequency.csd
- csound/linen.csd: simple attack/release envelope, documented at: www.csounds.com/manual/html/linen.html
- csound/chorus.csd: chorus effect
- csound/bend.csd: bend using
linseg
- csound/vibrato.csd
- csound/crossfade_generators.csd
- csound/table.csd
- csound/virtual_keyboard.csd
This section is about telecommunication systems that are based on top of telephone lines.
Telephone lines were ubiquitous from early on, and many technologies used them to send data, including much after regular phone calls became obsolete with VoIP.
These market forces tended to eventually crush non-telephone-based systems such as telex. Maybe in that case it was just that the name sounded like a thing of the 50's. But still. Dead.
Fiscal paradises must be invaded and destroyed.
There are unlisted articles, also show them or only show them.