I made HNRelevant, a web extension for HN ( https://github.com/imdj/HNRelevant ). It shows related discussions for each submission page. Many times, I found myself intrigued by interesting discussions which left me hungry for more and I'd go down a rabbit hole, or maybe it was promising but didn't get enough attention and I'd need to check if there were any related discussions in the past about the same subject. I fo…
Ask HN: What was an interesting project you started and finished over a weekend?
191–200 of 242 posts
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#192Scraping 6 million HN posts (out of a total of 40 million, 6M = some ~3 years of posts) and embedding them with openAI's text embedding models. Making these full-text and fuzzy searchable with Postgres+pgvector, using reciprocal rank fusion to merge the two rankings. Very rapid query times on a 6 year old intel NUC; a kind of hn.algolia.com search only with added semantic search, not just text search. Reducing the di…
Having this natively here would be pretty useful. There's so much good stuff that "disappears" in the barrage of submissions, that can be hard to surface via simplistic search.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#193I'm Brazilian and when I moved back home for a bit the country had recently inaugurated a national exam for all high-schoolers. About maybe a year after, they'd publish an anonymized data set for researchers with a nice question-by-question breakdown of how every student performed. I worked at a school at the time, and one thing we wanted to know was how WE had performed in the questions so we could gauge if there we…
Great work! Inspiring for me, as I am trying to build a better UI to consult the document “Base Nacional Comum Curricular” and help all schools to use it for their curriculum creation. Is your site still up?
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#194https://github.com/Shaftway/argparse
Initial implementation took about a weekend. I've tweaked and added features and documentation since then. I've only tested it in Bash and I'd love feature suggestions or a critique of the code from better Rustaceans than me. I've been using it in a couple scripts and have really appreciated the functionality.
My Hello World demo is:
#!/usr/bin/env bash
eval "$(argparse --string name -- "$@")";
echo "Hello $NAME"Re: Ask HN: What was an interesting project you started and finished over a weekend?
#195It was glorious. I could just hold down the button, and watch numbers go brrr. Sure, I could have bought any number of mice to do it for me. But I wanted to do it, and it was fun, and I have something to show for it. Someday, I may even take it apart and add a rheostat so I can adjust the click frequency. It was a simple hardware project that helped jump start my hardware/firmware career.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#196https://igniuss.github.io/det-cord/
It was fun streaming the work to friends who aren't in the IT sphere, some are now studying to get in the industry
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#197Earlier quoted context omitted.
Looks cool! Must try it out for our next trip coming up. How did you land on the name Turas by the way? I was expecting an Irish connection as turas means 'trip' in Irish :)
> How did you land on the name Turas by the way Google Translate :) I wanted something short that meant "trip" or "travel". Give it a shot! It's not for everyone (definitely not casual planners). But if you budget, plan schedules, and especially if you plan multi-day trips with other travelers, it's a great tool!
yeah will check it out — we're already in the 'Google Sheets' mode of trip planning so sounds like we're in the target market!
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#198A media list. It is just a list of movies and mp3s with their metadata (id3 tags) and hash values. The output is just a html table that allows sorting and filtering with a hyperlink to play the media in the browser. Convenient for playing home media on the phone.
Re: Ask HN: What was an interesting project you started and finished over a weekend?
#199a notification system that notifies backpackers whenever a highly coveted permits becomes available. made it for myself in a few hours then spent another half day setting it up so other people can subscribe. i got two subscriptions from one reddit comment, made $20 while i was out fishing!