Gigi is a happy mess.

A 3 lb Maltese dog sits between some pillows. She’s staring at the camera, fuzzy white fur, big black eyes and a pink tongue hanging out the side of her closed mouth.

If I bought this, “everyday" would mean “…for the rest of my life, and you’ll have to bury me in it.”

Picture of a normal-looking shirt:
&10;
&10;“Best everyday v-neck t-shirt
&10;
&10;$15,202 at its website
&10;
&10;Pros:
&10;
&10;+ Buttery soft fabric
&10;
&10;+ Has a hint of stretch to move freely
&10;
&10;Cons:
&10;
&10;x Not the most stylish pick”
&10;
&10;Not mentioned:
&10;
&10;+ Grants the ability to fly

Sometimes Rust makes me so happy. I wrote this over the weekend:

let embedded_data = include_bytes!("../static/data.bin");
let my_set: HashSet<&[u8]> = embedded_data[7..].chunks(10).collect();

It does this:

  1. Read a binary file and embed it in the final executable as an array of bytes.
  2. Create a HashSet (Python folks: a set() of items of a specific type) where each element is an array of bytes.
  3. Skip the first 7 bytes of the binary file using Python-like slice notation.
  4. Create an iterator that emits 10-byte portions of the rest of the file, one at a time.
  5. Collect all the values from that iterator into… oh!, a HashSet<&[u8]> because Rust can tell what the type of the target variable is, so why make me repeat myself?

Rust isn’t magic. Other languages can do similar things if you poke at them enough. It’s more that 2 lines of builtin Rust can readably implement a reasonably sophisticated set of operations that get compiled into a static executable. That’s a very pleasant combination of features.

The hen is very curious about my lunch.

A black hen stands in the shadow of a back yard shelter. She’s watching very closely to make sure the diner isn’t up to shenanigans.

Today’s spam starts:

How are you doing? I’ve been following you on LinkedIn for a while now and wanted to reach out to say that I absolutely love your background. I have a Business Opportunity that I would like to discuss with you for mutual benefit.

That’s a new one for me.

My wife took a vow to put up with me 25 years ago today. Since then, she’s been my ride-or-die best friend through our many grand adventures. We didn’t always know how they’d work out. We’ve always gotten through them together. I know there’s nothing too big for us to face side by side.

Here’s to the next 25, my love, and all the others after that.

Project dream 1:

  • Toss and turn all night, thinking of a million things to be done, going in deep to solve some hard problems.
  • Wake up and remember none of that exists. Relax. Laugh.

Project dream 2:

  • Same as above.
  • Remember, oh yes it does.
  • Desperately make notes before it goes all Xanadu to your Coleridge.
  • Sit in a cold, panicked sweat for a little while.

It’s been a long week already, it’s Tuesday, and I haven’t even returned to work yet.

We survived Def Con. Barely. It was about as much fun as I’m physically able to tolerate in 1 week. Highlights:

  • Meeting many online friends and finding out they’re all delightful in person.
  • Seeing it all through my first-time-attendee wife’s eyes as we meandered through it all.
  • Coordinating, conspiring, and scheming face-to-face.
  • Being on the team taking 2nd-place in the EFF Tech Trivia contest.
  • Oh yeah, the parties.

We’re both happy, grinning, utterly exhausted, energized, and ready for next year.

Best Buy’s new anti-privacy practices are even more awful than before. They’ve lost any business I’d ever be sending them after this.

Do Not Sell My Personal Information&10;You're opting out of the "sale" of personal information.&10;Here's what you need to know:&10;• We can best honor this request if you are logged in to a Best Buy account.&10;• When you submit this request, we'll place a cookie on your browser to opt you out of the&10;"sale" of your personal information from BestBuy.com.&10;• This cookie will only take effect on this device, with this browser. If you visit BestBuy.com with a different device or browser, you will need to make the request again.&10;• If you use our mobile app, you'll need to activate the Do Not Sell function of the mobile app - your submission here won't impact the app.&10;• If you later delete or clear Best Buy's opt-out cookie, you'll need to submit a new opt-out request.&10;Send

Def Con badge acquired. Most of the way through the merch line; another 4 hours at most.

A roughly cat-shaped clear badge with electronics inside, displaying a Gameboy-style game. It’s glowing with bluish LEDs, except for the red left eye.

Hallway.

A very long, empty hotel hallway with 70s patterned carpet and grey walls. It looks like a render.

We made it to Vegas in 1 piece, ate a deliciously unhealthy lunch, checked in early (pro-tip: pay the $15 extra for a room upgrade if given the option), and set up the WiFi router that lets all our devices connect to the Internet at the same time without paying an arm and a leg every day.

It’s been a buy morning. Now we rest, re-caffeinate, and then hit the strip.

DEF CON is nearly upon us. Today we’re finishing our packing, checking into flights, finalizing plans to meet with friends, and twiddling our thumbs until it’s time to go to bed and wake up early.

Hope to see y’all there!

Amazon sent me an email about their new “Amazon One” service:

Amazon One is a fast, free identity service that allows you to pay using only your palm at all Whole Foods Market, Amazon Fresh, and Amazon Go locations. Your Prime member discounts will be automatically applied when you checkout at Whole Foods Market.

I was raised in an evangelical Christian household, as are somewhere around 25% of Americans. I can say with authority that a huge percentage of the US believes that paying with a “mark” on your hand, or forehead, is a certain indicator that the world as we know it is about to end. I do not believe this. I personally know plenty of people who do.

Things like this from a major brand always surprise me. I find it hard to imagine that the focus groups it surely went past didn’t have at least a few people saying “no, I won’t use this, because it’s literally the work of the Antichrist”.

My last work day before Def Con. I’m getting so excited and a little anxious! I’m going to see a lot, learn a lot, maybe teach some, and reunite with some of my favorite people in the world.

“Summer camp”, indeed.

The email: Click here to enhance your account’s security with two-factor authentication!

Click.

The website: Please enter your phone number to receive your access code.

Cmd-W.

My friends and I are getting ready for the EFF Tech Trivia contest at DEF CON. We took a year off after winning in 2022. Now we’re returning to reclaim our bragging rights.

If the cupboard door is open, Jort will sense it and come running from across the house so she can climb in among the towels.

A brown striped kitty is poking her head out of a cupboard door. There’s a stack of colored towels behind her. It was straight and tidy until a couple of minutes ago.

Hi, person reading this who writes code that parses RSS or JSON Feed! Thank you for making neat tools that connect parts of the open Internet to each other!

But. Can you do me a favor, and gracefully handle a missing or empty optional title field? See the part of book.micro.blog/external-… about “No titles”. I think Manton Reece is 100% right about this. If a post doesn’t have a title, please don’t use the date or “Untitled” or (shudder) “Undefined”. Thank you!

So tell me about this dressage thing.

Well, a horse walks around.

Really fast?

No, just walking.

That’s it?

No, sometimes it stops for a little while.

It stops?

Yeah. Then walks backward.

Far?

No, just a little bit. Then it walks forward again.

Are you messing with me?

Nope.