X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/ed1b80bb6e021ef6ce73253380cf6218e37cc24d..85314da0ba587c12c25c8d0fb9ca2708adb487ca:/content-org/aminb.org diff --git a/content-org/aminb.org b/content-org/aminb.org index c773829..8be4b72 100644 --- a/content-org/aminb.org +++ b/content-org/aminb.org @@ -18,9 +18,11 @@ :EXPORT_FILE_NAME: _index :END: -I'm a [[/uw][graduate student]] in the [[https://watform.uwaterloo.ca][WatForm]] group at University of Waterloo, -supervised by [[https://cs.uwaterloo.ca/~nday/][Dr. Nancy Day]]. I'm interested in using formal methods, -especially type systems, to help make software more reliable. +I'm Amin Bandali (often =bandali= or =aminb= on [[/contact][the interwebs]]). I’m +currently a [[/uw][graduate student]] in the [[https://watform.uwaterloo.ca][WatForm]] group at University of +Waterloo, supervised by [[https://cs.uwaterloo.ca/~nday/][Nancy Day]]. My current research focuses on +formal logic, model checking, and verification. On the side, I also +dabble in [[https://leanprover.github.io][Lean]] and [[https://www.rust-lang.org][Rust]], and I enjoy [[https://stallman.org/articles/on-hacking.html][hacking]] on [[https://www.gnu.org/software/emacs/manual/elisp.html][Elisp]]. ** CV :PROPERTIES: @@ -48,18 +50,28 @@ CLOSED: [2018-09-04 Tue 10:53] This is my [[https://nownownow.com/about][now page]]. -I'm currently doing my third semester as a [[/uw][graduate student]] in the -Waterloo Formal Methods group at University of Waterloo. I'm also -TA'ing [[https://www.student.cs.uwaterloo.ca/~se212/][SE 212: Logic and Computation]], taught by my supervisor, Nancy. +I'm currently a [[/uw][graduate student]] in the Waterloo Formal Methods group +at University of Waterloo. I just finished my degree’s coursework +requirements in Fall 2018, and will be focusing on my thesis starting +this term, Winter 2019. -In my spare time, I write [[https://www.gnu.org/philosophy/free-sw.en.html][free software]] (projects page coming soon), -and tend to various tasks as a GNU webmaster. I've also been picking -up the guitar, after giving up on my longtime dream of being a -pianist, at least for now. +In my spare time, I write [[https://www.gnu.org/philosophy/free-sw.en.html][free software]] (see my [[/projects][projects]] page), and +tend to various tasks as a GNU webmaster. I've also been picking up +the guitar, after giving up on my longtime dream of being a pianist +(at least for now). This update was on {{< lastmod >}}. -** TODO Projects +** DONE Projects +CLOSED: [2019-01-06 Sun 22:37] +:PROPERTIES: +:EXPORT_FILE_NAME: projects +:EXPORT_HUGO_MENU: :menu topnav :weight 30 +:END: + +TODO: set up projects page with my projects. + +In the mean time, have a look at [[https://git.aminb.org][git.aminb.org]] instead. ** DONE Contact CLOSED: [2018-09-03 Mon 20:44] @@ -78,7 +90,7 @@ platforms. Email is my preferred method of communication. -- [[mailto:amin@aminb.org][amin@aminb.org]], personal or general inquiries +- [[mailto:amin@bndl.org][amin@bndl.org]], personal or general inquiries - [[mailto:bandali@gnu.org][bandali@gnu.org]], GNU- or free software-related ([[/gpg][gpg key]]) - [[mailto:abandali@uwaterloo.ca][abandali@uwaterloo.ca]], academic or UW-related @@ -94,6 +106,7 @@ Email is my preferred method of communication. - [[https://git.sr.ht/~bandali][bandali]] on [[https://sr.ht][sr.ht]] - [[https://savannah.gnu.org/users/bandali][bandali]] on Savannah - [[https://lobste.rs/u/bandali][bandali]] on Lobsters +- [[https://hackage.haskell.org/user/bandali][bandali]] on Hackage - [[https://gitlab.com/bandali][bandali]] on GitLab - [[https://keybase.io/bandali][bandali]] on Keybase - [[https://news.ycombinator.com/user?id=bandali][bandali]] on HN @@ -106,6 +119,7 @@ These are accounts I don't use anymore, unless absolutely necessary. - [[https://functional.cafe/@a][a]] on functional.cafe - [[https://mastodon.social/@aminb][aminb]] on mastodon.social - [[https://savannah.gnu.org/users/aminb][aminb]] on Savannah +- [[https://hackage.haskell.org/user/aminb][aminb]] on Hackage - [[https://github.com/aminb][aminb]] on GitHub - [[https://www.reddit.com/u/aminb][aminb]] on Reddit - [[https://twitter.com/aminban][aminban]] on Twitter @@ -120,14 +134,19 @@ These are accounts I don't use anymore, unless absolutely necessary. #+macro: ccbysa-img @@html:Creative Commons Licence@@ This is my personal website, previous versions of which I've ran on -different domains since 2012. The last version was generated using -[[https://www.romanzolotarev.com/ssg.html][ssg]] (shout out to Roman Zolotarev), but I've since ported it to GNU -Emacs + Org mode. - -The sources are available on https://git.sr.ht/~aminb/aminb.org. The -site is automatically generated on each =git push= using the -[[https://builds.sr.ht][builds.sr.ht]] service (see the [[https://git.sr.ht/~aminb/aminb.org/tree/.build.yml][=.build.yml=]] build manifest) and is -deployed to my server, where it's served by [[https://www.nginx.com][Nginx]] on [[https://www.debian.org][Debian GNU/Linux]]. +different domains since 2012. I've previously used Octopress, Jekyll, +a [[https://github.com/aminb/blog-old][custom]] static site generator written in Haskell (kudos to [[https://ruudvanasseldonk.com][Ruud van +Asseldonk]]), [[https://www.romanzolotarev.com/ssg.html][ssg]] (shout out to [[https://www.romanzolotarev.com][Roman Zolotarev]]), and [[https://orgmode.org/manual/Publishing.html][org-publish]] (see +also [[https://ambrevar.xyz/blog-architecture/index.html][A blog in pure Org/Lisp]]); but I've since ported it to [[https://ox-hugo.scripter.co/][ox-hugo]], a +"carefully crafted Org exporter back-end for Hugo" (kudos to [[https://scripter.co][Kaushal +Modi]]). I've never been happier with my setup. + +The sources are available at [[https://git.aminb.org/aminb.org]]. On each +=git push=, the repository is mirrored from my personal server to my +sr.ht account, the site is then automatically generated using the +[[https://builds.sr.ht][builds.sr.ht]] service (see the [[https://git.aminb.org/aminb.org/tree/.build.yml][=.build.yml=]] build manifest), and is +deployed back to my server, where it's served using [[https://www.nginx.com][Nginx]] on [[https://www.debian.org][Debian +GNU/Linux]]. *** Night mode @@ -142,7 +161,7 @@ other than that no JavaScript is required to use this website. The source code for this site is licensed under version 3 (or, at your option, any later version) of the [[https://gnu.org/licenses/gpl.html][GNU General Public License]] (see the -[[https://git.sr.ht/~aminb/aminb.org/tree/COPYING][=COPYING=]] file). The contents of the website are licensed under a +[[https://git.aminb.org/aminb.org/tree/COPYING][=COPYING=]] file). The contents of the website are licensed under a {{{ccbysa}}} license. *** i2p angel @@ -150,8 +169,8 @@ option, any later version) of the [[https://gnu.org/licenses/gpl.html][GNU Gener :CUSTOM_ID: i2pangel :END: -The favicons were derived from [[https://psychosoma.tech][nether]]'s beautiful [[https://psychosoma.tech/me/work/i2pangel.png][i2p angel]], a small -version of which is displayed on the home page. +The favicons were derived from [[https://psychosoma.tech][nether]]'s beautiful [[https://psychosoma.tech/me/work/i2pangel.png][i2p angel]], a copy of +which is displayed on [[https://git.aminb.org][git.aminb.org]]. ** GPG :PROPERTIES: @@ -509,6 +528,6 @@ with the key id when calling =gpg=. * COMMENT Local Variables :ARCHIVE: # Local Variables: +# eval: (org-hugo-auto-export-mode) # org-hugo-footer: "\n\n[//]: # \"Exported with love from a post written in Org mode\"\n[//]: # \"- https://ox-hugo.scripter.co\"" -# org-hugo-auto-export-on-save: t # End: