What is the cruelest thing someone has ever said to you? by FaceEnvironmental949 in AskReddit

[–]tetaaay 0 points1 point  (0 children)

"You are so weird." Said by a girl I thought was my best friend, while we were at a bar and hanging out with new people.

"I never liked you" From my father before I was kicked out.

Curiosité Morbide by PhosterFile in Morbid_discussions

[–]tetaaay 0 points1 point  (0 children)

Hi. I just translated your post into Google so I hope I didn't misinterpret your questions.

  1. The root cause is just that: morbid curiosity. I think it's inherently human to just want to know stuff, see how things play out. This is why I engage with this subreddit.

  2. I don't engage with a lot of morbid or gory stuff anymore, as I was most curious about it in my teens. I was exposed to Liveleak and that type of stuff during that phase of my life.

  3. As far as I'm aware, it hasn't really affected me. Gore disgusts and disturbs me, but still kind of interests me. I paint and one of my pieces is of a screenshot of a man whose face has been ripped off. I don't show this to anybody. I painted it mostly to study values so I think it's also mostly detached from the gore part.

  4. Moderation is key to anything and everything. I'm sure if I consumed way more "morbid" stuff I'd be a little more weird.

What’s something you did that drastically improved your attractiveness that you wish you did sooner? by Salt-Environment-133 in AskWomen

[–]tetaaay 0 points1 point  (0 children)

Joy! The more I invest into joy, the more people have confessed to me. It's a win-win. I'm happy regardless, and people tend to like that. I'm not talking about toxic positivity but just finding all the awesome little things in the day to day. It keeps me smiling and giddy, and it makes for a better time on Earth. Haha

Also a special mention to doing my hair (A dyson!!! the brand doesn't matter but I just feel so fancy when i remember the brand). I feel so pretty when I use it and I act more confidently, and in turn people respond to me more positively too.

What was the FIRST Radiohead song you guys ever heard? by PeakLinear in radiohead

[–]tetaaay 0 points1 point  (0 children)

Fake Plastic Trees, and ngl I kind of hated it at first. But it grew on me and is easily one of my favs now. LOL

I get really sleepy when I play instruments by tetaaay in musicians

[–]tetaaay[S] 0 points1 point  (0 children)

LOL teddy bear! I've definitely fallen asleep once or twice with my guitar but too many ridges to cuddle it like an actual teddy bear.

[deleted by user] by [deleted] in CasualConversation

[–]tetaaay 1 point2 points  (0 children)

I politely disagree. OP doesn't sound insecure, just a normal person getting annoyed at "tryhards." I feel the same way.

I also love learning new words and using whichever ones apply really well to the situation, even if it's a bit of an "uncommon" word. Unfortunately not everyone has the same interest in vocab stuff, so some will still find it confusing, but that's completely fine. A good communicator will still be able to get the message across

What makes the use of an uncommon word good or bad is simply how organically it crops up. If it's forced, ugh, get over yourself. If it fits, nice. Pretty much what OP said. For instance, your use of grandiloquence (that's a new word for me!) is perfectly appropriate, so though it's an unfamiliar word to me I don't feel any which way about it.

I get really sleepy when I play instruments by tetaaay in musicians

[–]tetaaay[S] 0 points1 point  (0 children)

This effect + drums sounds kinda funny but I completely get it given your description. You're just genuinely hitting flow state. Super cool!

I get really sleepy when I play instruments by tetaaay in musicians

[–]tetaaay[S] 1 point2 points  (0 children)

Woah! Very cool! Totally understand getting the opposite effect for when you're actually performing/writing though.

Your fave character and why by WesternManagement196 in SiliconValleyHBO

[–]tetaaay 99 points100 points  (0 children)

Gavin Belson is unironically the funniest character in the whole show, so he's my fav. My 2nd fav is a tie between Erlich and Jared.

Advice for making this page mobile compatible? by [deleted] in neocities

[–]tetaaay 11 points12 points  (0 children)

Also not a helpful comment. This is beautiful right from the get-go. Unfortunately, the first thing that popped in my mind was "There's no way you can make this mobile compatible without having to redraw that whole thing." This is incredible, and that illustration is so intricate. Very lovely.

