I could understand if the price tag of 200€ was too expensive. But 100€ for a book this big, really? An A4 page costs ~0.05€ to print; do some math in your head to notice how the author makes 0.07€ per page on this book (and probably even less if you add the publisher tax). Seriously, /that/ is too much? Most people don't understand two things: writing books incurs a non-linear cost. It's actually closer to being quadratic. If n is your amount of pages, it takes O(n^2) time to write, review and edit it all. Second, nobody is actually capable of doing a calculation like this in their head.
The only reason why you can buy e.g. JK Rowling's hot air for a few bucks a copy is precisely because publishers did the calculation and figured out that it's going to be economically feasible to batch print it and distribute it. Now take any less popular book where the publisher didn't entirely have such an assumption. Jane Hodge's "Shadow Of A Lady" (in the non-mass-market edition) by my calculations ends up at TWICE the cost per page compared to K. Sayood's book. No reviews about it being bonkers expensive. Go figure.
TL;DR: the average person can't divide two numbers in their head & that writing long form books is a stupid idea in this wretched economy.
@lanodan That happened with Ubuntu for the longest time in late 2022. They were shipping a version that was broken on Macs. For my CI pipelines I had to patch it.
Embed this noticePalaiologos (kspalaiologos@fedi.absturztau.be)'s status on Thursday, 13-Jun-2024 06:20:56 JST
Palaiologossomething makes me feel like i've stagnated as a mathematician and a programmer. i no longer solve problems on paper. i don't write as much code as i used to. the code that i do write - i usually solve new problems and is rarely difficult in the engineering perspective. this makes me worried. i have noticed that my problem solving ability has gone down very significantly.
Embed this noticePalaiologos (kspalaiologos@fedi.absturztau.be)'s status on Monday, 13-May-2024 16:04:19 JST
Palaiologosgerman business model was based on cheap energy from russia, cheap subcontractors in eastern eu and steadily growing exports to china. all three are gone by now, but german politicians are still stuck in a world that doesn’t exist anymore. so now after the whole country has been turned into a smelly coal-burning pit thanks to fake reports about nuclear and understating the coal plant emissions by 200x, there's no going back and germany is sooner or later going to level with eastern european countries.
@nullenvk@puniko they're more complicated but the basic idea of including/excluding an event and computing the optimal followup works for every DP problem.
@puniko thankfully they're not that bad. it's a competitive programming class and, i'm not gonna lie, if your hammer is reduction to a variant of knapsack every DP problem looks like a nail
If anything, I would panic that all the "C replacements" always statically link to everything wasting space and that every electron app I install bundles the same stuff over and over again so that you can't get rid of it and have one runtime per system.