I'm building a simple web app to help me spend more time actively creating ideas when I'm online and less time just passively consuming information. The app is super simple. It just encourages you to write ten ideas on a topic. You can either come up with the topic or borrow a pre-existing topic from someone else on the site. When you finish coming up with ten ideas on that topic, you can see all the other ideas that…
Ask HN: Who needs help with side projects?
31–40 of 65 posts
Re: Ask HN: Who needs help with side projects?
#32Re: Ask HN: Who needs help with side projects?
#33Earlier quoted context omitted.
Interested! By spatially do you mean this is a vr app?
Sort of! It's in 3D. Spatial is leveraging the human ability to reason about & remember landmarks as part of navigation of a space and associate information.
Re: Ask HN: Who needs help with side projects?
#34It supports distributed joins over SQL. I plan to add multimodel specifically GraphQL and document storage.
I also wrote a multithreaded user space M:N scheduler in Rust, C and Java. It multiplexes N lightweight threads over M kernel threads like Golang goroutines. I also wrote an evented version with a multiconsumer multiproducer RingBuffer that handles IO. I need to add epoll network events and you have an application server. This is like Libev or libuv an event loop for processing and queuing up blocking syscalls without blocking.
I want to implement a LLVM JIT runtime. I have an idea for a very simple event queue that handles multithreading while being threadsafe. One of my other projects is multiversion concurrency control.
If you find this comment interesting you might enjoy my blog. https://GitHub.com/samsquire/ideas4 https://GitHub.com/samsquire/ideas3 https://GitHub.com/samsquire/ideas2 https://GitHub.com/samsquire/ideas
Re: Ask HN: Who needs help with side projects?
#35Earlier quoted context omitted.
This is cool! I've had this idea knocking around in the back of my head similar to this about an MMO like game where users could write WASM code and "imbue" items in the game with it. Sort of allowing them to create interesting game logic to build stories and things in it. Elixir always felt like it'd be a good backend to coordinate running things
Dang, that's also a neat idea! I do also like the Elixir language. I'll have to keep this in mind for future projects. Perhaps I can integrate some sort of system into botnet, where you can program custom bot actions somehow. It would make the replay system I'm writing much more difficult though xD
Re: Ask HN: Who needs help with side projects?
#36There’s currently an issue with Android version where user can’t login for some reasons… never been able to reproduce it unfortunately… https://github.com/Livinglist/Hacki/issues/58
Re: Ask HN: Who needs help with side projects?
#37Re: Ask HN: Who needs help with side projects?
#38Which is the cheapest way to serve Json to customers with a budget under usd10 a month, a Json size of aprox 50KB and aprox 1 million reqs/day