Slashdot Mirror


User: dir-wizard

dir-wizard's activity in the archive.

Stories
0
Comments
11
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11

  1. Re:Side hustle turned pro on Ask Slashdot: Where Do Old Programmers Go? · · Score: 1

    My side hustle started 17 years ago. That turned in to owning small niche software business. I now write in C, building/refining my products and sell them on the internet to various enterprises. Most all sold by word of mouth and my web site. I have invested in retirement accounts, but no plans to stop coding. It's what I love.

  2. RasPi Terminal Server on Milestone: The Millionth UK-Made Raspberry Pi · · Score: 2

    This may sound a bit old school.. All my linux servers are headless and use a NULL-Modem (RS232) to access their console. My Raspberry PI (with raspbian) uses a 4 port USB-Serial adapter to connect to all my servers. I connect to the RasPi over the internet using SSH (No Passwords - Certs!) and then use conserver (www.conserver.com) to manage the machines.

  3. Is it a breach? on Epsilon Breach Affects JPMorgan Chase, Capital One · · Score: 1

    .. If the client companies already sold their email lists to various marketing firms?

  4. And you use comcast email, why? on Comcast Blocks Yet Another ISPs E-Mail · · Score: 1

    The answer is usually economic, switch to a different provier (dsl or fios maybe). Ok for those who don't have any other broadband, stop using your ISP's email! Get a gmail/yahoo/hotmail account. That way jumping ISP's is easier should you need to...

  5. Mos Eisley, NM? on Virgin Galactic to Build Space Port in New Mexico · · Score: 2, Funny

    Guess it kinda makes sense that a recognizable name should be used for the spaceport...

  6. Encumbants.... on EDS: Linux is Insecure, Unscalable · · Score: 1

    This is just another shining example of how the encumbants will bind together to keep their market share. First: Form an alliance to dictate what customers 'need' not what they want. Second: Spread as much FUD as possible about those who threaten that market share.

  7. Re:Those would be the good ones to keep... on Debian Release Mgr. Proposes Dropping Some Archs · · Score: 2, Insightful

    Agreed. The entire reason why I switched to Debian was the fact that they had current support for the sparc architecture. Both SuSE and RedHat dropped it long ago....

    I happened upon a palette of old sparc 2's and now use them for firewalls and web servers. In my experience the kernels running Debian's 'Testing' version have never shown a problem.

  8. Re:Reading? Eating? Sleeping? on California Bans Front-Seat Computer Use · · Score: 1

    Have you ever seen carpoolers in the morning? They read the paper. I can't see a larger hazard than a fully opened newspaper in the passenger seat. I am also curious about law enforcement vehicles. Now they can drive in excess of the speed limit during non-emergencies AND surf the internet... Who is above the law here?

  9. Re:Hmmm.... on Nullsoft's Waste: Encrypted, Distributed, Mesh Net · · Score: 2, Interesting

    Not entirely true.. I work for a small company, 5-6 people who work out of their homes. Because we cannot get static IP's to everyone communication becomes and issue and a hastle. I see a real need for this kind of software. The encryption is a bonus for companies who don't want their communications listened in on....

  10. Telecommuting on What Types of Jobs are Best Suited for Telecommuters? · · Score: 1

    To date I've never worked in an office, I've always worked out of the home. I've done everything from software support to development using the web, an email client and a toll free number directed to my home.

  11. LDAP Tools on LDAP Tools - Where are they? · · Score: 1

    Unfortunately the ldap tools out there are pretty poor. I've been working with LDAP for about 6 years and my tool of choice is Perl with perl-ldap. It's the perfect fit for advanced operations. All of our software is written using this platform.