Put this in your .screenrc and your terminal's normal scrollback will work for the screen history! WOOT!!!
termcapinfo * ti@:te@there is an image to the left
blah
This is just a scratch page for random junk.
http://minnow.cc.gatech.edu/squeak/665 - notes on giving an OOP language a smalltalk like programming environment.
http://ducts.27b-6.de/cdcover/ - XMMS cd cover plugin
Write a love song in which I demonstrate that someone loves me using a proof-by-contradiction technique. Mention that Bauer wouldn't care for the proof much, but most people would go for it.
Wiki-based math notes with conversion to my LaTeX stylesheet for printing.
http://www.jundy.com/index.html
http://www.jltechnical.com/Exporter.htm
Take Sub::Curry and create Sub::Curyize
http://www.cis.upenn.edu/~bcpierce/courses/670Fall04/GreatWorksInPL.html
A good introduction to quantum computing / entanglement - http://plato.stanford.edu/entries/qt-entangle/
Create Tracker Item or Tracker Status
http://www.math2.org/eulermb/pod/EulerMB/Coroutine.html
More perl coroutines (continuations?)
http://www.math2.org/mmb/area/dev
Wikipedia:Japanese language
LJ:mousetrout
http://linux.ucla.edu/events/meeting-20040217/procmail+spamassassin-2004-02-17.pdf
Idea: Automatic parser generator (generator). Given inputs and AST outputs, figure out a parser.
I'm still a bit hung up on this whole SetDB thing, but now that I'm using Class::DBI a lot I have much less motivation to actually develop it. So perhaps I should write Class::DBI::Sets or something. Then we could use the class dbi stuff to make sets, then create new sets out of them, which would really be views. hmm... does class::dbi have views? lets see... Looks like Class::DBI::View exists, but is only good for reading, not writing.
Well the thing that I lose by using a single set class is types. You could make a set of anything, and things in the set wouldn't have to be the same type. Or would they? I could make a rule that says only things of a single type can go into a set. hm. Of course this type could be a tuple. Thats probably what the SetDB system implied previously anyway, come to think of it.
Well Class::DBI is sort of a subset of what I want. The only types of sets they allow have a one-to-one correspondence with tables.
http://kb.mozillazine.org/Move_the_tabbar_(Firefox)
http://wiki.perlchina.org/main/show/haskell+workshop+2005
http://ndiswrapper.sourceforge.net/mediawiki/index.php/List#WMP54GS - beth linux wireless
hrm
http://pro.html.it/articoli/id_599/idcat_31/pag_1/pag.html
http://ondras.praha12.net/sql/ - javascript gui sql schema editor
http://www.capacious.org/ - free hosting
http://www.inference.phy.cam.ac.uk/mackay/itila/book.html - book on information theory
Idea: Dots! The game where you have a grid, take turns placing lines surrounding squares. Might want to look for that book... hmm, I actually think that the math club has that one.
The overlapping concepts:
Full screen degraded digital video - if you get only every nth packet you get every nth pixel. No compression? Very fine-grade...
Centralized Logic - The core happenings of a program should all be in one spot, easily readable and understandable. Web-MVC spreads things out too much. This is part of the CSS power -- a central spot describing the look of a wide variety of things. Behaviour -- a central spot describing the behaviour of a wide variety of things.
http://www.pxn8.com/ - online Image Editor
http://simon.incutio.com/slides/2006/etech/javascript/js-reintroduction-notes.html
http://www.math.harvard.edu/~mazur/preprints/when_is_one.pdf
http://www.iamjacksbrain.com/AboutMe.html
http://www.cavecanen.org/linux/bashtips.php
http://list.cs.brown.edu/pipermail/plt-scheme/2006-April/012418.html - Tutorial on writing 'yield' in scheme
http://www.netspace.org/~mts/guit_tut/tutorial.htm
Here are links for my mom:
http://www.womensmediacenter.com/ex/110106.html
tah dah!
this is a test
Random thought: Evolved programs work mostly through side-affects. Same is true of evolved biological systems... need to be analyzed not based on intent but rather on influence. What parts of this process can _possibly_ affect this other process?
The idea I'm going for is to provide a smooth gradient between one-state
sessions, many-state sessions, and state-less sessions.
Storable continuations and web programming in OCaml (needs a usable API!)
http://logic.cs.tsukuba.ac.jp/Continuation/program.html