Brian Pitts | 1 May 2010 05:38
Gravatar

GuruPlug

Plug computers just keep getting cooler! All this in 95mm (L) x 65mm (W)
x 48.5 mm (H). They ship with Debian. With two NICS and the ability to
act as a wifi access point, this would make a great gateway device.

GuruPlug Standard - $99

Marvell Kirkwood 6281, 1.2GHz
512MB 16bit DDR2 RAM, 800MHz
512MB NAND Flash
WiFi 802.11 b/g
Bluetooth
1 Gigabit Ethernet Port
2 USB 2.0 ports
U-SNAP I/O

GuruPlug Server Plus - $129

Marvell Kirkwood 6281, 1.2GHz
512MB 16bit DDR2 RAM, 800MHz
512MB NAND Flash
WiFi 802.11 b/g
Bluetooth
2 Gigabit Ethernet Ports
2 USB 2.0 ports
U-SNAP I/O
1 Micro-SD Slot
1 eSATA  <at>  3Gb/s SATAII

Details:
http://www.globalscaletechnologies.com/t-guruplugdetails.aspx
(Continue reading)

William Fragakis | 1 May 2010 18:11

Re: GuruPlug

add a usb drive and you have a great remote backup server....

hmmmm.

wf

On Fri, 2010-04-30 at 23:38 -0400, Brian Pitts wrote:
> Plug computers just keep getting cooler! All this in 95mm (L) x 65mm (W)
> x 48.5 mm (H). They ship with Debian. With two NICS and the ability to
> act as a wifi access point, this would make a great gateway device.
> 
> GuruPlug Standard - $99
> 
> Marvell Kirkwood 6281, 1.2GHz
> 512MB 16bit DDR2 RAM, 800MHz
> 512MB NAND Flash
> WiFi 802.11 b/g
> Bluetooth
> 1 Gigabit Ethernet Port
> 2 USB 2.0 ports
> U-SNAP I/O
> 
> GuruPlug Server Plus - $129
> 
> Marvell Kirkwood 6281, 1.2GHz
> 512MB 16bit DDR2 RAM, 800MHz
> 512MB NAND Flash
> WiFi 802.11 b/g
> Bluetooth
> 2 Gigabit Ethernet Ports
(Continue reading)

Warren Myers | 1 May 2010 19:08
Picon

Re: GuruPlug

