Forgot your password?

typodupeerror

Comment: Startups, Mailing Lists, etc. (Score 1) 506

by allenw (#38984173) Attached to: Ask Slashdot: Where Are the Open Source Jobs?

The easiest way to find a company who hires for open source work is to look at who is actually submitting patches back, participates on mailing lists, files bugs, etc. From my own experiences, it seems as though almost every Bay Area startup or former startup from the past 10 years (but clearly not all of them) are doing work in open source either out in the open or behind closed doors. Many positions don't have open source in big bright letters, so you might need to just flat out ask. If you are outside of the Bay Area, those companies exist but will require more legwork.

Comment: Re:BSD license was always more permissive, so grea (Score 1) 808

by allenw (#38414384) Attached to: GPL, Copyleft Use Declining Fast

I don't see why anyone would not want to use the GPL if they want their software to be free and open. Why create something, give it out for free, and then allow businesses to take your work, profit from it, and give nothing back? Maybe these developers are hoping to get bought out by a large company someday?

There are many businesses that want to profit from their own open source projects by including them or parts of them in other, proprietary works. The GPL essentially makes that impossible.

Comment: Re:Hadoop HDFS (Score 1) 320

by allenw (#37903942) Attached to: Which OSS Clustered Filesystem Should I Use?

but I see no reason that it couldn't serve you well as a large personal file service.

HDFS is not POSIX or mountable. So actually using the data from something that is expecting POSIX is going to painful. "But there is a FUSE plug-in!" Yes, there is, but you'll take a 60% perf hit using it, assuming that it still works in newer versions of Hadoop. See none of the hardcore devs actually use it, so there is a very good chance it is completely busted.

In any case, there are still problems around losing the fsimage and having no real HA for the NN, needing quite a bit of RAM for any significant amount of files, don't forget that 8TB now turns into at least 24TB counting the 3x replication factor, etc, etc, etc.

So no, really this isn't a solution for this particular problem.

Comment: Re:Buffalo WZR-HP-G300NH (Score 1) 196

by allenw (#37832336) Attached to: Ask Slashdot: DD-WRT Upgrade To 802.11n?

+1 on this one.

We've been using the Buffalo modified version of DD-WRT for a few months now. It replaced a Linksys E3k that was continually dropping connections. Overall, we're pretty happy with it (QoS, DHCP, etc). I'll definitely check on the link speed, although it is connected to DSL modem that can't do gigabit anyway. :)

Comment: Re:Not wanting to put a dampener on things... (Score 1) 67

by allenw (#37706018) Attached to: Microsoft Goes In For Hadoop

This isn't about Microsfot getting involved with open source. This is about Microsoft not getting left out. Beyond the countless startups, Apache Hadoop already has major players like Amazon, Dell, EMC, HP, IBM, NetApp, Oracle, VMware, ... trying to make a dent in the community in some form or another. Hell, I have a SuperMicro catalog on my desk emblazoned with the Apache Hadoop logo all over it. Like Oracle, they are coming in very late to the party and now need to play catch-up. Buying off Hortonworks is a very fast way to do that.

Comment: Re:Hadoop is written in Java (Score 1) 67

by allenw (#37705910) Attached to: Microsoft Goes In For Hadoop

Actually, there is an ever increasing amount of JNI (read: C) code in Hadoop that is in the critical path for security and performance features. Most of that code is not very portable. So either MS is going to pay for some major overhauling of that code, completely new code/branch to replicate that functionality or MS Hadoop is going to be severely lacking in features/performance.

Those who educate children well are more to be honored than parents, for these only gave life, those the art of living well. -- Aristotle

Working...