Note

Anyone know a good place to ask #sqlite or #sql questions?

I'm trying to convert rows (produced by a big query that then uses a GROUP BY advisory_type) that produces data like:

-- the `advisory_type` can be one of multiple values, i.e. SECURITY, DEPRECATED, UNSUPPORTED
repo    advisory_type  total_advisories
------  -------------  ----------------
jvt.me  SECURITY       10               
jvt.me  DEPRECATED     5               

And I'm trying to convert this to:

repo    total_security total_deprecated total_unmaintained
------  -------------  ---------------- ----------------
jvt.me  10             5                0               

Any clue how I'd go about doing so? Happy to provide more details / some data for you to query too, but been playing around with it on and off and not really having any luck.

 Repost

Reposted OpenUK (@openuk@hachyderm.io)
Post details
Attached: 1 image If you didn’t make it to Chicago for @KubeCon_ join us in London free on 21 November for all things platform engineering https://eventbrite.co.uk/e/openuk-awards-2023-tickets-740074541877 #openuk #opensource #kubecon #kubernetes #platformengineering

 Repost

Reposted mhoye (@mhoye@mastodon.social)
Post details
Everyone thinks, haha, these squirrels don't even remember where they hid 90% of the nuts they store for the winter they are so dumb, but nobody ever asks if the squirrels might be out there thinking, my ancestors planted this forest that provides for us all, and my children's children will know the same of me.

 Listen

Listened to Platform Takes The Pain - CoRecursive Podcast by Adam Gordon Bell 
Post details
How did Spotify scale from 10 engineers to 100s to 1000s ...without slowing down? Without becoming corporate? Facing an IPO deadline, Pia Nilsson worked with 300 teams to transform how Spotify built software. She spearheaded a movement that led them from working in silos to a unified developer platform. Hear the inside story of how Spotify's Platform teams embraced transparency... […]

 Reply

Sorry to hear about COVID, glad you're feeling a bit better now and hope it's gone soon 🤗

 Repost

Reposted Jason Gorman (@jasongorman@mastodon.cloud)
Post details
But that's a medium-term problem. The long-term issue with "rockstar" developers is that they tend to create a situation where the business says "Oh, we can just give that to Joe to do, because Alan will take too long and do a bad job." So Joe does the work. And Alan never learns. "Rockstar" developers can lull organisations into thinking they don't need to invest in building capability at the *team* level.

 Repost

Reposted Daniel (@mrtazz@chaos.social)
Post details
A Pinky & Brain spin-off for grown ups that always starts with them sitting tired at coffee in the morning: Pinky: "What are we going to do tonight?" Brain: "Same thing we do every night. Try to go to bed early" And then the whole episode is just about how stuff comes up and prevents them from going to bed early.

 Like

Liked New pricing strategy by fluffy 
Post details
After years of constantly lowering my prices, trying to get a vanishingly-small amount of sales on things I care about, I’ve decided to raise everything and make it uniform, across all of my music …
(bd982662-4ad3-57ec-ba3c-1482365ae8bd)

 Like

Liked quintessence 🖤 🕯️ (@quintessence@hachyderm.io)
Post details
Getting ready for KubeCon. It's going to be a mixed experience, not gonna lie. Our home is still filled with what would've been our lives, so I'm grateful for the travel distraction 💔 I'll have a few copies of her book for anyone who happens to find me at the conference : Where's Waldo : https://hackingcapitalism.io For the unfamiliar: the book is about modeling capitalism as a navigable system. The goal is to reach traditionally underrepresented folks who weren't Just Told How It Works.

 Listen

Listened to Observing the power of APIs with Jean Yang, head of API Observability at Postman (Changelog Interviews #564)
Post details
Jean Yang’s research on programming languages at Carnegie Mellon led her to realize that APIs are the layer that makes or breaks quality software systems. Unfortunately, developers are underserved by tools for dealing with, securing & understanding APIs. That realization led her to found Akita Software, which led h...