My personal favorite for gateway devices is m0n0wall (http://m0n0.ch/wall).

-WMM

On Fri, Apr 30, 2010 at 23:38, Brian Pitts <brian-DkTyUmoteQdWk0Htik3J/w@public.gmane.org> wrote:
Plug computers just keep getting cooler! All this in 95mm (L) x 65mm (W)
x 48.5 mm (H). They ship with Debian. With two NICS and the ability to
act as a wifi access point, this would make a great gateway device.

GuruPlug Standard - $99

Marvell Kirkwood 6281, 1.2GHz
512MB 16bit DDR2 RAM, 800MHz
512MB NAND Flash
WiFi 802.11 b/g
Bluetooth
1 Gigabit Ethernet Port
2 USB 2.0 ports
U-SNAP I/O

GuruPlug Server Plus - $129

Marvell Kirkwood 6281, 1.2GHz
512MB 16bit DDR2 RAM, 800MHz
512MB NAND Flash
WiFi 802.11 b/g
Bluetooth
2 Gigabit Ethernet Ports
2 USB 2.0 ports
U-SNAP I/O
1 Micro-SD Slot
1 eSATA <at> 3Gb/s SATAII

Details:
http://www.globalscaletechnologies.com/t-guruplugdetails.aspx

Order:
http://www.globalscaletechnologies.com/p-31-guruplug-server-standard.aspx
http://www.globalscaletechnologies.com/p-32-guruplug-server-plus.aspx

--
All the best,
Brian Pitts
_______________________________________________
Ale mailing list
Ale-S6NtOCTnm14@public.gmane.org
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo



--
Warren Myers
http://warrenmyers.com
http://www.linkedin.com/in/warrenmyers
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Jim Lynch | 1 May 2010 21:56
Favicon

Re: a moment of silence please

Jim Philips wrote:
> The ever-expanding efficiency of data storage has got to be one of 
> the most dramatic technological changes in our lifetimes. I'm just 
> wondering if the processing power of our brains has caught up.
>
>   
My first computer (I didn't own it, NASA did) was a CDC 6600.  At that 
time it was the fastest computer in the world with a clock speed of 100 
ns.  It had a Bryant disk drive which was somewhat larger than a large 
freezer and had a whopping 75 M bytes (CDC bytes were 6 bits wide). 

It had a very large memory, 131,072 60 bit words.  Core memory no less.  
What was unique was that the CPU had no I/O capabilities at all.  I/O 
was performed by 10 (sorta) peripheral processing units (ppu) that were 
attached to things like printers, disks, card readers, card punches, 
tape drives, etc.  Actually there was only one ppu but it was in a 
"slot" so it accessed I/O and ppu memory for a slice of time. 

The operating system at that time didn't have a memory scheduler.  You 
loaded "jobs", or decks of card into the system and the program got 
loaded into memory.  The operator could swap the job out to disk 
manually and load another program, and another, etc.  However the 
scheduler was the operator, who periodically swapped out/in various 
programs depending on priority of the user/job. 

Fortran and assembly were the only languages in use, generally.  There 
was a fortran compiler named "run" that was popular. 

Later we upgraded the disks to 808's.  These were boxes that were 10 
feet long, 7+ feet high and 3 feet thick.  Each half of the cabinet held 
a set of platters with a large motor to spin the platters.  The shaft 
was vertical with the motor in the middle with about 8 platters below 
and 8 above the motor.  The heads were on a positioner located inbetween 
the motors and were hydraulically driven.  The mechanism was symetric, 
so that when the heads went out on one side they also went out on the 
other the same amount.  We had to maintain the disk surfaces by taking 
what amounted to large cue tips (the kind you use on your ear wax), 
alcohol and water and scrubbing them while they were turning.  Head 
crashes were  pretty exciting. 

I'm a little hazy on this, but I think the first OS didn't allow for 
permanent file space on disk.  If you wanted to save your data, you had 
to write it to tape.  The disk space was for temporary data only.  These 
were real memory systems meaning the program had to reside completely in 
memory while running.  The only swapping was done by the operator and 
that was to completely move a program one way or another.

There was CPU scheduling.  If there were two or more programs that fit 
into memory, then they both would be candidates.

So I didn't get to fiddle with switches, except to boot the system, you 
had to put the boot code into the ppu via an array of 15x6 switches.   
That would tell the system which device to boot from.  The options were 
7 track magnetic tape or the card reader.

Jim.
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Atlanta Geek | 1 May 2010 21:59
Picon

Cheap internet

We are considering cutting out cable TV but still want internet
service. We dont have phone service.

What options are there in Atlanta for internet service?

--

-- 
http://www.atlantageek.com
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Jim Lynch | 1 May 2010 22:18
Favicon

Re: a moment of silence please

Dave Weiner wrote:
> On Apr 29, 2010, at 10:04 AM, Scott Castaline wrote:
>
>   
>> On 04/29/2010 08:34 AM, Thompson Freeman wrote:
>>     
>>> My mother wanted to join in the computer revolution, and in
>>> consultation with a dealer, her sons, and some other
>>> information settled on a KayPro lugable with dual floppies
>>> and DP/M using WordStar. When it was time to retire the
>>> KayPro about 1987, we shifted her to a Mac, and spent close
>>> to two years trying to get her to use the mouse instead of
>>> the WordStar diamond for cursor control.
>>>
>>>       
>> I seem to remember Timex had a small home computer, I think it was
>> called Sinclair. My father had gotten one of those things in a give  
>> away
>> thing when they 1st came out. I believe it was built on the Z80, not
>> sure of the OS though.
>>     
>
> If I remember correctly, Sinclair came out with one first, called the  
> ZX-80.  Shortly after that, they joined forces with Timex or were  
> bought, and the Timex Sinclair ZX-81 came out.  I have a ZX-81 in  
> storage up in PA that worked the last time I powered it up :)
>   
I also have one buried somewhere.  I've used the power supply on another 
project.  I also have two KIM-1 computers and the KIMSI S-100 bus 
interface.  It let me use S-100 (Altair for the purists) bus cards with 
the KIM.  My first computer was a 6502 interfaced with the 6522-TIM 
(teletype input module) chip and some static memory chips. 256 bytes of 
memory.  I built a crt terminal using Don Lancaster's book, "TV 
Typewriter Cookbook".  Then the KIM-1 came out.  I contracted with an 
outfit to write a 200UT terminal emulator and bought another KIM-1 to 
use as a peripheral interface to a CP/M system.   I had a couple of 
VIC-20s that I used for another project as a data control/collection 
device to help a farmer manage his multiple orchards.  In 1990 or 91, I 
bought a system with a 386sx-16 and 8 Mb of memory.  That I ran Linux 
0.92 on.  I still have the root/boot floppies around that I used.  HJ 
Lui generated them.  I don't think there were any distros around at that 
time.

Jim.
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

scott boss | 1 May 2010 22:23
Gravatar

Re: Cheap internet

I have comcast Internet with zero cable.. If you don't have cable they
charge more than if you bundle it.  Don't know the costs.

Dsl will require a phone if bought from the death star or one of their
resellers.

Good luck

Sent from my mobile...

On May 1, 2010, at 15:59, Atlanta Geek <atlantageek@...> wrote:

> We are considering cutting out cable TV but still want internet
> service. We dont have phone service.
>
> What options are there in Atlanta for internet service?
>
> --
> http://www.atlantageek.com
> _______________________________________________
> Ale mailing list
> Ale@...
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Adric Net | 1 May 2010 23:16

Re: Cheap internet

Hi,

We're doing okay with Clear at the house. Check to see if they cover your locality?
http://www.clear.com/

I think I have a referral code around here somewhere, so let me know if do sign up :)
I posted some speed test results awhile back or could run some more. They don't seem to block anything that
I've noticed, which is pleasant.

