Arek Holko

@arekholko
297 Followers
82 Following
60 Posts
Release notes of an Instagram update that finally introduced a full-blown iPad app.
Does this really have to appear every day, even for a minor release…
If only there was a better way to let developers know about such deprecations than a console log. 🙃
lldb-rpc-server’s memory usage after a few hours in Xcode. There must be some serious leaks…
Not needed anymore 🫡
Print debugging can also save a few gigs of RAM. 😅 https://fosstodon.org/@faassen/113526570485658439
Martijn Faassen (@[email protected])

People tend to look down on print debugging as it's not using sophisticated tools at all. You're not using debuggers or profilers or sophisticated loggers. But don't look down on print debugging. It's the tool that works for all languages. It's easy to understand and easy to implement. It focuses the mind on thorough reading and understanding of code, rather than getting lost in a forest of data. Print debugging is really effective in many cases. #programming

Fosstodon
This Copilot autocompletion 🙃
New AI chatbot in Firebase knows it doesn't have access to the product's real-time data, yet when asked, it responds by hallucinating random website stats.