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

 



Forgot your password?
typodupeerror
×

Comment Re:Here's a nickel kid (Score 1) 413

Unfortunately MS-Access is (ab)used in so many other way. Data entry forms, reports, labels, etc. It is not about the database only stuff. Not every company has time to update all their legacy systems. Trends change, things come and go. If you were starting fresh today, you would make very different choices than 15 years ago.

Comment Re:No Sympathy (Score 2) 413

Thank you for a reasonable sentiment. slashdot is driving me crazy.

The real world is messy. You can't always update everything. You understand this, but other do not.

I have to maintain a Frankenstein PC that interfaces to a multi-million dollar piece of manufacturing equipment. So backups of the hard drives, spare motherboards, CPUs, memory, IDE Hard drives, and other things. This computer is 8 years old, with an expected life of another 7. Yuck!
Thankfully its network connection goes to 1 thing and 1 thing only! The PLC. Am I worried about a virus? No. My concern is hardware failing. If someone plugged a malicious USB drive in, then the machine will just be restored to a known good point.

Comment Re:charge 'em (Score 2) 332

I've done this with m0n0wall. http://m0n0.ch/wall/
A computer with 2 network card. One network card plugs into your network. The other network card goes to your guest wireless AP.
In order to block access from the guest wifi to your internal network, you can put in a Firewall ACL to block access to your internal network.
For example, if your internal network is 10.10.1.0/24:
Setup the second interface as 192.168.1.0/24 (or take your pick). On that interface set a block Firewall rule for all traffic with a destination of 10.10.1.0/24. The guest Wireless can still get to the internet, but not to anything on your internal network.

With either m0n0wall or pfsense, you can setup captive portal. This will block outgoing connections until the user registers or logs in.
http://doc.m0n0.ch/handbook/captiveportal.html

Data Storage

Submission + - Hitachi ships world's first 4TB hard drive (extremetech.com)

MrSeb writes: "Hitachi, seemingly in defiance of the weather gods, has launched the world’s largest 3.5-inch hard drive: The monstrous 4TB Deskstar 5K. With a rotational speed of 5,900RPM, a 6Gbps SATA 3 interface, and the same 32MB of cache as its 2 and 3TB siblings, the 4TB model is basically the same beast — just with four platters instead of two or three. The list price is around $345 — not great, but definitely reasonable, given the current hard drive climate."

Submission + - Slashdot Q&A with LightSquared Team (lightsquared.com)

An anonymous reader writes: I work with LightSquared and we would like to offer our EVP of Ecosystem Development and Satellite Business for a Q&A with the Slashdot community. Given the timeliness of the news, we would like to propose we immediately solicit questions and close by noon tomorrow. We will provide written responses by Wednesday morning.

Please let me know if this is a workable timeline and format. We hope to hear from you soon!

Patrick Kerley
patrick.kerley@bm.com
(907) 317-3012

Comment Re:2.4GHz? (Score 2) 375

Because smart meters are probably using some sort of zigbee or other 802.15.4. It makes sense for smart meters to run in a mesh. That way they do not have to have direct connection to the data collection unit. They can use the mesh network to hop over multiple nodes to get the data to where it needs to go.

Comment Re:Busybox-based linux (Score 1) 135

I will second both points of this. Using buildroot for multiple types of boards/chips. buildroot helps in creating a reproducible toolchain, kernel, apps, and filesystem images. You can add your own application (The main thing to run) as a custom package.
http://buildroot.uclibc.org/

The Atmel at91sam9 series runs fine. Both in graphical and non-graphical environment. I use this for quick proto type testing/dev:
http://www.mini-box.com/pico-SAM9G45-X
(however, I add NAND Flash for os/apps)

As others have stated, Angstrom is also good for building the OS/applications. The build system takes a little bit more care to setup than buildroot.
http://www.angstrom-distribution.org/

Comment Re:NOOOOOO!! (Score 1) 74

How are we supposed to kill it if it's self-healing? Now it will never die!

Make sure the halon system is not computer controlled.
Kill internet connections to all sites at the same time, so they cant send out an SOS
Then kill the power

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...