hth,
adric

On May 1, 2010, at 3:59 PM, Atlanta Geek wrote:

> We are considering cutting out cable TV but still want internet
> service. We dont have phone service.
> 
> What options are there in Atlanta for internet service?
> 
> -- 
> http://www.atlantageek.com
> _______________________________________________
> Ale mailing list
> Ale@...
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo

Adric Net
adric@...

_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Geoffrey | 2 May 2010 00:16
Favicon

Re: Cheap internet

scott boss wrote:
> I have comcast Internet with zero cable.. If you don't have cable they
> charge more than if you bundle it.  Don't know the costs.
> 
> Dsl will require a phone if bought from the death star or one of their
> resellers.

I don't know about the resellers but you can get dry dsl from AT&T as I 
had it.  That is, dsl with no dial tone.

If you only want dsl, I'd look to one of the resellers to see if they 
can do the dry dsl thing.

> 
> Good luck
> 
> Sent from my mobile...
> 
> On May 1, 2010, at 15:59, Atlanta Geek <atlantageek@...> wrote:
> 
>> We are considering cutting out cable TV but still want internet
>> service. We dont have phone service.
>>
>> What options are there in Atlanta for internet service?
>>
>> --
>> http://www.atlantageek.com
>> _______________________________________________
>> Ale mailing list
>> Ale@...
>> http://mail.ale.org/mailman/listinfo/ale
>> See JOBS, ANNOUNCE and SCHOOLS lists at
>> http://mail.ale.org/mailman/listinfo
> _______________________________________________
> Ale mailing list
> Ale@...
> http://mail.ale.org/mailman/listinfo/ale
> See JOBS, ANNOUNCE and SCHOOLS lists at
> http://mail.ale.org/mailman/listinfo
> 

--

-- 
Until later, Geoffrey

"I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of them."
- Thomas Jefferson
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo

Larry Johnson | 2 May 2010 00:17
Picon
Gravatar

Re: geezer notice with meeting idea

I don't know if any of you saw this spot (which BoingBoing linked) but
I thought it was relevant to this thread:

http://www.computinghistory.org.uk/news/7117/Computers-for-The-IT-Crowd-Series-4/
_______________________________________________
Ale mailing list
Ale@...
http://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo


Gmane