Jump to content

Usseewa

Members
  • Posts

    3477
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by Usseewa

  1. Ok i''ll put my thoughts: I think the last line are pythonic indices, [3], [3:], [5], [1] Because if u don't know, in python u can do 'abcdef'[3:] -> 'def' EDIT: also, depending on the length of whatever you inputted, (assuming all the above four indices are on the same input?) then if it's length 8, you get another length 8 back. lengt 7... i guess another len 7 lol. oh wait. Anwyay but maybe it's on four separte chunks.. hmm Also idk why all the digits in this challenge are 0-7. My thought was bit indices, but then why waste so much space with the five-digit numbers, which take up two bytes? So if they are bit indices, it probably isn't for the preceding number. Also, why 17 numbers? Why not 16? Does the number not matter then? Is everything base8 like Verde said? Then why the odd reaction from Wrath? Was that a mock hurt from accusation or genuine confusion? HAHFUEHFIUHAUHEFH It's your phone
  2. oh it's so fun i can help lol if i'm still active then it's also not only videogames if that's what u meant cs isn't supposed to even be that
  3. idk..... also do u code at all? program? https://www.17thshard.com/forums/topic/202132-decodedecipherpuzzle-challenges/
  4. I didn't do anything with the last line yet unless u meant me also see my edit see my post Edit: added more bases Basically this is all the numbers u gave us--assuming they are base8 (which they may not be)--converted to all other reasonable bases (2-16) also here's my console spaghetti code lol let nums='16316 5 14415 7 04016 2 15504 0 05514 6 16204 0 05704 0 34220 0 22405 5 15615 7 05516 0 16214 5 16314 5 16216 6 14505 5 16215 7 15716 4'.split(' ');let big=[];let digits=[];for (let i=0;i<nums.length;i+=2){big.push(nums[i]); digits.push(nums[i+1]);};console.log(nums, big, digits);let bases={};for(let base=2;base<=16;base++){bases[`base${base}`]=[];for(let num of big){bases[`base${base}`].push(parseInt(num, 8).toString(base))}};console.log(bases); Also WHY ARE THERE 17 NUMBERS sigh i was hoping 16 cuz that would be significat OMG @Through the Living Wrath I'M SUCH AN IDIOT LOLOLOLOLOLOLOLOLOOLOLLLLLL
  5. How do mean? also i'm cookin' up some quick js code in the console to quickly test multiple bases and such @Through The Living Grass
  6. Ya I noticed most are very similar Probably repeated/similar/close-together data.
  7. holy crap ur right lol lemme verify that DAMN SLOW PC STARTUP CMON HURRYYYYY 10%?????? OMG GIRL CMONNN
  8. i havnet gone sleeding in so so long
  9. It kinda hurts my eyes though, idk. Also.. what's with the RTE bar?
  10. Uhh does Taln count? Otherwise Shallan
  11. Rambler “They’re coming I know it I’ve seen they they’ve seen me we know we know we know we know…” … “I should just give up they’re probably here already it’s no use I’m dead I’m dead I’m dead…” … “No please no no no stop touching me stop touching me stop touching me please please please…” … “Why can’t I see why can’t I see turn on the lights what is that sound where am I where am I oh where am I…” … “No what are you doing no no no no no please I don’t want that no please I don’t…” … “Where is my sheet where is it did you take it I need it please give it back please give it back please…” … “Why am I hungry haven’t I eaten does food not exist I don’t know I don’t know what’s real what’s real where am I what’s going on why am I dying why am I dying…” … “...purpleandblue…whyisitgreywhy…iswhatiswhat…mymymyicantmy…wha…iwant…sleepy…why…” … - Lily
  12. Usseewa

    2026/01/01

    Dear rebel, What exactly were you hoping to accomplish in this? As you have undoubtedly discovered, we have removed all relevant information. There is nothing for you here, but we thank you for revealing yourself to us.
  13. Usseewa

    Summer

    OMG THATS AMAZING hehe
  14. Usseewa

    Summer

    whoa i didnt see u added new ones, nice!
  15. Sorry I didn't write much today.. I'll probably write more soon but no promises ofc. I have some ideas though... Happy Why What Why am I happy, and what do I do with it? I don’t want to lose it, but that means I can’t do it— What I want, what I usually would do. I can’t ensadden myself—can’t sink myself. I need to preserve this feeling, Nurture it, And want it. π - Lily the Happy I Think
  16. yeah, I suppose? idk Correct! (lol, it was kinda easy hehe.) Oh damn bro that's hard hehe. maybe i'm just not very knowledgeable. lemme try some stuff and i'll get back... edit: i think i got an idea edit2: damn windows and their crlfs (she types from a windows pc) okay uhm @Through the Living Wrath may i have a hint? or an answer to this question:
  17. "cut off almost all light 2-3 hours before bed" uhh... you mean blue light, right? Also I feel tired even when I get 8 hours of sleep.. so.. probably the quality. "Again, that's over-optimizing a bit, dimming lights is also good." Why are you so healthy... sigh. Thanks for the tips, though. I turned on the filter lol. I already turned it on for phone a recently, but have found myself turning it off? Uhm you think this is overdoing it?
  18. Not sure if this fits in FG&RS... but yeah. Basically I saw something like this somewhere else and... essentially we give each other challenges that are encoded/enciphered/both and the other people try to crack it. You can do any form. Some ideas: Basic stuff like hex, bin, gzip'd, b64, etc. Classics like the caesar cipher, ... the other ones, stuff like 1 = A, 2 = B, ... , etc. Files/images, like data hidden in the pixels/data of a "static"/"random" img. Even puzzles using stuff like boolean logic. You can even combine them, so like a Caesar Cipher'd hexadecimal string. You can also do puzzles, but the idea is to stay in the technical aspect. Also no hashes unless they're crackable xd. Like, if you could look up the hash and find a result cuz it's common, then sure. Feel free to make complex, simple, creative, etc. UPDATE: if you want, you can try previous puzzles too! See if you can solve 'em! (Click "next page" at the top/bottom of this post) Rules ig: - Post a challenge. - Other people try to solve it, and you can give hints GuessThatCosmereCharacter-style if you want with wrong guesses. - Once someone gives the correct answer, it passes to them and they give a challenge for people to solve. - If they don't want to/don't post one in, like, a few days or wtvr, then someone else can. - It is encouraged to show your process or say how you got the answer (like "It was just hex") - Have fun! Resources: - RapidTables, specifically this: https://www.rapidtables.com/convert/number/index.html - Cipher decoders like https://www.dcode.fr/cipher-identifier. - Hexed.it (hex editor my beloved) Autosolvers aren't... encouraged. The point of this is to have fun by working through the puzzle hehe. I'll start (i'll give hints if too hard) (85, 119, 85) (Some people who might be interested: @Through The Living Coder @Through The Living Skies @Through The Living KSauce @Through the Living Wrath) (85, 119, 85) - Through The Living Girl (me) ill add more later im too lazy hehe
  19. ive been here since a week or so before the new year also pretty sure it works on mob too maybe not tho omg bro i was such an idiot back then i'm probably one now too :3 i was/am a little ... unhinged
  20. ....... i guess ur new to the shard just paste link and either it auto-embeds or hit enter and then it should. works with lots of things--reddit posts, shard links, youtube, spotify, twitter (☺), etc.
  21. sigh stop doing share ids. at least embed it actually it proll ydoesnt matter but it irks me
  22. i listened to toooonnnnsss of grunge but now am more into j-pop and other stuff i used to be kinda emo but now im tryna be girly and it's rlly fun
×
×
  • Create New...