ylliX - Online Advertising Network

GitHub Copilot for CLI for PowerShell

GitHub Next has this cool project that is basically Copilot for the CLI (command line interface). You can sign up for their waitlist at the Copilot for CLI site. Copilot for CLI provides three shell commands: ??, git? and gh? This is cool and all, but I use PowerShell. Turns out these ?? […]

Our 600th Episode!

On this week’s episode of the Android Central Podcast, Shruti Shekar is joined by Nick Sutrich, Andrew Myrick, Derrek Lee, Jerry Hildenbrand, Michael Hicks, Harish Jonnalagadda and Namerah Saud Fatmi to celebrate the Android Central Podcast’s milestone and discuss the next generation of smart watches, the lack of support for Android by certain manufacturers, whether […]

Encapsulate your @Composable functions

TL;DR Encapsulate your composable functions and associated types with a surrounding object and use the operator fun invoke of that object as your composable function. This is a convenient convention for complex components. Details Complex Composable functions often require numerous associated types for their implementation: state holders, UI models, default values, etc. While it does […]

Are Samsung Still Haunted By The Galaxy Note 7?

On this week’s episode of the Android Central Podcast, Shruti Shekar, Nick Sutrich, Andrew Myrick, and Namerah Saud Fatmi discuss Google TV adding hundreds of free channels, whether Google Photos is the best image editor, YouTube Music’s quirks, Samsung’s issues with fast charging, review the Amazfit GTR Mini, and more! Links:  Google TV Is Adding […]

Barista: Enabling Greater Flexibility in Machine Learning Model Deployment

Machine learning (ML) model deployment is one of the most common topics of discussion in the industry. That’s because deployment represents a meeting of two related but dramatically different domains, ML practice and software development. ML work is experimental: practitioners iterate on model features and parameters, and tune various aspects of their models to achieve […]