Join 📚 Kevin's Highlights
A batch of the best highlights from what Kevin's read, .
Through decades of corporate greed, production has become almost entirely separated from capital, meaning that executives (and higher-ups) are no longer able to understand the nature of the businesses they are growing.
By not actively participating in the creation of the labor that enriches them, they are unable to truly understand trends within their business, because they’re only aware of how it works on the most distant level.
And because they do not participate, they do not appreciate *profit* — they only appreciate *more profit than they previously had.*
Absentee Capitalism
Ed Zitron
Load a selected template from a suggester
Show a suggester with different template options.
Load in the selected template from the suggester.
Check out that switch statement!
<%*
const choice = await tp.system.suggester(["Simple Note", "Book", "Music", "MOC"], ["Simple Note", "Book", "Music", "MOC"]);
let output = ""
switch(choice) {
case "Book":
output = await tp.file.include("[[-Book]]")
break;
case "Music":
output = await tp.file.include("[[-Music]]")
break
case "MOC":
output = await tp.file.include("[[-MOC]]")
break;
default:
new Notice("No Matching Template")
}
tR += output
%>
Templater Snippets
shbgm.ca
it’s important to realize that **ChatGPT and LaMDA aren’t trained to be correct**.
You can train models that are optimized to be correct—but
that’s a different kind of model.
Models like that are being built now;
they tend to be smaller and trained on specialized data sets
(O’Reilly Media has a search engine that has been trained on the 70,000+ items in our learning platform).
And you could integrate those models with GPT-style language models, so that
one group of models supplies the *facts* and
the other supplies the *language*.
Sydney and the Bard
Mike Loukides
...catch up on these, and many more highlights