User contributions
From Jonathan Gardner's Tech Wiki
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).
- 23:10, 2 January 2009 (hist) (diff) Nondeterministic Programming (New page: == What is it? == Nondeterministic Programming (NDP) is a method of writing a program where you explore various alternatives and only execute the ones that work. In a practical way, progr...) (top)
- 22:52, 2 January 2009 (hist) (diff) Main Page (→Topics) (top)
- 08:16, 6 December 2008 (hist) (diff) Unit tests (→Software for Unit Tests) (top)
- 08:16, 6 December 2008 (hist) (diff) Unit tests (New page: == Introduction == Unit tests are a godsend, if you can do them right. == Software for Unit Tests == Python: unittest Java: junit == Tips == * Don't be dumb. Write sma...)
- 08:09, 6 December 2008 (hist) (diff) SQLAlchemy (top)
- 08:06, 6 December 2008 (hist) (diff) SQLAlchemy (New page: == Introduction == SQLAlchemy is a Python package for abstracting connections to databases. SQLAlchemy is so good that I don't see any reason to learn anything else, period. SQLAlchem...)
- 08:00, 6 December 2008 (hist) (diff) Python/Web Applications (→My Recommendation) (top)
- 10:42, 3 December 2008 (hist) (diff) Service-based Web Server (→Abstract) (top)
- 10:36, 3 December 2008 (hist) (diff) Service-based Web Server (New page: == Abstract == The service based web server does very, very little on its own. All of its work is handled by services that tell it how it is configured, services that does all the work, a...)
- 05:09, 3 December 2008 (hist) (diff) Infiniweb (→Building a Server That Can't Fail) (top)
- 05:00, 3 December 2008 (hist) (diff) Infiniweb (→Trying to Build a Universal Scheme)
- 04:53, 3 December 2008 (hist) (diff) Infiniweb (→Updates)
- 04:48, 3 December 2008 (hist) (diff) Infiniweb (→Objects)
- 04:41, 3 December 2008 (hist) (diff) Infiniweb (→How it Works)
- 07:42, 2 December 2008 (hist) (diff) Infiniweb (→Trying to Build a Universal Scheme)
- 07:41, 2 December 2008 (hist) (diff) Infiniweb (→Is this different from a Linux box?)
- 07:31, 2 December 2008 (hist) (diff) Infiniweb (New page: == Abstract == This is an idea I have, but I don't quite know how to implement it yet. The basic concept is that you can setup a website and then start adding stuff to it through the webs...)
- 07:04, 2 December 2008 (hist) (diff) Main Page (→Projects)
- 01:55, 29 November 2008 (hist) (diff) Ideal Software Language (→Simple Templating) (top)
- 01:47, 29 November 2008 (hist) (diff) Ideal Software Language (New page: The Ideal Software Language in my mind has the following attributes. == Simple Syntax == People should be able to learn the syntax, the full syntax, in less than 10 minutes. It should be...)
- 10:18, 26 November 2008 (hist) (diff) RAID (New page: == Overview == RAID is one way of making many disks work as one. RAID can provide redundancy which will help to improve the lifetime of your data at the cost of hardware. == Types of RAI...) (top)
- 09:51, 26 November 2008 (hist) (diff) Main Page (→Topics)
- 06:21, 25 November 2008 (hist) (diff) Backup (top)
- 01:28, 25 November 2008 (hist) (diff) The Perfect Wiki (→Macros and Templates) (top)
- 01:25, 25 November 2008 (hist) (diff) The Perfect Wiki (→Complete Freedom)
- 01:23, 25 November 2008 (hist) (diff) The Perfect Wiki (→Lisp)
- 01:21, 25 November 2008 (hist) (diff) The Perfect Wiki (→Lisp)
- 01:20, 25 November 2008 (hist) (diff) The Perfect Wiki (→Overview)
- 01:14, 25 November 2008 (hist) (diff) Encryption (top)
- 01:13, 25 November 2008 (hist) (diff) Digital Signing (New page: What is a digital signature? It's a ''number'' that identifies data. Generally, it is used to make sure that the data hasn't been tampered with since the signature of the data you received...) (top)
- 01:04, 25 November 2008 (hist) (diff) Cryptography (top)
- 01:03, 25 November 2008 (hist) (diff) Cryptography (New page: Cryptography is the art of hiding data. Today, it focuses on two important features: Encryption: The art of hiding data that can be later recovered if you only know how to do it. [[D...)
- 01:02, 25 November 2008 (hist) (diff) Category:Cryptography (New page: Main article: Cryptography) (top)
- 01:02, 25 November 2008 (hist) (diff) SSH (top)
- 01:01, 25 November 2008 (hist) (diff) Category:SSH (New page: Main Article: SSH) (top)
- 01:01, 25 November 2008 (hist) (diff) Main Page (→Topics)
- 20:34, 24 November 2008 (hist) (diff) Pam abl (→Introduction) (top)
- 20:11, 24 November 2008 (hist) (diff) Denial of service attack (→Protection) (top)
- 20:11, 24 November 2008 (hist) (diff) Denial of service attack (New page: == Overview == A "denial of service (DOS) attack" is any attack whose purpose is to bring the service down. There are several ways someone might attempt this: * Make a whole lot of reque...)
- 20:01, 24 November 2008 (hist) (diff) Security (New page: == Introduction == What do we mean by security? I think of these things: # '''Identification:''' Who are ''you''? # '''Authentication:''' Are you allowed to do that? Let's break up these...) (top)
- 19:49, 24 November 2008 (hist) (diff) Category:Security (New page: Main article: Security) (top)
- 19:49, 24 November 2008 (hist) (diff) Security through obscurity (New page: "Security through obscurity" is any practice that tries to secure a system by hiding the details of the system. This is a bad way to make a system secure. For instance, if I try to keep m...) (top)
- 19:41, 24 November 2008 (hist) (diff) Brute-force attack (New page: == Method == A brute-force attack is an attack where the attacker tries to guess the password or even username of an account by guessing. This is different from a [[denial of service atta...) (top)
- 19:26, 24 November 2008 (hist) (diff) Pam abl (→Introduction)
- 19:25, 24 November 2008 (hist) (diff) SSH
- 19:24, 24 November 2008 (hist) (diff) Pam abl
- 19:23, 24 November 2008 (hist) (diff) Pam abl (New page: pam_abl is a pam module for <u>a</u>uto <u>b</u>lack-<u>l</u>isting, hence the name ''pam_abl''. == Step 1: Install the Software == Install it in fedora with: # yum install pam_abl...)
- 18:35, 24 November 2008 (hist) (diff) SSH (New page: SSH is great. SSH is susceptible to brute-force attacks. pam_abl is one solution.)
- 21:12, 19 November 2008 (hist) (diff) Home Accounting (New page: == Double or Single Entry? == I prefer double entry. Your life is actually quite complicated. == Only money? == How do you represent non-monetary assets? What bout documents, records, e...) (top)
- 20:19, 1 November 2008 (hist) (diff) How to Partition Your Data (New page: There are really two ways to try and partition your data: # '''Get a better database, something that can do replication.''' I don't like this recommendation because it makes the entire sy...) (top)
(Newest | Oldest) View (Newer 50) (Older 50) (20 | 50 | 100 | 250 | 500).

