I will be in Paris for a few days soon with probably a day to spare, does anyone have some recommendation for things like: ! interesting telco/science stuff ! architecture (see photos I post sometimes) ! decent parks (also see photos I post sometimes) Not a massive museum person, but could be convinced if it's super "up my alley" Friendly hackspaces or similar also work!
benjojo rss
Hope you never notice the outages I cause. Knows where the RFC2616 bodies are buried. recurse.com SP'2 18 / "The bgp.tools guy"
He/Him despite the allegations
Follow me using: @benjojo@benjojo.co.uk in your client
Every sign has a story, and I am wondering what the one was that lead to this check and error (from https://www.youtube.com/watch?v=O1AcfyXf108) This has a very similar vibe to SunOS's PREPOSTEROUS_YEARS being 2021 and above
Whenever I use AliExpress I realise that my own website's search engine is not as bad as it could be
haha, golang compress/gzip wat? Results in Magical level 6 compression I guess
package main
import (
"bytes"
"compress/gzip"
"fmt"
)
func main() {
data := bytes.Repeat([]byte{0x00}, 64<<18+1)
for lvl := -2; lvl <= 9; lvl++ {
var b bytes.Buffer
w, err := gzip.NewWriterLevel(&b, lvl)
if err != nil {
continue
}
w.Write(data)
w.Close()
fmt.Printf("level %2d: %d bytes\n", lvl, b.Len())
}
}level -2: 2097189 bytes
level -1: 32884 bytes
level 0: 16778522 bytes
level 1: 16628 bytes
level 2: 16628 bytes
level 3: 16627 bytes
level 4: 16627 bytes
level 5: 16627 bytes
level 6: 32884 bytes
level 7: 16304 bytes
level 8: 16304 bytes
level 9: 16304 bytes
Ah polderbaan'd at AMS once more
Fedi god help me I am looking at another job of {A lot of a mixed type} of a thing on ebay and the last time I did this I ended up with what a pallet of PCIe cards that was easier to measure in "{N} tesco bags of NIC/HBA/etc" But it's so tempting...
I don't know how to feel about being able to near-instantly identify the actual main chip in a PCIe NIC by just the PCB/component layout alone
The computer knows I am working on personal projects again
New found sympathy for the GitHub actions ops people after setting up and running everything via a Forgejo CI runner, like damn this workload sucks it churns [CPU/Disk Wear] like crazy
The UK Goverment petition website is a gem sometimes
I get that every software company just becomes a feature factory and the product gets slower/bloated because of it, but holy hell the stripe dashboard feels like wading through a 2000's Oracle application these days. Single customer look ups sit there for ~5 seconds contemplating what I can only assume is the horrors of the internal dashboard application And I'm not a large account by all means, no idea how about it is for the rest of the world
While doing a call out job this weekend I got to spend some time walking around the telehouse area and taking some A* future generic stock photos
This pigeon looks like they are done with it all
Reading back old (2018) n-gate.com posts and oh man... if it felt that the future looked stupid, 2018 HN looks almost reasonable/ironically prophetic now with "benefit" of hindsight
Messed up a bgp.tools deploy and ended up triggering a panic() on every single HTTP request (sorry if you were caught up in that!) Anyway I now know that my panic() reporter that sends a blob to my XMPP clients buffers enough data that my phone will trigger enough push notifications that even if the standard paging stuff fails, my phone will quite literally vibrate off the desk (as I am slowly watching it do while I type this out)
omfg this is how people end up downloading vendor tooling with free implants, come on guuuuuys Surely there is no reasonable universe where you need to know who I am to download this, I am not going to build a nuke out of IPMI tooling
Quite possibly every meal could be a caramelised onion meal if they didn't take such a large amount of babysitting to catch them from deciding that now is the time to perish/burn
💸 https://social.bgp.tools/@transfers/statuses/01M1BW2AAQD7JC9XQDAK9XKWAN
"EE Limited" transferred 31.99.153.0/24 to "Port 179 LTD"
Horses roaming around on the Andorra/Spain border
I popped into the corner shop earlier and noticed this incredibly strange Fanta (A) Extremely cursed flavor (B) All of the text is English, but it seems that it is a Chinese SKU? (It references Chinese nutritional information) Maybe some localisation thing going on that I don't understand, all a bit strange
So I bought a couple of new power distribution unit's for upcoming upgrades and after all of the boring software upgrading and set up I figured now is the best time to figure out exactly (since the metering on these are supposedly very good) how many watt hours a cup of tea is. 60wh apparently! For a single cup of tea
benjojo
reposted 28 Aug 2026 14:35 +0000
original: thisemailfindsyou@mastodon.social
I hope this email finds you, no matter how much you run, no matter how well you hide.
It has been 0 days since I last had to get out the name guide to avoid looking like a idiot I highly recco this PDF, even though it's aimed at Anti-Money-Laundering it's super interesting in general
wtf does the internet bandwidth supplier think I can do with their internet bandwidth
“Restricted End-use" means military use; use in connection with chemical, biological or nuclear weapons or other nuclear explosive devices or the development, production, maintenance or storage of missiles capable of delivering such weapons; use in connection with Iran's enrichment-related, reprocessing, or heavy water-related activities; or any other end use prohibited under
With browsers now defaulting to HTTPS and HSTS (Bonus points for preload) is there actually any point to listening on port 80 anymore for most websites? I can only think of one use case, and that is to easily do ACME validation I'm wondering if I should setup a 30 day benchmark to see if anyone actually needs the http redirector on bgp.tools now
Keep forgetting that my honk (fedi software) send out stuff to inboxes so aggressively that if I reply to someone I end up nuking the instance for ~3 mins. I need to actually click on a persons profile before pressing reply (otherwise it's inaccessible for a while) Also seemingly a lot of (especially) self hosted fedi instances are made out of thin biscuits
Adding to my stock pile of album art This coot standing on a floating foam floor tile just chilling in the dock
DZ: LLM and it's consequences
Sometime last year I mentioned about how almost every new website looks like the same tailwind.css stuff I suppose the 2026 version of is this generic LLM dashboard that everybody seems to go for, which is "understandable" because this is basically what a model will poop out with literally no guidance, for some reason all the same color schemes, font, styles, strange "live" (or similar) pill at the top etc. It's so tiresome, at this point I would like to see literally anything elseDZ: LLM and it's consequences
While I appreciate the Kagi AI Generated tagging, maybe tagging the whole of Google Cloud Storage (IE, google S3) as possible AI is a bit overkill lol
Uncanny ability to start the dishwasher and only then discover all of the glasses I missed around the flat
One of the bigger mistakes of the RIR/Internet Addressing world was allowing non CIDR aligned stuff to exist on v4, all be it that sin was committed a long time ago (and you could argue they knew no better...), but my god it's such a bug magnet. Huge hate for the fact that you have to support two kinds of IP blocks, a range
1.2.3.4 -> 1.2.3.7 and a CIDR 1.2.3.0/24
Cor! I don't see this very often, a service running long and hot enough to be measured in CPU years Naturally of course it is the process that translates one large data stream of JSON into a difference data stream of JSON. Most code and cycles is basically just moving one form of data representation (JSON, XML, SQL Rows) into another form of representation (JSON, XML, SQL Rows, HTML, etc)
# systemctl status xxx.service |& grep CPU
CPU: 1y 4month 4d 18h 54min 18.422s
It has been 0 days since I last booked the wrong dates on a event...
It sucks so bad that Eurostar London<->Paris is literally 2.5 times the price of flying Like it is nicer, but if you are being tight then that is kinda shitty, esp for a worse train station experience (Eurostar inside the station always seems to be a bit of a disaster)
I wonder how many times this warning image has round-tripped whatever editing tools to the point where it now looks like this (and basically unreadable)
Rain! In London! Man outside smells so good right now
Tried to migrate corp stuff to forgejo, it seemingly tried to follow some very dead PR/Issue and break the import with no way to skip/continue. I guess github can keep going for a while for now, given it's that or "lose all of the github issues" Bleh.
The cooler weather means that the afternoon tea is no longer unthinkable, productivity soon to follow
🤔 Are ad blockers a GDP increasing thing or a GDP decreasing thing? On one hand, less distracted people presumably do better productivity, but on the other hand adverts are generally there to get people to buy stuff (thus increasing GDP)
Barbecue in Equinix Frankfurt FR5 anyone? Just leave the stuff in there and I am sure it will cook just fine
At the moment, the switching components are at approximately 85°C and the CPU temperature has reached around 105°C, with both still increasing.
Ceph's thresholds for what deserves going into CEPH_WARN state is always curious. For example: Like, ok, cool So I go and look at the sled that has that OSD on it, and run "dmesg" as a general vibe check. Cool, /dev/sdh is the drive that seems to be flapping every few days. Actually, nope! Ceph had picked up that a totally different drive had returned 3 read errors in 24 hours, that triggered CEPH_WARN. But a totally different OSD just falling off, and coming back for a week+ (and the SMART has a lot of (successful) reassigned sectors), not worth even slightly talking about. Curious software
BLUESTORE_SPURIOUS_READ_ERRORS: 1 OSD(s) have spurious read errors
benjojo
reposted 14 Aug 2026 18:29 +0000
original: tmcfarlane@toot.community
I'm slightly tickled by the fact that somewhere in the UK right now there's at least one knob head with a disposable barbecue that thinks that message was just for them and is probably hiding in a hedge waiting for the Black Helicopters to turn up.
Jesus fucking Christ. I thought I was about to get nuked
Some eclipse photos from yesterday as seen near Zaragoza, Spain You can understand why if someone from the 1500's saw this they would either see a bad omen or affirm their belief in god. My camera can't do the eclipse justice, a true live demo in the dynamic range of the human eye!
I'm popping in to AliExpress, Does anybody need anything?
Hope the sun doesn't do anything weird today