Matthias Maurberger (@mcmaurberger) 's Twitter Profile
Matthias Maurberger

@mcmaurberger

freelance developer. opinions: strong; references: weak; responsibilities: unowned;

ID: 1166388534468644867

linkhttps://sudrocket.de calendar_today27-08-2019 16:35:51

251 Tweet

76 Takipçi

396 Takip Edilen

Matthias Maurberger (@mcmaurberger) 's Twitter Profile Photo

Since Apple marketing borrowed from The VVitch Movie I guess it's safe to say that this year's #wwdc24 will be creepy, horrifying and generally unsettling.

Since Apple marketing borrowed from The VVitch Movie I guess it's safe to say that this year's #wwdc24 will be creepy, horrifying and generally unsettling.
Marcel (@marxallski) 's Twitter Profile Photo

No video editing skills? No problem! I create all my videos using Apple Keynote. That's right! Keynote isn't just for presentations. You can make amazing videos too. Here's how: 👇

Kyle Ye (@kyleswifter) 's Twitter Profile Photo

SwiftUI heavily rely on the underlying AGAttribute reuse for its List implementation. Add the following code to your app to turn on the reuse fail os_log. And then filter subsystem: "com.apple.SwiftUI" and category: "GraphReuse" in Console.app.

SwiftUI heavily rely on the underlying AGAttribute reuse for its List implementation.
Add the following code to your app to turn on the reuse fail os_log. And then filter subsystem: "com.apple.SwiftUI" and category: "GraphReuse" in Console.app.
Patrick Dubroy DONE HERE (@dubroy) 's Twitter Profile Photo

Just one more week until the first edition of Homebrew Systems Club! Come join us next Sat for talks by Thorsten Ball, Tomás Senart, Mariano Guerra, and myself. Details here: lu.ma/je6q8qzq We still have room for two short (5m) demos/⚡-talks! Lmk if you're interested.

Matthias Maurberger (@mcmaurberger) 's Twitter Profile Photo

Just used this to successfully debug a problem in my code (Unsafe pointer conversions in Swift): So cool, yet so humiliating. "Hold on...", "Wait a second....", "That's an immediate red flag..."

Armin Ronacher ⇌ (@mitsuhiko) 's Twitter Profile Photo

“Celebrated are the minimal dependencies, the humble function that just quietly does the job, the code that doesn't need to be touched for years because it was done right once.” lucumr.pocoo.org/2025/1/24/buil…

Piers Morgan (@piersmorgan) 's Twitter Profile Photo

The only winner from today’s Oval Office debacle is Vladimir Putin… and anyone who thinks that is a good thing for the world is stunningly deluded.

WebAssembly from the Ground Up (@wasmgroundup) 's Twitter Profile Photo

Excited to announce the official launch of our online book, WebAssembly from the Ground Up! 🎉 It's the book we wish we'd had 3 years ago. No messing with tools and frameworks. It's a hands-on guide to the core of Wasm: the instruction set and module format. Link below. 👇

Excited to announce the official launch of our online book, WebAssembly from the Ground Up! 🎉

It's the book we wish we'd had 3 years ago.

No messing with tools and frameworks. It's a hands-on guide to the core of Wasm: the instruction set and module format.

Link below. 👇
Filip Jerzy Pizło (@filpizlo) 's Twitter Profile Photo

If you have Swift code, you should rewrite it in C++ so that: - It's safer (C++ is more memory safe than Swift) - It's faster - It builds faster (assuming you use Fil-C as the C++ implementation, all of the above is true.)