The XZ vulnerability almost took down the entire Internet and was only possible due to our unwillingness to recognize invisible labor.
Category Archives: Programming
Programy, skrypty i inne takie programistyczne ciekawostki
Playwright: Dealing with polling requests and HAR
A way of handling polling requests when caching API responses via routeFromHAR in Playwright
Prompt hacking is Oxygen
If Communication is Oxygen, and Prompt hacking is essentially communication, then… 1: Communication is Oxygen At Automattic, we like to say that communication is the oxygen of a distributed company. Why is that exactly? For remote work to work, you have to provide sufficient context so your coworkers are on the same page. They cannotContinue reading “Prompt hacking is Oxygen”
The AIKEA Effect
Just like the IKEA Effect, but for the AI products. Try not to overenginner when working with LLMs.
Instantly search your Qnap files and emails via Qsirch API
I wrote a PHP library and an Alfred Workflow to search through all the files stored on my QNAP NAS
Adding ChatGPT to your Slack DIY
I just deployed ChatGPT as a Slackbot at Automattic, and let me tell you: it’s so much better and cheaper than the ChatGPT App.
Transcribing your iOS Voice Memos to Markdown with Whisper
I wrote a script to transcribe my apple voice memos to Logseq with OpenAI Whisper.
Running Tumblr on WooCommerce
Tumblr has recently released features for creators to earn a living with their art. Whenever you turn those features on, we provision an entire WordPress site, with WooCommerce (and WooCommerce Payments) plugins to facilitate billing. This post explains why (in case it’s not obvious).
Synchronizing WordPress posts with Github README.md
Synchronize your WordPress content with Markdown files from Github with this snippet.
Sort by Surprising
When kicking off the project, the natural instinct of engineers is double down on what they know and purse that brilliant idea on how to deal with X. This is a mistake.