Michael Schwinges

@mschwinges
63 Followers
213 Following
362 Posts
Hi, I’m an indie iOS developer and creator of Transmission Radio and PDF Library; Studying towards BSc in CS. 🇿🇦 🏳️‍🌈
Transmission Radiohttps://apps.apple.com/app/apple-store/id1633197545?pt=2322962&ct=Mastodon&mt=8
PDF Libraryhttps://apps.apple.com/app/apple-store/id6503659712
I have never made as much money as an indie developer as I did, or would, as a full-time employee. But do you know what never gets old? Seeing a "you just made $39.95" notification when you're not even working.

I suspect it won’t be long before all compiled software (apps) can be decompiled into readable source code.

There’s a large corpus of training data (open source) and there’s a tight verification loop (compile a guess at what the source is and see if it matches).

LLMs will figure out how to decompile small functions, and will gradually learn how to decompile more complex stuff.

I think within 2 years, all iOS apps will effectively be open source.

Slow going but here we are…
I’m trying a novel approach to my mental health by subscribing to the Japan Times and going cold turkey on big western news sites; JT reports on world news in an even, faraway tone, and isnt a polycrisis firehose
Received official confirmation that I’ve completed my BSc Informatics degree cum laude. Personal goal achieved - but it’s such a different world now compared to when I started 4 years ago

An analysis of Terry Pratchett's novels finds that a decrease in lexical diversity--a characteristic of dementia--first appeared ten years before his diagnosis of posterior cortical atrophy.

Summary: https://theconversation.com/terry-pratchetts-novels-may-have-held-clues-to-his-dementia-a-decade-before-diagnosis-our-new-study-suggests-273777

Original paper: https://www.mdpi.com/2076-3425/16/1/94

#Science #MentalHealth #Dementia #Language #TerryPratchett

Terry Pratchett’s novels may have held clues to his dementia a decade before diagnosis, our new study suggests

The author’s vocabulary narrowed a decade before diagnosis – a clue that could transform early dementia detection.

The Conversation
Alle reden von digitaler Souveränität. Personalausweise sind Inbegriff staatlicher Souveränität. Die digitale Identität wird alle Menschen zwingen, Google oder Apple zu nutzen.
@luksape As a connoisseur of app icons, well done!

@helge I think a major problem with SwiftUI is it is a single high level black box.

It doesn't expose any lower layers or building blocks.

In UIKit you can drop down to CoreAnimation. UIButton subclasses UIControl, which subclasses UIView, etc...

There are layers, buttons not working for you? Subclass UIControl.

UIView doesn't expose what you need. CALayer (can even swap the CALayer a view subclass uses).

SwiftUI is more "you get what we give you", "Need more? tough".

I always figured that MongoDB was nothing but exploits that when put together experienced the emergent behavior of roughly (and I do want to emphasize *roughly*) approximating database-like behavior. It’s to software what a retro-virus is to life.