Giter Club home page Giter Club logo

Hi! I'm Tom.

I've been doing full-stack web development and Linux1 system administration for a long time — since I was a teenager in the 1990s. I somehow ended up co-founding and successfully selling a company by the time I was 20.

I stumbled across Python a few years later, followed by Django, leading to me working with several of Django's creators and core contributors at the Lawrence Journal-World. I ended up authoring Django's __regex QuerySet lookups2 during my time there, along with various other patches, and maintained the LJW's internal Django fork (a.k.a. "FrankenDjango").

Later, at The Onion, I authored the (now abandoned) django-tagcon library, as well as several in-house modifications for The Onion's internal Django fork; these included a fix for Django's then-broken timezone support, and a "model shadowing" facility which worked like the later custom User model support, except it allowed substituting any arbitrary Django model3.

While I've learned enough about dozens of different languages over the past couple of decades to be dangerous — from Haskell to Lisp — I've always come back to Python. It fits my brain in a way nothing else does (although I'll admit I wish it were a bit more functional-friendly in its design). It's the most readable language I've ever used (at least before static type hints showed up4), is amazingly well-documented, has the best "batteries included" out there, is a near-perfect "glue" language, and its introspection facilities allow for easily exploring APIs in an IPython REPL5.

I'm quite handy with JavaScript and React as well, along with the various pieces of a modern JS toolchain like Webpack, Babel, and PostCSS. And I live and breathe Linux, running it everywhere, including on my personal ThinkPad. (Arch, in case you were wondering.)

I'm available for hire professionally, either via full-time employment or contract work through my consultancy. Feel free to check out my LinkedIn profile for my (extensive!) work history.

Tools I Use Constantly

  • Arch Linux, operating system
  • i3wm, tiling window manager
  • st, terminal
  • tmux, terminal multiplexer
  • zsh, shell
    • Although there are days I'm tempted to switch to Xonsh, since zsh is ludicrously arcane, and time spent learning its secrets doesn't readily transfer to other domains.
  • Neovim, text editor (heavily customized)
  • Git, verson control system
  • fzf, handy text skimmer
  • Docker, container tool
  • Borg, backup utility
  • Ungoogled-Chromium, web browser
    • Along with a bunch of extensions, including:
      • Allow Right-Click
      • Browserpass
      • Decentraleyes
      • Stylus
      • uBlock Origin (the most indispensable one, by far)
      • Violentmonkey
  • Python, programming language
    • My two most used third-party packages are IPython and Pytest.
    • I'm slowly open-sourcing my gobs of utility libraries; Seittik is the first stage of this.

(That's not to mention a ridiculous number of bespoke tools I've written to fit my brain, 99% of them in Python.)

Footnotes

  1. Technically, I started with OpenBSD, but over time the lack of hardware support became a dealbreaker.

  2. The commit, if you're curious: https://github.com/django/django/commit/24512a74befc6282a1d299cab452ee9463cc2baa

  3. This enabled you to entirely avoid scenarios involving the OneToOneField antipattern for adding fields to an existing model, since you could rework the expanded model as a single database table. But the core Django devs and myself tend to disagree on quite a bit, so upstreaming it never happened.

  4. I'm deeply worried about this trend in Python-land. Defenders of static typing are missing an important tendency when they point out that typing is "optional"; if history has shown us anything, it's that features that start out as optional can quickly become compulsory as they reach a critical mass of popularity.

  5. Whenever I try out a new programming language, the first thing I look for is a REPL with a level of power comparable with what IPython gives you. Nothing's ever come close.

alchemicalhydra's Projects

alchemicalhydra doesn’t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.