Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

OPEN THIS THREAD --> NEW YEAR w/ NEW DEALS by RackNerd + GIVEAWAYS

11011131516112

Comments

  • @BlazinDimes said:

    @Xrmaddness said:

    @BlazinDimes said:

    @Xrmaddness said:

    @BlazinDimes said:
    console.log([...document.querySelectorAll("li.ItemComment")].map(li => {
    return ${li.querySelector("time").getAttribute("datetime")} @${li.querySelector(".Username").innerText}
    }).join("\n"))

    Hit F12 and run that in Console

    What we really need is a tool to tally up all the posts in this discussion ;)

    I actually borrowed that code from @tototo haha just noticed who posted.

    I don't know if I'd want to look at a post count ticker as then it might ruin the fun.

    At the same time, I am curious.

    My calculation may be off, but this is what I got for top 10 as of before this post:

             83 @dustinc
             65 @BlazinDimes
             24 @Xrmaddness
             19 @Grufunkel
             17 @suut
             11 @dahartigan
              6 @kheng86
              6 @dream528
              6 @BarkingIron
              6 @Andrews
    

    Oh, wow.

    Damn.

    Yeah... I don't see myself catching up to you!

  • @Xrmaddness said:
    To

    @colla said:
    So what is the criterion of "most-engaged user" ?

    and

    @Andrews said:

    @colla said:
    So what is the criterion of "most-engaged user" ?

    AT LEAST one post on EVERY page of this thread

    The answer is actually right in the first post:

    You might be asking -- how will this be determined? Answer: This will be determined by a username’s post-count within this thread. Small print and full disclosure: for posts to be eligible and counted -- they should be generally helpful and neighborly towards the community. It’s our goal for this to be fun and community-focused - therefore we reserve the right to disregard posts that are naughty or not nice!

    okay, got it, thanks!

    Thanked by 1Xrmaddness
  • @Xrmaddness said:

    @BlazinDimes said:

    @Xrmaddness said:

    @BlazinDimes said:

    @Xrmaddness said:

    @BlazinDimes said:
    console.log([...document.querySelectorAll("li.ItemComment")].map(li => {
    return ${li.querySelector("time").getAttribute("datetime")} @${li.querySelector(".Username").innerText}
    }).join("\n"))

    Hit F12 and run that in Console

    What we really need is a tool to tally up all the posts in this discussion ;)

    I actually borrowed that code from @tototo haha just noticed who posted.

    I don't know if I'd want to look at a post count ticker as then it might ruin the fun.

    At the same time, I am curious.

    My calculation may be off, but this is what I got for top 10 as of before this post:

             83 @dustinc
             65 @BlazinDimes
             24 @Xrmaddness
             19 @Grufunkel
             17 @suut
             11 @dahartigan
              6 @kheng86
              6 @dream528
              6 @BarkingIron
              6 @Andrews
    

    Oh, wow.

    Damn.

    Yeah... I don't see myself catching up to you!

    Those numbers were a bit of a shocker to be honest.

    I'm just trying to be social, not ramble endlessly haha

    Thanked by 1Xrmaddness
  • dustincdustinc Member, Patron Provider, Top Host

    Who thinks we should do more giveaways? Show some demand by posting the following:

    #WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • @dustinc said:

    @colla said:
    So what is the criterion of "most-engaged user" ?

    Hi @colla -- this was detailed at greater length in the original post, but at the end of the day our goal is simply towards neighborly and friendly conversations, and we want to reward those who are sincerely engaged and helping others :)

    Let's goooo! 👊

    Got it, I believe RackNerd will be better

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • @BlazinDimes said:
    console.log([...document.querySelectorAll("li.ItemComment")].map(li => {
    return ${li.querySelector("time").getAttribute("datetime")} @${li.querySelector(".Username").innerText}
    }).join("\n"))

    Hit F12 and run that in Console

    refined version:
    console.table([...document.querySelectorAll("li.ItemComment")].map(li => [new Date(li.querySelector("time").getAttribute("datetime")).toLocaleTimeString(), li.querySelector(".Username").innerText] ));

    Thanked by 2BlazinDimes tototo
  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • BlazinDimesBlazinDimes Member
    edited December 2021

    I freakin' love this meme.

    Thanked by 1dahartigan
  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

    WE LOVE THE GIVEAWAYS! KEEP THEM COMING

    WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • @BlazinDimes said:

    @Xrmaddness said:

    @BlazinDimes said:

    @Xrmaddness said:

    @BlazinDimes said:

    @Xrmaddness said:

    @BlazinDimes said:
    console.log([...document.querySelectorAll("li.ItemComment")].map(li => {
    return ${li.querySelector("time").getAttribute("datetime")} @${li.querySelector(".Username").innerText}
    }).join("\n"))

    Hit F12 and run that in Console

    What we really need is a tool to tally up all the posts in this discussion ;)

    I actually borrowed that code from @tototo haha just noticed who posted.

    I don't know if I'd want to look at a post count ticker as then it might ruin the fun.

    At the same time, I am curious.

    My calculation may be off, but this is what I got for top 10 as of before this post:

             83 @dustinc
             65 @BlazinDimes
             24 @Xrmaddness
             19 @Grufunkel
             17 @suut
             11 @dahartigan
              6 @kheng86
              6 @dream528
              6 @BarkingIron
              6 @Andrews
    

    Oh, wow.

    Damn.

    Yeah... I don't see myself catching up to you!

    Those numbers were a bit of a shocker to be honest.

    I'm just trying to be social, not ramble endlessly haha

    I think everything you've posted so far as been good :)

    Thanked by 1BlazinDimes
  • @Xrmaddness said:
    I think everything you've posted so far as been good :)

    Thanks, I try to be helpful, or at least fun. Just got that holiday season stress going on at the same time. lol

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • @BlazinDimes said:

    I freakin' love this meme.

    Thanked by 1BlazinDimes
  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • @Andrews said:

    @BlazinDimes said:
    console.log([...document.querySelectorAll("li.ItemComment")].map(li => {
    return ${li.querySelector("time").getAttribute("datetime")} @${li.querySelector(".Username").innerText}
    }).join("\n"))

    Hit F12 and run that in Console

    refined version:
    console.table([...document.querySelectorAll("li.ItemComment")].map(li => [new Date(li.querySelector("time").getAttribute("datetime")).toLocaleTimeString(), li.querySelector(".Username").innerText] ));

    It's smarter than mine :wink:

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

  • @tototo said:

    @Andrews said:

    @BlazinDimes said:
    console.log([...document.querySelectorAll("li.ItemComment")].map(li => {
    return ${li.querySelector("time").getAttribute("datetime")} @${li.querySelector(".Username").innerText}
    }).join("\n"))

    Hit F12 and run that in Console

    refined version:
    console.table([...document.querySelectorAll("li.ItemComment")].map(li => [new Date(li.querySelector("time").getAttribute("datetime")).toLocaleTimeString(), li.querySelector(".Username").innerText] ));

    It's smarter than mine :wink:

    It's In this Discussion?

  • @tototo said:

    @Andrews said:

    @BlazinDimes said:
    console.log([...document.querySelectorAll("li.ItemComment")].map(li => {
    return ${li.querySelector("time").getAttribute("datetime")} @${li.querySelector(".Username").innerText}
    }).join("\n"))

    Hit F12 and run that in Console

    refined version:
    console.table([...document.querySelectorAll("li.ItemComment")].map(li => [new Date(li.querySelector("time").getAttribute("datetime")).toLocaleTimeString(), li.querySelector(".Username").innerText] ));

    It's smarter than mine :wink:

    I have learned so many neat tricks from this forum that save me a ton of time.

    Speaking of, I can't find where I wrote it down, there was one I found here so I can see the age of all the HDDs in a dedi.

    I just use smartctl -d ata -a -i /dev/sda then sdb, sdc etc. Who's got a more efficient way?

  • WE LOVE THE GIVEAWAYS! KEEP THEM COMING

This discussion has been closed.