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

      Which cloud server can be the best alternative of DigitalOcean?

      Watching Ignoring Scheduled Pinned Locked Moved
      33
      0 Votes
      33 Posts
      4k Views
      scottalanmillerS

      @kdaffef said in Which cloud server can be the best alternative of DigitalOcean?:

      @brandon220 said in Which cloud server can be the best alternative of DigitalOcean?:

      Also on Vultr. Very affordable and no issues

      Also new on Vultr (DO during 5 years!), you can add any iso you want, and make tons fo snapshots for immediate recovery if issue, price is lower compared to DO, are specifications are better for same price!

      That was a major feature that drove a lot of people over there initially.

    • bigbearB

      Best IRC Client for Linux

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      1k Views
      F

      Weechat. Is much better and modern than IRSSI.

    • K

      Mangolassi framework

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      2 Votes
      11 Posts
      2k Views
      JaredBuschJ

      @kuyaz said in Mangolassi framework:

      Just info for bugs : When i zoom (pinch out) in safari ios. Sometimes it break the layout and can goes back to normal size.

      I never have a problem with that outside of the hamburger menu.

    • scottalanmillerS

      Mythical Man Month Explained

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      8 Votes
      8 Posts
      2k Views
      scottalanmillerS

      In this particular case, the claim is that this was a worksheet, not a test.

    • popesterP

      ATOM: on centos7

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      1k Views
      popesterP

      @scottalanmiller I was following a training video about Chef. I mistakenly thought the instructor was using centos7, the OS he is using for the course is ubuntu. I provisioned a ubuntu vm and i am off to the races. I am new to containers and he is building containers that are centos7 images. Ignorance can be so painful. Thanks for everyone's patience.

    • R3dPand4R

      PostgreSQL 10 Released

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      1 Votes
      6 Posts
      1k Views
      jmooreJ

      I would agree with this also. Postgres is a very mature and solid product. Unless you have a specific reason to not use it , it would be my first choice

    • mlnewsM

      Stanford Removes Java in Favor of JavaScript in Intro to Computer Science Course

      Watching Ignoring Scheduled Pinned Locked Moved stanford university computer science education university college el reg java javascript programming software engineering
      57
      3 Votes
      57 Posts
      12k Views
      scottalanmillerS

      Looks like Harvard has followed suit and is blindly following Stanford into moving their CS program closer and closer to just being relabeled software engineering.

    • scottalanmillerS

      Fred Brooks Quote

      Watching Ignoring Scheduled Pinned Locked Moved mythical man month fred brooks
      1
      4 Votes
      1 Posts
      2k Views
      No one has replied
    • masterartsM

      Add more to the list of WooCommerce Plugins for eCommerce store

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      1 Votes
      1 Posts
      6k Views
      No one has replied
    • mlnewsM

      Oracle Java 9 Just Around the Corner

      Watching Ignoring Scheduled Pinned Locked Moved java java 9
      2
      2 Votes
      2 Posts
      1k Views
      QuixoticJustinQ

      Garbage collection updates, that's pretty key for Java.

    • scottalanmillerS

      Two Developers Drinking and...

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      4 Votes
      2 Posts
      711 Views
      jmooreJ

      @scottalanmiller
      Haha

    • mlnewsM

      PHP 7.2 Beta Shows Marked Performance Improvements

      Watching Ignoring Scheduled Pinned Locked Moved php php 7 php 7.2 phoronix
      1
      2 Votes
      1 Posts
      2k Views
      No one has replied
    • mlnewsM

      2017 and Python and Java Lead the Language Pack

      Watching Ignoring Scheduled Pinned Locked Moved python java el reg
      1
      2 Votes
      1 Posts
      996 Views
      No one has replied
    • GreyG

      Powershell: Get-OldComputers (and disable them)

      Watching Ignoring Scheduled Pinned Locked Moved powershell active directory pruning
      2
      3 Votes
      2 Posts
      893 Views
      GreyG
      Import-Module activedirectory $target = Get-ADOrganizationalUnit -Identity "OU=Disabled Computer Accounts,OU=Space,DC=Domain,DC=com" $computers = Get-ADComputer -filter {(enabled -eq "false")} foreach ($name in $computers) { Move-ADObject $name -TargetPath $target -verbose }

      Followup to above... this section would move the disabled computers to a 'disabled' OU.

    • mlnewsM

      Google Go So Popular, Go 2 Is Coming

      Watching Ignoring Scheduled Pinned Locked Moved golang golang 2 google phoronix
      3
      3 Votes
      3 Posts
      1k Views
      scottalanmillerS

      I think someone was like...

      10 DEF GOOGLE_GO 20 GOTO $PUN
    • mlnewsM

      Nine Resources for Learning JavaScript from OpenSource.com

      Watching Ignoring Scheduled Pinned Locked Moved javascript scripting opensource.com visual studio code
      2
      2 Votes
      2 Posts
      1k Views
      GiggiuxG

      You don't know JS free open source book series is probably one of the best resources too. It explains how JS works, other than explaining how to program it in a nice way.
      I think that if someone understand well how a programming language works, then he should know how to program it in the proper way, no? 🙂

    • scottalanmillerS

      Why Not to Make SQL Server the De Facto Choice for Bespoke Development

      Watching Ignoring Scheduled Pinned Locked Moved database ms sql server technical debt
      5
      1 Votes
      5 Posts
      1k Views
      scottalanmillerS

      If you were looking for a de facto direct replacement to MS SQL Server and just didn't want to have to "think" much about anything, the obvious choice is PostgreSQL.  It is one of the world's most powerful, mature and respected database platforms.  It is insanely fast, scales insanely big, is supported on the most enterprise style deployments, does relational the same way that MS SQL Server does and so forth.  It is the most direct competitor.  And you have loads of top end support options for it.  So if you want a safe "starting point", start there.  It's hard to go really wrong.  But best to do an evaluation of needs as there are just so many great options

    • golden3G

      php artisan app:install

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      2k Views
      scottalanmillerS

      @golden3 said in php artisan app:install:

      PHP Warning: require(/var/www/html/snipeit/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/snipeit/bootstrap/autoload.php

      What is on line 17?

    • xiscoX

      Wordpress Real Estate plugin or theme

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

      @xisco said in Wordpress Real Estate plugin or theme:

      @scottalanmiller tanks, good place to start 😉

      We use Envato all of the time.

    • mlnewsM

      Comparing Ruby and Python for Web Development

      Watching Ignoring Scheduled Pinned Locked Moved python ruby web development opensource.com
      1
      4 Votes
      1 Posts
      945 Views
      No one has replied
    • 1
    • 2
    • 3
    • 4
    • 5
    • 9
    • 10
    • 3 / 10