zout

joined 2 years ago
[–] zout@fedia.io 4 points 1 day ago

Call me daddy Grimm.

[–] zout@fedia.io 8 points 1 day ago (2 children)

Since about three years, there are wolves roaming in my area. I'm still fat.

[–] zout@fedia.io 4 points 1 day ago

Like every other social awkward person?

[–] zout@fedia.io -1 points 2 days ago (1 children)

TIL the guess in guestimating means using tools to describe a population on the individual.

[–] zout@fedia.io 2 points 2 days ago

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.

[–] zout@fedia.io 5 points 2 days ago (3 children)

It's just a method for guestimating how much of a body is lean mass vs fat.

It was created to estimate the amount of obesity in a population, not on the individual level. It also breaks down for tall and short people.

[–] zout@fedia.io 2 points 2 days ago

Now reading "Newton's wake" by Ken MacLeod. Haven't read too much of it yet, but so far so good. I was previously reading "an inside job" by Daniel Silva, but I put it away. Like I mentioned last week, this series has always been very Israel-centered, but the last two books Silva is clearly ignoring the elephant in the room. He does so by pointing at several European countries. Once I noticed it while reading it, I also noticed the story was severely lacking in depth because of it, characters are very one dimensional and sometimes do very weird things just to get a plot twist going.

[–] zout@fedia.io 11 points 2 days ago

I guess the same way as with the Anna's archive vs Spotify case in the US last week?

[–] zout@fedia.io 29 points 2 days ago (5 children)

That NL, we also have quite a few banned domains here. Basically copyright organisations like Brein will sue everyone they can get away with. Unfortunately they have been succesfull on multiple occasions, mostly because the other party won't show up in court and they win by default. Another thing they do is sue one of the large ISP's for facilitating copyright infringement to get them to block sites like torrent sites. If the judge rules in their favor, then all Dutch ISP's have to abide by the ruling.

[–] zout@fedia.io 1 points 2 days ago

Does that mean the rhetoric he spread and the potential for it to do harm are gone?

Nope, just stating he is dead today, since the OP seemed unaware. About Rowling; no I don't think so. But it could well be that decades after her dying people will have forgot about her world views, and the books will be in fashion again. This is assuming the books are worth reading, which I hear they're not.

[–] zout@fedia.io -2 points 3 days ago (1 children)

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”

  1. Manifest File (manifest.json)
{
  "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"
}
  1. Content Script (content.js)
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";
}
  1. Image and Sound Requirements TIE Fighter Image: Replace the URL in content.js with a public domain image. Example: TIE Fighter Image from Wikipedia Sound Effect: Replace the URL with a .mp3 file hosted on your server. Example: Sound Effect from FreeSound.org 🛠️ How to Use Create the files: manifest.json content.js Load the extension in Firefox: Go to about:debugging in Firefox. Click Add Extension and select the folder with your files. Test on any website with “lol” text. ⚠️ Notes Image/Sound URLs: Replace the URLs with your own hosted or public domain assets. Performance: This script runs on every page, so consider optimizing for large sites. Security: Ensure the image and sound URLs are secure to avoid errors. This extension replaces “lol” with a TIE Fighter image, plays a sound on hover, and expands the image on click. Adjust the URLs to match your assets!
 

It is with great sadness that we announce the passing of our beloved father, Philip Anthony Campbell, who passed away peacefully last night following a long and courageous battle in intensive care after a complex major operation. Phil was a devoted husband, a wonderful father, and a proud and loving grandfather, known affectionately as “Bampi.” He was deeply loved by all who knew him and will be missed immensely. His legacy, music and the memories he created with so many will live on forever. We kindly ask that our family’s privacy is respected during this incredibly difficult time.

 

So, in the last ten days I've been reading the "dumb luck and dead heroes" series by Skyler Ramirez. I stumbled onto this series on Goodreads, probably in the "also enjoyed" section for another book.

Initially, I tought the books were ok, but reading them, I found the storyline going in some strange directions. I also find it strange that there is hardly any character development in the books. I dug into it a little deeper, and found that all of these books have been published in the last two and a half years, together with some other books 14 in total.

So, digging a bit further into his profile on Goodreads; He's currently reading his own books, books by an author named A.B. Franklin who just published his first book, and an author named Jack Bodett who has published six books this year. A.B. Franklin is returning the favor and reading Skyler Ramirez' books.

All in all, this makes me guess that these writers make extensive use of LLM's while writing these books. I googled Ramirez' name, and found his website. Visiting the website only confirms the feeling that it's all LLM and AI imaging.

Any toughts on the subject?

 

The toilet seat in the bathroom upstairs has two part hinges, where you mount two pins on the toilet and snap the seat and lid on. Something broke in the snapping part this week. Fixed it by removing some plastic from the clamping mechanism, put some epoxy putty in there and around the pins, then placed the seat back. It's still on there today, so it worked I guess.

view more: next ›