HN user

jpettersson

55 karma

Senior Engineering Manager @ voi.com

https://github.com/jpettersson

Posts2
Comments15
View on HN

Hello!

This is a quick hack, not a company ;) At work we've been huddling around Claude Code a lot recently, so I made this tool to make it more fun. It makes it easy to create and share tmux session over local networks and across the internet via a GCP jump host.

It works like this:

LAN: The host side generates SSH keys that are restricted to a specific tmux session. It prints a join token that the participants can use to join the tmux session.

Internet: The host and collaborators needs to have access to the same GCP project where a small VM acts as a SSH jump host. Otherwise the flow is identical to the LAN flow.

PRs welcome!

Happy collaborative hacking!

ekspono | Full-stack, Frontend | Clojure | Stockholm, Sweden or REMOTE in EU | full-time

ekspono is an early stage fintech company founded by a team of experienced technology and finance professionals. Our first mission is to increase transparency and ease of business for quantitative index strategies. Our product is a web based index analytics platform that helps our clients (institutional investors such as pension funds) manage portfolios that span across multiple index providers (banks).

We’re looking to expand our team with talented Software Engineers who are excited about building a SaaS product using Clojure. We’re considering both candidates who are experienced with Clojure as well as candidates who are experienced in other languages and who want to make the transition to working commercially with Clojure(Script).

* Experienced Software Engineer - Full-stack (system design, data model, API services, web applications, infrastructure, data pipeline automation)

* Experienced Software Engineer - Frontend (web applications, data visualizations, API services)

Our stack: Clojure, ClojureScript, Python 3 (data pipelines / calculations), postgres, kubernetes

We’re a small company (4 today) so every team member has the responsibilities and autonomy to drive progress in their area of expertise.

We are primarily looking for full-time arrangements, but for the right person we can be flexible. We can offer employment in Sweden and are open for long term contracts or similar arrangements in other European locations.

If you’re curious, contact us at: people@ekspono.com

The ConEd data is a nested set of areas where each Area the fields: total_customers, customers_out. It seems there's a discrepancy between the number of customers_out for Manhattan and the sum of customers_out for Manhattans's sub areas.

I've decided to trust the sum of the individual sub areas instead, working on a fix.