Chris Heivly released Build the Fort: The Startup Community Builder’s Field Guide. I encourage you to get Chris’s book if you are a startup community builder or are interested in startup communities. When Ian Hathaway and I started working on The Startup Community Way: Evolving an Entrepreneurial Ecosystem, we initially talked to Chris about writing […]
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 ?? […]
A singular goal. To release as quickly as humanly possible. Laser-sharp focus. Make the most of Zoom’s new Layers API. A daring vision. To give Zoom users better meetings. The Prezi way. All of these, in many ways, are a testament to Prezi’s long history of wanting to turn the boring, the mundane, into engaging, […]
Microsoft T-SQL supports a language feature called table-valued parameter (TVP), which is a parameter of a table type that can be passed to a stored procedure or function. For example, you may write: CREATE TYPE u_number_table AS TABLE (column_value INTEGER); CREATE FUNCTION f_cross_multiply ( @numbers u_number_table READONLY ) RETURNS @result TABLE ( i1 INTEGER, i2 […]
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 […]
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 […]
There are more than 100 million unique listings on Etsy, so we provide buyers recommendations to help them find that one special item that stands out to them. Recommendations are ubiquitous across Etsy, tailored for different stages of a user’s shopping mission. We call each recommendation set a module, and there are hundreds of them […]
Editor’s Note: Featuring the good, the bad and the ugly, ‘Look of the Week’ is a regular series dedicated to unpacking the most talked about outfit of the last seven days. CNN — Bringing the second day of this year’s Coachella to a close, K-Pop girl group Blackpink made history Saturday night when they became […]
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 […]
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 […]