Ask HN: What are you working on?
291–300 of 560 posts
Re: Ask HN: What are you working on?
#292As a side project, I'm working on a route planning app for running. I'm a long distance runner and travel for work a lot, so I frequently find myself planning a run on one of the many existing apps at 5am in a new city whilst jetlagged. My bugbear is that all the existing apps suck. I want a way to say "give me a running route that lasts approximately 10km and is as scenic (greenery, water, mountains, etc) as possibl…
I've wanted to build something similar for both cycling and motorcycling. There is an app for motorcycling that works ok, but it would be a fun project. Is this open source anywhere? I struggled to get started with working with road data and getting that into a route planning system.
Re: Ask HN: What are you working on?
#293We have optimized neural ODEs, neural SDEs, neural DDEs, and neural DAEs quite a bit in Julia, and have some experimental results with neural jump SDEs and neural PDEs. But we can really do more with the neural PDEs, especially neural PDEs with constraints (i.e. partial differential-algebraic equations) and neural stochastic PDEs (SPDEs). It's all working with DiffEqFlux.jl (you can see a blog post of experiments her…
Re: Ask HN: What are you working on?
#294Re: Ask HN: What are you working on?
#295Working on a enterprise training planning solution and we are celebrating our first two customers. Yay!! https://niftylearning.io
Re: Ask HN: What are you working on?
#296The result: https://github.com/typesense/typesense
It took me over 3 years to get the nuts and bolts right. It's now production ready and being used in quite a few production environments. Of course, there is more work to do and so it's still actively being worked upon.
Re: Ask HN: What are you working on?
#297I've also been sporadically recording podcasts on topics near and dear to my heart—learning, mental models, code and bootstrapping.
https://podcasts.apple.com/us/podcast/code-and-bootstrapping...
https://podcasts.apple.com/us/podcast/learning-machine/id144...
Re: Ask HN: What are you working on?
#298Re: Ask HN: What are you working on?
#299Re: Ask HN: What are you working on?
#300Combining open-source photogrammetry software into a system that scales reasonably to >100k images (with accelerometer/gyroscope data from the video camera) and >1G vertices in a single, consistent, high-quality mesh. It later computes a texture map based on the images, not smoothing them, but just minimizing seams and using some seam carving and color interpolation to make most seams invisible. I want VR reconstruct…