Post details
Taskmaster The Podcast · Episode
Taskmaster The Podcast · Episode
Taskmaster The Podcast · Episode
Blocking 'Similar' and 'Because you like ...' suggestions on reddit with uBlock Origin (1 mins read).
How to use uBlock Origin to remove reddit's suggestions in your home feed.
Taskmaster The Podcast · Episode
Bryan and Adam were joined by Theo Schlossnagle, KellyAnn Fitzpatrick, and Steve O'Grady to talk about conferences in tech. A lot has changed in the past couple of decades about the impetus for conferences and what makes it worthwhile to attend.In addition to Bryan Cantrill and Adam Leventhal,...
There's a parliamentary petition for an independent review of the Cass report into gender medical services for young people. It's a highly problematic document commissioned by the previous government and shaped by anti-trans viewpoints. If you're a Brit, you can sign it, whether you live in the UK or not. Please do. https://petition.parliament.uk/petitions/700217
Maybe we should stop calling them *Notifications* and instead refer to *Interruptions*. "Working on some stuff so I've turned off interruptions for a while." "Right on."
Attached: 1 image #queer #lgbtqia EDIT: This is not my own text, I found it online, but I do not know who created it. EDIT 2: This has gotten more retoots than I expected. For those of you who think this text is wrong, you do you. Let's agree to disagree. I am not going to discuss this with you.
Remember kids:
Kurt Mackey is back for a deep dive into what it takes to build the developer cloud. Kurt joins Adam to discuss the alliance between companies and cloud, something Kurt refers to as the "Rebel Alliance," cloud complexity vs usability, Fly's future with Postgres and why they've waited, thoughts on Neon and Supabase (Kur...
Gerhard is back for Kaizen 17! We discuss our CPU.fm changes in-depth, detail new Zulip / Neon integrations & put our Pipedream to the test. Oh, and a Gerhard surprise (of course)!
Week Notes 24#50 (3 mins read).
What happened in the week of 2024-12-09?
Attached: 1 image Important reminder, if you own a domain name and don't use it for sending email. There is nothing to stop scammers from sending email claiming to be coming from your domain. And the older it gets, the more valuable it is for spoofing. It could eventually damage your domain's reputation and maybe get it blacklisted, unless you take the steps to notify email servers that any email received claiming to come from your domain should be trashed. Just add these two TXT records to the DNS for your domain: TXT v=spf1 -all TXT v=DMARC1; p=reject; The first says there is not a single SMTP server on earth authorized to send email on behalf of your domain. The second says that any email that says otherwise should be trashed. If you do use your domain for sending email, be sure to add 3 records: SPF record to indicate which SMTP server(s) are allowed to send your email. DKIM records to add a digital signature to emails, allowing the receiving server to verify the sender and ensure message integrity. DMARC record that tells the receiving email server how to handle email that fails either check. You cannot stop scammers from sending email claiming to be from your domain, any more than you can prevent people from using your home address as a return address on a mailed letter. But, you can protect both your domain and intended scam victims by adding appropriate DNS records. UPDATE: The spf and the dmarc records need to be appropriately named. The spf record should be named "@", and the dmarc record name should be "_dmarc". Here's what I have for one domain. One difference that I have is that I'm requesting that email providers email me a weekly aggregated report when they encounter a spoof. gmail and Microsoft send them, but most providers won't, but since most email goes to Gmail, it's enlightening when they come. #cybersecurity #email #DomainSpoofing #EmailSecurity #phishing
Every time you use #ChatGPT, half a litre of #water goes to waste #GenerativeAI already uses as much energy as a small country and is predicted to rival that of Japan within a year. Such searches use 10 times the energy of a normal web search. “We’re wasting a lot of water with these systems, and very few people realise that it’s a major problem. That’s why I think personally the No.1 priority for the sector should be #sustainability. Not the #AI race.” https://www.smh.com.au/technology/every-time-you-use-chatgpt-half-a-cup-of-water-goes-to-waste-20241128-p5kubq.html
golang.org/x/crypto security updateGo 1.24 draft release notesBlog: What's missing from Golang Generics? by Nick TobeyLightning RoundBlog: Weak Pointers in Go: Why They Matter Now by Phuong LeOrchestrion: Compile-time auto-instrumentation for GoBuilding a distributed log using S3 (under 150 lines...
i've been increasing shareholder value like you wouldn't believe
I am deeply alarmed for the trans and gender expansive community in the UK. What the fuck: https://www.lgbtqnation.com/2024/12/united-kingdom-bans-puberty-blockers-indefinitely-its-a-death-sentence/ (Yes also alarmed about what's happening in the US, esp in Florida right now, and what the next four years may bring.) #UKPol #USPol #Trans #LGBTQ
In this episode, CRob talks to Michael Winser, Technical Strategist for Alpha-Omega, an associated project of the OpenSSF that with open source software project maintainers to systematically find new, as-yet-undiscovered vulnerabilities in open so...
Attached: 1 image
You can now resolve remote presets when using Renovate's local
platform in renovate-graph
(2 mins read).
Announcing a new release of renovate-graph
, which can now follow github>
and local>
presets.
This week on the Business of Open Source, I have an episode recorded on-site at KubeCon SLC last month with Cole Kennedy, co-founder of TestifySec. We kicked off the conversation with a discussion about software development practices in the US Department of Defense and the US government at large...
If you have to stream it, you don’t own it. If you have to log in to it, you don’t own it. If you have to “activate” or “register” it, you don’t own it. If you have to connect it to somebody else’s computer EVER, for ANY REASON, then YOU. DON’T. OWN. IT. Any and all of these methods will be used against you for somebody else’s profit. If you yell about personal property rights but you don’t sign on to these statements, you are not serious about property rights. https://arstechnica.com/gadgets/2024/12/startup-will-brick-800-emotional-support-robot-for-kids-without-refunds/
With so many great programming languages having emerged in the last decade, many of them purpose-built, when and where does Go still make sense and how do you make the case for it at work?
Just say no to AI generated blog content/articles/media. Keep what little we have left of humanity on the web, with actual humans.
It always amazes me what a positive mood booster having a productive day is
Gerhard Lazu joins the show to discuss how Ship It! started and why you might want a general purpose language for your CI/CD.
We're hard at work preparing the first episode of Fallthrough, but in the meantime we put together a short trailer to tease some of that episode's content. Make sure to subscribe so you'll be notified when the first episode ships. Happy...
Some mixed thoughts on The Changelog Podcast Universe (3 mins read).
Some reflections on the bittersweet news about the The Changelog Podcast Universe.
Week Notes 24#49 (3 mins read).
What happened in the week of 2024-12-02?
Go 1.23.4 and 1.22.10 releasedProposalsAccepted & implemented: testing: shuffle seed should be different when -shuffle=on and -count flag is setCLNew: cmd/vet: add check for sync.WaitGroup abuseAccepted: cmd/vet: warn about structs marked json omitemptyNew: runtime/mainthread: add mainthread.Do...
Creating renovate-packagedata-diff
to diff Renovate package data dumps (3 mins read).
Announcing the release of renovate-packagedata-diff
which makes it possible to provide a semantic diff between different Renovate package data dumps.
Chris Coyier and Dave Rupert join Adam and Jerod for a ShopTalk & Friends conversation on the viability of the web, making content, ads to support that content, Codepen's future plans, books, side quests, and social networks devaluing links.
Shawn Wang (aka swyx) is the founder of smol.ai (AI news curation), and the cohost of Latent Space (popular AI Engineer podcast). Plus, Shawn started the AI Engineer movement with his essay Rise of...
Our 6th annual year-end wrap-up episode! This time we're featuring 12 (yes, 12!) listener voice mails, our favorite episodes of the year & some insanely cool Breakmaster Cylinder beats made just for this occasion. Thanks for listening! 💚
No, no, I’m not pirating that. I’m training the learning model in my brain.
Starting in January, we’ll be focusing all of our efforts on producing The Changelog (News, Interviews, Friends) as the single best developer podcast experience. https://changelog.com/posts/a-new-era-for-the-changelog-podcast-universe
Open Source Nerds Assemble! The deadline to submit a CfP for State of Open is *this weekend*. https://stateofopencon.com/ State of Open is in London on 4 and 5 February, 2025 - right after #FOSDEM. We're looking for interesting speakers on all topics to do with open source, open data, open hardware, funding, AI etc. Submit a proposal at https://sessionize.com/state-of-open-con-2025/ #OpenSource #OpenHardware #OpenData #OpenUK #CyberSecurity
Alas, #SpotifyWrapped is out and is interesting! Did not expect Grafix as my top listen, but given the top songs of 2024 for me, it makes sense!
I'll be more interested to see what happens when I get my Spotify data dump at the end of the year and dig into it as I usually do, and I'm looking at tweaking some of the breakdown to possibly graph my listens / top artists month-by-month
The NotebookLM AI summary of my Wrapped data was a bit uncanny 🤔
Something I've been working on on-and-off for a couple of months is some tweaks to my Manual of Me, prompted by getting a new manager, and wanting to rethink the "things you should know when working with me", as well as delving much more into how #ADHD can affect my work, and some more reflections - and I'm glad that I've finally put the finishing touches on those updates.
Also re-reading my blog post from when I first created it, it's wild to think that this was the first time I'd started using Classless.css, which is now a staple of my microsites!
Attached: 4 images The noosphere is pulling no punches today. This is the more tame content. I’m here for it.
Attached: 1 image
@jasonkoebler@mastodon.social just wait until they learn about archive.org and all the LLMs that have the data and … at that point CEOs and powerful folk now get interested in right to be forgotten GDPR ideas. This smacks of privacy from video rental data stinging congress people from way back when and now they act. Sigh.
Raising concerns about AI's impact on <code quality | the environment | your career prospects> while using a half-melted Midjourney image in the same blog post
Sagar is the CEO and co-founder of Speakeasy - an API tooling platform. We talk about the journey of Speakeasy. The challenges of startup life. How they developed the product and how they work with...
Attached: 1 image Don't miss out on the opportunity to speak at the UK's world leading open tech conference, State of Open Con at https://stateofopencon.com/. Closes Sunday 8th at midnight UK. #soocon25 #cfp #opensource
quentin tarantino became a director because he loves footage
Jerod is joined by Hack Clubber Acon, who is fresh off the GitHub Universe stage and ready to tell us all about High Seas, a new initiative by Zach Latta and the Hack Club crew that's incentivizing teens to build cool personal projects by giving away free stuff.