HN user

theSage

213 karma

arjoonn.com

Posts44
Comments67
View on HN
midpath.in 4mo ago

Ha on $40/month: No load balancer, no K8s, just DNS and SSH tunnels

theSage
1pts0
news.ycombinator.com 4mo ago

Using phone's STT to type on my laptop

theSage
2pts0
news.ycombinator.com 4mo ago

Show HN: Jaypore CI. Minimal offline CI system

theSage
1pts0
news.ycombinator.com 1y ago

Ask HN: Simple pay-as-you-go accounting for SaaS

theSage
1pts0
news.ycombinator.com 3y ago

Show HN: Self hosted CI tightly integrated with Gitea

theSage
1pts0
agola.io 4y ago

Show HN: Git(hub/lab/EA) compatible self hosted CI/CD

theSage
1pts0
thesage21.github.io 4y ago

Show HN: Staticsite: Super simple Jinja2 based static site generator

theSage
1pts1
github.com 6y ago

Show HN: Quickly see class dependencies in Python

theSage
5pts0
github.com 6y ago

SoWrong: absurd ways of doing perfectly normal things

theSage
3pts0
news.ycombinator.com 6y ago

Ask HN: Searching for Functions via Type Signatures

theSage
4pts1
news.ycombinator.com 6y ago

Ask HN: Can batteries power cars for 1.6 mil km as claimed?

theSage
1pts1
news.ycombinator.com 6y ago

Ask HN: A colleague is leaving. How to investigate what went wrong?

theSage
80pts94
news.ycombinator.com 7y ago

Ask HN: Examples of bad open-source code to learn what to avoid?

theSage
66pts72
news.ycombinator.com 7y ago

Ask HN: Reading Material for Deployment Techniques?

theSage
2pts1
github.com 7y ago

Show HN: Lorentz Embeddings of Graphs in 2-5 Dimensions

theSage
2pts0
bottle-tools.readthedocs.io 7y ago

Show HN: Easy write/expose/document bottle APIs

theSage
3pts0
news.ycombinator.com 7y ago

Ask HN: What user data protection techniques should I absolutely know about?

theSage
8pts1
news.ycombinator.com 7y ago

Ask HN: What do you use to keep track of experiments?

theSage
3pts0
news.ycombinator.com 7y ago

Ask HN: What are some useful pre-commit hooks?

theSage
1pts1
news.ycombinator.com 7y ago

Ask HN: What is an issue/merge bot good for on gitlab?

theSage
1pts4
github.com 7y ago

Show HN: Redbull- Python type hints based quick JSON endpoints

theSage
7pts0
science.sciencemag.org 7y ago

Neural network evaluation using diffraction of light

theSage
3pts0
rajpurkar.github.io 8y ago

SQuAD v2.0 released

theSage
1pts0
docs.google.com 8y ago

Show HN: Which religion produces the most atheists?

theSage
6pts7
news.ycombinator.com 8y ago

Ask HN: How do you avoid distractive features while building a project?

theSage
9pts5
news.ycombinator.com 8y ago

Ash HN: What's different between industrial research and academic research?

theSage
3pts0
evo-site.herokuapp.com 8y ago

Show HN: Genetically Evolving Website

theSage
3pts3
mmcardle.github.io 8y ago

Visually Building Django Databases

theSage
1pts0
github.com 8y ago

Show HN: Multi Repo metrics in one place

theSage
2pts0
thesage21.github.io 9y ago

Show HN: Generating ML/DA pipelines with Flowcharts in Python

theSage
2pts0

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: arjoonn@midpathsoftware.com

I use KeepassXC + Syncthing.

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

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.

Tmux Tutorial 7 years ago

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.

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...

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

I've been working for 2 years now. I've built APIs, managed databases, written ML models and dev productivity software so far. Looking for places with problems I can learn from.

  Location: Trivandrum, India
  Remote: Yes
  Willing to relocate: Yes
  Technologies: Python, AWS, SQL, Docker, PyTorch
  Résumé/CV: https://www.arjoonn.com/cv
  Email: arjoonn.94@gmail.com

just starting to read this. It reminds me of meiosis networks + stochastic delta rule where the weights were drawn from a random distribution (normal I think).

I did some work on html2text when I started off and while the little parts did make sense, the whole library was confusing for me. I couldn't change anything without breaking tests.

On the other hand I've been tinkering with curio for a while now and it's a fresh breath compared to that.

My trouble is that I still don't understand what makes the html2text thing "bad". What particular thing there caused me to not like working with it? I'm trying to understand that.

I've been book hunting + figuring out if it's something that I did not know which would have made the code a lot easier to work with (stuff got a lot easier after I cleaned up my set theory understanding)

- https://github.com/dabeaz/curio - https://github.com/Alir3z4/html2text