u/IntelligentSteak7709

Anybody feeling guilty about not wanting kids?

I've been thinking about this for awhile, and I'm still pretty young so my decision might change, but I kind of feel guilty over not wanting kids. I'm essentially stopping my family line because being around kids exhausts me to no extent. On-top of that, I'm so scared about being lonely as I get older.

Does anybody else feel this?

reddit.com
u/IntelligentSteak7709 — 3 days ago

Help me find a book!

Hi guys! I have a few tropes that I'd really like to read in a book and I'm not sure if I'll find it but I might as well give it a shot LOL.

Here's what I'm looking for:

-mlm

-same level of power (think something like two warriors, or two kings, something where there's not a "weaker" one)

-spice but spice with plot - i love when the characters ive been rooting for finally have their moment

-dystopian/fantasy novel

-protective over eachother 👁️

-it'd be kinda cool if there was some drama surrounding their relationship, like they had to keep it secret or something, but it's not required LOL

I'm willing to try out something that doesn't have all of these! Ill really take anything

reddit.com
u/IntelligentSteak7709 — 7 days ago

Help me find a book!

Hi guys! I have a few tropes that I'd really like to read in a book and I'm not sure if I'll find it but I might as well give it a shot LOL.

Here's what I'm looking for:

-mlm

-same level of power (think something like two warriors, or two kings, something where there's not a "weaker" one)

-spice but spice with plot - i love when the characters ive been rooting for finally have their moment

-dystopian/fantasy novel

-protective over eachother 👁️

-it'd be kinda cool if there was some drama surrounding their relationship, like they had to keep it secret or something, but it's not required LOL

I'm willing to try out something that doesn't have all of these! Ill really take anything

reddit.com
u/IntelligentSteak7709 — 7 days ago

Looking for a capture card on a budget!

Are there any good cheap capture cards for the switch 2? Anything below 50 would be really ideal. I wanna be able to stream tomodatchi life for my friends on discord

reddit.com
u/IntelligentSteak7709 — 7 days ago
▲ 2 r/Dreams

Old super weird nightmare

So i had this dream when I was 11, and ever since discovering this community I've been wanting to talk about it

It started off with me and my mum in this like, desert compound looking thing. There was high walls and it was full of people. This one guy comes over and he acts as kind of a guide for the rest of the dream.

I'm gonna spoiler this next part because it was kinda disturbing

>!We walk into another area of the compound and we encounter a wall that's filled with like ten ladies in fancy clothing with their heads stuck in the wall. It was like there was a layer of concrete over their very stretched out necks cause both their bodies and heads were on the same side of the wall, and they were kind of stumbling around and trying to get out!<

I woke up after this. Freaked the hell out of my mum, and then watched Moana to calm down LOL. I'm honestly surprised I can still remember this so clearly cause it's been so long since then but I guess it was that impactful.

Does this mean anything? Was it just a disturbing nightmare? Was not nice of my brain to come up with it 😔

reddit.com
u/IntelligentSteak7709 — 13 days ago

Very new to javascript so please bear with me LOL.

I'm trying to make an image change using SetInterval with a fade in between. How would I add the animation to this code?

const images = ["images/negan_image1.jpg", "images/negan_image2.webp", "images/2 (1).png" , "images/negan_image5.webp"];
 let index = 0;
 setInterval(() =&gt; {
   document.getElementById('negan-image').src = images[index];
  index = (index + 1) % images.length;
 }, 3000);
reddit.com
u/IntelligentSteak7709 — 18 days ago
▲ 0 r/webdev

I'm trying to use fetch API to display a character profile from a separate html file on a button click, im doing testing right now to see if I can get the fetch api to work and it keeps throwing this error: "Uncaught (in promise) TypeError: Cannot set properties of null (setting 'innerHTML')

at displayHTML (spa.js:14:23)

at characterProfile (spa.js:7:5)"

js:

console.log('spa.js is loaded')


async function characterProfile() {
    const response = await fetch('negan.html');
    const data = await response.text();
    console.log(data);
    displayHTML(data);
}


characterProfile();


displayHTML = (data) =&gt; {
    let element = document.querySelector('link-3');
    element.innerHTML = data;
}

html:

&lt;body&gt;


    &lt;nav&gt;
        &lt;a href="https://jada33.582futura.com/web2/index.html"&gt;Back&lt;/a&gt;
        &lt;a href="https://www.figma.com/design/P33GFzgzeZcg31npawcSOx/Untitled?node-id=8-12&amp;t=FMEHyxD0LfNYINml-1"&gt;Figma&lt;/a&gt;
        &lt;a href="https://582futura.com/"&gt;582 Futura&lt;/a&gt;
    &lt;/nav&gt;


    &lt;h1&gt;Top Tier Media Villains&lt;/h1&gt;
    &lt;h2&gt;⚠️ SPOILERS AHEAD ⚠️&lt;/h2&gt;


    &lt;section id="button-grid"&gt;
        &lt;figure&gt;
        &lt;a href="./pucci.html" id="link"&gt;
            &lt;div class="square-button"&gt;
                &lt;p&gt;Enrico Pucci&lt;/p&gt;
            &lt;/div&gt;
        &lt;/a&gt;
        &lt;/figure&gt;
        &lt;figure&gt;
        &lt;a href="./snow.html" id="link-2"&gt;
            &lt;div class="square-button-2"&gt;
                &lt;p&gt;Coriolanus Snow&lt;/p&gt;
            &lt;/div&gt;
        &lt;/a&gt;
        &lt;/figure&gt;
        &lt;figure&gt;
        &lt;a href="./negan.html" id="link-3"&gt;
            &lt;div class="square-button-3"&gt;
                &lt;p&gt;Negan Smith&lt;/p&gt;
            &lt;/div&gt;
        &lt;/a&gt;
        &lt;/figure&gt;
    &lt;/section&gt;



    &lt;script src="./js/spa.js"&gt;&lt;/script&gt;
&lt;/body&gt;
reddit.com
u/IntelligentSteak7709 — 22 days ago
▲ 1 r/webdev

Hi! I'm building a website right now and I'm trying to have two cards that take up only about half the page or less that you can flip between to read the content. All the carousels that I've found online are full page so I'm wondering if this is even possible

Thank you in advance!

reddit.com
u/IntelligentSteak7709 — 23 days ago

It was so good 😭 I was doubting if I'd like it pretty early on but god it changed so much over time. SPOILERS AHEAD

The themes were amazing. >!having people in our party that are so deeply religious blindly follow Yevon despite obvious signs that there's sketchy shit involved was such an interesting take. I really loved how religion guided the plot so heavily and how they ended up breaking through at the end.!<

Onto my favourite character, Auron. >!I unfortunately have very bad luck with liking characters that eventually end up dead, it's a theme at this point and watching his death scene broke my heart. 😭 What do you mean he was dead the whole time??? His little "Don't stop." When Yuna realized he was fading away :(((!<

And finally, Tidus. >!While he definitely was NOT the most insightful final fantasy character ever and there were several facepalm moments for me throughout the game, oh my god he could be so sweet when the time called for it. His little date scene with Yuna where he tells her that they'd be together always, his death scene where he gave her a last goodbye hug before diving off the side of the ship :((. Plus his relationship with Jecht, it was SO complicated and in the end all he could say is that he hates him. He hates him for leaving him so early, he hates him for being Sin, he hates him for being so hard on him as a kid. But at the same time he mourns him. I find it so beautiful how they pulled off having a toxic relationship with a parent like that. It's amazing.!<

&gt;!Also, fuck Seymour. I can't believe I had to kill him four times.!<

reddit.com
u/IntelligentSteak7709 — 24 days ago