Post details
Attached: 1 image Happy circulatory system walking through the kitchen day to those who celebrate

Attached: 1 image Happy circulatory system walking through the kitchen day to those who celebrate

Call me an unsecured database because I know a lot of shit and have many vulnerabilities
Attached: 1 image You can decrease the negativity in your life 100% by replacing all the people you know with this quokka

sorry im late i didnt want to come so I deliberately left after i should have thanks for understanding
The same sort of pattern can show up with something like being trans or gay. Anything that society stigmatizes, despite it being a thing a person is born with or otherwise has no control over. If people are punished for being themselves, they hide themselves. They break themselves to fit into the mold. 4/4
If you have had an adult family member or friend that was recently diagnosed with a previously unknown developmental psychological disorder (ADHD, autism, etc), you might have noticed something that confused you. Right around the time they were diagnosed, maybe even a bit before, they "suddenly" began to exhibit symptoms when never had before. You might be like, "I've known this person for X years and they never behaved like this." You might even think they are "acting" or something. 1/4
The truth is exactly the opposite. Anyone that's "different" in our culture learns very quickly to hide their differences. The world punishes anyone who's different — usually not explicitly, but by enforcing expectations that cannot be met. People start doing what's known as "masking" — they hold back their true selves and maintain an appearance of normalcy by any means. Usually masking is driven by guilt, shame, and anxiety, and it often leads to burnout or worse. It takes a toll on people. 2/4
Your friend or family member hasn't started acting for "attention" or to get a medication or whatever. They've *stopped* acting. The person you *thought* you knew was only a façade constructed for protection . You only saw the armor they put on everyday, not them. Now that they've learned their differences aren't "their fault" or because "they are broken" or whatever, they can let their guard down. For maybe the first time in their life, they aren't forcing themselves to be who they aren't. 3/4
Are you ok in there? I couldn't help but notice that you've been in the screaming closet a little longer than usual. There's a line out here
This video should've been a blog post
Observation: if you're someone who angrily rants about how terrible a bunch of software is: chances are extremely high you've never actually built any notable software used by non-trivial amounts of people. It's almost as if reading many many people shredding your work to pieces on the internet makes you mildly less inclined to do the same to others. Who could have guessed?
Attached: 1 image

OH: A coworker just shared a term she uses to describe meetings that go astray when certain coworkers bloviate. “Non-consensual TED talk.”
(isbn:9781841493138)It takes 12,000 plays on Spotify for a band to make the same as you buying one of their T-shirts.
1. Read this: “Just as GitHub was founded on Git, today we are re-founded on Copilot.” https://github.blog/2023-11-08-universe-2023-copilot-transforms-github-into-the-ai-powered-developer-platform/ 2. Go here: https://codeberg.org/ #git #gitHub #codeberg #enshittification #BigTech #cooperative #dev
Today’s guest is Josh Loudermilk, a member of the Khan Academy team and Khanmigo Evangelist, talking about coming to terms with his neurodiversities as an adult. From being a pastor, doing non-profit work with veterans, and working in entertainment as a writer and actor, Josh has worn many hats! Growing up, he was the “different” kid learning how to live and thrive with ADHD, PTSD, and generative anxiety disorder. Now, he’s here on Hello, My Darlings podcast to share his compelling story and successes! You

There are countless real world scenarios where a workflow or process has multiple steps, and some steps must be completed before others can be started. Think of something as simple as cooking dinner. First you look up a recipe, then you write down the ingredients you need, you go shopping, and then you cook. These


Attached: 1 image @chirpbirb@meow.social @ian@hachyderm.io Stranger sliding in to note that this bisexual manifesto is in solidarity with all queers.

No Nut November has well known connections to fascist ideologies. Therefore it is your solemn duty to have as many orgasms as possible this month. Start masturbating and never stop to combat white supremacy and patriarchal ideals of purity
we're here, we're queer, `Last error: Socket: Connection reset by peer`

