Forgot your password?

typodupeerror

Comment: Re:In related news (Score 4, Interesting) 460

by 0x000000 (#36783946) Attached to: Lennart Poettering: BSD Isn't Relevant Anymore

This issue has been going on for a long time, and each time a BSD developer asks to see solid docs so that he/she can port the API to be used on FreeBSD they get a bunch of incomplete specs that are absolute shit.

http://gezeiten.org/post/2011/01/Xfce-4.8-on-BSD-flavors#c14587

Warner Losh asking for good specs to implement udev on top of devd which has done the things that udev now does for years.

Comment: Re:The real question (Score 1) 439

by 0x000000 (#36564040) Attached to: Power Grid Change May Disrupt Clocks

If the device/board already has 120v coming in on it, then having a device keep its time from AC is rather simple. One zener diode, a resistor and an open pin on a microcontroller are all that are required.

Take a look at some zero cross detection circuits, they are extremely simple, and the parts for them are cheaper than for a crystal that is accurate at time keeping when the power companies keep the 60 Hz in sync.

Comment: Re:Not that...please NOT THAT! (Score 1) 175

by 0x000000 (#35077162) Attached to: More Trouble Expected When Egypt Comes Back Online

I am probably missing something funny here. Egypt did not remove their top-level domain entries, that wouldn't accomplish anything. Egypt stopped announcing their ASN, and thus all of the routes for their assigned IP addresses.

Removing just the top-level domain would still allow people to use IP addresses to communicate over the network, and would still allow outgoing traffic as well.

Comment: Re:Slightly unrelated (Score 1) 214

by 0x000000 (#35077130) Attached to: Comcast Activates IPv6 Trial Users

You can do NAT on an IPv6 connection the same way you are doing NAT on IPv4. Also, instead of using NAT to protect resources you should be using a border firewall that has the same rules for IPv6 as you have for your IPv4. That way from the outside even if they scan one of your IP addresses it still has the proper ports closed.

Assign internal IPv6 addresses to your network, and then NAT on those. Simple.

Whatever gateway you have that is doing route advertisements for IPv6 is still the primary location for firewalling, and is still your single point in and out of your network.

Comment: What functionality are we BSD users ... (Score 2, Insightful) 193

by 0x000000 (#34901756) Attached to: Xfce 4.8 Released

What functionality are we BSD users going to be missing? It didn't really say in the article at all other than that apparently there is a lot of Linux only stuff out there in the open source world. As a developer I am saddened by this fact, that what I have available for use on Linux won't work the same on FreeBSD for example making my life as a developer and porter much harder.

Where does the problem lie? Is it in the library developers or in the OS developers? What can be done to change the situation? Where are some places we can start looking?

Comment: Re:If only they'd use their power for good (Score 1) 1065

by 0x000000 (#34278774) Attached to: US May Disable All Car Phones, Says Trans. Secretary

I drive a manual car, and as such my hands are almost NEVER both on my steering wheel. Should my GPS still be disabled when there is a passenger in the car? How is it supposed to know that there is a passenger in the car since I now don't have both hands on the steering wheel?

And don't tell me that my stick shift is part of the problem. I am more attentive to the road for one particular reason, I can't just have the car take care of shifting for me, I have to be involved in what my car is doing, how fast I am going, what the RPM's are of my engine so I don't blow it up, because of that I need to pay attention to the road, I need to watch other cars to know to slow down, when I can shift into a higher gear, when I need to down shift, I need to watch the road for any inclination so I can appropriately shift into the various different gears.

Because of driving a stick shift I would say I am better prepared to multi tasking within my car and still operating it safely more so than others.

Comment: Re:API! (Score 1) 225

by 0x000000 (#32290188) Attached to: Microsoft's New Attempt To Dominate Robotics

Something like http://www.tinyclr.com/ is actually pretty cool, having used it, yes the 72 Mhz chip feels a little slow compared to using it more directly using C.

Microsoft has also updated many of the libraries, so it is easier to do various different tasks at the same time, however there are still a lot of steps involved in writing code for something like the FEZ domino, I could definitely understand that it is harder, yet at the same time Visual Studio is an absolutely awesome development environment that is not yet matched on Mac OS X or Linux.

The earth is like a tiny grain of sand, only much, much heavier.

Working...