> The energy and compute needed to train an LLM to be an order of magnitude more reliable – e.g., wrong 3% of the time instead of 30% – is 10^20 times what the current frontier models require.
And the energy they require to be 30% wrong is already astronomical.
Help/Useful Expressions has some EToys instructions.
The Squeakland images stopped getting upograded when Squeeak went 64-bit (I think).
You can get a "halo" on any object, click the Inspector icon (the eye) and create an etoys script from there.
Also, under Extras/Themes and Colors there is a Set Etoys Mode option. You can try that but, it didn't work last night.
Lastly, files.squeak.org/etoys has a 6.0beta image you can download. Drop the image/changes into SqueakJS [1] (that is the only way to run a 32bit image).
I learned this reading Life Extensions by Dirk Pearson and Sandy Shaw 1981.
L-Cysteine is available from raw eggs. Ever heard the saying "Here's egg in your beer"? Trouble is the egg does not float in beer, you have to guzzle the entire thing to get to the egg.
If you want to avoid a hangover consume some raw eggs and orange juice BEFORE drinking. Vitamin C is another component needed to manufacture Acetaldehyde-dehydrogenase.
Life Extensions is a great compendium of anti-aging focused biological studies. Much of it regarding antioxidants. 50 years ago.
I rewrote Chucks [American] Football Pool in Newspeak!
Having a hard deadline of Sept 1st, I wasn't sure three months would be enough time. In Newspeak, it took all of three WEEKs to get it to it's current state.
One of the best features is the fact that it's local ONLY. It uses IndexedDB (Newspeak library written by yours truly) to persist the data, meaning zero backend headaches. It also makes it usable by the masses where the Seaside version had many problems in this regard.
1) Using Chrome's Isolated Web App technology and the afforded TCPSockets in the browser, I am resurrecting an ancient, windows desktop only, TCP protocol for connecting to * from web applications. All Newspeak, all the time.
2) Re-writing my friends football pool in Newspeak. The Squeak/Seaside version has served him well for more than a decade but I've grown tired of the setup. My VPS server got hacked recently affording the impetus to try another iteration. Storing all the data locally in IndexedDB, using my own Newspeak library for that API.
* While I have no problem being "left behind", I refuse to actively assist others in "getting ahead".
US Government contractors have a requirement for average hours worked, by salaried workers, to be no more than ~40 hours / week (might be < 50). And they get audited for this (and other requirements) annually. Twenty years working for one such entity has made me grateful for it. Interesting enough work, low stress; lots of bureaucratic type stuff to deal with.
I bought $5 worth of Claude API tokens the other day because Newspeak [0] is implementing an API interface in the IDE.
I work with Newspeak every night building all kinds of crazy stuff, from the raycasting tutorial to an IndexedDB interface. Currently, I have the IDE running as an Isolated Web App for access to TCPSockets [1][2][3].
I'm implementing ancient TCP protocols bringing them to the web.