Friday Night Dinner: Kin
Almost next to BBC Broadcasting House, Kin is a plant based restaurant. During the day it's a café with vegan snacks. In the evening it transforms into a modern restaurant with plant based dishes.
On a warm evening, we decided to sit inside in a fairly cool and quiet space. There were a few other diners enjoying the fine weather, eating outside. We usually avoid sitting outside as smoking and vaping tends to spoil the experience.
To start our meal, we shared the Sticky Cashew Tofu, and the Mushroom Skewers (on toast). The tofu was flavourful, and crispy, and the carrot dip added a bit more creaminess — this was my wife's favourite starter. The Mushroom Skewers were made up of oyster mushrooms, which were a little chewy to create some texture, and were served with an artichoke dip spread. Heaps of spring onion and chilli were tossed on top.
For her main, my wife chose the Cauliflower and Butter Bean Curry — Thai flavours and with roasted cashew nuts for texture, which she very much enjoyed. I had the Miso-Glazed Aubergine, which was served with cauliflower purée. The flavours were great, and the aubergine worked well with the cauliflower, but I found it mono-textural, lacking something crunchy as a contrasting texture. I also thought it was too much portion wise, but that was perhaps because we also already had starters too, or maybe we have smaller appetites. We were really full, so pudding didn't appeal, and we left to walk the fairly short distance to the tube.
When we left, it was a lot busier inside, and also a lot louder — perhaps a little too loud for our general liking.
All-in-all, we enjoyed a flavourful meal, and although most of the dishes had some texture, I found the aubergine dish lacking. But it's a good place for plant-based cuisine.
Friday Night Dinner: Poon's at Somerset House
Poon's is a stone throw away from the bustling Lancaster Place, in the New Wing of Somerset House. The room is bright, and has normal tables, a few high tables, and a communal style arrangement. We were seated at one of the high tables in the corner near the entrance, facing out with a good view over the interior.
At first glance the menu looks deceptively simple, but on closer examination there were many delicious options to choose from
We started with some pan-fried wind-dried sausage, which was slightly sticky, salty and delicious. We also shared a portion of The Hill That Amy Didn't Die On, a long-winded name for a prawn toast. But well done, and more like croquettes than the traditional flat shape — we're not sure that it actually involved bread.
For our mains I ordered the Char Siu, beautifully roasted pork belly with a sticky glaze. Some steamed rice was great for soaking up the juices. My wife chose the Steamed Catch of the Day. Today's was a Brill, which was presented whole, but taken off the bone for us. It was served with mushrooms — some of which were cut into strips and tied into little knots — and some greens. We shared more of these dishes than we would normally do.
We did not have space for desert as well, and instead enjoyed a digestive.
The meal was great, but it did end up being a little pricier than originally expected. But our digestive had something to do with that.
Poon's had a wonderful atmosphere, delicious food and welcoming staff, we'd definitely return and would recommend.
Shortlink
This article has a short URL available: https://drck.me/poons-kbj
Likes
❤️ Avery Monroe
Fail Faster
For a long time I have heard complaints that Xdebug, with its debugger enabled, slows down applications, even if there is no IDE listening.
I have never been able to reproduce this, as on Linux (and macOS), TCP connections to a localhost ports fail immediately if that port is not open.
Xdebug waits for up to 200ms when making a debug connection. This is configurable with the xdebug.connect_timeout_ms setting.
But if there is nothing listening, there should not be any delay, as it ought to be an immediate error.
I wrote a comment in an issue from 2024:
The error message
ERR: Time-out connecting to debugging client, waited: 200 ms.indicates that your network stack doesn't immediately reject the connection if it can't be made. That's usually due to a (misconfigured) firewall.
It turns out, that it is not a firewall, but that Windows itself behaves bad here. Instead of failing immediately, it does retry sending TCP SYN packets to try to establish a connection. This is pointless on the local loopback interface, as network packets cannot get lost.
Through a post by Daniel Stenberg on Mastodon, I found out the cause, and a solution.
He explains how it affects curl's Happy Eyeballs algorithm in a blog post from 2024. Although Xdebug does not use Happy Eyeballs, the underlying problem is the same.
Last week, Marcel Jamin wrote to the curl mailing list, with a solution. This solution disables the retry mechanism to establish a connection. And in turn that means, that there is no longer a delay on Windows either.
I have today merged a pull request for Xdebug which implements this solution. The patch is part of the upcoming Xdebug 3.6 release.
Shortlink
This article has a short URL available: https://drck.me/fail-faster-kbh
Likes
Comments
@blog I think it probably is a firewall issue really, unless Windows is ignoring the RST packets that tell it nothing is listening.
That's what happens on linux - the SYN is sent and gets an RST and that is reported as a connection failure with EPORTUNREACH but if you firewall loopback so it doesn't get the RST then you get the Windows behaviour of it retrying SYN packets.
There's nothing special about the loopback handling in linux.
Life Line
Merged pull request #1104
Drop support for PHP 8.1
Merged pull request #1103
Drop support for PHP 8.0
Merged pull request #1102
Upgrade composer for benchmarks
Merged pull request #774
PHP 7.4 has not been supported for a while
Fixed issue #1674: Inconsistent Path & Branch Coverage Reported
Merge branch 'xdebug_3_5'
Merged pull request #1101
Fixed issue #2436: Potential crash when remembering on which lines br…
I walked 8.0km in 1h30m48s
Footpath connectivity (and removing some useless/wrong ones)
Merged pull request #1063
Add 'make test-frankenphp' which also sets the current PHP version
Fixed issue #2403: Reinit debugger for requests in FrankenPHP worker …
Just stood outside for a few minutes and I got some actual rain drops on my head! The first in like two months. 🌧️ #ukrain
Updated a pub
I walked 0.8km in 10m30s
I walked 7.7km in 1h30m26s
I walked 6.7km in 1h7m37s
As I said yesterday, I never saw a Kingfisher hovering, but here is (some slightly blurry) evidence of one doing so.
#BirdPhotography #Birds #BirdsOfFediverse #Photography #Nature #NaturePhotography
Kingfisher Caught Its Lunch
This lovely chap caught a fish right in front of us, after hovering for a while.
It seemed pleased with itself, and instead of flying away to feed it to its kids, it ate it.
#BirdPhotography #Birds #BirdsOfFediverse #Photography #Nature #NaturePhotography
Looking at my photos from RSPB Rye Meads from yesterday, and literally the first one is of a Kingfisher projectile-pooing.
Such glamorous birds :-D Luckily, better photos were taken, and I'll share those soon.




Shortlink
This article has a short URL available: https://drck.me/kin-kbt