|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday, 1 September 2026 | Dereel | |
| Top of page | ||
| next day | ||
| last day |
|
26 years!
|
Topic: history | Link here |
It's been 26 years since I restarted this diary online. In some senses it's hard to fathom: over a third of my life.
|
Goodbye clutch
|
Topic: technology, opinion | Link here |
Somehow Clutch doesn't seem to be worth it. It's completely non-intuitive, nothing like Emacs, and everything I try seems to run into a different issue. Possibly it would be useful if I could get it to work, but I spent a lot more time today writing up yesterday's pain. Time to move on to something else. The latest version of phpMyEdit should be easier, but somehow I didn't have the energy today.
|
Time for Bruno to go
|
Topic: animals, opinion | Link here |
I was really hoping that Bruno would behave better now that he has the option of going into the dog run any time he wants. But he wants to go in and out continually, and he doesn't want to spend that much time with us. He is now spending the nights with Mona, but that's not really enough. There are plenty of people who want him; the only issue is whether they will be happy with him. He goes.
| Wednesday, 2 September 2026 | Dereel | Images for 2 September 2026 |
| Top of page | ||
| previous day | ||
| next day | ||
| last day |
|
ALDI pastes: not what they used to be
|
Topic: food and drink, opinion | Link here |
Cooked fake Phat Thai for breakfast this morning, using the ALDI paste that I've been using for nearly 10 years. It was never anything spectacular, but in that time it seems to have deteriorated considerably. I still have a couple of sachets left, but when they're gone I'll look for something better.
|
Mona accepts Elena?
|
Topic: animals | Link here |
Seen this afternoon:
|
|||||||||||||||||||||||
Mona still hasn't made friends with the dogs, but she's gradually accepting Elena's presence. Larissa is still another matter: she's too enthusiastic for Mona's taste.
|
phpMyEdit: Still inconvenient
|
Topic: technology, opinion | Link here |
After giving up on Clutch, the next choice is phpMyEdit. I'm pretty sure it's what I'm using for some tables, like the freezer contents and expenses, but that seems to have called itself MySQL Table Edit.
They don't make it easy. To get it, they give the URL https://www.phpmyedit.org/article.php?download. That gives a web link phpMyEdit.tar.gz, not something that I can download with fetch (and thus know where it has gone). Follow the link, and it's all in Slovak! Never mind, there's a link at top right: phpMyEdit-5.7.1.tar.gz, but I can't load that either, and in any case, the real link is http://opensource.platon.sk/projects/download.php?project_id=5&package=phpMyEdit&force=1.
=== grog@hydra (/dev/pts/25) /var/tmp 62 -> fetch 'http://opensource.platon.sk/projects/download.php?project_id=5&package=phpMyEdit&force=1'
download.php?project_id=5&package=phpMyEdit&fo 87 kB 150 kBps 01s
-rw-r--r-- 1 grog wheel 89,809 2 Sep 12:03 download.php?project_id=5&package=phpMyEdit&force=1=== grog@hydra (/dev/pts/25) /var/tmp 65 -> file download.php?project_id=5&package=phpMyEdit&force=1
download.php?project_id=5: HTML document, ISO-8859 text, with very long lines (1368)
Dammit, it insists on being loaded by a browser. But at least it loads the file—if you're using firefox. Chromium refuses:
From http://opensource.platon.skChromium blocked this download because the site isn't using a secure connection and the file may have been tampered with
And yes, the last sentence isn't terminated.
But I can't find the tarball in ~/Downloads. Have they changed the name? Look at the files in the directory by modification date and find:
=== grog@hydra (/dev/pts/25) ~/Downloads 74 -> l -rt
...
-rw-r--r-- 1 grog lemis 89,809 2 Sep 12:03 Unconfirmed 685893.crdownload
drwxr-xr-x 194 grog lemis 10,752 2 Sep 12:06 Gemini
drwxr-xr-x 80 grog lemis 33,792 2 Sep 12:09 Downloads=== grog@hydra (/dev/pts/25) ~/Downloads 75 -> l -rt Gemini/
...
-rw-r--r-- 1 grog lemis 89,809 2 Sep 12:06 phpMyEdit-5.7.1.tar.gz
For reasons that firefox has to explain, it downloaded it to ~/Downloads/Gemini! At least the file name is sane. How I wish these toys would understand file system hierarchies!
So, how do I install it? Put it somewhere sane and untar it, clearly. Any instructions? You have to dig for them. In phpMyEdit-5.7.1/doc/README I find>
3. Using a browser, run phpMyEditSetup.php to log on to your MySQL server.
And where's phpMyEditSetup.php? One level up. From there on, things worked relatively normally, but I got the messages
Notice: Undefined index: db in /home/grog/public_html/phpMyEdit/phpMyEdit-5.7.1/phpMyEditSetup.php on line 65
Notice: Undefined index: tb in /home/grog/public_html/phpMyEdit/phpMyEdit-5.7.1/phpMyEditSetup.php on line 66
And on every entry I got the message
Deprecated: Function set_magic_quotes_runtime() is deprecated in
/home/grog/public_html/phpMyEdit/phpMyEdit-5.7.1/phpMyEdit.class.php on line 3100
Looking at the sources, it seems that this package hasn't been updated for nearly 20 years:
=== grog@hydra (/dev/pts/45) ~/public_html/phpMyEdit/phpMyEdit-5.7.1 32 -> ls -l
total 1
drwx---r-x 2 grog lemis 512 17 Sep 2007 doc
drwx---r-x 2 grog lemis 512 17 Sep 2007 extensions
drwx---r-x 3 grog lemis 512 17 Sep 2007 images
drwx---r-x 3 grog lemis 2048 17 Sep 2007 lang
-rw----r-- 1 grog lemis 120963 16 Sep 2007 phpMyEdit.class.php
-rw----r-- 1 grog lemis 20791 16 Sep 2007 phpMyEditSetup.php
That's a lifetime ago! It's much older than the MySQL Table Edit that I wanted to replace: that's 7 years newer, though still 12 years old.
Still, I was able to access my table. But the fun wasn't over: some fields were empty. It seems that in its present form it refuses to display fields that have any non-ASCII character (here UTF-8, like “Cosina Voigtländer Nokton 60mm f/0.95”). I'm sure that that can be fixed relatively easily: start by digging for the documentation. The README tells me
phpMyEdit comes with extensive and exhaustive documentation in SGML, HTML and PDF format with huge amount of options, possibilities and information described. It is available for download as a separate package from phpMyEdit homepage or its project management page
What it doesn't say is where. But the real issue is the reason I went looking in the first place. I already have MySQL Table Edit, but to change anything I still need to select the record, get a new display, change it, save it and reposition on the main page. And that's so slow.
WHY isn't there anything useful out there?
|
Chromium or Firefox?
|
Topic: technology, opinion | Link here |
It's been well over a month since I decided to transition from firefox to chromium. And it's still not done.
I'm not sure that it ever will be. Yes, chromium doens't have some of the strangenesses of firefox—it has different ones. I don't like the way it navigates: if I press c-R to refresh the display, it also repositions to the top of the page. And somehow the search function is even worse than firefox, though this may be a matter of habit. But then today I had the case where chromium refused to download a file without warning me. At the very least I should have had the choice.
I've tried alternative web browsers in the past, but more and more they're getting so complicated that none would do it right. For the time being I'll use two browsers in parallel to work around their individual bugs.
|
Heavy duty packaging
|
Topic: general, opinion | Link here |
Yesterday I managed to destroy the clock in the kitchen, so today Yvonne bought a replacement. Nothing overly interesting, except that I needed a screwdriver to unpack it: it was screwed on! Here the back of the clock after removal:
|
|||||||||||||||||||||||
Not only was it screwed on, but the screws tapped holes in the back of the clock body.
|
Chicken wings again
|
Topic: food and drink | Link here |
I'm out of pre-cooked chicken wings for nasi lemak. Today I had another 2 kg to cook.
In the past I have cooked them sous vide, but somehow I don't like the idea much any more. It's single use plastic, and it's messy. Why not just use the same marinade in the cooker without the plastic?
|
|||||||||||||||||||||||
Cooked them initially at 50° until some juices had run out, then at 80° for a total of 6 hours:
|
|||||||||||||||||||||||
I won't know until tomorrow whether that's enough.
| Thursday, 3 September 2026 | Dereel | Images for 3 September 2026 |
| Top of page | ||
| previous day | ||
| next day | ||
| last day |
|
Chicken wings ouvert
|
Topic: food and drink | Link here |
Deep fried my chicken wings this morning. They were perhaps a little firmer than in the past, but I can't make up my mind whether that's a good or a bad thing. As expected, the broth had gelatinized (here slightly torn in the middle):
|
|||||||||||||||||||||||
And there was much less broth than I had experienced in the past, only about 480 g instead of 800 g. Is that just because of the lacking sous vide cooking?
It was also the first time that I used my new single-egg frying pan. It was an experience. First, I pre-heat the pans before I put anything in them. But this one is so light that it heats up almost instantaneously on the induction cooktop, in a matter of seconds. So the egg frothed up:
|
|||||||||||||||||||||||
Worse, though, is how to get the egg out of the pan. I tried it with a silicone spatula, which worked, but...
|
|||||||||||||||||||||||
I'm not sure how to avoid that. The egg was so slippery that it wouldn't stay on the rice. I'm reminded of a restaurant example in Singapore:
|
|||||||||||||||||||||||
Should I learn from that?
|
More flash exposure discoveries
|
Topic: photography, food and drink, opinion | Link here |
Taking photos of the chicken wings presented more challenges than I expected. I take my kitchen photos with studio flash, and I've established the exposure needed for each area of the kitchen. The cooker was in the brightest area, near one of the flashes, and my exposure for that is f/16. With electronic flash the shutter time is almost completely irrelevant.
But the result wasn't what I expected:
|
|||||||||||||||||||||||
Even at f/11 it wasn't much better:
|
|||||||||||||||||||||||
Of course, that's the way they came out of the camera. After normal postprocessing they were almost indistinguishable:
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
But in that cooker f/8 looks more appopriate.
|
Spring flowers
|
Topic: gardening | Link here |
There's not much to like about our garden, but for a few days a year the north bed looks good:
|
|||||||||||||||||||||||
| Friday, 4 September 2026 | Dereel | Images for 4 September 2026 |
| Top of page | ||
| previous day | ||
| next day | ||
| last day |
|
More bank account pain
|
Topic: general, technology, opinion | Link here |
The Unix Heritage Society is an interesting organization. We're registered as a charity in Victoria, but nearly all our expenditure is in the USA. We clearly need a bank account, and as an Australian organization, it should be in Australia. But transferring money to the USA costs money just for the transfer. Who charges the least? I went through this exercise five years ago. The cheapest was “Wise”, formerly (and more understandably) “Transferwise”, and the most expensive was the Commonwealth Bank of Australia, who would have charged fully 5.4% more than “Wise”.
What's the situation today? After considerable research, I still don't know. Five years ago I was able to establish the exchange rates on which the banks based their charges, but I can't find that any more. All I was able to establish was that most banks charge 3% fees over and above an unspecified exchange rate; only CBA charges 3.5%. But are they all based on the same base exchange rate? One thing is sure: despite advertising to the contrary, “Wise” will not accept us as a customer, so it looks like we're going to have to bite the higher fees.
|
More weather station pain
|
Topic: technology, general, opinion | Link here |
Checking the weather this afternoon, discovered that the weather station had stopped logging. What a pain this device is. Into the lounge room, where it's located, planning to hard reset the device. But that wasn't necessary:
|
|||||||||||||||||||||||
I'm reminded of old cartoons showing cleaning ladies pulling the power plug on a computer to plug in their vacuum cleaner.
|
First tomatoes of spring
|
Topic: gardening, food and drink | Link here |
I never cease to be amazed how late our tomatoes ripen. I'm told that they should start yielding in early summer (December, say), but in practice we don't get much before the beginning of autumn (March). But today was the first time that I picked some after the beginning of spring:
|
|||||||||||||||||||||||
We've had late tomatoes before, but not this late, and not this good. And they were bitter.
| Saturday, 5 September 2026 | Dereel | Images for 5 September 2026 |
| Top of page | ||
| previous day | ||
| next day | ||
| last day |
|
Goodbye Bruno, take 2
|
Topic: animals | Link here |
It's been 2½ months since we gave Bruno to the Sayers. That didn't work out, and they returned him 2 weeks ago. Now that the dog run is cat proof, I had hoped that we could keep him, but somehow he has changed. In any case, I grudgingly accepted Yvonne's desire to rehome him again, even though he was just making friends with Mona again:
|
|||||||||||||||||||||||
Still, Emily Binks came again, this time to pick him up, and Bruno was happier:
|
|||||||||||||||||||||||
She brought some bribes with her:
|
|||||||||||||||||||||||
Hopefully that will work out. Once again we have a two month grace period.
|
Impromptu Chinese dinner
|
Topic: food and drink, opinion | Link here |
We changed our Saturday night dinner at relatively short notice. What did we have? Asparagus and “Peking flavoured duck breasts”. Neither very difficult to make. I have developed a relatively simple recipe for asparagus and prawns over the years, and we've already eaten the duck, which just requires heating, and found it good.
But it's so much! Admittedly, only 100 g of asparagus after trimming, but the same amount of prawns. What do you eat with the duck? In the end I tried “roti” “wraps” with the duck, and sure enough, we only ate (most of) one of the two breasts. But I must have spent more time thinking about it than preparing it.
| Sunday, 6 September 2026 | Dereel | |
| Top of page | ||
| previous day | ||
| next day | ||
| last day |
|
More MySQL edit pain
|
Topic: technology, opinion | Link here |
Mail from Michael Hughes, suggesting that I try phpMyAdmin for editing MySQL tables: “it lets you browse the database and double click on a column for a record to edit it in place. You can also check multiple records and do an edit. This will bring up a new page and you can edit all the records at one time”.
It still requires selecting the columns, not quite what I was looking for, but it's worth a try, though the name suggests a strong similarity with phpMyEdit.
First, find it in the Ports Collection, preferably a package. phpMyAdmin? No, that's too simplistic. OK, how many ports can there be?
=== root@dereel (/dev/pts/1) /var/log/www 363 -> pkg search php | wc -l
3632
That's over 60 pages of listing! More searching and came up with phpMyAdmin5-php86-5.2.3. The usual installation, including
=== root@dereel (/dev/pts/1) /var/log/www 370 -> pkg install phpMyAdmin5-php86-5.2.3
New packages to be INSTALLED:
...
phpMyAdmin5-php86: 5.2.3
talloc: 2.4.1_1
Installed packages to be REMOVED:
samba423: 4.23.8_1
talloc243: 2.4.3
tevent017: 0.17.1
Once again ports to be removed rather than upgraded! And in this case, it removed a newer version of talloc (is that Tridge alloc? Yes, it seems). OK, I know why I did this on dereel rather than a machine I really need. And I can always reinstall samba:
=== root@dereel (/dev/pts/1) /var/log/www 371 -> pkg install samba423
Checking integrity... done (1 conflicting)
- talloc243-2.4.3 conflicts with talloc-2.4.1_1 on /usr/local/include/pytalloc.h
New packages to be INSTALLED:
samba423: 4.23.8_1
talloc243: 2.4.3
tevent017: 0.17.1
Installed packages to be REMOVED:
talloc: 2.4.1_1
Done! Now run it:
=== root@dereel (/dev/pts/1) /var/log/www 372 -> phpMyAdmin
su: phpMyAdmin: command not found
Oh. Where is it? The message printed after install showed nothing of use, and neither did the pkg-plist. Why don't these messages point at some kind of documentation? In the end I had to ask Google Gemini, which came up with a surprising list of actions necessary, including reconfiguring the web server: it seems that phpMyAdmin is only accessible via the web. Completed the tasks and tried to access http://dereel.lemis.com/phpmyadmin.
Go away, kiddie
This server is not a toy, and you can't break in to it. Go and play in somebody else's sandpit. We will report the following information to your ISP:
URL http://dereel.lemis.com/phpmyadmin
Remote host hydra.lemis.com
Remote IP 192.109.197.129
Client Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36
Oh. That's mine, hidden somewhere in the 404 document. It can only happen when the path name doesn't exist.
FOOL! You wrote http://dereel.lemis.com/phpmyadmin, not http://dereel.lemis.com/phpmyadmin/. Try that and get a completely different result:
Fatal error: Uncaught Error: Call to undefined function filter_var() in /usr/local/www/phpMyAdmin/vendor/slim/psr7/src/Uri.php:271 Stack trace: #0
/usr/local/www/phpMyAdmin/vendor/slim/psr7/src/Uri.php(106): Slim\Psr7\Uri->filterHost('dereel.lemis.co...') #1
/usr/local/www/phpMyAdmin/vendor/slim/psr7/src/Factory/UriFactory.php(114): Slim\Psr7\Uri->__construct('http', 'dereel.lemis.co...', 80, '/phpmyadmin/', '', '', '', '') #2
/usr/local/www/phpMyAdmin/vendor/slim/psr7/src/Factory/ServerRequestFactory.php(96): Slim\Psr7\Factory\UriFactory->createFromGlobals(Array) #3
/usr/local/www/phpMyAdmin/libraries/classes/Http/Factory/ServerRequestFactory.php(92): Slim\Psr7\Factory\ServerRequestFactory::createFromGlobals() #4
/usr/local/www/phpMyAdmin/libraries/classes/Common.php(87): PhpMyAdmin\Http\Factory\ServerRequestFactory::createFromGlobals() #5
/usr/local/www/phpMyAdmin/index.php(40): PhpMyAdmin\Common::run() #6 {main} thrown in /usr/local/www/phpMyAdmin/vendor/slim/psr7/src/Uri.php on line 271
OK, I tried this as a simpler solution to the problems I've had with Clutch. But Clutch looks as if it would be better if I could get it to work. I'll continue there, if I don't just give up.
|
Bloody VicRoads again!
|
Topic: general, opinion | Link here |
It's time to renew the registration for Yvonne's car. Today I received a renewal notice. The most important line:
No concession discount has been applied
Can't these people do anything right? I've been fighting this terminal incompetence for nearly a year:
And this is still a problem. What do I do? First step will be a formal complaint, I think.
|
Wine too sweet?
|
Topic: food and drink | Link here |
I've been buying wine online for coming on 8 years now. The original experience wasn't positive, but I've come to like it. Originally I bought it from McLaren Vale Cellars, but they have been getting progressively more expensive. Recently I found a new supplier, Dozendeals, who are considerably cheaper. Recently I received two cartons of red wine at only half the price of McLaren Vale, and I don't think that the McLaren wine was better. Maybe it's related to my fading sense of taste, but my taste is not that bad.
But today I found a wine that didn't match my palate: Eyre & Vine, too sweet for my liking. Not a real pain: it's not that bad, and they have other wines at the same price which I do like. But how do I keep track of these things?
| Monday, 7 September 2026 | Dereel | |
| Top of page | ||
| previous day | ||
| next day | ||
| last day |
|
Braving VicRoads again
|
Topic: general, technology, opinion | Link here |
Nothing for it, I need to contact VicRoads. Login.
Sorry, there was an error trying to log you in. Please try again in 10 minutes. If you continue to experience issues please call VicRoads on 1300 650 266.
Now doesn't that look like a known problem? I tried again in 10 minutes and continued to
experience failures“issues”. OK, this kind of web site delights in forgetting
passwords. Let's reset it. At least that worked, but I still couldn't log in with the
password that I had just set.
Is it maybe browser-related? That was with chromium. How about firefox? Yes, it seems so:
We're sorry - an error has occurred.
That's not the same message that I got with chromium. Why not? In any case, I discovered that you can send “feedback”, and did so:
I have been trying for over a year to have concessions applied to both our cars. Every attempt finally works after hours on the phone, but then the next time the concession is removed again. Please ensure that our concessions are applied to ZWT400 and YLS189, as promised many times. Please respond by CoB Friday, 11 September 2026.
I also note that your login system appears to be broken. After resetting the formerly correct password, it still doesn't work on Chromium, and the message produced suggests that the issue is know ("please retry in 10 minutes"). On firefox I get the message that the password I had just set was incorrect.
And at least that message got through to a certain level:
We’ve received your enquiry, and your reference number is RLS00335366.
That was an enquiry? Let's see if anything comes of it. Otherwise it'll be a formal complaint over the weekend.
| Wednesday, 9 September 2026 | Dereel | |
| Top of page | ||
| previous day | ||
| next day | ||
| last day |
|
More TUHS fun
|
Topic: general, technology | Link here |
Spent more time today with TUHSI activities, without achieving very much. We really need to get this description up, but it's much more painful than I thought. And how do we report the minutes of the committee meetings? Currently it looks like establishing people present, apologies and missing people, and accepting our email correspondence. So that would involve at least analysing the email. I need to get my head around how to do this.
|
VicToads answers
|
Topic: general, opinion | Link here |
An answer from VicRoads to Monday's resolution request. It appears to have been pieced together from related boilerplate, including multiple cases:
We trust that our reply provides you with the information on how to proceed.
Thank you again for contacting VicRoads, we trust this information has addressed your enquiry.
Thank you again for contacting VicRoads, we trust this information has addressed your enquiry.
The most important part is:
NOTE: Please do not reply to this email as the mailbox is unattended.
In other words, every time I need a written response, I need to go through this rigmarole.
The content itself looks dubious. It starts by repeating what I had stated
Thank you for your email about applying for a registration concession on your vehicle. We trust that our reply provides you with the information on how to proceed.
If you have a valid concession, you (or your spouse or domestic partner) may be able to get a discount on your vehicle registration. A concession card can only be used for one private use vehicle per registered operator only.
If your spouse has a concession card, you can apply to your vehicle as the spouse as long as the spouse has no concession on a car in their name.
Each time it is due to renewal with 2 cards assigned you will need to attend a call centre to adjust which card is noted in the system and assigned to the car. As when the other is paid it will be removed from being eligible to pay online with the discount.
It may be easier to transfer the vehicle your spouse has their concession card attached to into their name/ Vicroads record. Payment would not need to be adjusted each registration period with alternative concession cards.
If you have a myVicRoads account you can now submit your Registration Concession to VicRoads online.
Alternatively you can attend a Customer Service Centre in person to have your concession details sighted and applied to the registration.
For more information on how to have your concession card applied please use the following link https://go.vic.gov.au/r2hHgv
Somehow this doesn't make sense. Why does it need to be changed every time? My guess is that this is the understanding of the person who answered. Yes, maybe it would be easier to “attend a call centre”, but they first suggest that it is necessary (why?), and then say that I can do it online. And in the past we have been able to do it by long and painful phone call. And is there a difference between call centre and Customer Service Centre?
And if that wasn't contradictory enough, it continues:
After confirming the details provided in your enquiry, we have successfully been able to upgrade your myVicRoads account.
You will now be able to see your licence under the 'Licences and Learner Permits' section of your account. This will display your current licence status, demerit points and more. You will also be able to access your myLearners App and begin logging your hours.
What do driver licenses, and especially ”myLearners”, have to do with this matter?
So what do I do now? First, calm down a bit. Then I suppose I can try to access the web site, if it's feeling cooperative today. They didn't even address the login issue.
What a pain!
| Thursday, 10 September 2026 | Dereel | Images for 10 September 2026 |
| Top of page | ||
| previous day |
|
Another renaming
|
Topic: general, multimedia | Link here |
Donald Trump has this obsession of changing names to “America”, apparently in the misguided assumption that this automatically means “USA”. Thus the Gulf of Mexico (clearly in America) became the “Gulf of America”, and Lake Ontario became “Lake America”, at least in the USA.
But some people have seen the writing on the wall and reacted pre-emptively. The TV programme South Park has seen the writing on the wall, and is now called South America.
|
The truth about 9/11
|
Topic: politics, history, fiction | Link here |
It's coming up to the 25th anniversary of the terrorist attacks on the USA, and the whole world is talking about it. There seems to be less emphasis in why they chose to do this, killing themselves in the process. We will see how they choose to observe the anniversary in Iran.
But this anniversary is different. The greatest US president of all time has got up on his hind feet and claimed involvement. Does anybody believe him? Of course not.
But he was involved. Matin Tatari, my old friend from my student days in Hamburg, was involved in the attack, and he has told me in private about the background of the attacks. Trump, then active in real estate, was annoyed that there was a bigger building in New York City than his own Trump Tower. It must go! It's not clear whether he knew that there were other buildings in New York that were also bigger than Trump Tower, or whether he had intended to remove them too.
And who better to do it than a group of Islamic terrorists who would kill themselves in the process, thus avoiding any possibility of them testifying against him? And of course the date was symbolic: 911 is the US American emergency phone number. I wonder how long it will be before the truth comes out. Just recently Trump mistakenly referred to “7/11”. Most people thought that he was confusing it with the US department store, but that was really the date that he had decided on the plan. And for once he was not primarily trying to extol himself: he was trying to divert attention away from his real role in the event.
|
Bread again
|
Topic: food and drink, opinion | Link here |
I've been baking my own bread for 18 years, 17 of which used sourdough. But our eating habits are changing. In those days we would get through a 30 slice loaf in a week or two. Now we eat various kinds of bread. Yvonne eats almost no home-baked bread, and I only eat a couple of slices a week. I baked my last loaf on 20 April 2026, nearly 5 months ago, and the sourdough starter was already looking weak. Replace it? It no longer seems worthwhile. How about using yeast? The twins came up with a surprisingly detailed recipe which looked similar enough to mine to be plausible. So today I tried that.
| quantity | ingredient | step | ||
| 15 g | dry yeast | 1 | ||
| 5 g | sugar | 1 | ||
| 990 g | rye flour | 2 | ||
| 180 g | wheat flour | 2 | ||
| 60 g | caraway seed | 2 | ||
| 20 g | salt | 2 | ||
| 1000 g | water | 3 |
Most of the quantities are the same as previously, but there was less water. The twins had wanted 910 to 960 g of water, but my last loaves have used 1085 g. Today I started with 1000 g and found it sufficient; I later noted that years ago my water quantity was round 955 g, so the Gemini quantities look appropriate.
The other difference were the baking times and temperatures. In the past I baked at 220° for 20 minutes, then 170° for 80 minutes. Gemini wanted 240° for 15 minutes and then 200° for 35-45 minutes, and to use a temperature probe to determine the end (98-100°).
How did it go? I didn't think to take photos at the beginning, but towards the end it looked like this:
|
|||||||||||||||||||||||
And how about that, the temperature hit 98° just as the hour was up.
That's just barely light enough; I had worried that it might burn. But it disproved my concerns that it might not rise enough (claimed by Gemini) and that the yeast would no longer be active enough. It was 2 years out of date; I found 2 other packets that expired in November 2004 and April July, but I threw them away.
Do you have a comment about something I have written? This is a diary, not a “blog”, and there is deliberately no provision for directly adding comments. It's also not a vehicle for third-party content. But I welcome feedback and try to reply to all messages I receive. See the diary overview for more details. If you do send me a message relating to something I have written, please indicate whether you'd prefer me not to mention your name. Otherwise I'll assume that it's OK to do so.
| Top of page | Previous month | Greg's home page | Today's diary entry | Greg's photos | Copyright information |