Jump to content

Usseewa

Members
  • Posts

    3477
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Usseewa

  1. wdym trial of error for what typing? I can word good probably, but I just don't want to right nowww I don't know anyway bye im'a write some ig edit: crap ,I gotta update my siggy I forgot I intentionally made it depressing all those months ago ]
  2. he heheh hh ugh selfhate belike I can't write anything cuz when i wanna express my frustration at stuff and writing badly then I do it wrtiing badly and then HYPOCRITE and stuff? whatever whatever athwhtath I like the word 'whatever' because I can just say it when my brain spirals and I stop being able to think i should probably just get offline rn until i'm back to "normal" hehe if that exists or more normal than now ugh that sounded horrible why do i have to be so adhd
  3. okie i dont have that mindesset ifeeel like i had a coff3ee lol i feel so neurodivergent rn do u guys ever feel like u wanna claw urselfves apartt?
  4. SELAH??? WDYM i looked it up and it's a band or smth? smth christian thing? I type and I know I type like that and I do it but I don't not becauseeeee I just don't want to not because why would I become then I would sound cold and formal. For instance, this sentence was typed in a different manner than the previous ones. I know that's a lame example lol but u get the point also I'm probably too unhingedddddd also no i never voice type/dictattiommn cuz why? annie are you okay just look it up it's a song "smooth criminal" by the great and wonderful wizard of oz michael jackson idk if im clingy shrug probably oof that makes sense. .. sigh but it's still probably cringy i mean at least annoying to people sigh sigh sighhhh what am i doing .... ill probably delete this after it's just horrible
  5. hhhhhhhh i am adhd and ive known it for longlong for a whileee ggggggggvv i ask for help cuz i want to idk i like talking to ppl or smth but I'm probably just a cringy person i cant do active actually i can but I'm "doing homework" rn annaaana annie are you okayyyyyyyy nooooooooo i havent had any sugar today i dont thinkkk???? bht im feeling super ....dmdmmdmdddnndkskwieiidciicjx squirmyyyyyyyyyyy i guess i should just stop and just calm down and go full-on neutral blandy ig edit i was pleasantly surprised when I saw my homescreen and remembered I changed my wallpaper to one super nice instead of a crying sad person hehe
  6. Guyyysssssssss So I have ADHD yadayada and never really thought about/knew about "masking" until recently so yeah? but I feel like I've been masking less maybe if I'm understanding correctly is that good or bad. Also can someone explain masking so I don't have the wrong understandinggg
  7. ok idk what thread to put this buuuut heeeellpppp I'm just feeling restless and longing and excited and a feeling within my chest and stuffff? i get the feeling every so often sigh and idk what it means sighsigh i feel like my member title "knowing everything, understanding nothing" sigh eeeeeeeeeeedkdjjdjdjdjdjjdjdkskkekwwjwjwjwjejjncncnncncxnddndnndndndndndnddnndndnndjjdkeowoww guys am i cringe?
  8. don't self-deprecate! also will first half make sense, like will i know when i got it right before i do the second half?
  9. oh I ignored this cuz didn't understand but now see it's high hang on I think I got smth to work with the answer is.. tetris! QKU? 17 = Q, 11 = K, 21 = U?
  10. Either I'm an idiot or this is rlly hard. Totally-not-a-false-dichotomy-hehe
  11. is the period after bA intentional? Or is it supposed to be a comma?
  12. GAAY uhh .... hint? ag = silver
  13. If you were a trans girl who liked ONLY girls, then yes, you'd be lesbian. (I say "only" because bi and pan exist too) edit: ya she did
  14. omg so yum! and sounds extremely fun and good and undepressing! tho sometimes looking at/thinking of food makes me sick :3 (nothing against your food it looks delish but just sayin)
  15. NONONO im watching Dune2 rn but I'll figure it out laterrr
  16. i think i know everything but i but i know i ok can i ask if I'm on the right track?
  17. sigh okay.. cya... ya ok ill do some trying maybe I wonder if the Sixth Digits are keys. I mean, they are likely something related to prec number, right? Indices, keys, etc.? But maybe... they are... bit shifts! HEHAIUFHHAI @Through the Living Hopper I see ya lurkin'.. u a coder or anything? I didn't know if you were so I didn't ping ya in the first post, but are ya interested? OMG I THINK I FIGURED IT OUT THANK U INTERNET
  18. Yah I readit as you saw. I'll try to do that.. I set the nightlight filter to turn on, so that's nice. it actually looked weird when I looked from pc to phone (where it was off), then turned back on. Yeah... true. I didn't see your addendums till now, but yeah I think I've been making it part of my identity, and that's not very good. Stuff yes feel "weird" and not comfortable/"normal" a bit. Ok well I'm not revealing my age but interesting. I pretty much knew that but I guess never thought of myself having mood swings and such.
  19. I'm not uncultured; I know of it and a fair amount about it, I just haven't played it (yet). Also I looked it up and it said it was Undertale but I didn't feel like seeing what you meant in this context. Perhaps. Although it seems more like the sixth digit is the result of some modulus (likely by 8--that is, some number mod 8). Because I tested it and realized mod 0 doesn't work lol, and mod (n+1) is pushing it. All the five-digit nums mod 8: [4, 7, 0, 0, 2, 4, 0, 4, 5, 7, 4, 6, 2, 0, 1, 7, 4] Though I really feel.. I feel like the five-digit numbers shouldn't be treated as numbers, especially since they are zero-padded (e.g., 04016). So... either the digits themselves (0, 4, 0, 1, 6) are what we are looking at, or Wrath just 0-padded them like you'd do for bin or hex (0101 not 101, 0C12 not C12), but that also means they probably aren't base10/decimal, especially since they only go 0-7.
  20. ? % Like, a number mod 2 = 1 if odd, 0 if even, cuz it's (basically) the remainder after dividing by 2 so that's a useful trick. So: 1 % 3 = 1 2 % 3 = 2 3 % 3 = 0 4 % 3 = 1 5 % 3 = 2 6 % 3 = 0 7 % 3 = 1 ... so it loops around and always gives a value between 0 and N - 1 for X % N Useful for a number (lol) of stuff So since 0-7, could have to do with mod 8
  21. math is yes it's interesting it's brain-numbing it's fun
  22. did u see this hehfhahfafhi you know this feels oddly familiar... OH it reminds me of level codes for a fairly simple tile-based game, where each sprite is represented by a tile (so, like "floor tile" = 0, "player" = 1, "air" = 2, etc.) maybe that's important, even if not directly the solution. Sort of a "right for the wrong reasons" or smth. that would explain 0-7, if there are 8 "tiles" @Through The Living Grass I also thought the values could be colors, since that's another thing that'd have similars wait guys maybe it's modulus
  23. yah fair it's not always math but it's math-adjacent for sure i ♥ math "CS I like is compositional studies" hehe lol
  24. that's fine hehfhuefi why u hate so much im fine not eveyr1 or any1 likes coding
×
×
  • Create New...