From 36ea0929c99e3b2c834c36d4f34c56e408757407 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 13 Jul 2017 20:27:42 +0200 Subject: [PATCH] Reboot --- IDEAS | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 20 -------------------- 2 files changed, 52 insertions(+), 20 deletions(-) create mode 100644 IDEAS delete mode 100644 README.md diff --git a/IDEAS b/IDEAS new file mode 100644 index 0000000..f79aace --- /dev/null +++ b/IDEAS @@ -0,0 +1,52 @@ +v2f https://github.com/alexpdp7/v2f + +* A completely declarative SQL CRUD framework +** CRUD definition is done through SQL objects (schemas, views, etc.) +** Permissions +** Row auditing +** Multiple components +*** Server-side HTML frontend +*** REST API +** Commercial frontend for design + +Pure HTML5 decentralized IM system + +* Uses web push +* Conversations are URLs to be shared +* End-to-end encryption + +SQL Query tool + +* ipython notebook style interface +* Backend + multiple frontends +** HTML/JS Frontend +** Curses frontend +** Native GUIs frontends +* Smart join completion + +Decentralized Social Network + +Development stack + +* Easy to deploy modular platform of: +** Identity Management (FreeIPA) +** Git repo with code review (Gerrit) +** Ticketing system (Redmine?) +** CI (Jenkins) +** Binary artifact repository +** Monitoring system (Nagios) + +Scalable personal cloud + +* 1..n node VM/container hosting platform +* ZFS storage +* Automation ready (Ansible, Salt, Foreman, etc.) +* Monitoring friendly +* Apt for single public IP +** Integrated DNS/DHCP +** VPN interfaces +** Reverse proxies + +C64 Roguelike + +Software development book https://github.com/alexpdp7/wakat diff --git a/README.md b/README.md deleted file mode 100644 index 45ab294..0000000 --- a/README.md +++ /dev/null @@ -1,20 +0,0 @@ -alexpdp7 -======== - -Maybe Github *is* the social network for coders. - -PLAN -==== - -* https://github.com/alexpdp7/tvguide - * iz3 is toying with writing an alternative frontend at https://github.com/iz3/PDPexto as a PHP learning project - * I should get on with the program and write an alternative scraper (my source doesn't have all the channels I want, sincroguia does) -* https://github.com/alexpdp7/f1web - * I need to add some more stuff, such as views to check scores! - -* Make some screencasts showing how to set up an Eclipse + Java + Maven + Spring IoC + Spring JDBC + Spring MVC + PostgreSQL project - -WORK -==== - -* Django! -- 2.47.3