Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 393 394 [395] 396 397 ... 637

Author Topic: The small random questions thread [WAAAAAAAAAAluigi]  (Read 686879 times)

dragdeler

  • Bay Watcher
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5910 on: June 01, 2020, 11:40:37 am »

-
« Last Edit: November 23, 2020, 01:01:19 pm by dragdeler »
Logged
let

Egan_BW

  • Bay Watcher
  • Leftover Potential
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5911 on: June 02, 2020, 11:27:04 am »

Okay so, there's the genre of Alternative-History, where the writer writes the past, except intentionally wrong. Then there's some Science-Fiction stories which were set at a future date as of the time they were written, but which has now passed and are thus stories about an unintentionally wrong version of the past.
The question is such: are there stories set in the future which try to be intentionally wrong about what will happen, in the vein of Alternative History?
Logged
Always remember!
Pumsy loves you!

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5912 on: June 02, 2020, 11:32:33 am »

Both are narrative fiction.
Both use parallel cultural fixtures to build rapport with the reader, to better establish reader interest.

Nothing further to see there.
Logged

Egan_BW

  • Bay Watcher
  • Leftover Potential
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5913 on: June 02, 2020, 11:35:52 am »

The cowards. Everyone knows that if you don't meticulously build your own entirely original universe with no relation to reality you're not a real fiction author.
Logged
Always remember!
Pumsy loves you!

scriver

  • Bay Watcher
  • City streets ain't got much pity
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5914 on: June 02, 2020, 11:45:44 am »

What if you write alternative fiction but then it starts changing history?
Logged
Love, scriver~

Naturegirl1999

  • Bay Watcher
  • Thank you TamerVirus for the avatar switcher
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5915 on: June 02, 2020, 11:58:21 am »

What if you write alternative fiction but then it starts changing history?
You have either found a magic book, magic paper, or a magic writ9ng utensil, maybe a magic computer, when you know this stuff is happening, you now need to be careful what you write
Logged

wierd

  • Bay Watcher
  • I like to eat small children.
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5916 on: June 02, 2020, 12:01:49 pm »

Or you are just a very influential author.

Take for instance, the circumstance of George Orwell.  He never intended for 1984 to be an instruction manual, but here we fucking are. :P
Logged

Naturegirl1999

  • Bay Watcher
  • Thank you TamerVirus for the avatar switcher
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5917 on: June 02, 2020, 12:03:59 pm »

Or you are just a very influential author.

Take for instance, the circumstance of George Orwell.  He never intended for 1984 to be an instruction manual, but here we fucking are. :P
Ah yes, fair point
Logged

KittyTac

  • Bay Watcher
  • Impending Catsplosion. [PREFSTRING:aloofness]
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5918 on: June 06, 2020, 12:40:57 pm »

Is there a way to hide threads user-side? Some things (like politics, I'm just quitting it for good) I'm not interested in.
Logged
Don't trust this toaster that much, it could be a villain in disguise.
Mostly phone-posting, sorry for any typos or autocorrect hijinks.

Eschar

  • Bay Watcher
  • hello
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5919 on: June 06, 2020, 01:12:12 pm »

I've never been able to find a way to stop the new replies notifications for a thread - I assume that's what you're referring to?
Logged

Egan_BW

  • Bay Watcher
  • Leftover Potential
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5920 on: June 06, 2020, 01:15:50 pm »

Someone made a browser plugin for that a while back.
Logged
Always remember!
Pumsy loves you!

Reelya

  • Bay Watcher
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5921 on: June 06, 2020, 01:46:59 pm »

Yes, I made that.

EDIT: here's the guts of it


Code: [Select]
// ==UserScript==
// @name         Bay 12 Trimmer
// @match        *http://www.bay12forums.com/smf/*
// @grant        none
// ==/UserScript==

let ignore_topic_list =
[
    "100379",
    "82547",
];

(function() {
    'use strict';

    let q1 = document.querySelectorAll(".windowbg a[href*=topicseen]");

    for(let i = 0; i < q1.length; i++)
    {
        for(let j = 0; j < ignore_topic_list.length; j++)
        {
            if(q1[i].href.indexOf("topic="+ignore_topic_list[j]+".0") > -1)
            {
                q1[i].parentNode.parentNode.parentNode.removeChild(q1[i].parentNode.parentNode);
            }
        }
    }
})();

Get Tampermonkey and paste that into a new script, add the ID's of threads into the list to have them auto-deleted from replies. I put comments after the IDs to remind me which topic they were, but they're not necessary so I omitted them for clarity so you can see the important part. Comments work like so:

Code: [Select]
let ignore_topic_list =
[
    "100379", // Word Game
    "82547", // Music Thread
    "117154", // soldier toughening
    "172537", // terrible suggestions - DF
...

I did have a more elaborate version of this script going before, but the code was lost when my browser decided to die or something. Definitely use TamperMonkey now, and not the old GreaseMonkey plug-in. TamperMonkey is just much better supported and has backup features that GreaseMonkey lacked. This one is a basic one and you'll have to add extra thread IDs manually. It's possible to make one where you get an extra "block topic" button and those topics are stored on a Google Sheet spreadsheet page, which is also read to work out what you want to block.
« Last Edit: June 06, 2020, 02:05:22 pm by Reelya »
Logged

KittyTac

  • Bay Watcher
  • Impending Catsplosion. [PREFSTRING:aloofness]
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5922 on: June 06, 2020, 09:46:05 pm »

Alright, thanks, I'll try it out.
Logged
Don't trust this toaster that much, it could be a villain in disguise.
Mostly phone-posting, sorry for any typos or autocorrect hijinks.

Reelya

  • Bay Watcher
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5923 on: June 06, 2020, 10:14:58 pm »

BTW that one hides things in your replies thread. It would be easy to convert it to hiding ones in the general boards too, but I'll have to do that later if you want that.

methylatedspirit

  • Bay Watcher
  • it/its
    • View Profile
Re: The small random questions thread [WAAAAAAAAAAluigi]
« Reply #5924 on: June 10, 2020, 05:47:54 am »

I was trying to mount a CPU cooler (stock Intel cooler, copper-core, LGA 1150) to a motherboard, and I accidentally broke one of the mounting pins on that cooler. Every other pin seemed to mount correctly, and it's sturdy enough, I guess.

How screwed am I? Will the CPU burn itself to death the moment I turn it on, or would it still be fine?
Logged
Pages: 1 ... 393 394 [395] 396 397 ... 637