theSage's comments

theSage | 2 years ago | on: Ask HN: Who wants to be hired? (October 2023)

I've been working in ML/Data science and building websites for ~7 years now and am now slow moving into full time freelance work.

  Location: Jaipur, India
  Remote: Yes (UTC +5:30)
  Willing to relocate: No
  Technologies: Python, Django fullstack
  Résumé/CV:https://arjoonn.com/cv
  Email: [email protected]

theSage | 3 years ago | on: KeePassXC Audit Report

I use KeepassXC + Syncthing.

On a few devices that never connect to the same wifi i use tailscale to connect Syncthing.

theSage | 3 years ago | on: Feature flags in a CI pipeline

I've been building Jaypore CI for exactly this tradeoff. The config is a single python file and I run jobs using a git hook on my own laptop.

I'd love some feedback on what else I could add to this project to make life easier for people.

https://www.jayporeci.in/

theSage | 4 years ago | on: Show HN: Staticsite: Super simple Jinja2 based static site generator

Hi HN,

I built this a while back for small projects where I wanted to build a static site without introducing the whole npm/js ecosystem.

The main advantage is having re-usable parts for the HTML/CSS/JS instead of writing duplicated markup.

I usually couple this with htmx.org when I want to introduce flask/django/fastapi in the project and things work out wonderfully since I'm already in the python ecosystem.

theSage | 6 years ago | on: Tmux Tutorial

We use tmux for remote peer programming in a pinch.

If Alice has a session on a remote machine you have access to. You can run `tmux new-session -s bob -t Alice`

With this both share he same view but can move cursors independently.

theSage | 6 years ago | on: Ask HN: A colleague is leaving. How to investigate what went wrong?

I don't think I fully understand what you've said. I'm sorry for butchering this but, do you mean to say that when specific questions are asked the underlying assumptions are so out of sync that you cannot formulate an answer they would understand?

I think an example would help?

theSage | 6 years ago | on: Ask HN: What keyboard do you use?

I've been using the koolertron split mechanical keyboard for a year now and it's been pretty good so far. I can sit up straighter, my thumbs and pinky don't hurt anymore.

The connector cable in the middle is becoming a little loose and it did not ship with a spare. Would have been easy enough to replace but I can't find any micro-to-mini usb cables. I'm just hoping to splice one together myself once it goes kaput.

https://www.amazon.com/Koolertron-Programmable-Mechanical-Ke...

theSage | 6 years ago | on: Implementing Poincaré Embeddings (2017)

we never implemented the poincare paper since by then Facebook had published it's own code, but for the lorentz paper there were a few which were wrong. I'll update the repo to point to those in a bit
page 1