Ask HN: Who needs help with side projects?
In the spirit of other Ask HN : Hiring and who wants to be hired, I thought I would help people with their side projects. For free or otherwise.
Please post what your side project does and whether you need help with technology(frontend, backend, databases) or with marketing/growth hacking/sales etc.
Personally, I can help with Python, Java and other backend technologies.
64 comments
[ 2.7 ms ] story [ 133 ms ] threadWeb3, OpenCV, NLP, using AI libraries and Apis, semantic search.
Languages: C#, Asp.net, Databases, some python, Played around with Django,
I was working on a way to scrape problems out of social media.
Also an AI idea generator.
https://www.kdnuggets.com/2016/05/voice-tone-analysis-emotio...
I played around with Sentence Embeddings and Sentence Similarity.
I thought about being able to compare a sentence with "Happy" and get a score between them. This could be a generalized solution for a nlp problems.
I noticed it tended to match things a little different than I would expect. I would expect the subject of the sentence to match first.
I have identified couple issues that I'd love to work on at https://github.com/bhu1st/baghchal.net/issues but I lack time/resources.
Many thanks in advance for any technical help/support/collaboration. Please DM me.
would also love help building up traction/excitement with users/potential customers.
email is violentpurr at gmail if you're interested. I'm based on the east coast.
How to write that function?
Do you have a CSV file? Is this a specific data structure in some language?
Is the output another CSV file / std out?
This may not give you the lowest number of leaves depending on your dataset. If you're looking for the absolute smallest number of leaves, you could use each column as an individual key and start intersecting their lists to see if that produces a reduced leaf count.
Basically, you can map the data values into a boolean truth table representation:
And use the Karnaugh Map to visually simplify: into: If you'd like to do this algorithmically, there are Karnaugh solver libraries which use algorithms such as the https://en.wikipedia.org/wiki/Quine%E2%80%93McCluskey_algori...This problem is an abstract of a network firewall rule optimization. The a,b,c... are for source IP/net, destination IP/net, protocol/port, permit/deny and probably more like zone names.
I wanted a way to track significant things that happened in my life, and looking back at the physical poster, it has quite the impact on my perspective but I noticed it's a hassle carrying that thing around.
Angular, Firebase, Sass, NGRX Store: The MVP was functional for this stack but only for one account and without Firestore rules written. It has since been defunct and I've been stuck on scaling it to work for more than one user without public database rules.
Site: https://yourlifeinblocks.firebaseapp.com/user
Git (open repo): https://github.com/mannanj/life-in-blocks
I think the two largest challenges it has at the moment are:
- Developer experience / infrastructure setup: the service is Kubernetes-based, composed primarily of Python+Flask microservices, and although the setup steps are documented[1], they're not yet automated.
- User interface: my lack of user interface design skills are fairly apparent, I think. Having some clear UI goals to work towards would be helpful - there's likely some overlap with product design questions here (what should be the range of functionality that the the app offers?)
To be transparent: although I hope to offer compensation in future, the project is zero-revenue currently, and I don't feel ready to provide any monetary returns yet. If that hasn't put you off: any feedback is welcome, from discussion comments to pull requests to business model questions/critiques!
PS: Don't forget to mention one or two of your own side projects if there's anything you're looking for help with, too.
[1] - https://github.com/openculinary/infrastructure/
It sounds like you need to spend time using it yourself, thinking over it's use, getting others to use it, watching them get stuck, listening to their questions. Get family or friends who have never used the app to use it while you are there and find out what they struggle with. For knowing what functionality it needs - find people who are interested in paying for that kind of product - family and friends are great for doing the app equivalent of proofreading, but unless they are in your market they may well have lots of ideas, but you'll have no idea if they're the right ideas to build.
Some confusing things about your UI (in order of me noticing them):
- "Are there any ingredients that are not available?" - this looks like it needs rewording to something like "avoid these ingredients" or "any common ingredients not available", I knew what you meant, the search will exclude recipes with those items, but it felt weird to read - there are probably 1000s of ingredients that I don't have in my kitchen, I'm not going list those. I might list things like milk if I where cooking for a lactose intolerant person in that box, or I might use that for if I where out of something common.
- on laptop screen, box around the search form has a huge gap to the right of the form inputs. I'd either make the inputs a % width of that box, or put them in two columns when wide enough
- the previously mentioned thing about inputs needing to treat , being entered as if the user had tapped space
- I'd probably expect to see filters for vegan/veggie/pescatarian / low gi etc but then maybe not - that's the kind of thing you could build if you run out of things from proper users - unfortunately I rarely cook proper meals so I'm not really in your target market I would assume.
- Shopping list feature is a feature I could use, if it where better, (though I currently use a shopping list app that I threw together myself by quickly modifying another thing I'd made previously, and it works reasonably well for me) - your icons seem too small and fiddly, and I'd want a few buttons on screen of common things - so I can tap those instead of typing them.
> support splitting ingredients by typing a comma
That sounds sensible, yep; filed as https://github.com/openculinary/frontend/issues/210
> "Are there any ingredients that are not available?" ... I knew what you meant, the search will exclude recipes with those items, but it felt weird to read
That makes sense too. If I remember correctly, that prompt was most-recently rephrased during a pandemic-related lockdown (with subsequent unpredictable ingredient shortages), and so that context may have affected the choice of wording; either way, I agree that it's odd phrasing and should be updated.
Hopefully that'll be a relatively quick correction, although it will require internationalization (currently machine-translated without review by native language speakers, not ideal); it's filed as https://github.com/openculinary/internationalization/issues/...
> box around the search form has a huge gap to the right of the form inputs
> I'd probably expect to see filters for vegan/veggie/pescatarian / low gi etc but then maybe not
Two good points here, and possibly combinable. Perhaps those dietary recipe filters could be placed in the excess space available next to the search controls.
Today the search API does theoretically support filtering[1] on a few dietary properties -- but that functionality isn't yet visible and available to the user.
Feature tracker filed as https://github.com/openculinary/frontend/issues/211
- Shopping list feature ... your icons seem too small and fiddly, and I'd want a few buttons on screen of common things - so I can tap those instead of typing
The frequently-added-items shortcut idea is smart. The shopping list feature and the meal planner are under-attended components of the app relative to the recipe search/explore components, in my opinion. Let me think about this for a while, there are a few considerations and I'd like to be concise when responding about this in more detail.
[1] - https://github.com/openculinary/api/blob/72075f66cd6fda5b809...
All I'll say for now is that arguably the shopping list should become an important nexus within the app. Like an accounting entry-book with both order history and also yet-to-be-filled orders, it could be used to approximate the kitchen inventory at points-in-time. That should become powerful when changes in inventory are used to feed back into current and future meal planning.
Separately: advice noted about testing with friends and family. My partner and I use the app at home once or twice a week, and following recent improvements it's probably time to reach out for more feedback from others.
I find maintaining a balance between asking for (re)evaluation of the app and a hope for regular everyday conversations a little tricky; but to be honest I've always found the latter challenging, probably.
https://pypi.org/project/tube-cast
Under the hood the tool uses yd-dlp to download the video and pyppeteer to publish it on the site anchor.fm as a podcast.
I could use help with documentation and testing
https://github.com/abe-101/tube-cast
Here's an example bot script: https://github.com/JMS55/botnet/blob/master/example_bot/src/...
The basic infrastructure of the project is more or less in place, besides a visual replay viewer which I'm working on right now. What's needed is a bunch of work in designing game mechanics and APIs. I don't actually have any plans at the moment beyond bots running around and harvesting randomly generated resources. Feel free to open a discussion on the github page if you're interested in Rust, WebAssembly, and video games.
https://github.com/JMS55/botnet
Elixir always felt like it'd be a good backend to coordinate running things
It would make the replay system I'm writing much more difficult though xD
https://github.com/Rodeoclash/vodon-pro
I've built it using Electron as an MVP but I'd like to rebuild the most successful features into a native app using gstreamer as a V2 version at some point.
I'm looking for help with reaching more esports teams that might be interested in using it, graphic design feedback (I've done it myself :/ ) and someone who has knowledge building native apps that I could bounce ideas off.
It generates characters from tropes, weighted by the popularity of those tropes. Which was a nice experiment, but it's probably not the future direction.
This is something with a lot of iteration. Procedurally generated stories and backgrounds. Letting users input a character and using the tool to shape the character around it. Relationship graphs to other characters.
AI will be in use, but it functions more as a renderer, with good old algorithms forming the structure. But this needs a lot of development work and involves taking money from users, at the very least to pass the cost.
Looking for: Anyone interested in writing or AI content generation. Will profit share but currently profit is $0.
Traction: Approx 2000 users/month, mostly from Bing. No marketing besides mentioning it on a forum twice a year.
For that generated content, I do a lot of character creation in a completely different context than writing/D&D, and I would pay for a service or software that let me input or override the story type character data with ones of my own making.
The goal of self-sustaining stories that can be tweaked or woven into is awesome.
Thanks for the feedback. I might just pivot straight into that. I was dragging my feet on it because I didn't get much people interested in that, but only because my only communication medium is the survey.
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 everyone else has come up with on that topic.
So instead of just scrolling and never contributing anything actively, I have to at least think about the topic and work on it a bit if I want to see what other people are thinking as well.
I can select a topic prompt "10 ideas for fun weekend DIY projects that cost less than $300." I write my ten ideas and then I see that 6 other people have also written ideas. Bam! Now I can see 60 more ideas for weekend DIY projects.
I've put together a very rough mock up using Anvil here: https://ten-ideas.anvil.app/ (Anvil lets you build web apps using nothing but python).
I'd love some feedback on what to do next for: - finishing the project on Anvil - finding about ten initial users to give feedback - sensible ways to put this out in the world
I just started learning to code a few months ago. My profession is farming, this is just a fun, non-commercial side project to learn and encourage positive online habits. Any pointers would be massively appreciated.
It 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
So I doubt it would handle a challenging query! It only supports the bare essentials.
There’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
https://www.netlify.com/pricing/
https://www.cloudflare.com/plans
I've never tried netlify or vercel, I've been told that the 1 min updates are a problem in platforms like that. I'm an nginx kind of guy but I'm helping an org that has no budget whatsoever and I'm exploring options.
Another option is to use something like Firebase:
https://firebase.google.com/docs/hosting
The free tier gives you 2M cloud functions per month, then $0.40 for each additional million cloud function invocations:
https://firebase.google.com/pricing
Update latency is a few hundred milliseconds which should be sufficient if you are sending updates every minute:
https://stackoverflow.com/questions/37930219/is-firebases-la...
Just be aware that if your JSON payload is large, then you might consume all the egress bandwidth and it might end up costing more than you expect.
There are also alternative platforms which provide similar functionality (I have not used either of these though, so YMMV):
https://backendless.com/pricing/backendless-cloud/#compariso...
https://azure.microsoft.com/en-us/pricing/details/functions/...
https://bitbucket.org/bbcolt/unnamed-project2/src/master/
Yes, there's a bit of overhead to maintaining that, and it can fall out-of-sync with the code over time.. the key benefit, though, is that it provides useful context for reviewers, a bit like a geographic map does when navigating a new place.
The goal should be to make people feel like they understand more of the purpose and design of the project shortly after they arrive; as a result they'll be able to figure out what aspects of their own experience they can use to help review (and perhaps contribute changes to) the code, and where to go (in terms of files/directories/modules) to best apply that expertise.
Things that I can use help with are including (but not necessarily limited to):
- Promotion of project
- Testing
- Bug reports and feature requests
- If you are interested to make something with this
- Porting and distributions
- Patches to the code, if necessary
- Maybe someone has idea to improve documentation (such as tutorials) or to make a logo, or something else
http://chiselapp.com/user/zzo38/repository/freeheromesh
Please give me a shout if you need to add other languages support. I would consider such an interest as a help )))
So far the service supports amazing Raku language, but the platform is general enough to support other languages as well …
Also I would appreciate help with frontend … The UI is simple html plus some JS / css under bulma.
Beta version is ready here https://github.com/newbeelearn/sserver
I am looking for following - marketing and sales (I need some guidance from experienced marketer who has done this before) - beta users to try this product and give feedback so that i can improve - frontend for admin UI (backend api's are ready)
I can help with golang based backends if that is needed by anyone.
- Site: https://www.altqna.com - A sample question page: https://www.altqna.com/questions/remote-origin-already-exist...