Welcome to my website!
I'm Alessandro Marrella, I'm a Software Engineer and a Swiftie from the Reputation Era.You can email me at hello @ this domain or chat with me in the socials linked below
Welcome to my website!
I'm Alessandro Marrella, I'm a Software Engineer and a Swiftie from the Reputation Era.In this post I'll be going in a different direction compared to the posts I've written so far. It's been a long time that I have this thought going through my mind, hopefully it will make more sense (to me mostly) in written form. These thoughts center on the role optimism plays in my professional life.
Google's NotebookLM is making the rounds on the internet (at least in my bubble). It's a new AI tool that Google pitches as a "personalized research assistant" but has evolved to be much more than that, including... a podcast generator.
Moved by my curiosity on everything AI related, I decided to give it a try by creating a LoRa adapter on the FLUX.1 model by Black Forest Labs to generate pictures of myself that never happened.
These are some notes on the tradeoffs and best practices between On Demand pricing vs Editions pricing.
A small TIL about Python profiling.
On Monday, June 10, 2024 at their annual World Wide Developer Conference (WWDC) Apple announced "Apple Intelligence", their own flavour of AI integration into their operating systems.
Emphasis should probably go into integration, as the experience that was demoed at WWDC felt like every feature we are used to on our devices was augmented in a way or another by AI. AI is also able to orchestrate those features and use multiple apps and functionalities to achieve what the user wanted.
As someone who has a love/hate relationship with Siri, this is only good news, Siri will become way more powerful and able to understand what you want to do.
This post is not going to be an overview of Apple Intelligence from the users perspective though (for which I suggest the excellent blog post from Simon Willison Thoughts on the WWDC 2024 keynote on Apple Intelligence) but will explore key concepts such as the Semantic Index, App Intents Toolbox, and foundational model adaptations utilized by Apple.
SQL is an amazing language, it lets you declaratively say what you want, and the engine figures out for you the best way to return it to you. Or should I say, it figures out the best way to return it to you given the information it has and the capabilities of the engine itself.
In this post, we’ll discuss a performance optimization technique for BigQuery (also other advanced enough Enteprise Data Warehouses and databases support SEMI JOINS, but I'll focus on BigQuery since it's the one I use the most these days): using semi joins.
IN
and EXISTS
often produce the same result, but when negated and dealing with NULL
values, they behave differently.