ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. lance
    3. Best
    • Profile
    • Following 21
    • Followers 2
    • Topics 102
    • Posts 471
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: 24 Tickets Every IT Person Is Sick Of Getting

      Here is a link for the lazy.

      posted in Water Closet
      lanceL
      lance
    • CLion, the new C/C++ IDE from JetBrains

      This looks interesting. Here is a link http://www.jetbrains.com/clion/

      posted in Developer Discussion ide c++
      lanceL
      lance
    • RE: Any one ever used Observium?

      @thecreativeone91 Thanks. That was the one.

      posted in IT Discussion
      lanceL
      lance
    • RE: Better Than Aliens

      Just checked out some of his activity. Good God.

      posted in Water Closet
      lanceL
      lance
    • Microsoft makes older C++ compiler / headers available just for python

      To those interested... Link HERE

      posted in Developer Discussion c++ python
      lanceL
      lance
    • RE: Comparing RAID 10 and RAID 01 on SMBITJournal

      Thanks for the read.

      posted in IT Discussion
      lanceL
      lance
    • RE: BitHub (GitHub + BitCoin)

      I like the idea of a bounty system.

      posted in Water Closet
      lanceL
      lance
    • Anyone have an Arduino?

      Anyone have an Arduino around here. Looks like you can do some cool stuff with it. www.arduino.cc

      posted in Developer Discussion
      lanceL
      lance
    • RE: Competitors for Exablox

      I currently work for a non-profit that uses oneblox and we love it. I'm not really sure there is anything that compares to it, I love the fact that expanding storage is so easy and Bob and Louis on their support team rock! I don't think a regular NAS can stack up to a Oneblox. Let me know if you have any questions.

      posted in IT Discussion
      lanceL
      lance
    • RE: I am defeated

      @cakeis_not_alie said:

      @lance "I work for a non-profit and helped other non-profits and I really can't relate to this rant at all."

      Yeah, you know, the non-profit guys I work with never seem to have much in the way of problems. They get hardware and software they need pretty easily. The biggest issue they have is typically that they get a bunch of stuff they can't use/don't need and then have to reach out to their network of non=profit sysadmins to redistribute.

      It's true we get software really cheap, but hardware is another story. I'm not going to accept hardware that costs more to maintain that it is worth, which is the instance in most cases.

      posted in Water Closet
      lanceL
      lance
    • RE: C++ Creating a for loop to output a multiple multi-dimensional arrays.

      I ended up finding that if I add another for statement and nested in the first for loop and then cout some blank spaces I was able to achieve what I was looking to do. Below is what I had to do.

      for(i = 0; i < num_rows; i++)
      {
      for(j = 0; j < num_cols_1; j++)
      {
          // print j'th element in i'th row of array 1
      }
      
      // print some spaces
      
      for(j = 0; j < num_cols_2; j++)
      {
          // print j'th element in i'th row of array 2
      }
       }
      
      posted in Developer Discussion
      lanceL
      lance
    • RE: Atom Editor and IDE

      @RAM. said:

      I just started reading a ruby on rails book, I was curious what you thought of http://www.sublimetext.com/ the dude in the book is raving about it.

      Side note, I think I'll be doing all my trial and error in a VM, the windows software seems a bit like crap lol.

      Sublime text is where it's at. I love it.

      posted in IT Discussion
      lanceL
      lance
    • United Airlines sues 22-year-old who found method for buying cheaper plane tickets

      http://fox13now.com/2014/12/29/united-airlines-sues-22-year-old-who-found-method-for-buying-cheaper-plane-tickets/

      posted in Water Closet
      lanceL
      lance
    • ASP.net Webforms vs MVC

      I was wondering what people favor, webforms or MVC?

      posted in Developer Discussion mvc webforms asp.net
      lanceL
      lance
    • RE: Competitors for Exablox

      @MattSpeller said:

      Thank you both

      I've got a lot of questions about how object based storage works but that's another topic entirely

      Would you be confident in their product without a backup solution?

      I think Exablox has a deal going on now that if you buy two OneBloxs you get a third for free and you can then create a cluster which would work great for what you are looking to do. If you buy just one OneBlox, you are going to need to do something for DR. Currently the only way I know of for this is using robocopy to send the files off site to another device.

      posted in IT Discussion
      lanceL
      lance
    • RE: Birthday Today

      Happy Birfday!!!!

      posted in Water Closet
      lanceL
      lance
    • RE: Too Afraid to Compile

      I'm working on some C# and after an hour and a half of typing out code without stopping, I thought of this post. Hopefully everything runs like I think it should. lol

      posted in Developer Discussion
      lanceL
      lance
    • RE: Competitors for Exablox

      @MattSpeller said:

      @lance said:

      That's true, but it is going to be a big pain in the you know what once that server starts filling up and you will still need more space for your backups. The good thing with Exablox is that you can keep adding and removing disks on the fly.

      Yeah, true

      The lack of data duplication still weirds me out though, probably because I don't really understand OBS. As Scott said, I'll still need a backup system. AFAIK if you have 3+ of these things it's still not duplicating data between them

      I think how a Oneblox cluster works is that once you have a cluster it pools all the storage together and kind of replicates the data across all of the Oneblox so you can withstand multiple drive failures across multiple Oneblox and incase of a oneblox failure. I only have two Oneblox and have them in a mesh so I don't know the exact details on how the cluster operates.

      posted in IT Discussion
      lanceL
      lance
    • RE: Official All Things Movies Thread

      The Big Lewbowski still has got to be my favorite movie.
      “I’m the Dude, so that’s what you call me. That or, uh His Dudeness, or uh Duder, or El Duderino, if you’re not into the whole brevity thing.” — The Dude

      posted in Water Closet
      lanceL
      lance
    • PHP 7 Feature Freeze and the current state of PHP 7

      https://philsturgeon.uk/php/2015/03/15/php-7-feature-freeze/

      posted in Developer Discussion
      lanceL
      lance
    • 1 / 1