Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Legal Paperwork Everywhere (Score 1) 35

"They" being the singular female who place the embryos up for adoption. The male already gave up all rights so his consent would not be required.

Embryo collection and fertilization is the expensive part of IVF. In our case it was easily $30k as none of the retrieval process was covered by insurance. The cost in drugs/hormones exceeded the price we paid to the doctors. After it was all done, we spent we spent close to $50k just to get our first child. Each subsequent child will cost around $8-12K for implantation.

Frankly, it's a shitload of money... I personally know several women/couples that have happily adopted an embryo as the financial burden for them would be too great otherwise.

Comment Legal Paperwork Everywhere (Score 5, Informative) 35

As someone who has gone through IVF. It is a pretty laborious amount of legal paperwork you have to go through prior to even starting the IVF process. There is paperwork exclusively for the male and female separately. There is paperwork that is specifically joint. Ours was easier as we were already married. Fertilized frozen embryos are effectively considered property that both male and female own, it is not exactly a "joint" ownership like a bank account. It is a due process framework that requires consent from the other party prior to any action.

In the case of divorce, ownership can be retained or given up, at which time parental rights/obligations are effectively rendered.
There are cases where the female in a divorce has no ability to access the fertilized embryos for implant because the other party will not agree to an action.

As it would seem here...they offered up embryos to adoption, in which case the adoptive parents have full parental rights.

Comment Re:Good (Score 4, Insightful) 135

Ah yes, it's clearly a race issue and not stability, management, and modernization. Automotive factories are becoming more and more robotic, I fully expect the food industry and other mass production industries to follow.

Uneducated and unskilled is just that, uneducated and unskilled and prone to mistakes. Automation is coming full force and it is not going away.

Comment Flash based learning Portals (Score 3, Interesting) 47

I know what you're going to say, but flash based e-learning is still quite popular in the enterprise space and are still actively updated.
I wonder if the legacy mode will support flash based e-learning portals. Flash to HTML5 isn't without its own trials and tribulations.

Comment Re:Surface is crap, according to our real world us (Score 1) 321

Sounds like your company purchased too early. The original Surface tablets were utter shit, any half baked IT person would've seen the signs when it was first released. Dated processor, terrible battery life, and practically no storage unless you spent about $200 more for the "upgrade" to 128GB. I completely understand if the CEO thought he was awesome and purchased 10. Bleh...terrible IT decision makers.

I just purchased a Surface Pro 2, and I replaced my troubleshooting/carry-around laptop. While I am not a huge fan of the Metro interface, it does make sense from a tablet perspective. I have a USB adapter with 3 USB ports when I need a Ethernet or multiple USB ports when I need connectivity, but it doesn't come out of my bag all too often. I average about 5-7 hours of battery life, but its hard to tell because the device quickly goes to sleep when not in use.

I do wish that the keyboard cover contained an external battery and was weighted enough to hold the Surface without using the kickstand. Besides that I have yet to find any major flaws with the device.

Comment Re:Forget ratings, measure ROI. (Score 1, Insightful) 302

Its been an interesting trend. When the Government offers more money, the tuition magically increases due to "higher costs". We all know that the costs have not increased that much. Fuel costs have stayed the same for roughly 7 years now. Why are institutions increasing the cost of education? Because they can and the government will gladly give out more student loads through Sally Mae. Plus with the added factor of the current "College Craze" the demand for seats is ever growing so there is really no stopping the bloated machine.

Comment I worked at a Rural Wireless ISP (Score 3, Informative) 239

I worked at a wireless ISP that serviced roughly 200 customers that were completely unreachable by traditional means. The location was set in the mild to medium forested areas of East Texas. We had a 30Mb pipe that worked quite well for our network we never saw it start to "peak" or be overtaxed. Being that we were on the 900Mhz spectrum, the fastest anyone could run at was 1.5Mb/s - 2Mb/s.

Here area some of my thoughts regarding setting up your own ISP.

1) It is completely doable. However, there are two roads to take. You can do it on the cheap, or you can do it the way that will stand time. My company chose the method that stood throughout time. What I mean is, we were not using off-the-shelf radios. We rolled out the network using the 900Mhz Motorola Canopy equipment. We used outdoor rated cable that had separation of twisted pairs and grease filled interior to prevent water issues.

Our main competitor, who worked on the north and west side of the city went the opposite route. He chose to use cheaper 2.4GHZ equipment, primarily PTP bridges.

2) The technology is out there, you just have to find it at a price that you are willing to pay. When I was servicing the radios, they would cost roughly $350 new from Motorola just for the endpoint Subscriber Module. We instead purchased refurbished models for almost half the price at $200-225. The Access points and other major equipment will set you back, IT IS NOT CHEAP.

3) Backbone and network structure. We may have over engineered our network, but we felt it was necessary to keep subscriber information private. We had a small cisco switch that at each access tower that would assign VLAN to each subscriber module. On the internal side of the switch, the VLANs were removed and went into a bulk VLAN that was specified for that tower. No other subscriber could see any other one without first going to "The Internet". We also created a Management VLAN, so we could service and access the management interfaces on each of the Backhauls and APs. Latency across the network averaged about 50-150ms.

4) Please for the love of all that is holy, do not, run your own Email server. It is a absolute pain in the ass. I was the person who was in charge of ensuring that the systems in place stayed running. This meant, DHCP, DNS, HTTP, Email Services, and Management interfaces.

Remember Virtual Machines are your friend. Buy one or two hefty servers and backup the VMs to each other. That way if you have an outtage, you can get the VMs back up in running in about an hour.

DHCP - Since we had a bit of a robust network, we had different subnets for each of our towers. In total we had about 18 subnets that each had different purposes. This tool helped like the charm that it was. http://phpdhcpadmin.sourceforge.net/ At the time the logout system was broken, however, I patched the code to disable the login/logout functions and wrote a script that would automatically give me the next available IP address.

DNS - No fancy tools here, I mostly just let it roll and didn't touch it. I only touched DHCP when we added a hosted website.(which later went to rackspace)

HTTP - Simple, run Apache, set and forget.

Email Services - Complete Pain In The Ass. No really, I'm not joking. At the time, the powers over me, decided that we would give our customers up to 5 email addresses. So I setup a linux server in that ran Postfix, Dovecot, ClamAV, Squirrel Mail. It provided IMAP, POP, SMTP and SSL(if wanted). At the time, when I arrived the server was already in place and running. However, fast forward, 3 months, and someone decided to run "updates" on the server. Breaks all of the packages, settings, the whole shebang. Not a fun week at all.
Besides that, there were also issue with SPAM. We would constantly get blacklisted by various servers.

Management Interfaces - This was where the heart of out network lay. I have one word, Cacti, http://cacti.net/ For wireless this was a God-send. As you could get information about the RSSI, Jitter, Signal Strenth, ETC about each device all nice and neatly laid out for you. I am the guy who developed the Google Maps plugin for Cacti. http://forums.cacti.net/viewtopic.php?f=19&t=33716 At the time there was no way to visualize Up/Down statuses and other things across a real map. This was the thing that really helped boost our ability to manage the network.

4) Would I do it again, Absolutely. It is great fun managing your own network, knowing that any problem you encounter is probably a stupid mistake you personally made. It a great way to sharpen your teeth and grow technologically in a new direction.

All In All, It Is Doable, It Is Hard, It Can Be Done.

Slashdot Top Deals

Nothing makes a person more productive than the last minute.

Working...