Post details
someone offered to be my sugar daddy in my spam DMs on the other site, maybe I shouldn't start work tomorrow after all 😂
This content type is full of IndieWeb post types, which are all content types which allow me to take greater ownership of my own data. These are likely unrelated to my blog posts. You can find a better breakdown by actual post kind below:
someone offered to be my sugar daddy in my spam DMs on the other site, maybe I shouldn't start work tomorrow after all 😂
The UK's largest free culture and free and open source community unconference is back, after a 5 year hiatus. Come along and take part! #OggCamp #OggCamp2024 #Blaugust2024 #100DaysToOffload http://andypiper.co.uk/2024/08/20/return-of-the-oggcamp/
Attached: 1 image Uhhh, #tumblr, that isn't the type of "puppy training" that people are talking about on your site. But a cute puppy made me smile, and was a nice change from the violent video game ads you normally show me.
Aaron Parecki wrote Meetable - more info - which isn't quite a replacement for the platform and it's social aspects, but is used in a few places including https://events.indieweb.org
and talk about a story that discusses a story from Black Hat that references supply chains. There's a ton of doom and gloom around our software supply chains and much of the advice isn't realistic. If we want to take this seriously we need to stop obsessing over the little problems and focus on some big problems. Show Notes
How could our tools change to reduce the cost of breaking changes?
Between and I took 3353 steps.
go-semantic-release
has this same default but thankfully it's straightforward to set it so you can use 0.x releases.
Making it the default is IMO a very bad decision, as it teaches people that they should go to 1.x far too early.
My grumbling will result in a blog post sooner than later 👀
I'm super surprised that semantic-release
doesn't support v0.x.y releases. Pretty disappointing, and reminds me I really need to write a "you should never release a v1 as your first release" blog post
Web feeds could be so much more if we put some effort into them. This post explores some ideas of how to start.
⁂
🎉 Go 1.23 is here!Blog: Range Over Function Types by Ian Lance TaylorA look at the spec: Tree walking with range-over-func by Jonathan HallConferences & CFPs🇦🇺 GopherCon AU, Nov 7-8 Sydney, AustraliaCFP closes Sept 15🇺🇸 GoWest, Oct 25, Lehi, Utah, USAStill accepting lightning talksLane...
This episode focuses on the art of delivering concise Lightning Talks, a popular format at conferences worldwide where speakers present in a short timeframe. Joined by some of this year's GopherCon Lightning Talkers, we'll discuss their experiences, challenges & tips for effective communication within a limited time.
Between and I took 7687 steps.
i love gloucester services but on a bank holiday weekend it’s like the fucking purge up in this bitch
if there's one thing i hate more than not having executive function to do the thing it's finally having the executive function to do the thing but then being blocked by external factors outside my control
Learn how to create a custom CLI for your organization using Just.
Between and I took 6283 steps.
Attached: 1 image
Me at web conferences, with a fake moustache and going YES THE WEB THAT IS WHAT I DO
On the one hand, I recognise my feelings about SCRUM mostly come from ptsd from the most toxic work environment of my career. On the other hand, I still think it’s bullshit
<p>Actor, comedian, and musician Jack Black feels magnificent about being Conan O’Brien’s friend.</p><p> </p><p>Jack sits down with Conan to discuss the appropriate use of beard oil, his Covid-era dance TikToks, the fake sketch injury that turned real, and attempting to ride a water buffalo.</p><p> </p><p>For Conan videos, tour dates and more visit <a href="http://TeamCoco.com">TeamCoco.com</a>.</p><p>Got a question for Conan? Call our voicemail: (669) 587-2847.</p>
In this blog post, I'll explain why your logger belongs in the context, share my favourite package and provide some code snippets to get you started.
Between and I took 6729 steps.
Platform engineers might not be familiar with foundational software design principles, and this can lead to inefficiencies and technical debt.
Between and I took 3682 steps.
Between and I took 2222 steps.
Was the unfinished sentence intended?
Deploying new applications can be tough. Deploying configuration management safely at scale with stores around the world is different. Martin Jackson joins us to discuss.
Between and I took 8018 steps.
Writing about the big beautiful mess that is making things for the world wide web.
Attached: 4 images Yay! @charlieegan3 being in #Stockholm calls for an extraordinary lunch. At lovely #Sjöpaviljongen.
Between and I took 8820 steps.
I haven’t been writing much here recently, mostly because (a) I have a new infant at home, and (b) I’ve been spending much of my free time migrating my blog...
@jeffjarvis@mastodon.social 😂
Fuck everyone who uses "unalive" with zero sense of irony. Fucking socmed algorithm brain poisoning. Say "kill". Say "murder". Say "suicide". Say "rape". Say "pedophile". Say what you mean. If people need to not see or hear those words they'll use a filter. (Or if you're on a platform where you feel like you're forced to elide a word, make it obvious you know you're being censored and don't use stupid euphemisms like it's a totally normal thing to do.)
Attached: 1 image My tote bag is attracting a lot of questions that I was pretty sure were answered by my tote bag.
Attached: 1 image my response to being asked to provide a 'vscode json build configuration' for some project
In today's adventures of finding out weird things you can do with HTML… You should not put a `<style>` element anywhere other than the `<head>` So `<body><style> ...CSS...</style></body>` is an error. (It works, because browsers are tolerant.) But you *can* put a `<link rel="stylesheet">` element in a body. Obviously, that needs an *external* data source for the CSS. So you can cheat by Base64 encoding it! `<body><link rel="stylesheet" type="text/css" href="data:text/css;base64,LyoqCi…">`
Attached: 1 image Spotted: a #Maven ad in the wild in Germany.
Remember to keep pirating Disney content so they aren't allowed to kill your wife
EBay just hit me with this again. A fiver for installing their app. Installed, claimed £5 discount, bought the thing I'd added to my basket on the Web, uninstalled immediately. If any of you would like to pay me to temporarily use you app, let me know!
Between and I took 8087 steps.
For me, transition wasn't simply fixing the pain, it was finding a way to become a person who can celebrate the joy and gratitude of being alive
Plain OS rather than a container, ie a distroless wrapper for a given DB?
Not sure Tim Berners-Lee’s vision was to have 148 requests transfer 5.3 MB of assets to deliver 15 KB of text #pollution
Lukewarm take: using tabs instead of spaces isn't hard at all if you have a well-behaving editor. In my experience of a week now, it makes the resizing of code even a bit easier (you can make its width two spaces in more narrow views and expand it to four in larger ones). It sucks that it's hard to do this with Python. TBH it seems like it was a mistake for PEP8 to recommend (and in a way, enforce) the use of spaces. A bit of a "heated" discussion at https://stackoverflow.com/questions/120926/why-does-python-pep-8-strongly-recommend-spaces-over-tabs-for-indentation