Profile avatar
ayourtch.bsky.social
Embedded programming, some Rust, 3D-printing and active mobility. Hacking on fd.io by day at cisco. Release manager for VPP. CiscoLive Europe NOC - automating stuff. Bits of code: GitHub.com/ayourtch ; all posts are entirely only mine.
218 posts 222 followers 491 following
Regular Contributor
Active Commenter

Anti-Musk sentiments continue to rise worldwide. Tesla’s reputation continues to fall. #EndOligarchy #BoycottTesla

Found old 3502s in the depth of the lab, converted to standalone and hooked into my custom tooling. The logic is that having a very different entity that nonetheless runs IOS will be useful to make better config abstractions. No EEM nor TCL, so I had to make it call home using DDNS updates 😂

From 2014-17 I worked for a company that no longer exists. Over 2016 my boss got weirder, impulsive and wore sunglasses inside. My wife suspected drugs. In 2017 he fired me for questioning some of his decisions. No one got paid after I left because he'd raided payroll for drug money. That was it.

It is very hard to accept, but it is no longer safe to move EU governments & societies to US clouds. Not only is it dangerous to do so, it is also likely flat out illegal in the near feature. We're trading convenience for utter dependence on a mad king. It should stop. berthub.eu/articles/pos...

It would be a shame if millions of us spammed this address with gay porn, the bee movie script, or fed it into online spam email generators. A damn shame.

Finally got myself to fix my “luggage rack deluxe”: the higher lever of the thick profiles has cleanly cut the end of the original luggage holder. However, turns out two U-shaped steel wires are a good way to fix it - one to replace the original end, one to reinforce the first one.

Not a big leap from this to: “The U.S. is discussing the possibility of cutting EU countries’ access to M365 if Brussels doesn’t agree to [insane Trump demand].” Still think this is some extremely-unlikely, fringe hypothetical?

Le vélo offre la liberté promise par les publicités automobiles. 🤓 Petit #sautebouchon, de base, rue de l'Ecuyer à Bruxelles-ville (🇧🇪) 🎬 (x2) de @thomasanci.bsky.social

Did not realize that TFTP can work with a window. As such, here's the seemingly functioning TFTP server in less than 50 lines with OSIde. Gotta make it into UDP socket form rather than tap interface form, and try with IOS...

Two Ukrainian oppositional leaders: Petro Poroshenko and Yulia Tymoshenko (both hate Zelensky and hate each other) have publicly supported Zelensky, said his term prolongation is legit until the end of the war, and said elections are impossible now. Listen to Ukrainian opposition.

Again, I had the same orange pick up on my side from Merode all the way to ULB Solbosch (except for the yellow line where i cut through the small streets). My average speed was 15/20kmh (not an e-bike), for cars it's all at 50kmh limit. Impressive.

This is a pretty neat downloader. Just got my kindle collection backed up & liberated via Calibre.

Malgré la pluie… et les grincheux anti goodmove 😉

This looks super cool. Rust lifetimes are still something I haven’t yet fully grasped: github.com/cordx56/rust... Always love a good visualization.

The Washington Post refused to run this ad. Sure would be a shame if it went viral.

It is now possible to "Configure IPv6-only subnets and instances with DNS64 and NAT64" @GoogleCloud #IPv6 cloud.google.com/vpc/docs/con...

Are people finally waking up? The real fight isn’t about bathrooms or drag queens—it’s about who holds power & at whose expense. Culture war is just a distraction, keeping working people too busy fighting each other rather than noticing who’s actually robbing us blind: billionaires—not each other!

I'm a huge SQLite fanboy, which why I was pretty worried when my mailing list software was getting SQLITE_BUSY errors despite setting a timeout. Turns out databases and transactions are tricky. Here is an overview of what happens in various databases when multiple connections try to write. And […]

So much for free speech. Let's make this cartoon by @mluckovich.bsky.social go viral. I'm married to @tealcartoons.bsky.social so I might be biased, but cartoons have long played a vital role in shaping political debate - both past and present. This type of censorship is deeply troubling.

If you're an engineer that's curious about what it's like to scale Bluesky, give this pod a listen! Autumn and Justin are such fun hosts too

I will stop buying the kindle ebooks.

Some notes on the concensus-based MPHF, and also on tiny-pointers and the new near-optimal perfect hash tables. curiouscoding.nl/posts/consen...

Sheryl Crow has sold her Tesla and donated the proceeds to NPR. “My parents always said... you are who you hang out with”

“You didn’t just come up with a cool hash table,” professor William Kuszmaul remembers telling undergraduate Andrew Krapivin (pictured). “You’ve actually completely wiped out a 40-year-old conjecture!” https://buff.ly/4gySAOz

Back in the train from Amsterdam. It’s a great feeling to build a network for 15000 people as a part of great team, and thanks to IPv6-mostly WiFi to reach nearly 75% of IPv6 traffic internally. Hopefully Microsoft follows suit soon so we can get this number closer to 100% next year.

Native #IPv6 is just over 50% of traffic at #CiscoLiveEMEA network. However, since we are running IPv6-mostly on the main SSIDs, you view it on the inside, and add up the internal NAT64 traffic to IPv6 instead of IPv4 - and then the IPv6 share becomes over 74% !

Pleasant surprise at CiscoLiveEMEA - theeduroam SSID is also IPv6-mostly ☺️ My IPv6 heart likes! 😁🩵 #CiscoLiveEMEA (192.0.0.2 is the dummy IPv4 for the CLAT)

#CiscoLiveEMEA #BRKARC2093: Innovations in Silicon and Software - Defining the Next Generation of Enterprise Technology. Join #DaveZacks and I at 4:15 PM on Monday to get nerdy about #ASICs and #Software.

FYI, starting from rust 1.81 the sort_by() function panics if the supplied comparison function doesn't correctly implement a total order. Not what I would have expected. www.reddit.com/r/rust/comme...