Live data from Hacker News

Ask HN: What was an interesting project you started and finished over a weekend?

news.ycombinator.com

131–140 of 242 posts

Re: Ask HN: What was an interesting project you started and finished over a weekend?

#131

I had access to a Windows server VM at a previous job that was commissioned for a piece of work. The actual work was then stopped, but the IT folks never decommissioned the VM so I had a nice little server on the local network to play around with. It didn't have Internet access so I was somewhat limited in what I could do with it. I ended up building a hacky internal IIS/PHP web app (I guess these days one would call…

That sounds like something that could just as easily get you into a heated political kerfuffle. You got lucky.

I was still relatively new there -- I'd likely only have thought of this potential downside a couple of years into the job!

Re: Ask HN: What was an interesting project you started and finished over a weekend?

#132

A simple game I posted here before [1]. I think it’s rather hard to finish a project in under one weekend. And we tend to easily say “I did it over the weekend” but mean “I had something working after one weekend”. Especially if the weekend is not one where you spend 48 hours in front of the computer (counting Friday evening in). So, I was quite proud to get it finished in one weekend under normal conditions. [1] htt…

Great game! thanks for sharing

Thank you!

Re: Ask HN: What was an interesting project you started and finished over a weekend?

#133

I created a website about dynamic energy pricing in about 8 hours. It ranked no. 1 quickly in my country and the only thing I’ve done since is update my comparison table and I’ve added affiliate links.

what's the website? Sounds cool

Re: Ask HN: What was an interesting project you started and finished over a weekend?

#134
With three friends, we built and launched a SaaS product over a weekend and live-streamed ourselves doing it[0]: https://feedback.fish

It was a ton of fun, about 1,000 people tuned in over the course of those ~60 hours. The product was acquired about a year later.

[0]: https://productweekend.live

Re: Ask HN: What was an interesting project you started and finished over a weekend?

#135
playing charades with ai: https://charades.ai

originally, the answers and gameplay were based on wordle, but i recently changed it to be more open-ended and like a real game of charades

almost all aspects of the game (images, answers) are generated using the openai api

Re: Ask HN: What was an interesting project you started and finished over a weekend?

#139
My friend’s kid really likes to email people so I thought it would be neat to build a little auto-responder powered by gpt with different personalities (prompts), got this up and running using flask + gpt assistants api that uses assistants paired with an email service: http://fraind.email

Re: Ask HN: What was an interesting project you started and finished over a weekend?

#140
We had a situation here in Australia where there wasn't an open source way to verify the outcome of Federal senate elections. The algorithm is slightly complicated, mostly because it's set up so that it's possible to count it manually as it was devised prior to computerisation of the voting system.

In 2013 this became important: in Western Australia, we had a very close senate election. There was one critical exclusion in the count where just 14 votes determined the outcome between two candidates. Obviously the accuracy of the counting software was key; it actually crashed when they were doing the count. They restarted it, but that shook the confidence of a couple of people I knew, and so I decided to write my own software to verify the count. I knocked it up in two all-nighters: https://github.com/grahame/dividebatur

Of course, I/we were fortunate that the electoral commission was forward-thinking enough to have published the data required to fully reproduce the count.

Some open government folks later on used the existence of my software to try and get the electoral commission to release their software system under Freedom of Information laws, so that it could be verified. I was quite amused when the commission alleged there was no way I'd done it in two nights. I had; but of course, what I had was a Python implementation of the count, not a fully-fledged electoral management system like they had.

Later on in 2017-18 we had a constitutional crisis[0], as various senators were found to hold foreign citizenship and thus be ineligible to hold office. Those ineligible senators were replaced by running a count-back of the vote, with them excluded. I happened to be the only person who had a system that could work out the results ahead of the electoral commission, so I had quite an exciting few weeks providing the media with predictions on who would take over the various seats that were lost.

Now there are better and more robust systems that have followed mine, but I must say I was quite happy with this two-day hack!

[0] https://en.wikipedia.org/wiki/2017%E2%80%9318_Australian_par...

Post reply on HN