Cesare Rocchi
20.1K posts

Cesare Rocchi
@_funkyboy
I craft software. Blogging at https://t.co/FNsD9kpS3W https://t.co/3rzpv2PkvV
Italy شامل ہوئے Aralık 2007
276 فالونگ2.5K فالوورز


How many beers would it take you to enjoy this song? 😂
beertuner.web.app
English

“to a point of almost obstinance” is a key phrase here.
Depending on the times/context it’s bug or a feature.
For pretty much everything: prices, documentation, software quality, anything.
daringfireball.net/2025/04/unchan…
English

Pesky compiler but you still have to write tests to be sure what happens at runtime or laid back compiler/interpreter and you still have to write tests to be sure what happens at runtime?
#pickyourpoison #programming
English

Last week you thought things were bad? They can get worse!
macrumors.com/2024/02/08/ios…
English

@danielsaidi Yeah, that’s what I do usually in the constructor: inject values that I’d like to be configurable.
English

@danielsaidi I see it’s all lets and static. How do you create a separate env for dev/staging? You make a copy of all that?
English

Holy moly this is a jump in the past: jacobbartlett.substack.com/p/through-the-…
I joined the party in 2007
English

As much as I try, I can’t install macOS 14 using Parallels 19.1 on a macOS 13.6.1 host. I re-read these instructions ten times but no luck
kb.parallels.com/125561
The errors I see in the Console are not helpful.
Ironically, installing a Windows VM is a breeze.
English

I don’t have a lot of time these days but if I did I’d test this out: automerge.org
English

@corneliusmark I don’t think this will give access to logs from previous runs (which is my case) developer.apple.com/forums/thread/…
Thanks anyway for all the help :)
English

Is Cocoalumberjack still the goto solution to save log messages to a local file in an iOS app? Or is there an equally robust new solution, maybe #swift only?
English

@corneliusmark That I didn't see. Thanks!
Will try to find out if I can fetch entries from the last 15 days or so.
English

@_funkyboy Have you looked at this too? swiftwithmajid.com/2022/04/19/exp…
English

@corneliusmark OSLogStore.local() doesn't exist on iOS :(
That's the exact problem I faced when I investigated this possibility a while ago.
English

@_funkyboy Try the code in this gist. You might need to adjust it for use in iOS. gist.github.com/15458434/256f0…
English

@corneliusmark Tried that and could not find a way to extract the log file. Scenario is: user should be able to send the log file upon request.
English

@_funkyboy In that case. Try the Apples OSLog framework (I think it's called os in Swift). It's fast and saves directly to the local log system of the device with different public/private and log levels.
English


