Jump to content

Usseewa

Members
  • Posts

    3473
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Usseewa

  1. i mean.. i use it all the time like i showed when i use APIs like.. await promise.then((r) => { ... })) or something if i recall.. yeah, why not? i forget if i learned that from JS or some other languages. but yeah, languages usually probably let you forgo braces for single-statement blocks. Same with if statements and the like. yeah..
  2. okay damnit i'll just share my version optimized from yours let w=prompt() let c=0 let s=prompt()+" " setInterval(()=>{ let t="" for(let i=0;i<w;i++) t+=s[(i+c)%s.length] console.clear() console.log(t) c++ },200) 142 chars Note how I used the arrow function in the setInterval parameter, not a var decl like you did. Plus, since the for loop is only one statement, i removed the unnecessary curly braces. (Note that I've never really used strict mode for JS, so I don't know everything that is/isn't allowed with that if you're trying it but...) You can remove all the let statements (doesn't work in strict mode, but works "normally") w=prompt() c=0 s=prompt()+" " setInterval(()=>{ t="" for(i=0;i<w;i++) t+=s[(i+c)%s.length] console.clear() console.log(t) c++ },200) 122 chars If you are using strict mode, you can combine the let statements (though I think strict requires semicolons. Not sure tho.) let w,c,s,t,i then same code as above. okbye anyway that's 122 chars can ya beat it sorry lol.. im getting tired also u can kinda ignore everything about strict mode... maybe... idkjfajf
  3. idk because as you said about overthinking ans consciously altering actions... that's the darn problem with me I can't cremin' do anything without knowing i am and choosing to do it because i think that's who i am, want to be, should be, should do, want to do, etc. etc. etc. that's the ehole issue I've been struggling with and i hate it so much i can't say anything I can't say I do/feel/think something. Say, something that I KNOW confirms/supports me being trans because I KNOW it does and I KNOW I'd be doing it and what rhe heck ado if I'm not so does that mean I'm not trans?????????????? how the heck to i ado'ng not conform if that means not being trans I'm not sure i want to "be myself" because i like being trans. i THINK i tell myself so what the ado... anyway bye see you.. whenever see you on the other side haha lol kidding... @Verdance btw NO I'M NOT SUICIDAL SHUSH
  4. i believe in nothing especially not anything resembling peace i believe in the disgeace known as humanity
  5. haha i don't know how to keep moral princips or be "myself" or maybe i donknow how to be "myself" but i dont allow this entity named lily to do so
  6. glad it could mean something to you
  7. we are just the equivalent of ai and we think we are real and actually feel but really we just tell ourselves that also that kind of thinking is somwhat useless if it's impossible to prove (or disprove) bht yes..
  8. i stormin hate this this storming poem is me and i hate it all the poems are me and i hate me it's japanese, just two different Japanese writing systems/"alphabets" it's just my name don't worry about it..
  9. it's hard. sometimes i hold myself back to "not embarras myself" or so i don't sound like a storming idiot or so i don't sound weird or don't sound like I'm not trans or don't sound like my evidence is inconsequential... self-fulfilling prophecy... @Aeoryi serious question... how do I know if I'm not trans? edit https://www.17thshard.com/blogs/entry/1520-20260405-shifting-slate/#findComment-2096 (me, talking to Verdance) @Aeoryi pls help
  10. Blue Screen of Death it's what happens to Windows computers when they crash it's a metaphor or something..
  11. look into.. like anonymous functions or arrow functions or whatever the heck they're called. they don't use the "function" keyword i don't think so i think u can save characters hope that's not cueating..
  12. but that's a good thing..
  13. i think we both deserve it pretty much equally.. (ignoring factors like drag and friction if you know what i mean) meaning not being pedantic about things we all deserve it.. 'sides i can still get it... in a bit... they need me to say what I'm thinking when even i don't know what I'm thinking
  14. ok,.neat that's coolm.m... welckme back.. bye for now...... also 207 notifications and growing, i hatemylife.........,
  15. good job that works! it's actually 173 according to vscode and 162 according to notepad. But that's cuz of the damn line breaks.. So we remove... 22 chars from the 173 and get 151 which is also what the google docs says? how'd you get 155? (also you can optimize it further) maybe I'm wrong it doesn't even matter ... anyway other people you can still post your solutions
  16. it's okay i shouldn't be whining and throwing a pity part or whatever you kids used to call it or still do haha..heh.
  17. if you are raised your whole damn life being told something is right, or just being told something in general, how the heck do you know if it's actually right? How do you know what's right at all? You wouldn't know it, I don't think. You would believe with all your heart and adamantly that you it couldn't POSSIBLY be the "wrong" side of things. It would be obvious to you that it's the "right" thing. ...But what if it's not? uhh anyway that probably sounded weird so uhm yeah sometimes it's just hard ... edit: so how do i know what to believe?
  18. hehe... just went on a walk and talked to myself a bunch and called myself things that I'm not allowed to say here because i am
  19. ... "i dont even think it was possible to fail" me, who already failed:
  20. good pretty sure that works except... you need to also prompt for the text (the "Hello") You can just concat a space after or smt. Once you do that, repost and please post the number of chars too. Just put it in a text editor or something. Not sure how whitespace is counted, but spaces/tabs DO count (cuz I assume basically all text editors/IDEs count them lol) Or smth like google docs / ms word might work too ¯\_(ツ)_/¯ I'll probably double check using vscode at some point also since you're going for the no semicolons approach (depends on if newlines are counted which probably aren't actually) but anyway you have an extra semi on line 2 and then the last line has an unneeded space after the comma. also hint the prompt doesn't need any text/message :3 (btw everyone the challenge is still open and will be for a bit since we can usually optimize stuff, plus different languages might yield (lol) shorter programs) also sorry if I'm being weird... also lol c++ i love doing that oh sorry if i made it seem like something so i used Hello in examples but u just as placeholder it could be any text user inputs it each time program run BYEEEEEE
  21. (quoting + pinging is actually a waste of time but i don't mind) (it only sends a notif for the quote) asjustable width meaning see how the examples i gave are of different widths? different number of characters that can be contained within it? So prompt the user for the width and use that. For you, it might be useful to use width as a pixel value rather than number of characters (since whateeverrbrnrbrbeb) EDITTTTTTT: also btw the width stays the same after the user only enters it once at the start yk? not changing width while you run program but each time you run the user enters a width and they can enter a different or whatever cram
  22. take your time don't worry foobarfizzbuzzbarbazquxwhatever... HAHAHAHAHHAHAHAHAH we got all the damn time in the world....mdnndnndndndndkddkdkekkeekaajjajwjw it's not even first solver, cuz if someone posts a solution before you, then later you post a shorter solution, the someone ELSE posts a shorter solution... etc. etc. JUST REMEMBER IT'S BASED ON CHARACTERS, NOT NUMBER OF LINESS NANWNWJWJNSNZNSNSNS
  23. haha sometimes they aren't really even written down usually i make a note or random here and there ideas to myself or just not or i want to go dieeeeeeeee and be reborrrrnnnnn as a girerlllllllll uhhh idk why me said that
  24. Heyooo Long time no see, hope your break is going nicely! I've.. kinda tried it a bit and idk I'ma try some efforts. I hate dysphoria especially when i don't even know if I'm feeling it. Like I'm probably feeling it right now but honestly how do I tell and does it matter and how do I describe it? I just don't feel quite good. edit: and at this point I've look up so much.. I've read the gdb and looked back on it a bit, I've watched probably dozens of videos, read dozens of reddit threads and looked at dozens of egg irl memes. I've talked so much here on the shard about the same things again and again, I've written/typed down a bunch of feelings, I've talked with people and therapists.. I want to look up some crem about "what does dysphoria feel like" but I doubt I'll find anything *new/different.* I just want to KNOW things and i just want to have things and explain things to people. i want to know if what i know is actually what I know. I want to know if what i feel and think is actually what i feel and think or if I'm somehow making it up, exaggerating, copying, fabricating, faking, overreacting, making something from nothing, etc............... edit2: dysphoric boogaloo, what the heck do i do? what the heck do i hecking dooooo. like do i just do nothing? maybe that's the best choice? stop all this and stop thinking about trans stuff and stop looking stuff up or talking about it or pondering it. stop it and then the times i feel like a girl just accept that somehow even if it's fake? Cool! You could talk to them if you want
×
×
  • Create New...