Swift Proposal: Objective-C Implementations in Swift https://mjtsai.com/blog/2024/05/10/swift-proposal-objective-c-implementations-in-swift/

#swift

Buf – Protobuf Editions are here: don’t panic

Most Protobuf users should ignore Editions and continue using proto3. If you become an early adopter, we’ve been working closely with Google to ensure that Buf will support editions as soon as they’re generally available.
— Weiterlesen buf.build/blog/protobuf-editions-are-here

#protobuf

Estimating Pi with Kafka Streams

Recently I wanted to learn a bit about Apache Kafka. It is often used as a way to do event sourcing (or similar message-driven architectures). An “add-on” to…
— Weiterlesen fredrikmeyer.net/2024/05/06/estimating-pi-kafka.html

#kafka

GitHub – Whisky-App/Whisky: A modern Wine wrapper for macOS built with SwiftUI

A modern Wine wrapper for macOS built with SwiftUI – Whisky-App/Whisky
— Weiterlesen github.com/Whisky-App/Whisky

#gaming, #mac, #wine

Jam | Build a bug-free product.

Report bugs in seconds, and get back to what you were doing. It’s as easy as taking a screenshot. Fast for you, and perfect for the engineers.
— Weiterlesen jam.dev/

#debugging, #javascript, #web

The Vary HTTP header

I try to constantly deepen my knowledge of HTTP and REST. Recently, I stumbled upon the list of all registered HTTP Headers. This post is dedicated to the Vary HTTP Header. The problem Two years ago, I wrote about web resource caching server-side. The idea is to set up a component between the client and the upstream to cache previously computed results to avoid overloading the latter. Depending on your infrastructure and requirements, this component can be a reverse proxy or an API Gateway. H
— Weiterlesen blog.frankel.ch/vary-http-header/

#http

Cuckoo Malware https://mjtsai.com/blog/2024/05/09/cuckoo-malware/

#macos, #spyware

Tips For Using AI-Generated Images In Your Slides https://thoughtbot.com/blog/tips-for-using-ai-generated-images-in-your-slides

#ai, #chatgpt

Convert Jackson JsonNode to Typed Collection https://feeds.feedblitz.com/~/896021405/0/baeldung~Convert-Jackson-JsonNode-to-Typed-Collection

#java, #json

Meta String: A 37.5% space efficient string encoding than UTF-8 in Fury serialization | Apache Fury (incubating)

Background
— Weiterlesen fury.apache.org/blog/fury_meta_string_37_5_percent_space_efficient_encoding_than_utf8/

#encoding, #string, #utf8