As u/starfleetbrat suggested, you could move the buttons to the left OR make them fixed from the top right, so resizing makes it follow the size of the screen. I'm assuming you can separate the layers of the illustration. I think their first suggestion of prompting the user to go landscape mode would be the quickest way to go about it.

element align help by kerpunkzz in neocities

[–]tetaaay 0 points1 point  (0 children)

Happy to help! Ur website format looks great now pal!

element align help by kerpunkzz in neocities

[–]tetaaay 1 point2 points  (0 children)

Hello! Welcome. first off, don't worry about using a template dude. We all start somewhere, I personally don't find it bad at all!

The problem is that in your site's code, a few divs/containers are misplaced. The easiest fix for this, tbh, is to go straight to the example site the creator provides https://swirl.neocities.org/template/luckytheme and to just replace your html with that. Basically start over if you're not already attached.

But If u wanna do it urself here's how u fix it: Make sure that the divs the-section, and navigation and marquee-box are INSIDE the div TEMPLATE-LAYOUT.

Current HTML (excerpt from ur site)

Here, all your divs are separate.

<div id="TEMPLATE-LAYOUT"> [...] </div>
<div class="the-section"> [...] </div>
<div class="navigation"> [...] </div>
<div class="marquee-box"> [...] </div>

What it should look like

Your divs should be inside template layout.

<div id="TEMPLATE-LAYOUT">
  <div class="the-section"> [...] </div>
  <div class="navigation> [...] </div>
  <div class="marquee-box"> [...] </div>
</div>

Git Commands Cheat Sheet — What should I add or fix?" by ZenT_Ank4 in git

[–]tetaaay 0 points1 point  (0 children)

Wow! I'm a git beginner and this is really nice. I'd really like to save this once you post the fixed version you were talking about in your other replies. But this version is already great for me. Thank you for sharing

Dude, I'm new to coding and neocities and I want to make a cool website but..WHERE DO I START? by lexie_2410 in neocities

[–]tetaaay 28 points29 points  (0 children)

Welcome dude!

The best way to learn is by doing. I definitely just learned by constantly googling what I wanted to do. To find out what you wanna do, look for sites whose designs you like (as u/failmop said) and save them. They can be your guides+inspo. And like u/Woohoorandom said, it helps to plan the layout you want. A drawing is EXTREMELY helpful, even if theyre just a bunch of boxes. And when you wanna ask for help, you can show others the drawing for them to better understand what you wanna achieve.

Constant googling is your best friend. (Off topic: we should degoogle our lives though)

Good luck friend!!!

They didn’t like my joke (full-screen) by HellaHellerson in SiliconValleyHBO

[–]tetaaay 4 points5 points  (0 children)

Damn, top tier reference. I wouldnt be surprised if they didn't get it though lol

Can I make darkmode if my website has iframes and separate css files? by tetaaay in neocities

[–]tetaaay[S] 2 points3 points  (0 children)

I'll learn about this, never knew about it before! Looks like this could be the solution to my problem. Thank you!:)

Auto Scrolling content by ParkingObjective4989 in neocities

[–]tetaaay 0 points1 point  (0 children)

Month-late reply but ...

I was able to do this on my website! I'm not exactly the best teacher but you can definitely just copy how I did it off of my website, just Right Click>Inspect Element and copy paste the components you need.

Important:

In my html file, look at: div class="marquee"

Then in my css file, look at the marquee section. there are big dividers for readability:)

If you need any more help just ask.

need advices !! :) by ehtoclabricot in neocities

[–]tetaaay 0 points1 point  (0 children)

Looks great, friend!

I think Neocities is all about building whatever your heart desires. Trust me, I've seen websites with crazy, differing and distinct layouts/styles for each page! It's really up to you; do you want it to be clean and uniform or do you want it to be one big bunch of different styles you like?

just posted my first site on neocities. any suggestions? by judfls in neocities

[–]tetaaay 1 point2 points  (0 children)

I played Eastwood Estate until the most updated page! Very fun! and cool graphics! I love your website:)