Philippe Hausler

@phausler
432 Followers
82 Following
407 Posts
An ok code poet with communist tendencies. I post often about alcohol (and making it).

Stop saying “post covid”. People are confusing the end of the public health emergency with the end of the pandemic.

The pandemic is not over. “During COVID” is now.

If we really want to end it, we need to first acknowledge this fact. Pandemics don’t end just because we’re done with them. Threats don’t disappear because you miss your ‘normal’.

We need to adopt better masking, clean air and ventilation and push for more effective treatments and vaccines.

This is perhaps the most impactful proposal for swift I’ve seen! It could allow us to fix mistakes?!
https://queer.party/@beccadax/114343794050622724
Becca Royal-Gordon (@[email protected])

Forgot to mention this the other day, but the @abi proposal is in review! I think the approximately ten people who will use this feature will be very happy with it. #SwiftLang https://forums.swift.org/t/se-0476-controlling-the-abi-of-a-function-initializer-property-or-subscript/79233

Queer Party!
Void aka CollectionOfNone
Optional aka CollectionOfZeroOrOne
Doesn’t that mean that then every type is a CollectionOfOne?
It's interesting how observation/FRP/streams/etc are inextricably linked to UI stuff in people's minds. Whenever I mentioned Combine wasn't originally designed for UI programming at all I get shocked reactions, and I just saw a similar one about "Observable isn't part of SwiftUI!?" on the forums.
Sometimes I need to just use an IDE like Vivado to remind me just how good others are.
After a lot of work https://forums.swift.org/t/pitch-transactional-observation-of-values/78315 finally a way to observe not just properties but full transactional composition of @ Observable types!
[Pitch] Transactional observation of values

After much anticipation and a lot of footwork, I am really excited to present something I have been working on for a bit now. A transactional observation mechanism to provide an AsyncSequence from approachable composition of @Observable data sources. Here is the pitch as a pull request to Swift Evolution. Introduction Observation was introduced to add the ability to observe changes in graphs of objects. The initial tools for observation afforded seamless integration into SwiftUI, however aiding...

Swift Forums
Eating cake?! In this economy?
If you say “CCP” or “Chinese Communist Party” you’re adopting a far-right framing that intentionally to liken China’s government to the government of the USSR (aka CCCP in Romanized Cyrillic) by making it sound similar. This framing is pushed both by the boomer hawks who want to treat China as the next big boogeyman opposed to the United States as well as far-right groups & parties like Falun Gong and the KMT that are just mad they’re not the authoritarians in charge of China.
Had a few days off and ended up making a lil pet project to anonymize my calendar and display it outside of my office: the swift side of it was super quick and easy…. But I must be rusty with my js because that part was a pain!