







I’m still sad that olga.net was taken offline. I’m also surprised that this was twenty years ago. For me one of the first signs that corporations were ruining the internet. (after Napster, but that was quickly replaced with other dubious software).
If this is true it just sucks. He could have just as easily alerted the bus driver when getting off the bus. On the other hand. he could have seen it, ignored it, and later when it was nagging called it in.
I communicate way more face to face than in another way. So if I read communicating, I’m not thinking of calling, emailing, letterwriting or anything not face to face.
Your comment triggered me to ask an LLM to create it, and it came up with something. I’m not going to test it though, so we’ll never know if it works. I’d advise anyone not to try it. It gave links to an image and a sound file that gave a 404 error. LLM output:
Here’s a complete Firefox extension that replaces the text “lol” with a TIE Fighter image, plays a sound on hover, and changes the image on click.
🔧 Firefox Extension: “Lol to TIE Fighter”
{
"manifest_version": 2,
"name": "Lol to TIE Fighter",
"version": "1.0",
"description": "Replaces 'lol' with a TIE Fighter image and plays sound on hover.",
"permissions": [
"activeScript",
"scripting",
"https://example.com/*"
],
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"background": {
"scripts": ["background.js"]
},
"options_page": "options.html"
}
document.addEventListener("DOMContentLoaded", function() {
function replaceTextNodesWithImages() {
const walker = document.createTreeWalker(document.body, NodeFilter.SHOW_TEXT, null, false);
let node;
while (node = walker.nextNode()) {
if (node.textContent.includes("lol")) {
const img = document.createElement("img");
img.src = "https://example.com/tie-fighter.png"; // Replace with your image URL
img.style.width = "20px";
img.style.height = "20px";
img.style.display = "inline-block";
img.style.cursor = "pointer";
// Sound on hover
img.addEventListener("mouseover", () => playSound());
// Blow up on click
img.addEventListener("click", () => blowUp(img));
node.replaceWith(img);
}
}
}
replaceTextNodesWithImages();
});
function playSound() {
const audio = new Audio("https://example.com/sound.mp3"); // Replace with your sound URL
audio.play();
}
function blowUp(img) {
img.src = "https://example.com/blowup.png"; // Replace with a larger image or "none"
img.style.width = "40px";
img.style.height = "40px";
}
Don’t say that, you’ll only encourage him.
Did you drive around with your friends catching ghosts?
The best time to clean up your diet, reject drugs and alcohol, and start exercising is when you’re a teen.
Even if you don’t live to be a hundred years old, it’ll sure feel like you did! /s
Do not put gumballs in your butt!
C64 with a disk drive, a tape drive, a monitor and a printer? These guys were loaded.
MLK’s strategy worked because he had a big legal team as part of his organistation. He could provoke an arrest (making for photo ops), and have his legal team ready to fight the case they had prepared in advance. His strategy always involved getting sued over something and then fight it in court.


You’d be a billionaire.


Sure they can recall later, just not at will.
The guy who knows everything on law and order - SVU.
Technically, all air is mostly nitrogen gas.
It looks like he needs to pee.