Jump to content

TheUnInvestedCremling

Members
  • Posts

    122
  • Joined

  • Last visited

5 Followers

Profile Information

  • Member Title
    Un means 1 in french
  • Pronouns
    he/him....
  • Location
    Somewhere In Earth In a Country In a State In a City In a Suburb In a Neighbourhood a bit far from my park and mall :)
  • Interests
    Reading
    Reaing
    Reding
    Rdng
    Rg
    Brandon
    Sanderson
    Is
    The
    Best
    But
    I
    Like
    Reading

TheUnInvestedCremling's Achievements

51

Reputation

  1. ASUS ROG Zephyrus G14 Try this maybe has rtx good cpu thin OLED dsplay? And its around 4k (AUD)
  2. But i guess it was a fair try?
  3. What species is your PFP?

    1. Shatter

      Shatter

      I bet it's a wiggly one

  4. But technically, that was the rosharan ghostbloods and not necessarily the entire group.
  5. Done both epic Book is suuuuuper cool aslong as you accidently dont take the YA version Mark IS NOT Ryland AT ALL *huff* Im still trying to READ THAT BOOK
  6. Welcome, first of all i hope i get the topic forum right at least this time anyways recently at my college i learnt about the wonderful Socrates! He kinda stuck to me so I decided i'd spread my admiration to y'all. Type in bold for a statement Type in italics for random comments that don't follow with the actual statement To question a statement, just reply to it, you can reply to a reply to make a question chain. If it gets too chaotic (prob won't) i'll figure smthng out. statements can and arent restricted to the cosmere I'll give the starting statement: Kelsier is the strongest in the entirety of Mistborn Lets start questioning!
  7. Hey, your PFP looks cool, where did you find it?

    1. Show previous comments  3 more
    2. #1 Taln Fan

      #1 Taln Fan

      No worries, it’s a fairly new rule. But yeah, it’s now in our forum policies that all forms of generative ai are not permitted on the Shard, including profile pics. So yes, please change it :) 

    3. TheUnInvestedCremling

      TheUnInvestedCremling

      Done! And could i have the link for that post?

    4. #1 Taln Fan

      #1 Taln Fan

      Thanks! And yep:

       

  8. Sooo, basically what the name says.. I'll allow different names of Hoid but no overlapping. If you wanna say something other than a name, put it in a spoiler tag? When you type a name, put it next to a number so we have an active count. EG: 1. Name 2. Name 3. Name How far can we get? I'll start! 1. Wit
  9. So basically, a fortnight ago, I read and watched Andy Weir’s Project Hail Mary. Due to a rock shaped alien called Rocky’s special characteristics, me and my friend @KaladinsSenseOfHumourSpren were always conversing in Grace’s highly questionable Eridian to English translator. We would use phrases like Amaze! And What are you doing right now, question? For some joy in our day to day conversation. Me (being very lazy) decided my fingers were getting more sore after typing the added PHM english, so I set out to make a js script that’d do it for me. Day 1. Why am I doing this, question? I had little to none knowledge of javascript and I DID NOT want to vibe code !! I knew the basics so i laid out my starting code (function() { What to do now…. Day 2. I spend most of day one researching and found stuff that would help me greatly. I just now have finished my draft code. (function() { 'use strict'; (function() { 'use strict'; document.addEventListener('keyup', function(e) { const target = e.target; if (target.getAttribute('contenteditable') === 'true' && target.innerText.includes('?')) { const selection = window.getSelection(); const cursorPos = selection.anchorOffset; if (target.innerText.endsWith('?')) { const newValue = target.innerText.replace(/\?$/, ', question?'); target.innerText = newValue; const range = document.createRange(); const sel = window.getSelection(); range.setStart(target.childNodes[0], newValue.length); range.collapse(true); sel.removeAllRanges(); sel.addRange(range); } } }); })(); })(); I was using Tampermonkey and I tested it. Nothing. Why? Day 3. After the roadblock, I tinkered with it (Did nothing) and sighed. WHYY, QUESTION? WHYYY. Then, my deepfried brain had an idea and i got my js, and pasted it onto the console (Do not paste any code that you don’t know about on the console or you may get hacked) AMAZE! AMAZE! AMAZE! It worked. Day 4. It worked on the console.. YES. Buttttt…. The questions always came twice.. Why? At this point, I needed some help. @KaladinsSenseOfHumourSpren was/is really good at javascript, so I gave him the code and the problem. @KaladinsSenseOfHumourSpren, being @KaladinsSenseOfHumourSpren, figured it out immediately. Well.. After taunting me first There it was. The magic fix! And I’m going to fix this n- I slept. Day 5. I added the check and everything the code looks fine. (function() { 'use strict'; (function() { 'use strict'; document.addEventListener('input', function(e) { const target = e.target; if (target.getAttribute('contenteditable') === 'true' && target.innerText.includes('?') && target.innerText.endsWith('?') && !target.innerText.includes(', question?')) { const newValue = target.innerText.replace(/\?$/, ', question?'); target.innerText = newValue; const rangWhat’s here, question???); const sel = window.getSelection(); range.setStart(target.childNodes[0], newValue.length); range.collapse(true); sel.removeAllRanges(); sel.addRange(range); } }); })(); })(); (OOH cOlOur) It was time for the BIG TEST!!! I added it to my console AND AMAZE, AMAZE, AMAZE!!! I’m finally done. Yippee. I’m content Day 6. I'm not content. I wish it was automatic So I scoured the Chrome Web Store. Orangemonkey Yes. It was calling to me. I installed it, added my code… My work… Was done. (also bdw how to remove the autobold, as i type my blogs in docs and then paste here:)
  10. Finished Project Hail Mary and The Martian by Andy Wier. Both were fantastic reads!
×
×
  • Create New...