« May 2005 | Main | July 2005 »

June 30, 2005

uh oh

uh oh!
I think I may be addicted to listening to pod casts.

I'm listening to all sorts of shows - some SUCK OUT LOUD - but some make me laugh hard. I was listening to one by the name of 'evil genius' (I think he must be a cousin of evil blender!) Anyways over at Evil Genius Chronicles he's got an opinion that I just happen to agree with!

Maybe it is just me, but I think the juxtaposition of two recent Supreme Court decisions is highly disturbing. The intellectual property rights of corporations are so important that any technology that could conceivably impinge on them should be suppressed ...

You can read the rest over at the link.

I couldn't have said it better myself.

find more:
http://podcastalley.com/

or use itunes! I think apple might have blown podcasting out of geekdom and into the real world for the 'rest of us.'

June 29, 2005

nicely done

OK - this sounds fantasticly cool...

Just cause Japan seems to do everything better with cell phones - thought I'd link to this link on engadget . Apparently rather than using wifi, or bluetooth, or any other specified format of wireless communication - they are going to use the flickering of either flourescent lights or LEDs to communicate with traveler's cell phones!
I LOVE this idea.
I imagine you could do this over infrared too - like remote controls for your TV/stereo etc. But I would assume that you'd want the blinking LEDs so that you can actually SEE where the data is coming from, and point your phone accordingly!
Flickering flourescent lights... sounds kind of crazy - I guess it will flicker faster than the human eye can detect the blinking - I'd hope. But I bet any time you move your eyes past the light it would look weird.
Just a guess.

June 25, 2005

GNOD

Gnod - The global network of dreams

'Global network of dreams' -- indeed - this is one of the most fascinating things I have ever seen. I am loving that I can put in music that I like, and have it pick other artists that I may like as well.
What's special about that you say... amazon.com does the same thing.
Well - visually, it's a lot more interesting - find out for yourself.

June 23, 2005

audio scrobbler

OK
guess all the bloggers know about this stuff... frankly, I'm behind the times what with having to work for a living! :)
but there is this cool plug-in for your itunes that will let you upload songs you're listening to, and then it compares them with other people's lists, and tries to find music that you 'might like' with it. Pretty darned cool. Check it out.

My personal page is at http://www.audioscrobbler.com/user/vashremix

That's the crap I've been listening to! :) I think I'll add it as a link that stays on the side. Why not!

June 16, 2005

Tamagotchi talking

All righty! I remember having a Tamagotchi... it didn't talk to other ones though. From the wonderful creators of Make magazine comes some initial exploration of how the little critters talk to each other.

http://www.makezine.com/blog/archive/2005/06/this_is_what_it.html

Something tells me that Ivy wouldn't mind if I managed to hack together a system that would let her little critter get all the cake it wanted! :)

June 12, 2005

finding

The UNIX Forums - Searching for files over 30 days old in current directory

find . \( ! -name . -prune \) -mtime 30

or this one

cd /path/directory
find . -mtime +29 -print | xargs ls -d

this lists all files in a directory older than 29 days - so you know whether you want to delete or not!
from http://www.unix.com/showthread.php?s=&threadid=7388

maybe I need to not put these on the main webpage.... cause I know these types of links have got to be boring.

http://www.unix.com/showthread.php?t=13863 - helping with find
http://www.unix.com/showthread.php?t=16600 - a page of unix how-tos
http://www.unix.com/showthread.php?t=13774 - unix tutorials/programming tutorials etc.

June 11, 2005

mobile brain

OK -think I'll make a category of stuff I need to keep track of - so I'm just linking to it here for myself.
You don't need to read it!

Basic Unix commands
from the wonderful unix.com website : http://www.unix.com/showthread.php?t=7377

Unix Basic Command
A
at : execute commands at a specified time/date.
awk: a scripting language, especially useful for manipulating text and automation.

B
bash : invokes the Bourne Again Shell (standard on most boxes).
batch: execute comands when load permits.
bc : interactive C-like calcultor (integers only).

C
cal : displays a calender, also lets you choose month/year using parameters.
calender : invoke a reminder service.
cancel : cancel request to calender.
cat : concatenate files (displays a file without scrolling ability. Simply dumps
it to the standard output. Can be useful when chaining multiple
applications to do complicated jobs, so one application can use another's
output as input).

