A homegrown algorithmic trading suite.
Ask HN: What are you working on (September 2024)?
531–540 of 1001 posts
Re: Ask HN: What are you working on (September 2024)?
#532Re: Ask HN: What are you working on (September 2024)?
#533Re: Ask HN: What are you working on (September 2024)?
#534The idea is that if you're a highly experienced senior developer, it should feel oddly familiar. It aims to address every possible concern that a senior developer might have when building a web application.
Avoiding footguns is one of the core principles behind it.
It aims to strike the ideal balance between flexibility and simplicity. It's not for building rough prototypes; it lets you build apps that are more secure, more performant, more scalable and more maintainable than the ones you would write from scratch.
Re: Ask HN: What are you working on (September 2024)?
#535I'm working on pivots.fyi ( https://pivots.fyi/ ). It tracks 1000+ startups that have been founded in the last 3 years and showcases how their product, mission, team size, founders, etc. evolve week over week. It is interesting to see how quickly early stage startups pivot. Looking for feedback/suggestions about how I can make this more useful.
Love the UI very simple and minimal How do you find the data if you don’t mind sharing
Re: Ask HN: What are you working on (September 2024)?
#536Re: Ask HN: What are you working on (September 2024)?
#537Re: Ask HN: What are you working on (September 2024)?
#538Building some prototypes of games with Godot. Mostly enjoying it. A few gripes with the GDScript language though. Might switch back to C#. https://godotengine.org/
Re: Ask HN: What are you working on (September 2024)?
#539The "me database" tracking my gps for physical location, urls visited, etc.. This way I can search through all my physical and computer activity to answer questions like: how many times did I go to the gym last year? or how many leetcode questions did I do this month? Wrote a summary here ( https://theptrk.com/2024/09/27/me-database-master-plan/ )
Nice I plan on doing this for a whole year, hopefully 2025, but with lots of sleep data possibly with openBCI components and other devices and see if I can gain insight into some weird health phenomenons I've been experiencing.
Re: Ask HN: What are you working on (September 2024)?
#540I'm working on https://nuenki.app/ , a language learning tool. It teaches you a language while you procrastinate by inserting translations of appropriate-difficulty sentences into webpages as you browse HN etc. Currently trying to reduce costs by switching from using DeepL (high quality, low latency, high cost) everywhere to a hybrid that also uses Claude (high quality, high latency, low cost) for text that is far fr…