Was it a simple app that solved a daily annoyance, some fun IoT experiment, or some non-tech hack that made your life easier?
Ask HN: What was an interesting project you started and finished over a weekend?
1–10 of 242 posts
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#2Re: Ask HN: What was an interesting project you started and finished over a weekend?
#3The app checks if your vpn is active, and tells you your public ip and geo location on a map (also deployed a small service on fly.io to ping/detect this).
Using copilot/chatgtp it was a doddle.
Of course Apple refused to put it in the App Store because it doesn’t have enough features. Even though adding unnecessary bloat to the app would be against their own design philosophy.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#4https://svelte.dev/repl/5a7f676868044bbba2ff3c7a64062066?ver...
On mobile you’ll need to kit the “output” button
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#5Re: Ask HN: What was an interesting project you started and finished over a weekend?
#6Re: Ask HN: What was an interesting project you started and finished over a weekend?
#7I am not sure if I have the code anymore. I do vaguely remember that I have the executable somewhere. It was made with Unity3D and took around 40 hours
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#8We use Buildkite, so I changed their agent to run as lambda function, and used their eventbridge integration to trigger the lambdas. We saved about 15% of our CI costs by not using our 32 core build machines to call ecs wait-services, and freed up said machines to be able to run more often.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#9Re: Ask HN: What was an interesting project you started and finished over a weekend?
#10This test data formed the backbone of that company for the better part of a decade as it clearly showed when our product was running the temperature at the ceiling (across the whole room) reduced by 2degC and at the mid point of the room (head when sat in a sofa height) it rose by 2degC.
Our product acted as a destratifier and the test rig to prove it took me from Friday evening to Sunday night to make as I was working elsewhere at the time.