Tuesday, January 30, 2007
Friends of Grater Woods (Merrimack, NH)
Last night was the first meeting of the Friends of Grater Woods in Merrimack, NH. It is the parcel of land behind the Merrimack Middle School. I'll be serving as the Secretary and last night setup http://www.friendsofgraterwoods.org/
Labels:
Friends of Grater Woods,
Merrimack,
nh
Monday, January 29, 2007
Another weekend, another meet
Gym and More Meet in Woburn, MA. For some reason they didn't give out rankings for the individual events.
Floor: 9.0
Pommel: 8.4
Rings: 9.5
Vault: 9.8
Parallel Bars: 9.1
High Bar: 8.6
All Around: 2nd place
Floor: 9.0
Pommel: 8.4
Rings: 9.5
Vault: 9.8
Parallel Bars: 9.1
High Bar: 8.6
All Around: 2nd place
Labels:
gymnastics,
kids
Saturday, January 27, 2007
GPS track of hike in Grater Woods, Merrimack NH
GPS track of hike in Grater Woods, Merrimack NH
Originally uploaded by marcn.
The rest of the photo set is here: Friends of Grater Wood Hike (2007-01-21) (Set)
This Monday, 6:00-7:30pm there will be a meeting at the Middle School Library.
Labels:
General
Wednesday, January 24, 2007
Tracking a Flickr group's growth
nitens | flickr gadgets has a nice little stat-providing hack that was mentioned on Flickr's /geeks group.
Here are some stats for Flickr's NH group:
and
Statistics for Flickr group: New Hampshire
Here are some stats for Flickr's NH group:
and
Statistics for Flickr group: New Hampshire
Tuesday, January 23, 2007
Ubuntu/Edgy & Belkin Wireless G (F5D7000) ver 5000
The Belkin Wireless G PCI Card (F5D7000 v.5000) works great out of the box with Ubuntu/Edgy.
It uses that ath_pci kernel module and here is the relevant bit from /var/log/messages:
It uses that ath_pci kernel module and here is the relevant bit from /var/log/messages:
[17179594.568000] wlan: 0.8.6.0 (EXPERIMENTAL)
[17179594.576000] ath_rate_sample: 1.2
[17179594.596000] ath_pci: 0.9.6.0 (EXPERIMENTAL)
[17179594.600000] ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 22 (level, low) -> IRQ 185
[17179595.180000] Build date: Jun 15 2006
[17179595.180000] Debugging version (IEEE80211)
[17179595.180000] ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
[17179595.180000] ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
[17179595.180000] ath0: H/W encryption support: WEP AES AES_CCM TKIP
[17179595.180000] ath0: mac 7.8 phy 4.5 radio 5.6
[17179595.180000] ath0: Use hw queue 1 for WME_AC_BE traffic
[17179595.180000] ath0: Use hw queue 0 for WME_AC_BK traffic
[17179595.180000] ath0: Use hw queue 2 for WME_AC_VI traffic
[17179595.180000] ath0: Use hw queue 3 for WME_AC_VO traffic
[17179595.180000] ath0: Use hw queue 8 for CAB traffic
[17179595.180000] ath0: Use hw queue 9 for beacons
[17179595.180000] Debugging version (ATH)
[17179595.180000] ath0: Atheros 5212: mem=0x41000000, irq=185
$ sudo lspci -vvx
....
0000:02:0b.0 Ethernet controller: Atheros Communications, Inc.: Unknown device 001a (rev 01)
Subsystem: Belkin: Unknown device 700c
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 168 (2500ns min, 7000ns max), Cache Line Size: 0x08 (32 bytes)
Interrupt: pin A routed to IRQ 185
Region 0: Memory at 41000000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-
00: 8c 16 1a 00 06 01 90 02 01 00 00 02 08 a8 00 00
10: 00 00 00 41 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 01 50 00 00 99 17 0c 70
30: 00 00 00 00 44 00 00 00 00 00 00 00 05 01 0a 1c
Labels:
Belkin,
edgy,
ubuntu,
Wireless G
Saturday, January 20, 2007
Ubuntu/Edgy & Belkin Wireless G (F5D7010) ver 5100
The Belkin Wireless G Notebook Card (F5D7010) ver 5100 works great out of the box with Ubuntu/Edgy.
Unfortunately in the MythTV system I want it for has an old PCI/PCMCIA adapter that only accepts 16-bit PCMCIA cards, so this 32-bit one won't fit.
Below is some info that my help you debug your configuration:
It uses the ath_pci kernel module.
The relevant part of /var/log/messages:
Unfortunately in the MythTV system I want it for has an old PCI/PCMCIA adapter that only accepts 16-bit PCMCIA cards, so this 32-bit one won't fit.
Below is some info that my help you debug your configuration:
It uses the ath_pci kernel module.
$ lsmod|grep -i ath
ath_pci 97184 0
ath_rate_sample 15616 1 ath_pci
wlan 204764 4 wlan_scan_sta,ath_pci,ath_rate_sample
ath_hal 192080 3 ath_pci,ath_rate_sample
The relevant part of /var/log/messages:
Jan 23 20:54:31 localhost kernel: [17180392.280000] pccard: CardBus card inserted into slot 1
Jan 23 20:54:31 localhost kernel: [17180392.284000] PCI: Enabling device 0000:06:00.0 (0000 -> 0002)
Jan 23 20:54:31 localhost kernel: [17180392.284000] ACPI: PCI Interrupt 0000:06:00.0[A] -> Link [C17E] -> GSI 11 (level, low) -> IRQ 11
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: H/W encryption support: WEP AES AES_CCM TKIP
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: mac 7.8 phy 4.5 radio 5.6
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: Use hw queue 1 for WME_AC_BE traffic
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: Use hw queue 0 for WME_AC_BK traffic
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: Use hw queue 2 for WME_AC_VI traffic
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: Use hw queue 3 for WME_AC_VO traffic
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: Use hw queue 8 for CAB traffic
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: Use hw queue 9 for beacons
Jan 23 20:54:31 localhost kernel: [17180393.176000] wifi0: Atheros 5212: mem=0x16000000, irq=11
$ sudo lspci -vvx
...
06:00.0 Ethernet controller: Atheros Communications, Inc. AR5005G 802.11abg NIC (rev 01)
Subsystem: Belkin Unknown device 701d
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Latency: 168 (2500ns min, 7000ns max), Cache Line Size: 128 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at 16000000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [44] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 PME-Enable- DSel=0 DScale=2 PME-
00: 8c 16 1a 00 06 00 90 02 01 00 00 02 20 a8 00 00
10: 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 01 50 00 00 99 17 1d 70
30: 00 00 00 00 44 00 00 00 00 00 00 00 0b 01 0a 1c
Labels:
Belkin,
edgy,
General,
ubuntu,
Wireless G
Sunday, January 14, 2007
Vault: 10.0
We just got back from the Tim Daggett National Invitational down in Agawam, MA.
Trevor rocked with a 10.0 on the Vault!
Floor: 8.5 (4th place)
Pommel: 7.8 (3rd place)
Rings: 9.2 (1st Place)
Vault: 10.0 (1st Place)
Parallel Bars: 8.9 (3rd Place)
High Bar: 8.85 (2nd place)
All Around: 3rd place
Check out these videos:
* Trevor's 10.0 Vault (Level 5, Age 10-11)
* Vault Judge's comments to Trevor
Trevor rocked with a 10.0 on the Vault!
Floor: 8.5 (4th place)
Pommel: 7.8 (3rd place)
Rings: 9.2 (1st Place)
Vault: 10.0 (1st Place)
Parallel Bars: 8.9 (3rd Place)
High Bar: 8.85 (2nd place)
All Around: 3rd place
Check out these videos:
* Trevor's 10.0 Vault (Level 5, Age 10-11)
* Vault Judge's comments to Trevor
Labels:
10,
General,
gymnastics,
Gymnastics Village,
Tim Daggett,
vault
Friday, January 12, 2007
Seven and a half terabyte of storage?!
$ sudo sshfs marc@192.168.1.200:/home/marc -o allow_other /media/homeserver/home/marc
Password:
$ df -h /media/homeserver/home/marc/
Filesystem Size Used Avail Use% Mounted on
sshfs#marc@192.168.1.200:/home/marc
7.5T 0 7.5T 0% /media/homeserver/home/marc
$
Tuesday, January 9, 2007
New ERHS Alumni website
Jonathan Pullano passed this onto me today:
More about the ERHS Class of 1982 here: http://nozell.com/blog/2003/10/18/east-rochester-ny-high-school-graduating-class-of-1982/
The new East Rochester (NY) Alumni website is now on line. The site is a joint effort of the East Rochester Union Free School District and the recently formed East Rochester Alumni Foundation, Inc. The site provides alums with the ability to register on the Alumni Directory and to search for contact information in order to renew old friendships.
In the near future, the website will also provide access to an alumni newsletter as well as information on Alumni Foundation activities and accomplishments.
There are two ways to access the site: http://www.erschools.org/alumni/
(or)
http://www.erschools.org/ (Click "Alumni Directory")
Website software was purchased by donations from members of the Alumni Foundation's Board of Directors. It is hosted and managed by the school district
Please visit the sight soon to register then return often to see what's new and who's registered since your last visit.
More about the ERHS Class of 1982 here: http://nozell.com/blog/2003/10/18/east-rochester-ny-high-school-graduating-class-of-1982/
Subscribe to:
Posts (Atom)