HN user

aavshr

493 karma

aavash.com aava.sh

Open to new opportunities.

Posts6
Comments49
View on HN

Location: Berlin, Germany

Remote: Yes

Willing to relocate: Only within Germany

Technologies: Golang, Rust, Typescript/Javascript, Python | Distributed Backend Systems | AWS, GCP| Prometheus, Grafana, Terraform, Github Actions | PostgreSQL, DynamoDB, Redis

Résumé/CV: https://aavash.com/resume.pdf

Email: hi@aavash.com

Github: https://github.com/aavshr

Personal Site: https://aavash.com

I was the first hire at a Berlin based startup which unfortunately had to shut down after 6+ years. I took full ownership of backend systems and infra, maintained on call responsibility and worked across the board with growth, product and frontend work as needed.

Looking for a similar opportunity at an early stage company where I can provide high impact while taking ownership.

AI World Clocks 8 months ago

just curious, why not the sonnet models? In my personal experience, Anthropic's Sonnet models are the best when it comes to things like this!

Ah that might be a bug sorry, the sample notes should also have the html extension. The notes themselves are currently stored as html (because of the metadata and the state in notes mainly, you can still export to markdown).

We need to do some work before we can also just store them simply as markdown files.

Great work, I can imagine how interesting the migration went. Why are you using Redis if I may ask? Was something like sqlite not enough? What are your biggest challenges with Tauri?

I also work with an Electron app and we also do local embeddings and most of the CPU intensive work happens in nodejs addons written in Rust and using Neon (https://neon-rs.dev very grateful for this lib). This is a nice balance for us.

Veo 2 years ago

I would imagine and hope for interfaces to exist where the natural language prompt is the initial seed and then you'd still be able to manipulate visual elements through other ways.

Yes, only the text gets replaced but not the underlying link.

Once you navigate to the link it will be the actual link in the URL bar however.

But this is an easy miss for people after they have already navigated to the link from twitter thinking it's a legitimate link.

hi thanks for the input, yes it is very early and I just posted this mainly for validation; I wanted to know if only I thought this was cool or if others also saw it as something fun. I did not anticipate so many people using this. I plan to implement most of the expected shell features soon.

thanks for the suggestions! Yes, the input not focusing is very annoying and other people have also pointed it out in this thread. Will definitely fix that. Also agree about the second point, will probably display help first on load.

hi thanks for the suggestion. I thought about this but decided against it as: 1. It's slower, I want to emulate the speed of running a shell in your local machine 2. I don't need all the nix shell features since it's a personal website. I can add features that only seem necessary for what I want to tell others about myself.