cd : change the current working directory.
chgrp : change group ownership of a file.
chmod : change access patterns (permissions) to files.
chown : change user ownership of files.
clear : clear the screen.
cmp : compare two files.
cp : copy files.
cpio : archive and extract files.
cron : clock deamon (executes "batch" and "at" commands).
crontab : schedules commands at regular intervals.
crypt : encrypt , decrypt files using altered DES, standard to Unix passwords
(restricted distribution).
csh : invoke the C shell.
csplit : split file into several other files.
cu : call up another unix terminal.
cut : cut selected fields from each line of file.

D
date : displays the time and date (can also change it if you're root).
dd : convert and copy a file.
df : reports space (free, total etc') on all mounted file systems.
diff : copare two files.
diff3 : compare 3 or more files.
dircmp : compare two directories.
du : report disk usage.

E
echo : echo argument to standart output.
ed : line oriented editor.
egrep : extended version of grep (searches for extended regular expressions).
expr : evaluate boolean and arithmetic expression.

F
fgrep : same as grep, only it interprets patterns as a list of fixed strings.
false : return nonzero (false) exit status.
file : report type of file.
find : find matching files and run specified programs on them (optional).
finger : report user information (operates remotely only if a finger server is running
on the remote host).
ftp : (file transfer protocol) a client for FTP servers.

G
grep : search files for regular expression matches.

H
haltsys : gracefully shutdown sytem (can only be run by root. halt in Linux).
head : display first 10 lines of a file.

J
join : display the combination (lines with command field) of two fields.

K
kill : send a signal to terminate a process.
ksh : invoke the korn shell.

L
line : read a specific line out of a file (shell script usage).
ln : create a link to a file/directory.
logname : gets your login name.
lpr : sends a request to printer.
lprint : prints on local printer.
lpstat : reports printer status.
lpq : same as above.
ls : lists the contents of directory.

M
mail : send and recieve mail.
man : displays manual pages.
mesg : grant or deny permissions to recieve messages from other users using the
write command.
mkdir : create a new directory .
mknod : build a special file.
more : display file one page at a time.
mount : mount a storage device.
mv : move or rename a file.

N
news : display news item from NNTP servers.
nice : change priorities of processes.
nohup : run a command after logout (ignores hangup signals).
nroff : format files for printing.
nslookup : retrieve information from DNS servers.

O
od : displays a file in 8-based octals.

P
passwd : create or change login password.
paste : merge lines of files.
pr : format and print file.
ps : reports status of active processes.
pstat : report system status.
pwcheck : check /etc/passwd (default) file.
pwd : display current working directory.

R
rm : remove (erase) files or directories (unrecoverable).
rmdir : remove an empty directory.
rsh : invoke Restricted Bourne Shell.

S
sed : the stream editor.
set : assign value to variable.
setenv : assign value to enviroment variable.
sh : invoke Bourne shell.
sleep : suspend execution of a command for a given period.
sort : sort and merge files.
spell : find spelling errors.
split : split file to smaller files.
stty : set options for a terminal.
su : spawns a subshell with a different username, requires other user's
password,unless you're root.
sum : compute checksums and number of blocks for files.

T
tabs : set tabs on a terminal.
tail : display last 10 lines of file.
tar : a simple compression tool that merges multiple files into a single one,
originally made to make backing up materials on backup tapes easier.
tee : create a tee in a pipe.
telnet : access remote systems using the telnet protocol.
test : test various expressions and files.
time : display elapsed time (execution, process, and system times) for a
command.
touch : change time/date stamps of files.
tr : substitutes sets of charecters.
translate : translates files to different format.
troff : format files to phototypester.
true : return zero (true) exit status.
tset : set terminal mode.
tty : report a name of a terminal.

U
umask : set file-creation mode (permissions) mask.
umount : unmount a device.
uname : display the name of the current system.
uniq : report any duplicate line in a file.
units : convert numbers from one unit to another.
unzip : extract files from zip archieve.
uptime : report system activety.
uucp : copy files between two unix systems (oldie but still beautiful).
uulog : report uucp status.
uuname : list uucp sites known to this site.
uudecode : decode to binary after "uuencode" transmission.
uencode : encode binary file for email transmission.
uustat : report status of uucp or cancel a job.
uupick : receive public files sent bu uuto.
uuto : send files to another public Unix system.
uux : execute command to remote Unix system.

V
vi : a screen oriented (visual) editor (cool ,but Vim is better).

W
wall : sends message to all users (root only).
wait : await completion of background process.
wc : count lines, words, bytes etc' in one or more files.
who : report active users.
whois : search for user information.
write : send a message for another user (see mesg).
whoami : which user you are logged in as at the moment. If you, for example,
switch to a different user, logname will show the original username you
logged in as, and whoami will show the current user.

Z
zip : archieve file or files in zip format.

June 06, 2005

another good one

Well - after a second trip over to the Remix Hotel - it turns out that other 'famous' folk can be just as cool and just as real as Chuck D, DJ Johnny Juice, and Professor Grif.
DJ Rap gave a presentation about Logic in Apple's room. Turns out she's super-nice and seemed rather down to earth as well. Complained a bit about her lack of starbucks - but hey - I can understand that. She played a couple of her tracks off her new album and showed the beginnings of how she would put together a track.

I think my favorite part was the non-technical advice. The advice like 'if you're just learning Logic, get used to the program without trying to make a music track.' Interesting! Makes sense too - kind of takes the pressure off of you to learn the program and come up with a bangin' track at the same time.

I learned a lot about some of the 'basics' that I think loads of the producers know who are making drum and bass tracks. Learning some of the technical was super helpful as well. I don't think I realized how important compression was to the sound of drums in drum and bass music. She mentioned that Roni Size told her he'd compress drums, resample them - and recompress those! Over and over. Up to 4 times - till they 'sting' like wasps in a glass jar.

I wanted to learn more about where the dnb producers get their samples. And she mentioned one maker of sample CDs - got to check my notes - can't remember off the top of my head right now.

But jumping places a little bit - I hit up M-Audio's booth earlier in the day and learned more about my brand spanking new trigger finger, and how it works with Live. Holy smokes I'm stoked - I didn't know it would do half of what it will do. I mean, software is the key to making it work at it's fullest level... and Live is going to be PERFECT with it! I managed to make some great little drum loops right in the session - too bad I couldn't save em and bring em home!

Ah well - what a good - inspirational day.

Thank you Remix!

June 04, 2005

a good day

Wow! Today was a good day.
I went to the Remix Hotel today that was in NYC. I learned lots of useful things, saw some incredible bands, and listened to some music legends, and even got to talk to some of them one on one. On top of that, I managed to get tech support for some of the problems I've been having with some software programs. I even learned some stuff that my software could do that I didn't realize!

All that for free! Hard to believe.

I have to say that I think Chuck D. (or Mr. Ryan, as his daughter's friends call him) might be one of the most real and approachable famous people I have ever come across. I showed up early to listen to him and producers Dr. Griff, and Juice talk about what is going on in the world of music today. Cakewalk had their name on the event, and I think they expected the three to talk about their products, but they really didn't. Instead it was a real interesting discussion between them (and at times other legends like Jazzy-J) about music, production, and what 'radio friendly' music has come to.
Before the session started, Chuck came in and shook hands with everyone who was waiting for him to come and speak. I have to say - I was surprised and impressed that he took the time to connect with all of his fans sitting there waiting for him. At times the discussion seemed to be as open to all of us in the audience as it was to those on the mics.

It sounds like there's no love lost between those on the stage and some of the hip-hop 'stars' of today.

Which just reminds me of why I always liked Public Enemy - it wasn't just the music that was catchy - it was the ideas behind it - the frustration and anger that confront us all daily. It's not about Alpo going 'double platinum' weekly as they joked on stage - it's about the music, and the message, and the soul of music itself.

It's not about the money.

A fantastic speech.

June 03, 2005

cracker hacker

Whoa!

Talk about a toolkit!

Over at whoppix you can find a ready to go ISO of a knoppix linux distro who's focus is breaking and entering! Guess I didn't realize how easy it _is_ to be a script kiddie. Granted, unless you are speaking #!bin/bash fluently you may not get most of the info presented... but hey - it's not that hard to learn the linux lingo.

They've got videos (although they are flash based...) at http://www.whoppix.net/demos.html

I figure if I can do it, anyone should be able to.

Not that I'm ready to break and enter - but at least now I know what I'm up against as I try and keep this server continually running.