I'm working on ExecAPI - https://execapi.com - a code execution as a service platform, starting with WebAssembly nanoservices, deployed a bit like CGI scripts, but running on the edge, so comparable latency to Cloudflare Workers and Lambda@Edge. Currently thinking about ideas around HTTP-triggered workers, long-running services, web hook handlers, etc. and how we can bring cloud costs down to the bare minimum.
It's more of a fun project right now, but hoping to unearth some marketable use cases and ideas as I go along. I'll do a proper launch in a month or two.
Built a PWA (+ TestFlight) to search, browse, and generate Stable Diffusion images: https://app.pica.so/
Fun to build, mostly just thinking through the UI, catching up with all the new AI models coming out these days. Would be a ton of work to really polish and monetize an iOS / Android app like this, not interested in taking it much further.
This will probably be different than other comments but working to finish up a metal/welding project. Converting a trailer to be usable for a 22' sailboat - almost done just having to do some spray painting and add bolts. It's been probably about 8 months of working in my free time to get here, pretty excited to be done.
Nice work. Could you weld before or did you learn it for this? I built a trailer a couple of years back and really enjoyed it. I’m thinking about building some sort of cage / box so I can get more loose landscaping material on there.
Thanks and that’s awesome! basically learned to stick weld for this project and it was one of the reasons to take it on.
Have found welding cage/mesh-like pieces to be difficult since theyre so thin but not the best usage of stick rod in the first place
Rolepad - https://rolepad.com, helping job seekers manage their search process. Emails and spreadsheets can quickly get overwhelming and there aren't really many tools out there for folks that want to manage their own pipelines. Companies have applicant tracking systems, this is similar but for the other side.
At the moment working on functionality to easily ingest email communications with recruiters/companies so that it can truly be a system of record (without needing to give access to your inbox or any of that).
It is an attempt to build what is (in my opinion!) a great stack for quickly iterating on a web app idea. Probably about a month off from first release, which will be a simple TODO app you can sign up for, with full instructions on getting it set up and deployed that would be about an hour's work. From that point you have a semi-professional setup with devops and CI taken care of so you can move faster on your idea or startup. No need to touch a server (there isn't one to touch!)
I chose firebase because it is a very good choice for getting up to speed fast. The downside it is a lock-in, and not open source. However the code is written in such a way that swapping out to Parse, for example would be fairly easy to do.
I used to be in this space. How are you going to handle fraud/theft? E.g. someone uses a stolen driver’s license/whatever to sign up with a verified account, uses a stolen card, shows up to borrow $highValue item, and then never returns it.
Fair concern. Im using stripe to process payments and would be able to hold a user accountable if an item wasnt returned or was heavily damaged, but some mechanism should be put in place to verify people are who they say they are without adding too much friction to checkout / registration flow.
What if that all checks out but someone else goes to actually pick up the item?
IME it’s reasonable to verify that an identity is legit, but not that the person providing that identity is the person tied to that identity. And it all goes out the window when they send their boyfriend/assistant/coworker to actually pick up the item.
I always forget when to plant things in my garden so I made a little tool for myself. You set your zip, then pick your plants, and it will tell you your upcoming planting dates.
This will help creators build with AI using a cool UI with tons of features. Initially for images, then I'll expand to documents and code. I'm aiming to launch in the next few weeks.
It's still very modest and in it's starting phases (not ready for Show HN), but I'm working on small website/guide on how to get started using Rust for Data Engineering. I've been using Rust in my new job with quite some success over the past months and decided to share what I learned. As someone who's used to Python for almost a decade now, it is a very nice complement and quite surprisingly fits the bill for things like Data Engineering.
I'm finding building a CLI fun because it's still a "frontend", but you have to think harder about how the UX should work - since you can't just make it pretty.
(it's also a cheap way to grow the roadmap for my public API since I need to build all these endpoints to make what I want to do possible)
Working on adding “environments” to my business’ API (https://keygen.sh). I’ve gone over 6 years without offering a “sandbox” environment to customers, so I’m excited to finally be working on this one. It’s been quite complex implementatiom-wise, and has touched a lot of surface area, since I want it to support multiple named environments (e.g. staging, dev, one-off isolated test envs for CI/CD). But it’ll be worth it.
Building a site that helps people determine where to live using publicly available data sets. https://searchaway.co/
It's a fun side project but something I think needs to exist. I found it difficult to see how places were changing over time (ie are schools getting better or worse, is income increasing or decreasing, etc..) Would love to hear your feedback or meet individuals interested in working together. hello@searchaway.co
I started something similar, so far just an inventory of my stuff but I wanted to add a chores and maintenance schedule. I like the UI you have for setting up an item when you take a picture.
Its a simple tool that plots how data changes in a google sheet over time. So the categories of value per row, number of rows added & removed and some more complex things like averages.
I use it personally to monitor user and finance related sheets that others are editing so I can see how things are changing over time.
A remote controlled car , using LEGO + Android.
I'm also try to insert a simple AI to this, to make the car remember every driver and adapt its sensitivity.
A stupid project just for sake of learning. Within are immature group of friends we always had a million nicknames. The website will give the nickname of the day! As stupid as is sounds, I want to kind of buld everything from ground up and i am facing a lot of challenges. Handling login, exposing APIs with an API Gateway, Database etc. I wish I could find more interesting project to learn with, but i have no ideas :(
No, i'm using node.js, fastify, postgreSQL. The interface is going to be very easy. Probably easy html+css (bootstrap) and simple JS, but maybe i'll try to learn a bit of some FE framework (I essentially know nothing about FE).
I've been working on a GitHub App to help developers identify potential software supply chain security risks (pipeline misconfigurations, dangerous dependencies, SCM misconfigurations, etc.). Only has a handful of features at the moment as I'm doing some user interviews to learn more.
Building a "community-as-a-service" idea. Our team has years of experience starting, moderating and growing online communities on slack/discord, so want to make this available for everyone. https://communityexperts.carrd.co/
I currently building an "mobile data entry" system (where our salespeople can place orders while with the customers and our technicians can fill out service reports) for the company i work at... nothing fancy, but because the company goes pretty well along with my inherent crazyness they let it build me based around Plan 9 (or more exactly: 9front).
Onboarding and messaging tool for small SaaS businesses. Should be ready in a week.
This will slowly evolve into a time-to-value helping tool, which means clients will be able to help their users minimise time-to-value of their product, thus reducing churn and improving free to paying conversions.
I built a URL shortener to teach myself serverless. I'm working on adding link metrics and custom domains. I'd like to eventually use it for tracking link clicks in email newsletters, etc.
Almost all existing data formats are horribly insecure and ripe for exploitation (many of them are already). And they can't be fixed because the formats aren't versioned.
-----------------
But describing the data format was painful because most existing metalanguages are only for describing textual grammars, and the few that support binary aren't really suited for documenting for human consumption.
A UDP packet consists of a source port, a destination port, a length, a checksum, and a body. The length field refers to the size of the entire packet, not just the body.
udp_packet = src_port
& dst_port
& uint(16, var(length,8~) )
& checksum
& body(length - 8) # subtract header from length to get body length
;
src_port = uint(16,~);
dst_port = uint(16,~);
checksum = uint(16,~);
body(length) = uint(8,~){length};
It's more of a fun project right now, but hoping to unearth some marketable use cases and ideas as I go along. I'll do a proper launch in a month or two.