ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. Water Closet
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • jmooreJ

      Weird Things Users Do

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      2 Votes
      5 Posts
      400 Views
      jmooreJ

      @bnrstnr It may be easy to do yeah but first time I've ever seen someone do that to a pc

    • WrCombsW

      Email Signature : Mobile?

      Watching Ignoring Scheduled Pinned Locked Moved emails signature timewaster
      32
      0 Votes
      32 Posts
      3k Views
      jmooreJ

      @wrcombs Yep that is what I do, you just said it better

    • KellyK

      What is your perspective on the overall tone of interactions here on ML?

      Watching Ignoring Scheduled Pinned Locked Moved forum
      41
      1 Votes
      41 Posts
      5k Views
      BRRABillB

      @wirestyle22 said in What is your perspective on the overall tone of interactions here on ML?:

      @kelly said in What is your perspective on the overall tone of interactions here on ML?:

      First off, I do not want to have some kind of discussion about civility or point fingers. However, I have noticed from a number of threads that there is a general tendency in the community to find something about a post/topic/thread that is wrong/inaccurate/incomplete and focus on that item to the (to me) detriment of the overall thread.

      Am I being too sensitive, or can this be a somewhat hostile place at times? (Telling me that I'm wrong here is not being hostile, btw.)

      When I first came here I thought the need for absolute perfection (semantics as an example) was a negative, but I can honestly say that isn't the case. I have been much more accurate with what I am discussing on interviews and it's directly related to this community. At the same time a thread becomes naturally hostile when someone attacks the person instead of the concept being discussed, regardless of how wrong they are. I've been incorrect a lot of the time and when civil discourse occurs it's extremely beneficial for everyone.

      It's a good point...

      Learning to be more specific in the questions you are asking, and expecting results and answers based on your question.

    • nadnerBN

      Happy SysAdmin Day 2018

      Watching Ignoring Scheduled Pinned Locked Moved sysadmin day sysadmin spread the love
      10
      10 Votes
      10 Posts
      2k Views
      dbeatoD

      Happy Belated SysAdmin Day!

    • guyinpvG

      Icons invisible in the chat popup

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      481 Views
      guyinpvG

      This is a looooong time issue for me. I just hover the cursor over the top right-ish area to close the box. Never actually seen the icons here before.

    • NicN

      We need to make this happen

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      604 Views
      scottalanmillerS

      @obsolesce said in We need to make this happen:

      @scottalanmiller said in We need to make this happen:

      @obsolesce said in We need to make this happen:

      @scottalanmiller Lol I guess he missed the part where the sewage leaked in from a crack....

      A skeleton's BUTT crack, yeah!

      Yeah, only thing that makes sense!

      Exactly.

    • momurdaM

      Where is this?

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      3 Votes
      9 Posts
      698 Views
      PenguinWranglerP

      @momurda said in Where is this?:

      @brrabill said in Where is this?:

      t

      Not from a locked Remote Desktop session in RDCman

      Also if you have all the Microsoft stuff turned off it won't let you do that as well.

    • KellyK

      Kid's GPS watch

      Watching Ignoring Scheduled Pinned Locked Moved smartwatch kids
      22
      0 Votes
      22 Posts
      3k Views
      scottalanmillerS

      @bbigford said in Kid's GPS watch:

      @scottalanmiller said in Kid's GPS watch:

      @bbigford said in Kid's GPS watch:

      @scottalanmiller said in Kid's GPS watch:

      I think Samsung has cellular in their latest watch, too. But haven't tried it.

      Indeed they do. Doesn't require a phone at all.

      I'm waiting for a fourth gen one before I consider getting one.

      Slimmer with better battery, or some issue you're wanting them to correct?

      I've just heard a rumor from inside that it's a major update that people should wait on.

    • S

      This topic is deleted!

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      2 Votes
      1 Posts
      225 Views
      No one has replied
    • AmbarishrhA

      Audible or blinkist?

      Watching Ignoring Scheduled Pinned Locked Moved audible blinkist
      4
      1 Votes
      4 Posts
      629 Views
      wrx7mW

      @scottalanmiller said in Audible or blinkist?:

      Audible is pretty awesome.

      I have a decent library now. I have been using Audible for several years.

    • IRJI

      How can a split a number into unequal parts?

      Watching Ignoring Scheduled Pinned Locked Moved
      18
      0 Votes
      18 Posts
      10k Views
      B

      @IRJ lmao that's intense. You must have missed the updated one. It asks you how many numbers to generate with this one. If the number you're using is huge you may want to use /dev/urandom instead of $RANDOM%, which I think can only generate a number as big as like 37,000 or something?

      @bnrstnr said in How can a split a number into unequal parts?:

      Here's your script to specify how many numbers to generate

      #!/bin/bash echo "How many numbers to generate?" read -r quant; echo "Enter Number"; read -r num; step="2"; answer=$(((RANDOM % $num)+1)); newnum=$(expr "$num" - "$answer"); total=$answer; string="$answer"; while [ $step -lt $quant ] do answer=$(((RANDOM % $newnum)+1)); newnum=$(expr "$newnum" - "$answer"); string="$string"+"$answer"; total=$(expr "$total" + "$answer"); ((step++)); done answer=$(expr "$num" - "$total"); string="$string"+"$answer"; echo $string;

      There is a chance that you could generate a random number right out the gate that's too large to allow the number you specified... you could just rerun the script and try again at that point

    • scottalanmillerS

      Any College (or other!) Volunteers Looking to Go to Costa Rica or Nicaragua?

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      4 Votes
      1 Posts
      288 Views
      No one has replied
    • JoyJ

      Gold Coast Marathon 2018

      Watching Ignoring Scheduled Pinned Locked Moved fitness australia
      60
      6 Votes
      60 Posts
      8k Views
      scottalanmillerS

      @joy very cool, glad that you had a fun time.

    • momurdaM

      Ads for 3rd party stuff in Win10 1803...

      Watching Ignoring Scheduled Pinned Locked Moved
      20
      1 Votes
      20 Posts
      1k Views
      wrx7mW

      @brrabill said in Ads for 3rd party stuff in Win10 1803...:

      @scottalanmiller said in Ads for 3rd party stuff in Win10 1803...:

      @momurda said in Ads for 3rd party stuff in Win10 1803...:

      Seriously wtf.

      It's a non-serious OS for non-serious users. To be expected.

      Surely YOU'RE not serious.

      I am serious... and don't call me Shirely.

    • NicN

      TeamViewer and BDSM - what's the connection?

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      1 Votes
      3 Posts
      604 Views
      JaredBuschJ

      If it exists, the porn industry will find a way to make a profit from it.

    • IRJI

      Crypto Predictions

      Watching Ignoring Scheduled Pinned Locked Moved
      122
      2 Votes
      122 Posts
      23k Views
      B

      The most optimistic scenario at Bitcoin's price is about twenty thousand. This is for really good confluences of circumstances and sufficient capital investment. Now I'm more realistic about this and look the price here -modded-, hold and see attitude.

    • ObsolesceO

      How's the weather?

      Watching Ignoring Scheduled Pinned Locked Moved
      110
      0 Votes
      110 Posts
      9k Views
      JaredBuschJ

      @obsolesce said in How's the weather?:

      101 right now... they said low 90s 😞

      0_1531008168206_2FA4FD94-70FF-483D-B492-AE5287CB4A85.png

    • gjacobseG

      ML User Update: Grey

      Watching Ignoring Scheduled Pinned Locked Moved users health health and welfare injury one of us
      7
      0 Votes
      7 Posts
      1k Views
      scottalanmillerS

      I've not heard an update yet.

    • Emad RE

      IT female empowerment

      Watching Ignoring Scheduled Pinned Locked Moved female vajajay work
      29
      1 Votes
      29 Posts
      2k Views
      S

      @scottalanmiller said in IT female empowerment:

      @wrx7m said in IT female empowerment:

      If people find that there are issues with either gender being under-represented in certain careers, they can try to appeal to either gender in education, not by hiring someone just because of their gender.

      And in a field where education often holds people back from the high end?

      A more interesting viewpoint on women in STEM on why certain countries have higher percentages.
      https://www.theatlantic.com/science/archive/2018/02/the-more-gender-equality-the-fewer-women-in-stem/553592/

    • SmithErickS

      Hi, my name is _____ and I have a problem...

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      3 Votes
      9 Posts
      1k Views
      scottalanmillerS

      @eddiejennings said in Hi, my name is _____ and I have a problem...:

      @smitherick said in Hi, my name is _____ and I have a problem...:

      Browser tabs...Fresh reboot, Chrome asking me if I want to re-open my window with 36 tabs. I guess we all have issues 🙂

      36 tabs of ML threads? Impressive. 😛

      That's barely getting started!

    • 1
    • 2
    • 14
    • 15
    • 16
    • 17
    • 18
    • 132
    • 133
    • 16 / 133