Daniel Izquierdo is the Co-Founder and CEO at Bitergia, an open-source company that provides software development data and analytics. In this episode, we connect at the Open Source Summit in Bilbao to discuss how he went from working in academia to co-founding an open-source company. Throughout...

This week on Slight Reliability Stephen discusses observability vendor lock-in. What is it? What does OpenTelemetry do to help? What areas are yet to be solved?You can find the official Slight Reliability podcast website at: https://slightreliabil...

From the top of Mt. Crumpit, it’s the very first episode of ’Tis The Grinch Holiday Talk Show! The OG green grump (voiced by SNL’s James Austin Johnson) has been ordered to host his very own talk show as a punishment for that little misunderstanding where he tried to “steal” Christmas. On this episode, he unveils his (slightly questionable) advent calendar, plays a game of “Name That Sound,” and chats from the desk with special guest Olympic gymnast Shawn Johnson East! She says Santa would never cut it on the balance beam. Your move, Santa!

On Monday, October 30, 2023, the U.S. White House issued its Executive Order on the Safe, Secure, and Trustworthy Development and Use of Artificial Intelligence. Two days later, a policy paper was issued by the U.K. government entitled The Bletchley Declaration by Countries Attending the AI Safety Summit, 1-2 November...

API designers and developers, you have to check out Redocly CLI. It’s replaced the old abandonware Speccy which handled linting and bundling, and completely obsoletes Swagger CLI which I’ve thankfully deprecated. #API #OpenAPI #REST #APIDesign https://apisyouwonthate.com/blog/redocly-cli/
I may be attending
@ScribblingOn@octodon.social As I like to quote from Emma Goldman “No one is lazy. They grow hopeless from the misery of their present existence, and give up." I can't run if my legs are past the point of even being able to walk #FuckCapitalism
Listen to Ep 212: Garth Marenghi from Off Menu with Ed Gamble and James Acaster. Dreamweaver, doomsage and Sunday Times best-selling horror writer Garth Marenghi joins us in the Nightmare Restaurant this week. Listen to this episode now, before it’s too late… Garth Marenghi’s new book ‘Incarcerat’ is out now in hardback and audiobook, published by Coronet. Buy it here. Garth’s previous book ‘Terrortome’ in now available in a limited pleather-bound edition. Buy it here. Garth is also on tour. Buy tickets here. Recorded and edited by Ben Williams for Plosive.Artwork by Paul Gilbey (photography and design) and Amy Browne (illustrations).Follow Off Menu on Twitter and Instagram: @offmenuofficial.And go to our website www.offmenupodcast.co.uk for a list of restaurants recommended on the show.Watch Ed and James's YouTube series 'Just Puddings'. Watch here.

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.
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

Suggested Read: No, Okta, senior management, not an errant employee, caused you to get hacked https://arstechnica.com/information-technology/2023/11/no-okta-senior-management-not-an-errant-employee-caused-you-to-get-hacked/ #devopsish
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.
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... […]

@moondog548@nerdculture.de Yeah, mind you, the only folks we prosecute are the ones who steal from the rich. Stealing from the poor is called “the business model.”
Week Notes 23#44 (3 mins read).
What happened in the week of 2023-10-30?
Using dependency-management-data with npm's SPDX and CycloneDX SBOM export functionality (1 mins read).

How to get started with npm's SBOM export functionality with dependency-management-data.
they say autistic people take things literally but they're thinking of kleptomaniacs
We’re joined this week by the beat freak in residence himself, the mysterious Breakmaster Cylinder. Listen along as we talk about how we make our beats, what inspires us for our music, and some behind the scenes on our latest albums.

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.
Being a cruel sociopath is a lifestyle choice but should not be an electable position. #UKPolitics
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.
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...

Sophia shares the challenge of understanding contributor motivations, Google's role in open source, and the vital 'glue work' in open source communities.
